﻿2025-08-20T21:03:12.4064777Z Current runner version: '2.328.0'
2025-08-20T21:03:12.4096573Z ##[group]Runner Image Provisioner
2025-08-20T21:03:12.4097543Z Hosted Compute Agent
2025-08-20T21:03:12.4098523Z Version: 20250818.377
2025-08-20T21:03:12.4099203Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:03:12.4099917Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:03:12.4100576Z ##[endgroup]
2025-08-20T21:03:12.4101118Z ##[group]VM Image
2025-08-20T21:03:12.4101676Z - OS: Linux (arm64)
2025-08-20T21:03:12.4102303Z - Source: Partner
2025-08-20T21:03:12.4102862Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:03:12.4103505Z - Version: 20250728.24.1
2025-08-20T21:03:12.4104816Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:03:12.4105881Z ##[endgroup]
2025-08-20T21:03:12.4107259Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:03:12.4110840Z Attestations: write
2025-08-20T21:03:12.4111536Z Contents: write
2025-08-20T21:03:12.4112348Z Metadata: read
2025-08-20T21:03:12.4113060Z Packages: write
2025-08-20T21:03:12.4113631Z ##[endgroup]
2025-08-20T21:03:12.4117910Z Secret source: Actions
2025-08-20T21:03:12.4119033Z Prepare workflow directory
2025-08-20T21:03:12.4512396Z Prepare all required actions
2025-08-20T21:03:12.4553869Z Getting action download info
2025-08-20T21:03:12.9115081Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:03:14.2170159Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:03:15.2698555Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:03:15.4403453Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:03:16.4072924Z Getting action download info
2025-08-20T21:03:16.5932095Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:03:17.7801318Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:03:18.7060223Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/jr/official)
2025-08-20T21:03:18.7665518Z ##[group]Run ##Presets
2025-08-20T21:03:18.7666305Z [36;1m##Presets[0m
2025-08-20T21:03:18.7666582Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:18.7666865Z [36;1m#-------------#[0m
2025-08-20T21:03:18.7667356Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:03:18.7667829Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:03:18.7668284Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.7668662Z [36;1m  fi[0m
2025-08-20T21:03:18.7669006Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:03:18.7669533Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:03:18.7669959Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.7670290Z [36;1m  fi[0m
2025-08-20T21:03:18.7670721Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:03:18.7671346Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:03:18.7671854Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.7672196Z [36;1m  fi[0m
2025-08-20T21:03:18.7672549Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:03:18.7672965Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:03:18.7673327Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:03:18.7673728Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:03:18.7674131Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.7675097Z [36;1m     else[0m
2025-08-20T21:03:18.7675591Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.7675921Z [36;1m     fi[0m
2025-08-20T21:03:18.7676150Z [36;1m  fi[0m
2025-08-20T21:03:18.7676447Z [36;1mfi[0m
2025-08-20T21:03:18.7707193Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:18.7708102Z env:
2025-08-20T21:03:18.7708757Z   GH_TOKEN: ***
2025-08-20T21:03:18.7709168Z ##[endgroup]
2025-08-20T21:03:18.7933557Z ##[group]Run ##Presets
2025-08-20T21:03:18.7933924Z [36;1m##Presets[0m
2025-08-20T21:03:18.7934534Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:18.7935018Z [36;1m#-------------#[0m
2025-08-20T21:03:18.7935416Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:03:18.7936040Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:03:18.7936552Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:03:18.7937090Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:03:18.7937537Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:03:18.7937985Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:03:18.7938435Z [36;1m  exit 1[0m
2025-08-20T21:03:18.7938661Z [36;1mfi[0m
2025-08-20T21:03:18.7960695Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:18.7961196Z env:
2025-08-20T21:03:18.7961659Z   RO_GHTOKEN: ***
2025-08-20T21:03:18.7961967Z   RO_GLTOKEN: ***
2025-08-20T21:03:18.7963247Z   MINISIGN_KEY: ***
2025-08-20T21:03:18.7963484Z ##[endgroup]
2025-08-20T21:03:18.8090711Z ##[group]Run ##Presets
2025-08-20T21:03:18.8091331Z [36;1m##Presets[0m
2025-08-20T21:03:18.8091571Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:18.8091836Z [36;1m#-------------#[0m
2025-08-20T21:03:18.8092151Z [36;1m##Host Triplet[0m
2025-08-20T21:03:18.8092554Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:03:18.8092933Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:03:18.8093377Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:03:18.8093746Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:03:18.8094140Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:03:18.8094787Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:03:18.8095177Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:03:18.8095617Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:03:18.8095941Z [36;1m   fi[0m
2025-08-20T21:03:18.8096388Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:03:18.8096833Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:03:18.8097176Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:03:18.8097703Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:03:18.8098048Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:03:18.8098367Z [36;1m fi[0m
2025-08-20T21:03:18.8098725Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8099163Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8099617Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8100017Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8100348Z [36;1m##Debug[0m
2025-08-20T21:03:18.8100694Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:03:18.8101010Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:03:18.8101282Z [36;1m else[0m
2025-08-20T21:03:18.8101620Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:03:18.8101897Z [36;1m fi[0m
2025-08-20T21:03:18.8102206Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8102589Z [36;1m##Docker Platform[0m
2025-08-20T21:03:18.8103209Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:03:18.8103649Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:03:18.8104015Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:03:18.8104649Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:03:18.8105158Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:03:18.8105542Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:03:18.8105949Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:03:18.8106330Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:03:18.8106635Z [36;1m fi[0m
2025-08-20T21:03:18.8107030Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8107517Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8107879Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:03:18.8108403Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/jr/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:03:18.8108925Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:03:18.8109277Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8109725Z [36;1m##Logs[0m
2025-08-20T21:03:18.8109994Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:03:18.8110477Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:03:18.8110784Z [36;1m else[0m
2025-08-20T21:03:18.8111036Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:03:18.8111408Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:03:18.8111721Z [36;1m fi[0m
2025-08-20T21:03:18.8112287Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8112807Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8113243Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:03:18.8113680Z [36;1m PKG_FAMILY_LOCAL="$(echo "jr" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:03:18.8114116Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:03:18.8114852Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8115319Z [36;1m##Rebuild[0m
2025-08-20T21:03:18.8115627Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:03:18.8115954Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:03:18.8116320Z [36;1m else[0m
2025-08-20T21:03:18.8116581Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:03:18.8116932Z [36;1m fi[0m
2025-08-20T21:03:18.8117341Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8117733Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:03:18.8118254Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:03:18.8118819Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:03:18.8119645Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:03:18.8120453Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:03:18.8120893Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:03:18.8121424Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:03:18.8121940Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:03:18.8122358Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8122718Z [36;1m    exit 1[0m
2025-08-20T21:03:18.8123060Z [36;1m   else[0m
2025-08-20T21:03:18.8123323Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:03:18.8123765Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8124156Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:03:18.8124687Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:03:18.8125538Z [36;1m      #check if supported[0m
2025-08-20T21:03:18.8125996Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:03:18.8126616Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:03:18.8127101Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:03:18.8127455Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8127879Z [36;1m         exit 1[0m
2025-08-20T21:03:18.8128128Z [36;1m       fi[0m
2025-08-20T21:03:18.8128394Z [36;1m      #get build system[0m
2025-08-20T21:03:18.8128883Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:03:18.8129323Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:03:18.8129725Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8130152Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:03:18.8130549Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8130987Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8131389Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:03:18.8131772Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8132246Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:18.8132582Z [36;1m       fi[0m
2025-08-20T21:03:18.8133114Z [36;1m     fi[0m
2025-08-20T21:03:18.8133421Z [36;1m   fi[0m
2025-08-20T21:03:18.8133651Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:03:18.8155940Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:18.8156283Z ##[endgroup]
2025-08-20T21:03:19.5450598Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:03:19.5451416Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:03:19.5451686Z 
2025-08-20T21:03:19.7455909Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:03:19.7555638Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:03:19.7556285Z 100  3846  100  3846    0     0  18133      0 --:--:-- --:--:-- --:--:-- 18141
2025-08-20T21:03:19.7567526Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:03:19.7759014Z ##[group]Run ##Presets
2025-08-20T21:03:19.7759543Z [36;1m##Presets[0m
2025-08-20T21:03:19.7759847Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:19.7760131Z [36;1m#-------------#[0m
2025-08-20T21:03:19.7760448Z [36;1m##Debug?[0m
2025-08-20T21:03:19.7760774Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:19.7761162Z [36;1m  set -x[0m
2025-08-20T21:03:19.7761498Z [36;1mfi[0m
2025-08-20T21:03:19.7761773Z [36;1m#-------------#[0m
2025-08-20T21:03:19.7762047Z [36;1m##CoreUtils[0m
2025-08-20T21:03:19.7762498Z [36;1msudo apt update -y[0m
2025-08-20T21:03:19.7762947Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:03:19.7764010Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:03:19.7765314Z [36;1m##tmp[0m
2025-08-20T21:03:19.7765722Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:03:19.7766118Z [36;1m#GH ENV[0m
2025-08-20T21:03:19.7766404Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:19.7766851Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:19.7767188Z [36;1m#-------------#[0m
2025-08-20T21:03:19.7767722Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:03:19.7768134Z [36;1msudo apt update -y[0m
2025-08-20T21:03:19.7768428Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:03:19.7768766Z [36;1m##Setup Minisign[0m
2025-08-20T21:03:19.7769112Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:03:19.7769650Z [36;1mecho "***[0m
2025-08-20T21:03:19.7771071Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:03:19.7771438Z [36;1m##User-Agent[0m
2025-08-20T21:03:19.7772225Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:03:19.7773097Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:19.7799483Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:19.7799843Z env:
2025-08-20T21:03:19.7800165Z   CROSS_COMPILING: NO
2025-08-20T21:03:19.7800510Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:03:19.7800827Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:03:19.7801102Z   ON_QEMU: NO
2025-08-20T21:03:19.7801432Z   DEBUG: 0
2025-08-20T21:03:19.7801686Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:03:19.7801977Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:03:19.7802405Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:03:19.7802780Z   KEEP_LOGS: YES
2025-08-20T21:03:19.7803070Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:19.7803359Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:03:19.7803660Z   SBUILD_REBUILD: false
2025-08-20T21:03:19.7804482Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:03:19.7805119Z   BUILD_SYS: docker://go
2025-08-20T21:03:19.7805397Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:19.7805776Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:19.7806069Z ##[endgroup]
2025-08-20T21:03:19.8122998Z 
2025-08-20T21:03:19.8123813Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:03:19.8124668Z 
2025-08-20T21:03:20.0086158Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:03:20.0290587Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:03:20.1256111Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:03:20.1587806Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:03:20.1634589Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:03:20.1660972Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:03:20.1688742Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:03:20.1742251Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:03:20.2278491Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:03:20.4950739Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:03:20.6013210Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:03:20.7045072Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:03:20.9734074Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:03:21.0424880Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:03:21.1087458Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:03:21.2041966Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:03:21.2733380Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:03:21.3451866Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:03:21.4762788Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:03:21.5410064Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:03:21.6030572Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:03:21.7669190Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:03:21.8286881Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:03:21.8908634Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:03:21.9527522Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:03:22.0145683Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:03:22.0764862Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:03:22.1386484Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:03:22.2004022Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:03:22.2623364Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:03:22.3242136Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:03:22.3862160Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:03:22.4591845Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:03:22.5219986Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:03:22.5843252Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:03:22.6541755Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:03:22.8192713Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:03:22.8809862Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:03:22.9653422Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:03:23.0303536Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:03:23.0922542Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:03:23.1539667Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:03:23.2158248Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:03:30.5629652Z Fetched 11.9 MB in 3s (3605 kB/s)
2025-08-20T21:03:31.2882326Z Reading package lists...
2025-08-20T21:03:31.4951029Z Building dependency tree...
2025-08-20T21:03:31.4969064Z Reading state information...
2025-08-20T21:03:31.5177681Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:03:31.5268458Z 
2025-08-20T21:03:31.5269340Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:03:31.5269802Z 
2025-08-20T21:03:31.5384515Z Reading package lists...
2025-08-20T21:03:31.7405718Z Building dependency tree...
2025-08-20T21:03:31.7413405Z Reading state information...
2025-08-20T21:03:31.9822059Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:03:31.9822489Z bc set to manually installed.
2025-08-20T21:03:31.9823022Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:03:31.9823389Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:03:31.9824510Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:03:32.0371666Z The following NEW packages will be installed:
2025-08-20T21:03:32.0378274Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:03:32.0379972Z   moreutils
2025-08-20T21:03:32.0385865Z The following packages will be upgraded:
2025-08-20T21:03:32.0393638Z   jq libjq1
2025-08-20T21:03:32.0578588Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:03:32.4021613Z Need to get 936 kB of archives.
2025-08-20T21:03:32.4022261Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:03:32.4022831Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:03:32.7896721Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T21:03:33.0498679Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T21:03:33.3174700Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:03:33.4569973Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:03:33.6196916Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:03:33.7526095Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:03:33.9015312Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:03:34.4596335Z Fetched 936 kB in 2s (445 kB/s)
2025-08-20T21:03:34.5623765Z Selecting previously unselected package fdupes.
2025-08-20T21:03:34.6747553Z (Reading database ... 
2025-08-20T21:03:34.6748481Z (Reading database ... 5%
2025-08-20T21:03:34.6749734Z (Reading database ... 10%
2025-08-20T21:03:34.6750064Z (Reading database ... 15%
2025-08-20T21:03:34.6750369Z (Reading database ... 20%
2025-08-20T21:03:34.6750635Z (Reading database ... 25%
2025-08-20T21:03:34.6750920Z (Reading database ... 30%
2025-08-20T21:03:34.6751252Z (Reading database ... 35%
2025-08-20T21:03:34.6751500Z (Reading database ... 40%
2025-08-20T21:03:34.6751743Z (Reading database ... 45%
2025-08-20T21:03:34.6752032Z (Reading database ... 50%
2025-08-20T21:03:34.9990762Z (Reading database ... 55%
2025-08-20T21:03:35.5172314Z (Reading database ... 60%
2025-08-20T21:03:36.0114316Z (Reading database ... 65%
2025-08-20T21:03:36.4515772Z (Reading database ... 70%
2025-08-20T21:03:36.8851026Z (Reading database ... 75%
2025-08-20T21:03:37.4156335Z (Reading database ... 80%
2025-08-20T21:03:37.9511624Z (Reading database ... 85%
2025-08-20T21:03:38.5031784Z (Reading database ... 90%
2025-08-20T21:03:39.0197246Z (Reading database ... 95%
2025-08-20T21:03:39.0197820Z (Reading database ... 100%
2025-08-20T21:03:39.0198203Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:03:39.0239472Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:03:39.0413628Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:03:39.1566365Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:03:39.1892747Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:03:39.3355219Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:03:39.3863422Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:03:39.4757823Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:03:39.4928795Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:03:39.5036078Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:03:39.6527747Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:03:39.6680146Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:03:39.6786682Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:03:39.7792074Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:03:39.7969574Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:03:39.8075457Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:03:39.9602222Z Selecting previously unselected package moreutils.
2025-08-20T21:03:39.9780160Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:03:39.9883642Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:03:40.1353175Z Selecting previously unselected package dos2unix.
2025-08-20T21:03:40.1494215Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:03:40.1602178Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:03:40.4778009Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:03:40.5100838Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:03:40.5436191Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:03:40.5753880Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:03:40.6097263Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:03:40.6636014Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:03:40.6976693Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:03:40.7287118Z Setting up moreutils (0.69-1) ...
2025-08-20T21:03:40.7634705Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:03:55.4570465Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:03:56.6873267Z Reading package lists...
2025-08-20T21:03:56.8822453Z Building dependency tree...
2025-08-20T21:03:56.8830520Z Reading state information...
2025-08-20T21:03:57.1299785Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:03:57.1300342Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:03:57.1300667Z apt-utils set to manually installed.
2025-08-20T21:03:57.1301059Z ca-certificates is already the newest version (20240203).
2025-08-20T21:03:57.1301482Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:03:57.1301852Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:03:57.1302253Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:03:57.1302586Z moreutils is already the newest version (0.69-1).
2025-08-20T21:03:57.1302959Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:03:57.1303456Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:03:57.1303837Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:03:57.1304855Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:03:57.1305268Z tmux set to manually installed.
2025-08-20T21:03:57.1305572Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:03:57.1306001Z The following additional packages will be installed:
2025-08-20T21:03:57.1306464Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:03:57.1306951Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:03:57.1307510Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:03:57.1307869Z   uuid-runtime
2025-08-20T21:03:57.1315732Z Suggested packages:
2025-08-20T21:03:57.1316364Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:03:57.1316798Z   util-linux-extra util-linux-locales
2025-08-20T21:03:57.1317120Z Recommended packages:
2025-08-20T21:03:57.1317413Z   unattended-upgrades
2025-08-20T21:03:57.1837467Z The following NEW packages will be installed:
2025-08-20T21:03:57.1838100Z   rename
2025-08-20T21:03:57.1841905Z The following packages will be upgraded:
2025-08-20T21:03:57.1843073Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:03:57.1843852Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:03:57.1850916Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:03:57.1852219Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:03:57.2046511Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:03:57.3510190Z Need to get 4390 kB of archives.
2025-08-20T21:03:57.3510668Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:03:57.6028340Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T21:03:57.6029169Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:03:57.9127846Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:03:57.9780336Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:03:58.0417398Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:03:58.1042272Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T21:03:58.1664578Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:03:58.2318331Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:03:58.2976909Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T21:03:58.3609257Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:03:58.4337886Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:03:58.4983237Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:03:58.5675054Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:03:58.6367803Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:03:58.7178255Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:03:58.7824762Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:03:58.8561534Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:03:58.9196816Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:03:58.9857712Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:03:59.1499436Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:03:59.2163199Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:03:59.2798038Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:03:59.3452622Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T21:03:59.4089801Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:03:59.4709837Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:03:59.5333170Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:03:59.5951531Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:03:59.8386942Z Fetched 4390 kB in 2s (1847 kB/s)
2025-08-20T21:03:59.8708668Z (Reading database ... 
2025-08-20T21:03:59.8709014Z (Reading database ... 5%
2025-08-20T21:03:59.8709445Z (Reading database ... 10%
2025-08-20T21:03:59.8709710Z (Reading database ... 15%
2025-08-20T21:03:59.8710004Z (Reading database ... 20%
2025-08-20T21:03:59.8710271Z (Reading database ... 25%
2025-08-20T21:03:59.8710513Z (Reading database ... 30%
2025-08-20T21:03:59.8710745Z (Reading database ... 35%
2025-08-20T21:03:59.8711028Z (Reading database ... 40%
2025-08-20T21:03:59.8711305Z (Reading database ... 45%
2025-08-20T21:03:59.8711599Z (Reading database ... 50%
2025-08-20T21:03:59.8731982Z (Reading database ... 55%
2025-08-20T21:03:59.8817459Z (Reading database ... 60%
2025-08-20T21:03:59.8856833Z (Reading database ... 65%
2025-08-20T21:03:59.8871185Z (Reading database ... 70%
2025-08-20T21:03:59.8890520Z (Reading database ... 75%
2025-08-20T21:03:59.8923419Z (Reading database ... 80%
2025-08-20T21:03:59.9095073Z (Reading database ... 85%
2025-08-20T21:03:59.9113600Z (Reading database ... 90%
2025-08-20T21:03:59.9207075Z (Reading database ... 95%
2025-08-20T21:03:59.9207377Z (Reading database ... 100%
2025-08-20T21:03:59.9207853Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:03:59.9238450Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:03:59.9551316Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:00.1148887Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:00.2327976Z (Reading database ... 
2025-08-20T21:04:00.2328363Z (Reading database ... 5%
2025-08-20T21:04:00.2328618Z (Reading database ... 10%
2025-08-20T21:04:00.2329077Z (Reading database ... 15%
2025-08-20T21:04:00.2329326Z (Reading database ... 20%
2025-08-20T21:04:00.2329638Z (Reading database ... 25%
2025-08-20T21:04:00.2329887Z (Reading database ... 30%
2025-08-20T21:04:00.2330123Z (Reading database ... 35%
2025-08-20T21:04:00.2330439Z (Reading database ... 40%
2025-08-20T21:04:00.2330670Z (Reading database ... 45%
2025-08-20T21:04:00.2330917Z (Reading database ... 50%
2025-08-20T21:04:00.2347950Z (Reading database ... 55%
2025-08-20T21:04:00.2431033Z (Reading database ... 60%
2025-08-20T21:04:00.2469586Z (Reading database ... 65%
2025-08-20T21:04:00.2483610Z (Reading database ... 70%
2025-08-20T21:04:00.2502324Z (Reading database ... 75%
2025-08-20T21:04:00.2534315Z (Reading database ... 80%
2025-08-20T21:04:00.2701502Z (Reading database ... 85%
2025-08-20T21:04:00.2720114Z (Reading database ... 90%
2025-08-20T21:04:00.2814027Z (Reading database ... 95%
2025-08-20T21:04:00.2814472Z (Reading database ... 100%
2025-08-20T21:04:00.2814864Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:00.2846845Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:00.3225314Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:00.5215260Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:01.1639708Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:04:01.2314710Z (Reading database ... 
2025-08-20T21:04:01.2315093Z (Reading database ... 5%
2025-08-20T21:04:01.2320743Z (Reading database ... 10%
2025-08-20T21:04:01.2321138Z (Reading database ... 15%
2025-08-20T21:04:01.2321386Z (Reading database ... 20%
2025-08-20T21:04:01.2321767Z (Reading database ... 25%
2025-08-20T21:04:01.2322002Z (Reading database ... 30%
2025-08-20T21:04:01.2322272Z (Reading database ... 35%
2025-08-20T21:04:01.2322554Z (Reading database ... 40%
2025-08-20T21:04:01.2322798Z (Reading database ... 45%
2025-08-20T21:04:01.2323106Z (Reading database ... 50%
2025-08-20T21:04:01.2336421Z (Reading database ... 55%
2025-08-20T21:04:01.2418895Z (Reading database ... 60%
2025-08-20T21:04:01.2456362Z (Reading database ... 65%
2025-08-20T21:04:01.2470405Z (Reading database ... 70%
2025-08-20T21:04:01.2489273Z (Reading database ... 75%
2025-08-20T21:04:01.2520843Z (Reading database ... 80%
2025-08-20T21:04:01.2684567Z (Reading database ... 85%
2025-08-20T21:04:01.2702721Z (Reading database ... 90%
2025-08-20T21:04:01.2791154Z (Reading database ... 95%
2025-08-20T21:04:01.2791449Z (Reading database ... 100%
2025-08-20T21:04:01.2791984Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:01.2819006Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:01.3141789Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:01.4382481Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:01.4836329Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:01.5909442Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:01.7082265Z (Reading database ... 
2025-08-20T21:04:01.7082612Z (Reading database ... 5%
2025-08-20T21:04:01.7083038Z (Reading database ... 10%
2025-08-20T21:04:01.7083292Z (Reading database ... 15%
2025-08-20T21:04:01.7083538Z (Reading database ... 20%
2025-08-20T21:04:01.7083847Z (Reading database ... 25%
2025-08-20T21:04:01.7085076Z (Reading database ... 30%
2025-08-20T21:04:01.7085385Z (Reading database ... 35%
2025-08-20T21:04:01.7085763Z (Reading database ... 40%
2025-08-20T21:04:01.7086009Z (Reading database ... 45%
2025-08-20T21:04:01.7086276Z (Reading database ... 50%
2025-08-20T21:04:01.7103464Z (Reading database ... 55%
2025-08-20T21:04:01.7188727Z (Reading database ... 60%
2025-08-20T21:04:01.7227326Z (Reading database ... 65%
2025-08-20T21:04:01.7241022Z (Reading database ... 70%
2025-08-20T21:04:01.7260465Z (Reading database ... 75%
2025-08-20T21:04:01.7292951Z (Reading database ... 80%
2025-08-20T21:04:01.7453986Z (Reading database ... 85%
2025-08-20T21:04:01.7471126Z (Reading database ... 90%
2025-08-20T21:04:01.7557327Z (Reading database ... 95%
2025-08-20T21:04:01.7557604Z (Reading database ... 100%
2025-08-20T21:04:01.7558088Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:01.7583224Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:01.7944210Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:01.8984371Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:02.0379802Z (Reading database ... 
2025-08-20T21:04:02.0380182Z (Reading database ... 5%
2025-08-20T21:04:02.0380432Z (Reading database ... 10%
2025-08-20T21:04:02.0380735Z (Reading database ... 15%
2025-08-20T21:04:02.0381352Z (Reading database ... 20%
2025-08-20T21:04:02.0381633Z (Reading database ... 25%
2025-08-20T21:04:02.0381930Z (Reading database ... 30%
2025-08-20T21:04:02.0382179Z (Reading database ... 35%
2025-08-20T21:04:02.0382451Z (Reading database ... 40%
2025-08-20T21:04:02.0382736Z (Reading database ... 45%
2025-08-20T21:04:02.0383001Z (Reading database ... 50%
2025-08-20T21:04:02.0399352Z (Reading database ... 55%
2025-08-20T21:04:02.0482366Z (Reading database ... 60%
2025-08-20T21:04:02.0519591Z (Reading database ... 65%
2025-08-20T21:04:02.0532904Z (Reading database ... 70%
2025-08-20T21:04:02.0552232Z (Reading database ... 75%
2025-08-20T21:04:02.0584442Z (Reading database ... 80%
2025-08-20T21:04:02.0743994Z (Reading database ... 85%
2025-08-20T21:04:02.0761005Z (Reading database ... 90%
2025-08-20T21:04:02.0846617Z (Reading database ... 95%
2025-08-20T21:04:02.0846937Z (Reading database ... 100%
2025-08-20T21:04:02.0847423Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:02.0873028Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:02.1271793Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:02.2610532Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:02.3000898Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:02.4089874Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:02.5167673Z (Reading database ... 
2025-08-20T21:04:02.5168170Z (Reading database ... 5%
2025-08-20T21:04:02.5168441Z (Reading database ... 10%
2025-08-20T21:04:02.5168724Z (Reading database ... 15%
2025-08-20T21:04:02.5168999Z (Reading database ... 20%
2025-08-20T21:04:02.5169220Z (Reading database ... 25%
2025-08-20T21:04:02.5169457Z (Reading database ... 30%
2025-08-20T21:04:02.5169728Z (Reading database ... 35%
2025-08-20T21:04:02.5169991Z (Reading database ... 40%
2025-08-20T21:04:02.5170221Z (Reading database ... 45%
2025-08-20T21:04:02.5170523Z (Reading database ... 50%
2025-08-20T21:04:02.5187673Z (Reading database ... 55%
2025-08-20T21:04:02.5273001Z (Reading database ... 60%
2025-08-20T21:04:02.5310342Z (Reading database ... 65%
2025-08-20T21:04:02.5323461Z (Reading database ... 70%
2025-08-20T21:04:02.5342470Z (Reading database ... 75%
2025-08-20T21:04:02.5374005Z (Reading database ... 80%
2025-08-20T21:04:02.5530075Z (Reading database ... 85%
2025-08-20T21:04:02.5546922Z (Reading database ... 90%
2025-08-20T21:04:02.5632634Z (Reading database ... 95%
2025-08-20T21:04:02.5633134Z (Reading database ... 100%
2025-08-20T21:04:02.5633488Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:02.5659136Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:02.6023669Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:02.7110028Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:02.7965413Z (Reading database ... 
2025-08-20T21:04:02.7965788Z (Reading database ... 5%
2025-08-20T21:04:02.7966186Z (Reading database ... 10%
2025-08-20T21:04:02.7966445Z (Reading database ... 15%
2025-08-20T21:04:02.7966688Z (Reading database ... 20%
2025-08-20T21:04:02.7967013Z (Reading database ... 25%
2025-08-20T21:04:02.7967254Z (Reading database ... 30%
2025-08-20T21:04:02.7967488Z (Reading database ... 35%
2025-08-20T21:04:02.7967793Z (Reading database ... 40%
2025-08-20T21:04:02.7968028Z (Reading database ... 45%
2025-08-20T21:04:02.7968315Z (Reading database ... 50%
2025-08-20T21:04:02.7986463Z (Reading database ... 55%
2025-08-20T21:04:02.8071037Z (Reading database ... 60%
2025-08-20T21:04:02.8109345Z (Reading database ... 65%
2025-08-20T21:04:02.8122668Z (Reading database ... 70%
2025-08-20T21:04:02.8142605Z (Reading database ... 75%
2025-08-20T21:04:02.8175795Z (Reading database ... 80%
2025-08-20T21:04:02.8337889Z (Reading database ... 85%
2025-08-20T21:04:02.8355363Z (Reading database ... 90%
2025-08-20T21:04:02.8442979Z (Reading database ... 95%
2025-08-20T21:04:02.8443440Z (Reading database ... 100%
2025-08-20T21:04:02.8443815Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:02.8469724Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:02.8774540Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.0155099Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.0787465Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.2056677Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.2363445Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.3427842Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.3786687Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.4972287Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.5300273Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.6567252Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.6870665Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.8002352Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:03.8307516Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:03.9387515Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:04:03.9691079Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:04.0996829Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:04.1307498Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:04.2399926Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:04:04.2712618Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:04.3818713Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:04.4702939Z (Reading database ... 
2025-08-20T21:04:04.4703276Z (Reading database ... 5%
2025-08-20T21:04:04.4703682Z (Reading database ... 10%
2025-08-20T21:04:04.4703923Z (Reading database ... 15%
2025-08-20T21:04:04.4704154Z (Reading database ... 20%
2025-08-20T21:04:04.4704690Z (Reading database ... 25%
2025-08-20T21:04:04.4704940Z (Reading database ... 30%
2025-08-20T21:04:04.4705174Z (Reading database ... 35%
2025-08-20T21:04:04.4705479Z (Reading database ... 40%
2025-08-20T21:04:04.4705726Z (Reading database ... 45%
2025-08-20T21:04:04.4705993Z (Reading database ... 50%
2025-08-20T21:04:04.4723704Z (Reading database ... 55%
2025-08-20T21:04:04.4806442Z (Reading database ... 60%
2025-08-20T21:04:04.4843736Z (Reading database ... 65%
2025-08-20T21:04:04.4857203Z (Reading database ... 70%
2025-08-20T21:04:04.4876632Z (Reading database ... 75%
2025-08-20T21:04:04.5001904Z (Reading database ... 80%
2025-08-20T21:04:04.5071387Z (Reading database ... 85%
2025-08-20T21:04:04.5093501Z (Reading database ... 90%
2025-08-20T21:04:04.5174412Z (Reading database ... 95%
2025-08-20T21:04:04.5174737Z (Reading database ... 100%
2025-08-20T21:04:04.5175236Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:04:04.5201377Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:04.5656875Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:04.6869761Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:04.7209665Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:04.8233878Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:04.8598854Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:04.9746627Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:04:05.0045221Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:04:05.1119633Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:04:05.1422912Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:05.2741145Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:04:05.4031242Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:04:05.5405581Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:04:05.6302846Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:04:05.7238626Z Selecting previously unselected package rename.
2025-08-20T21:04:05.7383372Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:04:05.7502377Z Unpacking rename (2.02-1) ...
2025-08-20T21:04:05.8372275Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:04:05.8690185Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:04:05.9716201Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:06.0062574Z Setting up rename (2.02-1) ...
2025-08-20T21:04:06.0296924Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:04:06.0476268Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:06.0812036Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:06.3282922Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:06.3646450Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:06.3942728Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:07.0201190Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:04:07.0433742Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.0769650Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.1078136Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.1460150Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.5109394Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.5425795Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:04:07.5736204Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.6975040Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:04:07.8363316Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.9462284Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:07.9773918Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:08.0086482Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:04:08.0410065Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:04:08.1706471Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:04:08.4603258Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:04:08.5489028Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:04:14.6572180Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:04:15.9423334Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:04:15.9632927Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:04:16.0783035Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:04:16.2075029Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:04:16.3366959Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:04:16.4656963Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:04:17.3158842Z Reading package lists...
2025-08-20T21:04:17.4975540Z Building dependency tree...
2025-08-20T21:04:17.4983186Z Reading state information...
2025-08-20T21:04:17.5186733Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:04:17.5307543Z 
2025-08-20T21:04:17.5308680Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:04:17.5309053Z 
2025-08-20T21:04:17.6540844Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:04:17.6626648Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:04:17.7568472Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:04:17.8182029Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:04:17.8795307Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:04:17.9408522Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:04:18.7939995Z Reading package lists...
2025-08-20T21:04:18.9720956Z Building dependency tree...
2025-08-20T21:04:18.9727726Z Reading state information...
2025-08-20T21:04:18.9939871Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:04:19.0031663Z 
2025-08-20T21:04:19.0032715Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:04:19.0033127Z 
2025-08-20T21:04:19.0142445Z Reading package lists...
2025-08-20T21:04:19.2158293Z Building dependency tree...
2025-08-20T21:04:19.2165357Z Reading state information...
2025-08-20T21:04:19.4549716Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:04:19.4950071Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:04:19.5212622Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:04:19.5732938Z ##[group]Run ##Presets
2025-08-20T21:04:19.5733446Z [36;1m##Presets[0m
2025-08-20T21:04:19.5733688Z [36;1mset +x ; set +e[0m
2025-08-20T21:04:19.5733923Z [36;1m#-------------#[0m
2025-08-20T21:04:19.5734204Z [36;1m##Debug?[0m
2025-08-20T21:04:19.5734689Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:04:19.5735060Z [36;1m  set -x[0m
2025-08-20T21:04:19.5735273Z [36;1mfi[0m
2025-08-20T21:04:19.5735470Z [36;1m#-------------#[0m
2025-08-20T21:04:19.5735959Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:04:19.5736561Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:04:19.5736952Z [36;1msudo service procps restart[0m
2025-08-20T21:04:19.5737298Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:04:19.5764438Z shell: /usr/bin/bash -e {0}
2025-08-20T21:04:19.5764826Z env:
2025-08-20T21:04:19.5765170Z   CROSS_COMPILING: NO
2025-08-20T21:04:19.5765431Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:04:19.5765672Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:04:19.5765949Z   ON_QEMU: NO
2025-08-20T21:04:19.5766183Z   DEBUG: 0
2025-08-20T21:04:19.5766386Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:04:19.5766690Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:04:19.5766992Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:04:19.5767292Z   KEEP_LOGS: YES
2025-08-20T21:04:19.5767576Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:04:19.5767810Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:04:19.5768086Z   SBUILD_REBUILD: false
2025-08-20T21:04:19.5768644Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:04:19.5769206Z   BUILD_SYS: docker://go
2025-08-20T21:04:19.5769490Z   BUILD_ON_HOST: FALSE
2025-08-20T21:04:19.5769715Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:04:19.5769943Z   SYSTMP: /tmp
2025-08-20T21:04:19.5770197Z   GHA_MODE: MATRIX
2025-08-20T21:04:19.5770644Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:04:19.5771148Z ##[endgroup]
2025-08-20T21:04:19.5863677Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:04:19.5916618Z 0
2025-08-20T21:04:19.6231363Z vm.max_map_count = 262144
2025-08-20T21:04:19.6231827Z fs.inotify.max_user_watches = 655360
2025-08-20T21:04:19.6232128Z fs.inotify.max_user_instances = 1280
2025-08-20T21:04:19.6232389Z vm.mmap_rnd_bits = 28
2025-08-20T21:04:19.6319947Z ##[group]Run ##Presets
2025-08-20T21:04:19.6320425Z [36;1m##Presets[0m
2025-08-20T21:04:19.6320652Z [36;1mset +x ; set +e[0m
2025-08-20T21:04:19.6320959Z [36;1m#-------------#[0m
2025-08-20T21:04:19.6321182Z [36;1m##Debug?[0m
2025-08-20T21:04:19.6321436Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:04:19.6321811Z [36;1m  set -x[0m
2025-08-20T21:04:19.6322019Z [36;1mfi[0m
2025-08-20T21:04:19.6322236Z [36;1m#-------------#[0m
2025-08-20T21:04:19.6322490Z [36;1m##Main[0m
2025-08-20T21:04:19.6322721Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:04:19.6323391Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:04:19.6324121Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:04:19.6324725Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:04:19.6325106Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:04:19.6325395Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:04:19.6325749Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:04:19.6326086Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:04:19.6326405Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:04:19.6327076Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:04:19.6327388Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:04:19.6327751Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:04:19.6328144Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:04:19.6328471Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:04:19.6328775Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:04:19.6329077Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:04:19.6329379Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:04:19.6329734Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:04:19.6330058Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:04:19.6330393Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:04:19.6330729Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:04:19.6331048Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:04:19.6331414Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:04:19.6331752Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:04:19.6332089Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:04:19.6332451Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:04:19.6332747Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:04:19.6333103Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:04:19.6333609Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:04:19.6334114Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:04:19.6334856Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:04:19.6335238Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:04:19.6335604Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:04:19.6336282Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:04:19.6337098Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:04:19.6337636Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:04:19.6337963Z [36;1m else[0m
2025-08-20T21:04:19.6338519Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:04:19.6338942Z [36;1m fi[0m
2025-08-20T21:04:19.6339234Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:04:19.6339633Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:04:19.6340090Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6340504Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6340905Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6341375Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6341798Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6342244Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6342712Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:04:19.6343150Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:04:19.6343546Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:04:19.6366595Z shell: /usr/bin/bash -e {0}
2025-08-20T21:04:19.6366865Z env:
2025-08-20T21:04:19.6367050Z   CROSS_COMPILING: NO
2025-08-20T21:04:19.6367327Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:04:19.6367832Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:04:19.6368075Z   ON_QEMU: NO
2025-08-20T21:04:19.6368336Z   DEBUG: 0
2025-08-20T21:04:19.6368562Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:04:19.6369112Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:04:19.6369478Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:04:19.6369786Z   KEEP_LOGS: YES
2025-08-20T21:04:19.6370015Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:04:19.6370256Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:04:19.6370506Z   SBUILD_REBUILD: false
2025-08-20T21:04:19.6371069Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:04:19.6371631Z   BUILD_SYS: docker://go
2025-08-20T21:04:19.6371859Z   BUILD_ON_HOST: FALSE
2025-08-20T21:04:19.6372116Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:04:19.6372321Z   SYSTMP: /tmp
2025-08-20T21:04:19.6372545Z   GHA_MODE: MATRIX
2025-08-20T21:04:19.6373027Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:04:19.6374006Z   GHCR_TOKEN: ***
2025-08-20T21:04:19.6374652Z   GITHUB_TOKEN: ***
2025-08-20T21:04:19.6375027Z   GITLAB_TOKEN: ***
2025-08-20T21:04:19.6376204Z   MINISIGN_KEY: ***
2025-08-20T21:04:19.6376496Z ##[endgroup]
2025-08-20T21:04:19.8237693Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:04:19.9938703Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:04:19.9939204Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:04:19.9939447Z 
2025-08-20T21:04:20.0374388Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:04:20.0374922Z 100  3846  100  3846    0     0  88107      0 --:--:-- --:--:-- --:--:-- 89441
2025-08-20T21:04:20.0385025Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:04:20.0460237Z 
2025-08-20T21:04:20.0460811Z [+] Building [/tmp/tmp.VC326l11PI/SBUILD_INPUT] Locally
2025-08-20T21:04:20.0461080Z 
2025-08-20T21:04:20.0471828Z '/tmp/tmp.VC326l11PI/SBUILD_INPUT' -> '/tmp/pkgforge/dIEVoPs1T_build.yaml'
2025-08-20T21:04:20.2499466Z 
2025-08-20T21:04:20.2500052Z [+] Passwordless sudo is Configured
2025-08-20T21:04:20.4357560Z 
2025-08-20T21:04:20.4368497Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:04:20.4368767Z 
2025-08-20T21:04:20.4759048Z 
2025-08-20T21:04:20.4760469Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:04:20.4761120Z 
2025-08-20T21:04:20.4761126Z 
2025-08-20T21:04:20.4761391Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:04:20.4761792Z 
2025-08-20T21:04:20.4801000Z [+] Installing: 7z -> 7z
2025-08-20T21:04:20.7652423Z [+] Installing: actionlint -> actionlint
2025-08-20T21:04:21.0529765Z [+] Installing: anew -> anew
2025-08-20T21:04:21.6766505Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:04:21.9535407Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:04:22.5705206Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:04:23.1798899Z [+] Installing: archey -> archey
2025-08-20T21:04:23.4695592Z [+] Installing: aria2 -> aria2c
2025-08-20T21:04:24.1419325Z [+] Installing: askalono -> askalono
2025-08-20T21:04:24.8071434Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:04:25.4655184Z [+] Installing: b3sum -> b3sum
2025-08-20T21:04:25.7412763Z [+] Installing: bita -> bita
2025-08-20T21:04:26.4020813Z [+] Installing: btop -> btop
2025-08-20T21:04:27.0402401Z [+] Installing: chafa -> chafa
2025-08-20T21:04:27.3658809Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:04:27.7237531Z [+] Installing: croc -> croc
2025-08-20T21:04:28.4159460Z [+] Installing: csvtk -> csvtk
2025-08-20T21:04:29.1096658Z [+] Installing: cutlines -> cutlines
2025-08-20T21:04:29.7043974Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:29.7078864Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:04:29.7079431Z [+] Installing: dbin -> dbin
2025-08-20T21:04:30.0192491Z [+] Installing: dasel -> dasel
2025-08-20T21:04:30.3265749Z [+] Installing: delta -> delta
2025-08-20T21:04:30.9652782Z [+] Installing: ds -> ds
2025-08-20T21:04:31.5524851Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:31.5559890Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:04:31.5560852Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:04:31.7944372Z [+] Installing: duf -> duf
2025-08-20T21:04:32.4574196Z [+] Installing: duplicut -> duplicut
2025-08-20T21:04:33.0975976Z [+] Installing: dust -> dust
2025-08-20T21:04:33.7193417Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:04:34.3900167Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:04:34.9407579Z [+] Installing: dysk -> dysk
2025-08-20T21:04:35.2226981Z [+] Installing: eget -> eget
2025-08-20T21:04:35.9381090Z [+] Installing: epoch -> epoch
2025-08-20T21:04:36.2151561Z [+] Installing: faketty -> faketty
2025-08-20T21:04:36.4706866Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:04:36.7561208Z [+] Installing: freeze -> freeze
2025-08-20T21:04:37.4262487Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:04:37.6682664Z [+] Installing: gdu -> gdu
2025-08-20T21:04:37.9679713Z [+] Installing: gh -> gh
2025-08-20T21:04:38.7167773Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:04:39.0681968Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:04:39.7386303Z [+] Installing: glab -> glab
2025-08-20T21:04:40.4981373Z [+] Installing: glow -> glow
2025-08-20T21:04:40.6986136Z [+] Installing: httpx -> httpx
2025-08-20T21:04:41.3578287Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:04:41.9449991Z [+] Installing: husarnet -> husarnet
2025-08-20T21:04:42.5434839Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:42.5467944Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:04:42.5469043Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:04:42.7563757Z curl: (22) The requested URL returned error: 404
2025-08-20T21:04:42.7594027Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:04:42.7594501Z [+] Installing: imgcat -> imgcat
2025-08-20T21:04:42.9187832Z [+] Installing: jc -> jc
2025-08-20T21:04:43.1226010Z [+] Installing: jq -> jq
2025-08-20T21:04:43.6334963Z [+] Installing: logdy -> logdy
2025-08-20T21:04:43.8645492Z [+] Installing: micro -> micro
2025-08-20T21:04:44.0526898Z [+] Installing: miniserve -> miniserve
2025-08-20T21:04:44.5782008Z [+] Installing: minisign -> minisign
2025-08-20T21:04:45.1179058Z [+] Installing: ncdu -> ncdu
2025-08-20T21:04:45.2572989Z [+] Installing: notify -> notify
2025-08-20T21:04:45.4536480Z [+] Installing: ouch -> ouch
2025-08-20T21:04:45.6337956Z [+] Installing: oras -> oras
2025-08-20T21:04:46.1909273Z [+] Installing: pipetty -> pipetty
2025-08-20T21:04:46.6728522Z [+] Installing: pixterm -> pixterm
2025-08-20T21:04:47.2203539Z [+] Installing: qsv -> qsv
2025-08-20T21:04:47.4177597Z [+] Installing: rclone -> rclone
2025-08-20T21:04:48.0846928Z [+] Installing: ripgrep -> rg
2025-08-20T21:04:48.2532889Z [+] Installing: rga -> rga
2025-08-20T21:04:48.4274166Z [+] Installing: rsync -> rsync
2025-08-20T21:04:48.6097420Z [+] Installing: script -> script
2025-08-20T21:04:48.7378620Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:04:49.0393814Z [+] Installing: soar -> soar
2025-08-20T21:04:49.5653732Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:04:50.1083004Z [+] Installing: sstrip -> sstrip
2025-08-20T21:04:50.2243030Z [+] Installing: strace -> strace
2025-08-20T21:04:50.3755331Z [+] Installing: sttr -> sttr
2025-08-20T21:04:50.9319791Z [+] Installing: tailscale -> tailscale
2025-08-20T21:04:51.4969998Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:04:51.7111276Z [+] Installing: taplo -> taplo
2025-08-20T21:04:52.2544170Z [+] Installing: tldr -> tldr
2025-08-20T21:04:52.7942151Z [+] Installing: tldr -> tealdeer
2025-08-20T21:04:52.9778309Z [+] Installing: tmux -> tmux
2025-08-20T21:04:53.1500011Z [+] Installing: tok -> tok
2025-08-20T21:04:53.6619990Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:04:54.2829561Z [+] Installing: trurl -> trurl
2025-08-20T21:04:54.4576320Z [+] Installing: tss -> tss
2025-08-20T21:04:54.5986534Z [+] Installing: ulexec -> ulexec
2025-08-20T21:04:55.1328759Z [+] Installing: unfurl -> unfurl
2025-08-20T21:04:55.6792071Z [+] Installing: upx -> upx
2025-08-20T21:04:55.8178615Z [+] Installing: validtoml -> validtoml
2025-08-20T21:04:56.3619516Z [+] Installing: wget -> wget
2025-08-20T21:04:56.5317959Z [+] Installing: wget2 -> wget2
2025-08-20T21:04:57.0812651Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:04:57.2466791Z [+] Installing: xq -> xq
2025-08-20T21:04:57.8039354Z [+] Installing: xz -> xz
2025-08-20T21:04:58.3210635Z [+] Installing: unxz -> unxz
2025-08-20T21:04:58.8351655Z [+] Installing: yq -> yq
2025-08-20T21:04:59.0242720Z [+] Installing: yj -> yj
2025-08-20T21:04:59.5500537Z [+] Installing: zapper -> zapper
2025-08-20T21:05:00.0585395Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:05:00.1870122Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:05:00.7839363Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:00.7876240Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:05:00.7876908Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:05:01.0136026Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:01.0170649Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:05:01.0171379Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:05:01.2576820Z curl: (22) The requested URL returned error: 404
2025-08-20T21:05:01.2612430Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:05:01.2613104Z [+] Installing: zstd -> zstd
2025-08-20T21:05:01.7763029Z [+] Creating symlinks...
2025-08-20T21:05:01.7836150Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:05:01.7912219Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:05:01.7989843Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:05:01.8066868Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:05:01.8143765Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:05:01.8221629Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:05:01.8299051Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:05:01.8376717Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:05:01.8454367Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:05:01.8530187Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:05:01.8609821Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:05:01.8688433Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:05:01.8767094Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:05:01.8847414Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:05:01.8930250Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:05:01.9011203Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:05:01.9091641Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:05:01.9124861Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:05:01.9195367Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:05:01.9274828Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:05:01.9356243Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:05:01.9388958Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:05:01.9460336Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:05:01.9539276Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:05:01.9617892Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:05:01.9697094Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:05:01.9776688Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:05:01.9855749Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:05:01.9931924Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:05:02.0009659Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:05:02.0089340Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:05:02.0168990Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:05:02.0246504Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:05:02.0326515Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:05:02.0403801Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:05:02.0484763Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:05:02.0567662Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:05:02.0648673Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:05:02.0727898Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:05:02.0808059Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:05:02.0887410Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:05:02.0968507Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:05:02.1047033Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:05:02.1126513Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:05:02.1160777Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:05:02.1185760Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:05:02.1257303Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:05:02.1336915Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:05:02.1417392Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:05:02.1499840Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:05:02.1581434Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:05:02.1661830Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:05:02.1740789Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:05:02.1820583Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:05:02.1899681Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:05:02.1980061Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:05:02.2058962Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:05:02.2139049Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:05:02.2219541Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:05:02.2300477Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:05:02.2379880Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:05:02.2458512Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:05:02.2536395Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:05:02.2617450Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:05:02.2696830Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:05:02.2777634Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:05:02.2859792Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:05:02.2938834Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:05:02.3019661Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:05:02.3100851Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:05:02.3180679Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:05:02.3261303Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:05:02.3342881Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:05:02.3422144Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:05:02.3502939Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:05:02.3584204Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:05:02.3665941Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:05:02.3746619Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:05:02.3826753Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:05:02.3905530Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:05:02.3986271Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:05:02.4065633Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:05:02.4143581Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:05:02.4221796Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:05:02.4300001Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:05:02.4379921Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:05:02.4457331Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:05:02.4538194Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:05:02.4616647Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:05:02.4695673Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:05:02.4771807Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:05:02.4849853Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:05:02.4927973Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:05:02.5006213Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:05:02.5082962Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:05:02.5116969Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:05:02.5140830Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:05:02.5165621Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:05:02.5236949Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:05:02.5259494Z 
2025-08-20T21:05:02.5259804Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:05:02.5260153Z 
2025-08-20T21:05:02.5383100Z 
2025-08-20T21:05:02.5459795Z 
2025-08-20T21:05:02.5462534Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:05:02.5462749Z 
2025-08-20T21:05:02.5462834Z [+] Installation completed!
2025-08-20T21:05:02.5534906Z 
2025-08-20T21:05:02.5535308Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:05:02.9857293Z github.com
2025-08-20T21:05:02.9857897Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:05:02.9858281Z   - Active account: true
2025-08-20T21:05:02.9858499Z   - Git operations protocol: https
2025-08-20T21:05:02.9858947Z   - Token: ghp_************************************
2025-08-20T21:05:02.9859646Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:05:02.9860287Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:05:02.9860621Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:05:03.2344199Z Limit: 5000, Remaining: 4231, Reset: 2025-08-20 21:25:35 +0000 UTC (20m32s)
2025-08-20T21:05:03.2353484Z 
2025-08-20T21:05:03.2353909Z [+] GHCR_TOKEN is Exported
2025-08-20T21:05:03.2383391Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:05:03.6046007Z Login Succeeded
2025-08-20T21:05:03.6056522Z 
2025-08-20T21:05:03.6056672Z [+] GITLAB is Exported
2025-08-20T21:05:03.7422828Z [git remote -v]
2025-08-20T21:05:03.9891546Z gitlab.com
2025-08-20T21:05:03.9892823Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:05:03.9893550Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:05:03.9894019Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:05:03.9894555Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:05:03.9894920Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:05:03.9895241Z   ✓ Token found: **************************
2025-08-20T21:05:03.9895396Z 
2025-08-20T21:05:03.9895750Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:05:03.9896218Z [git remote -v]
2025-08-20T21:05:03.9904982Z 2025/08/20 21:05:03 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:05:03.9905492Z git: exit status 128]
2025-08-20T21:05:04.2992578Z 
2025-08-20T21:05:04.2992738Z 
2025-08-20T21:05:04.2993458Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:05:04 PM)
2025-08-20T21:05:04.2995373Z 
2025-08-20T21:05:04.2995540Z 
2025-08-20T21:05:04.2995761Z [+] USER = runner
2025-08-20T21:05:04.2995969Z [+] HOME = /home/runner
2025-08-20T21:05:04.2998149Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:05:04.3000757Z 
2025-08-20T21:05:04.4010778Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:05:04.4013718Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:05:04.6046645Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:05:04.6661308Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:05:04.7277946Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:05:04.7893375Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:05:05.6442332Z Reading package lists...
2025-08-20T21:05:05.6737057Z Reading package lists...
2025-08-20T21:05:05.8500746Z Building dependency tree...
2025-08-20T21:05:05.8506727Z Reading state information...
2025-08-20T21:05:06.1014374Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:05:06.1014767Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:05:06.1015120Z ca-certificates is already the newest version (20240203).
2025-08-20T21:05:06.1015447Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:05:06.1015762Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:05:06.1016068Z moreutils is already the newest version (0.69-1).
2025-08-20T21:05:06.1016424Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:05:06.1016811Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:05:06.1017164Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:05:06.2752546Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:05:06.3319241Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:05:06.3522264Z Hit:3 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:05:06.3886536Z Hit:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:05:06.3931293Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:05:06.4545772Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:05:07.3254931Z Reading package lists...
2025-08-20T21:05:07.3556087Z Reading package lists...
2025-08-20T21:05:07.5435433Z Building dependency tree...
2025-08-20T21:05:07.5440931Z Reading state information...
2025-08-20T21:05:07.7679661Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:05:07.7680204Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:05:07.7680656Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:05:07.7681054Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:05:07.7681453Z ca-certificates is already the newest version (20240203).
2025-08-20T21:05:07.7681849Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:05:07.7682225Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:05:07.7682580Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:05:07.7683345Z gawk set to manually installed.
2025-08-20T21:05:07.7683649Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:05:07.7684014Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:05:07.7684567Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:05:07.7684931Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:05:07.7685324Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:05:07.7685729Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:05:07.7686111Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:05:07.7686788Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:05:07.7687516Z The following additional packages will be installed:
2025-08-20T21:05:07.7687959Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:05:07.7688495Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:05:07.7688986Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:05:07.7689467Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:05:07.7689978Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:05:07.7690401Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:05:07.7696338Z Suggested packages:
2025-08-20T21:05:07.7696688Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:05:07.7697194Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:05:07.7697728Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:05:07.7698218Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:05:07.7698636Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:05:07.7699094Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:05:07.7699531Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:05:07.7910033Z The following NEW packages will be installed:
2025-08-20T21:05:07.7910501Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:05:07.7912486Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:05:07.7913056Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:05:07.7913563Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:05:07.7914894Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:05:07.7916820Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:05:07.7918107Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:05:08.0669439Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:05:08.0669949Z Need to get 27.2 MB of archives.
2025-08-20T21:05:08.0670322Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:05:08.0670972Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:05:09.1464636Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:05:09.8054105Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:05:10.0698253Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:05:10.1982999Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:05:10.3279551Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:05:10.7139811Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:05:10.9829024Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:05:11.3716144Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:05:11.5039170Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:05:13.0636080Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:05:13.3168172Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:05:14.1309605Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:05:14.2655921Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:05:14.3934707Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:05:14.5300472Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:05:14.6570094Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:05:15.3509744Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T21:05:15.4769418Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:05:15.7274119Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:05:15.8529794Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:05:15.9790026Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T21:05:16.4871282Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T21:05:16.9335076Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:05:17.3118425Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T21:05:17.4473840Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T21:05:17.9834596Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:05:18.1172842Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T21:05:18.2513884Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:05:18.3892664Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:05:18.5495056Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:05:18.7511673Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:05:18.9169427Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:05:20.0348711Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:05:20.9007901Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:05:21.3143398Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:05:21.5528665Z Preconfiguring packages ...
2025-08-20T21:05:21.6540752Z Fetched 27.2 MB in 14s (2012 kB/s)
2025-08-20T21:05:21.7218591Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:05:21.7249437Z (Reading database ... 
2025-08-20T21:05:21.7249938Z (Reading database ... 5%
2025-08-20T21:05:21.7250166Z (Reading database ... 10%
2025-08-20T21:05:21.7250367Z (Reading database ... 15%
2025-08-20T21:05:21.7250565Z (Reading database ... 20%
2025-08-20T21:05:21.7250761Z (Reading database ... 25%
2025-08-20T21:05:21.7250970Z (Reading database ... 30%
2025-08-20T21:05:21.7251189Z (Reading database ... 35%
2025-08-20T21:05:21.7251383Z (Reading database ... 40%
2025-08-20T21:05:21.7251577Z (Reading database ... 45%
2025-08-20T21:05:21.7251770Z (Reading database ... 50%
2025-08-20T21:05:21.7272682Z (Reading database ... 55%
2025-08-20T21:05:21.7357774Z (Reading database ... 60%
2025-08-20T21:05:21.7395624Z (Reading database ... 65%
2025-08-20T21:05:21.7408859Z (Reading database ... 70%
2025-08-20T21:05:21.7428146Z (Reading database ... 75%
2025-08-20T21:05:21.7551436Z (Reading database ... 80%
2025-08-20T21:05:21.7619956Z (Reading database ... 85%
2025-08-20T21:05:21.7642668Z (Reading database ... 90%
2025-08-20T21:05:21.7724385Z (Reading database ... 95%
2025-08-20T21:05:21.7724630Z (Reading database ... 100%
2025-08-20T21:05:21.7724921Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:05:21.7750798Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:05:21.8007562Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:05:21.9839402Z Selecting previously unselected package poppler-data.
2025-08-20T21:05:21.9980930Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:05:22.0092657Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:05:22.1564737Z Selecting previously unselected package b3sum.
2025-08-20T21:05:22.1728841Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:05:22.1838312Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:05:22.2745059Z Selecting previously unselected package build-essential.
2025-08-20T21:05:22.2905877Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:05:22.3011125Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:05:22.3940128Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:05:22.4085330Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:05:22.4312640Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:05:22.5290855Z Selecting previously unselected package ccache.
2025-08-20T21:05:22.5433932Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:05:22.5540136Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:05:22.6598981Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:05:22.6762723Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:05:22.6866167Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:05:22.7716715Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:05:22.7890464Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:05:22.7993220Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:05:22.8879761Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:05:22.9020999Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:05:22.9130857Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:05:23.0372735Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:05:23.0526117Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:05:23.1155442Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:05:23.2445501Z Selecting previously unselected package libgs-common.
2025-08-20T21:05:23.2608957Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:05:23.2718628Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:23.3568270Z Selecting previously unselected package libgs10-common.
2025-08-20T21:05:23.3736676Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:05:23.3846646Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:23.4980923Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:05:23.5123627Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:05:23.5235818Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:05:23.6169895Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:05:23.6318753Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:05:23.6434666Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:05:23.7336444Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:05:23.7508652Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:05:23.7622235Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:05:23.8819266Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:05:23.8984398Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:05:23.9093554Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:05:24.0131006Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:05:24.0276723Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:05:24.0392517Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:24.2182314Z Selecting previously unselected package ghostscript.
2025-08-20T21:05:24.2356938Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:05:24.2475041Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:24.3444892Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:05:24.3607004Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:05:24.3726983Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:24.5750884Z Selecting previously unselected package imagemagick.
2025-08-20T21:05:24.5888263Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:05:24.5996858Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:24.6707978Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:05:24.6845681Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:05:24.6952421Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:05:24.7854794Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:05:24.8026288Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:05:24.8138941Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:05:24.9095945Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:05:24.9261274Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:05:24.9369491Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:05:25.0337218Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:05:25.0484553Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:05:25.0592195Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:05:25.1323970Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:05:25.1465932Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:05:25.1573229Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:05:25.2475059Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:05:25.2619667Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:05:25.2743859Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:05:25.3830527Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:05:25.4000928Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:05:25.4123390Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:05:25.4876191Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:05:25.5035284Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:05:25.5143244Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:25.6114586Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:05:25.6252879Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:05:25.6370464Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:05:25.7136357Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:05:25.7283424Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:05:25.7431897Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:05:25.8326997Z Selecting previously unselected package libtool-bin.
2025-08-20T21:05:25.8494083Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:05:25.8624765Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:05:25.9514393Z Selecting previously unselected package lzip.
2025-08-20T21:05:25.9680018Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:05:26.0657039Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:05:26.7423852Z Selecting previously unselected package netpbm.
2025-08-20T21:05:26.7559544Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:05:26.7710380Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:05:27.0457516Z Selecting previously unselected package musl:arm64.
2025-08-20T21:05:27.0624921Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:05:27.0733327Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:05:27.1704904Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:05:27.1871940Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:05:27.1979308Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:05:27.2992941Z Selecting previously unselected package musl-tools.
2025-08-20T21:05:27.3145989Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:05:27.3252517Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:05:27.4238297Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:05:27.5739535Z 
2025-08-20T21:05:27.5739979Z Creating config file /etc/papersize with new version
2025-08-20T21:05:27.6649973Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:05:27.6974380Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:05:27.7388095Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:05:27.7699732Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:05:27.8030230Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:27.8337641Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:05:27.8633586Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:05:27.8937086Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:05:27.9826614Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:05:28.0164779Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:05:28.0505449Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:05:28.0744916Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:05:28.0847221Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:05:28.0942045Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:05:28.1123252Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:05:28.1433877Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:05:28.1767740Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:05:28.2099521Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:05:28.2431422Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:28.2670409Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:05:28.2767649Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:05:28.2869108Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:05:28.2974689Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:05:28.3073566Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:05:28.3165757Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:05:28.3268433Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:05:28.3377423Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:05:28.3486345Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:05:28.3582641Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:05:28.3683943Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:05:28.3776081Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:05:28.3884982Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:05:28.3977772Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:05:28.4090272Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:05:28.4183804Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:05:28.4284028Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:05:28.4376298Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:05:28.4478922Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:05:28.4571332Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:05:28.4674215Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:05:28.4767676Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:05:28.4955143Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:05:28.5266255Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:05:28.5787312Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:05:28.6093037Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:05:28.6761296Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:05:28.7072907Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:05:28.7390323Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:05:28.7717136Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:05:28.7949604Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:05:28.8124663Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:05:28.8424059Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:05:28.8762933Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:05:28.9090250Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:05:28.9404408Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:28.9721928Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:05:29.0040431Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:05:29.2170657Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:05:29.2526688Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:29.2852799Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:29.3161378Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:05:29.3520765Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:05:29.4476348Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:05:29.8225658Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:05:30.8544966Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:05:30.8996812Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:05:33.5152988Z Reading package lists...
2025-08-20T21:05:33.7028058Z Building dependency tree...
2025-08-20T21:05:33.7034556Z Reading state information...
2025-08-20T21:05:33.9452961Z autoconf is already the newest version (2.71-3).
2025-08-20T21:05:33.9453349Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:05:33.9453698Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:05:33.9454025Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:05:33.9454510Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:05:33.9454885Z ca-certificates is already the newest version (20240203).
2025-08-20T21:05:33.9455198Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:05:33.9455493Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:05:33.9455794Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:05:33.9456105Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:05:33.9456415Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:05:33.9456728Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:05:33.9457368Z patch set to manually installed.
2025-08-20T21:05:33.9457656Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:05:33.9457985Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:05:33.9458288Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:05:33.9458589Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:05:33.9458861Z Suggested packages:
2025-08-20T21:05:33.9459030Z   scons-doc
2025-08-20T21:05:33.9603702Z The following NEW packages will be installed:
2025-08-20T21:05:33.9612186Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:05:34.2379767Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:05:34.2380127Z Need to get 17.8 MB of archives.
2025-08-20T21:05:34.2380421Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:05:34.2380913Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:05:35.0479666Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:05:35.1782880Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T21:05:36.3669730Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:05:36.6271280Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:05:36.8697674Z Fetched 17.8 MB in 3s (6700 kB/s)
2025-08-20T21:05:36.9030487Z Selecting previously unselected package autopoint.
2025-08-20T21:05:36.9062134Z (Reading database ... 
2025-08-20T21:05:36.9062350Z (Reading database ... 5%
2025-08-20T21:05:36.9062556Z (Reading database ... 10%
2025-08-20T21:05:36.9062755Z (Reading database ... 15%
2025-08-20T21:05:36.9062951Z (Reading database ... 20%
2025-08-20T21:05:36.9063161Z (Reading database ... 25%
2025-08-20T21:05:36.9063387Z (Reading database ... 30%
2025-08-20T21:05:36.9063583Z (Reading database ... 35%
2025-08-20T21:05:36.9063776Z (Reading database ... 40%
2025-08-20T21:05:36.9063967Z (Reading database ... 45%
2025-08-20T21:05:36.9064159Z (Reading database ... 50%
2025-08-20T21:05:36.9086052Z (Reading database ... 55%
2025-08-20T21:05:36.9176647Z (Reading database ... 60%
2025-08-20T21:05:36.9213965Z (Reading database ... 65%
2025-08-20T21:05:36.9229202Z (Reading database ... 70%
2025-08-20T21:05:36.9258453Z (Reading database ... 75%
2025-08-20T21:05:36.9381270Z (Reading database ... 80%
2025-08-20T21:05:36.9453377Z (Reading database ... 85%
2025-08-20T21:05:36.9479593Z (Reading database ... 90%
2025-08-20T21:05:36.9567590Z (Reading database ... 95%
2025-08-20T21:05:36.9567825Z (Reading database ... 100%
2025-08-20T21:05:36.9568114Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:05:36.9595147Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:05:36.9710515Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:05:37.0723139Z Selecting previously unselected package clang.
2025-08-20T21:05:37.0865507Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:05:37.0970659Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:05:37.1820712Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:05:37.1965153Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:05:37.2072562Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:05:38.2268110Z Selecting previously unselected package scons.
2025-08-20T21:05:38.2416118Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:05:38.2532394Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:05:38.3587802Z Selecting previously unselected package byacc.
2025-08-20T21:05:38.3761915Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:05:38.3877730Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:05:38.4875823Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:05:38.5229643Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:05:38.5650255Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:05:38.6306446Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:05:39.0158896Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:05:39.0472531Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:05:40.3605017Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:05:41.4530502Z Reading package lists...
2025-08-20T21:05:41.6468137Z Building dependency tree...
2025-08-20T21:05:41.6477816Z Reading state information...
2025-08-20T21:05:41.8727304Z The following additional packages will be installed:
2025-08-20T21:05:41.8728295Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:05:41.8729103Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:05:41.8729505Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:05:41.8730015Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:05:41.8730458Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:05:41.8730882Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:05:41.8731341Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:05:41.8732156Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:05:41.8732560Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:05:41.8741032Z Suggested packages:
2025-08-20T21:05:41.8741300Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:05:41.8741681Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:05:41.8742087Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:05:41.8744628Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:05:41.8745062Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:05:41.8745473Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:05:41.8745928Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:05:41.8746398Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:05:41.8746767Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:05:41.8746976Z Recommended packages:
2025-08-20T21:05:41.8747256Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:05:41.8747686Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:05:41.8748081Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:05:41.8748441Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:05:41.8748756Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:05:41.8923972Z The following NEW packages will be installed:
2025-08-20T21:05:41.8925090Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:05:41.8925509Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:05:41.8925908Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:05:41.8926382Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:05:41.8926851Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:05:41.8929519Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:05:41.8929984Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:05:41.8930404Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:05:41.8931857Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:05:42.1620887Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:05:42.1621628Z Need to get 2409 kB of archives.
2025-08-20T21:05:42.1621940Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:05:42.1622449Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:05:42.2872052Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:05:42.4385586Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:05:42.6931574Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:05:42.8266371Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:05:42.9682578Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:05:43.1309488Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:05:43.2651341Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:05:43.4031896Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:05:43.5409861Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:05:43.6858452Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:05:43.9520420Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:05:44.0774052Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:05:44.2453930Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:05:44.4316488Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:05:44.6950094Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:05:44.8386065Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:05:45.2643775Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:05:45.3960465Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:05:45.5252082Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:05:45.6516345Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:05:45.9466349Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:05:46.3301607Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:05:46.5916992Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:05:46.7345725Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:05:46.9075253Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:05:47.0658770Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:05:47.4827450Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:05:47.6528739Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:05:47.7941150Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:05:48.4705210Z Fetched 2409 kB in 6s (381 kB/s)
2025-08-20T21:05:48.5066738Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:05:48.5098159Z (Reading database ... 
2025-08-20T21:05:48.5098760Z (Reading database ... 5%
2025-08-20T21:05:48.5099000Z (Reading database ... 10%
2025-08-20T21:05:48.5099204Z (Reading database ... 15%
2025-08-20T21:05:48.5099440Z (Reading database ... 20%
2025-08-20T21:05:48.5099635Z (Reading database ... 25%
2025-08-20T21:05:48.5099829Z (Reading database ... 30%
2025-08-20T21:05:48.5100017Z (Reading database ... 35%
2025-08-20T21:05:48.5100213Z (Reading database ... 40%
2025-08-20T21:05:48.5100405Z (Reading database ... 45%
2025-08-20T21:05:48.5100596Z (Reading database ... 50%
2025-08-20T21:05:48.5119792Z (Reading database ... 55%
2025-08-20T21:05:48.5210733Z (Reading database ... 60%
2025-08-20T21:05:48.5247018Z (Reading database ... 65%
2025-08-20T21:05:48.5261215Z (Reading database ... 70%
2025-08-20T21:05:48.5289326Z (Reading database ... 75%
2025-08-20T21:05:48.5410563Z (Reading database ... 80%
2025-08-20T21:05:48.5481048Z (Reading database ... 85%
2025-08-20T21:05:48.5507091Z (Reading database ... 90%
2025-08-20T21:05:48.5593854Z (Reading database ... 95%
2025-08-20T21:05:48.5594088Z (Reading database ... 100%
2025-08-20T21:05:48.5594573Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:05:48.5621957Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:05:48.5733487Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:05:48.6779873Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:05:48.6938422Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:05:48.7115621Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:05:48.7861474Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:05:48.8023812Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:05:48.8130551Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:05:48.9120220Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:05:48.9268429Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:05:48.9377420Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:05:49.0109036Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:05:49.0259891Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:05:49.0363000Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:05:49.1067796Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:05:49.1217572Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:05:49.1317407Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:05:49.2020534Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:05:49.2192689Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:05:49.2294744Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:05:49.3055877Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:05:49.3220688Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:05:49.3341228Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:05:49.4085213Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:05:49.4249140Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:05:49.4357265Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:05:49.5078891Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:05:49.5231219Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:05:49.5342188Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:05:49.6058722Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:05:49.6202313Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:05:49.6314025Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:05:49.7059576Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:05:49.7227522Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:05:49.7336037Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:05:49.8304524Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:05:49.8477313Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:05:49.8585238Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:05:49.9344613Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:05:49.9504713Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:05:49.9624670Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:05:50.0399793Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:05:50.0546329Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:05:50.0646987Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:05:50.1440329Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:05:50.1592095Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:05:50.1697968Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:05:50.2507812Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:05:50.2675500Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:05:50.2797647Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:05:50.3571618Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:05:50.3736386Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:05:50.3846070Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:05:50.4628038Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:05:50.4789097Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:05:50.4894868Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:05:50.5908235Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:05:50.6052303Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:05:50.6157823Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:05:50.6993669Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:05:50.7135398Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:05:50.7240466Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:05:50.8101418Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:05:50.8283807Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:05:50.8389148Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:05:50.9196477Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:05:50.9372329Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:05:50.9494969Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:05:51.0200333Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:05:51.0370880Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:05:51.0485567Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:05:51.1190880Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:05:51.1335722Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:05:51.1518736Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:05:51.2240824Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:05:51.2382174Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:05:51.2487547Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:05:51.3251193Z Selecting previously unselected package libwww-perl.
2025-08-20T21:05:51.3428949Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:05:51.3535064Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:05:51.4394523Z Selecting previously unselected package patchutils.
2025-08-20T21:05:51.4567060Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:05:51.4676836Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:05:51.5498902Z Selecting previously unselected package wdiff.
2025-08-20T21:05:51.5668641Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:05:51.5820864Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:05:51.6982597Z Selecting previously unselected package devscripts.
2025-08-20T21:05:51.7119424Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:05:51.7372081Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:05:51.8750575Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:05:51.9063788Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:05:51.9368857Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:05:51.9687816Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:05:52.0135926Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:05:52.0461661Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:05:52.0768563Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:05:52.1089708Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:05:52.1400794Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:05:52.1715007Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:05:52.2024175Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:05:52.2327711Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:05:52.2631071Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:05:52.2969572Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:05:52.3284983Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:05:52.3620425Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:05:52.3937031Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:05:52.4248437Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:05:52.4589340Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:05:52.4895620Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:05:52.5208391Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:05:52.5538726Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:05:52.5880795Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:05:52.6196885Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:05:52.6515775Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:05:52.6839817Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:05:52.7176025Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:05:52.7565539Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:05:52.7901493Z Setting up devscripts (2.23.7) ...
2025-08-20T21:05:52.9348447Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:05:52.9679492Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:05:54.9567102Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:05:56.1343606Z Reading package lists...
2025-08-20T21:05:56.3383916Z Building dependency tree...
2025-08-20T21:05:56.3391527Z Reading state information...
2025-08-20T21:05:56.5872457Z The following additional packages will be installed:
2025-08-20T21:05:56.5879368Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:05:56.5886784Z Suggested packages:
2025-08-20T21:05:56.5887007Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:05:56.6045601Z The following NEW packages will be installed:
2025-08-20T21:05:56.6054171Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:05:56.8735006Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:05:56.8735378Z Need to get 12.7 MB of archives.
2025-08-20T21:05:56.8735672Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:05:56.8736180Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:05:57.3347542Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:05:57.6271148Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:05:58.2853028Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:05:59.6788161Z Fetched 12.7 MB in 3s (4504 kB/s)
2025-08-20T21:05:59.7284174Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:05:59.7316663Z (Reading database ... 
2025-08-20T21:05:59.7317242Z (Reading database ... 5%
2025-08-20T21:05:59.7317492Z (Reading database ... 10%
2025-08-20T21:05:59.7317694Z (Reading database ... 15%
2025-08-20T21:05:59.7317892Z (Reading database ... 20%
2025-08-20T21:05:59.7318085Z (Reading database ... 25%
2025-08-20T21:05:59.7318281Z (Reading database ... 30%
2025-08-20T21:05:59.7318474Z (Reading database ... 35%
2025-08-20T21:05:59.7319055Z (Reading database ... 40%
2025-08-20T21:05:59.7319250Z (Reading database ... 45%
2025-08-20T21:05:59.7319443Z (Reading database ... 50%
2025-08-20T21:05:59.7339537Z (Reading database ... 55%
2025-08-20T21:05:59.7425905Z (Reading database ... 60%
2025-08-20T21:05:59.7465540Z (Reading database ... 65%
2025-08-20T21:05:59.7480442Z (Reading database ... 70%
2025-08-20T21:05:59.7507918Z (Reading database ... 75%
2025-08-20T21:05:59.7630866Z (Reading database ... 80%
2025-08-20T21:05:59.7702548Z (Reading database ... 85%
2025-08-20T21:05:59.7729157Z (Reading database ... 90%
2025-08-20T21:05:59.7818917Z (Reading database ... 95%
2025-08-20T21:05:59.7819156Z (Reading database ... 100%
2025-08-20T21:05:59.7819448Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:05:59.7848400Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:05:59.8062565Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:05:59.9045364Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:05:59.9212233Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:05:59.9318925Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:06:00.0410797Z Selecting previously unselected package cmake-data.
2025-08-20T21:06:00.0557107Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:06:00.0741294Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:06:01.0480372Z Selecting previously unselected package cmake.
2025-08-20T21:06:01.0639480Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:06:01.0746375Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:06:01.3018571Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:06:01.3341992Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:06:01.3664430Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:06:01.4120932Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:06:01.4482773Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:02.9202211Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:06:04.0639447Z Reading package lists...
2025-08-20T21:06:04.2700981Z Building dependency tree...
2025-08-20T21:06:04.2710745Z Reading state information...
2025-08-20T21:06:04.5324694Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:06:04.5325114Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:06:04.5325434Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:06:04.5325773Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:06:04.5326459Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:06:04.5326799Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:06:04.5327147Z ca-certificates is already the newest version (20240203).
2025-08-20T21:06:04.5327449Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:06:04.5327750Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:06:04.5328077Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:06:04.5328367Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:06:04.5328652Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:06:04.5329000Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:06:04.5329353Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:06:04.5329662Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:06:04.5330006Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:06:04.5330331Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:06:04.5330635Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:06:04.5330911Z musl is already the newest version (1.2.4-2).
2025-08-20T21:06:04.5331185Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:06:04.5331475Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:06:04.5332029Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:06:04.5332371Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:06:04.5332673Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:06:04.5332971Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:06:04.5333302Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:04.5514623Z Reading package lists...
2025-08-20T21:06:04.7321808Z Building dependency tree...
2025-08-20T21:06:04.7328016Z Reading state information...
2025-08-20T21:06:04.9884231Z autoconf is already the newest version (2.71-3).
2025-08-20T21:06:04.9884768Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:06:04.9885118Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:06:04.9885449Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:06:04.9885774Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:06:04.9886143Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:06:04.9886479Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:06:04.9886796Z ca-certificates is already the newest version (20240203).
2025-08-20T21:06:04.9887110Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:06:04.9887407Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:06:04.9887702Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:06:04.9888003Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:06:04.9888323Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:06:04.9888637Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:06:04.9888950Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:06:04.9889258Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:06:04.9889583Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:06:04.9889953Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:06:04.9890303Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:06:04.9890594Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:06:04.9890896Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:06:04.9891234Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:05.0084450Z Reading package lists...
2025-08-20T21:06:05.2110266Z Building dependency tree...
2025-08-20T21:06:05.2116952Z Reading state information...
2025-08-20T21:06:05.4838085Z devscripts is already the newest version (2.23.7).
2025-08-20T21:06:05.4838539Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:05.5035719Z Reading package lists...
2025-08-20T21:06:05.7108821Z Building dependency tree...
2025-08-20T21:06:05.7116964Z Reading state information...
2025-08-20T21:06:05.9895496Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:06:05.9895937Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:06.0092647Z Reading package lists...
2025-08-20T21:06:06.2220905Z Building dependency tree...
2025-08-20T21:06:06.2227361Z Reading state information...
2025-08-20T21:06:06.4871369Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:06:06.4871826Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:06:06.5258296Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:06.5701584Z Reading package lists...
2025-08-20T21:06:06.7612963Z Building dependency tree...
2025-08-20T21:06:06.7622615Z Reading state information...
2025-08-20T21:06:07.0083834Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:06:07.0084240Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:06:07.0084737Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:06:07.0085538Z The following additional packages will be installed:
2025-08-20T21:06:07.0085882Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:06:07.0086276Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:06:07.0086725Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:06:07.0087113Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:06:07.0087501Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:06:07.0087947Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:06:07.0088370Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:06:07.0088777Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:06:07.0089153Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:06:07.0089549Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:06:07.0089974Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:06:07.0090322Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:06:07.0090693Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:06:07.0091135Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:06:07.0091481Z   linux-libc-dev-armhf-cross
2025-08-20T21:06:07.0100597Z Suggested packages:
2025-08-20T21:06:07.0100930Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:06:07.0101325Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:06:07.0429510Z The following NEW packages will be installed:
2025-08-20T21:06:07.0429868Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:06:07.0430273Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:06:07.0430727Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:06:07.0431187Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:06:07.0431569Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:06:07.0431960Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:06:07.0432375Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:06:07.0432772Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:06:07.0433550Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:06:07.0433955Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:06:07.0434587Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:06:07.0435052Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:06:07.0435414Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:06:07.0435802Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:06:07.0437737Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:06:07.2522378Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:07.2523325Z Need to get 112 MB of archives.
2025-08-20T21:06:07.2523657Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:06:07.2524467Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:06:07.4448771Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T21:06:07.9890229Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:06:08.0507463Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T21:06:08.2436642Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T21:06:08.3048888Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T21:06:08.3666884Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T21:06:08.4465730Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:06:08.5079831Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:06:08.5699875Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:06:08.6370071Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:06:08.6987080Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:06:08.7609120Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:06:08.8224046Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:06:08.8996661Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:06:08.9649603Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:06:09.1342324Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:06:09.2005393Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:06:09.5478453Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:06:09.6286549Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:06:09.7107378Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:06:09.8082539Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:06:10.0382363Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T21:06:10.1500625Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:06:10.2119620Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:06:10.2735128Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:06:10.3537414Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:06:10.4154601Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:06:10.4776774Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:06:10.5393929Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:06:10.6434783Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:06:10.7139665Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:06:10.7914399Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:06:10.9675147Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:06:11.3143659Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:06:11.3953137Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:06:11.4769456Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:06:11.5743783Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:06:11.8028431Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:06:11.8643858Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T21:06:11.9258630Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T21:06:11.9875304Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:06:12.2754841Z Fetched 112 MB in 5s (22.7 MB/s)
2025-08-20T21:06:12.3091590Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:06:12.3123696Z (Reading database ... 
2025-08-20T21:06:12.3123917Z (Reading database ... 5%
2025-08-20T21:06:12.3124124Z (Reading database ... 10%
2025-08-20T21:06:12.3124464Z (Reading database ... 15%
2025-08-20T21:06:12.3124665Z (Reading database ... 20%
2025-08-20T21:06:12.3124862Z (Reading database ... 25%
2025-08-20T21:06:12.3125057Z (Reading database ... 30%
2025-08-20T21:06:12.3125639Z (Reading database ... 35%
2025-08-20T21:06:12.3125876Z (Reading database ... 40%
2025-08-20T21:06:12.3126069Z (Reading database ... 45%
2025-08-20T21:06:12.3126261Z (Reading database ... 50%
2025-08-20T21:06:12.3145979Z (Reading database ... 55%
2025-08-20T21:06:12.3233984Z (Reading database ... 60%
2025-08-20T21:06:12.3271265Z (Reading database ... 65%
2025-08-20T21:06:12.3286154Z (Reading database ... 70%
2025-08-20T21:06:12.3312647Z (Reading database ... 75%
2025-08-20T21:06:12.3432180Z (Reading database ... 80%
2025-08-20T21:06:12.3501905Z (Reading database ... 85%
2025-08-20T21:06:12.3528286Z (Reading database ... 90%
2025-08-20T21:06:12.3627923Z (Reading database ... 95%
2025-08-20T21:06:12.3628141Z (Reading database ... 100%
2025-08-20T21:06:12.3628438Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:06:12.3661823Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:12.3802318Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:12.4630217Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:06:12.4792199Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:12.4925961Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:12.7598102Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:06:12.7774866Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:12.7896061Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:12.8710344Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:06:12.8889523Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:12.9054667Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:13.1853686Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:06:13.2016796Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:06:13.2129676Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:13.2946450Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:06:13.3134130Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:06:13.3256551Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:13.4075466Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:06:13.4258904Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:06:13.4527429Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:06:13.5954434Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:06:13.6114209Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:13.6218015Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:13.6979906Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:06:13.7143195Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:13.7256202Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:13.8122400Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:06:13.8301637Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:06:13.8419215Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:13.9466401Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:06:13.9654911Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:13.9759073Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.0585152Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:06:14.0743232Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.0847616Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.1698480Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:06:14.1850128Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.1966482Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.2817790Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:06:14.2996818Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.3106555Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.4503819Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:06:14.4679810Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.4785302Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.5916148Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:06:14.6073204Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.6187852Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.7153243Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:06:14.7306428Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:14.7413887Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:14.8627377Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:06:14.8799886Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:14.8931097Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:15.3134096Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:06:15.3297655Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:06:15.3418926Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:06:15.6113954Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:06:15.6280606Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:06:15.6428832Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:15.7868538Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:06:15.8047804Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:15.8152142Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:16.0725791Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:06:16.0915170Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:16.1047852Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:16.3607855Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:06:16.3780093Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:06:16.3896865Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:06:16.5234825Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:06:16.5409098Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:16.5559198Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:16.6319430Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:06:16.6469768Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:16.6578823Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:16.7320308Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:06:16.7475998Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:06:16.7587680Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:16.8759957Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:06:16.8939227Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:16.9061745Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:16.9891840Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:06:17.0075721Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.0188528Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.1034829Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:06:17.1204617Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.1309849Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.2064599Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:06:17.2220942Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.2327520Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.3678840Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:06:17.3829093Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.3941481Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.4859736Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:06:17.5048930Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.5225626Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.6157032Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:06:17.6331055Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:17.6432905Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:17.7526066Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:06:17.7691893Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:17.7823108Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:18.2065740Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:06:18.2226548Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:06:18.2338403Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:06:18.5092143Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:06:18.5284431Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:06:18.5388661Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:18.6685385Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:06:18.6844842Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:06:18.6966156Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:18.9207339Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:06:18.9398027Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:06:18.9564562Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:19.1938810Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:06:19.2100506Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:06:19.2232122Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:19.2915592Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:06:19.3072981Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:06:19.3186625Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:19.3830346Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:06:19.3984709Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:06:19.4098304Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:19.4777796Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:06:19.4973835Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:06:19.5084782Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:19.6424110Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:06:19.6839255Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:19.7138948Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:19.7485284Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:19.8198924Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:19.8511080Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:06:19.8806682Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:19.9121399Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:06:19.9458901Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:19.9772260Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.0095405Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.0495718Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:20.1139789Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:06:20.1453833Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.1769374Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.2113792Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.2459440Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.2772809Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.3085650Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.3397526Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.3713825Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:06:20.4020397Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.4334557Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.4663137Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:20.4990590Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.5392879Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.5735712Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.6087309Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:20.6403804Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.6737160Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.7050040Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.7368191Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.7682184Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.8038904Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.8361148Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:20.8696347Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.9004073Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.9348750Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:20.9655168Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:06:20.9997831Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:21.0329922Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:06:21.0702471Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:06:21.1064429Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:06:21.1190835Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:06:21.1359291Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:22.5745017Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:06:23.7616628Z Reading package lists...
2025-08-20T21:06:23.9614822Z Building dependency tree...
2025-08-20T21:06:23.9623399Z Reading state information...
2025-08-20T21:06:24.2102501Z The following additional packages will be installed:
2025-08-20T21:06:24.2102943Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:06:24.2108050Z   libpcap0.8-dev
2025-08-20T21:06:24.2422688Z The following NEW packages will be installed:
2025-08-20T21:06:24.2423171Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:06:24.2429591Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:06:24.2632363Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:24.4782720Z Need to get 1640 kB of archives.
2025-08-20T21:06:24.4783119Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:06:24.4783684Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T21:06:24.8000253Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:06:24.8847209Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T21:06:24.9700629Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T21:06:25.0832418Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:06:25.2615851Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:06:25.3374822Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:06:25.3994744Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:06:25.6695633Z Fetched 1640 kB in 1s (1459 kB/s)
2025-08-20T21:06:25.7265732Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:06:25.7299540Z (Reading database ... 
2025-08-20T21:06:25.7299756Z (Reading database ... 5%
2025-08-20T21:06:25.7299964Z (Reading database ... 10%
2025-08-20T21:06:25.7300162Z (Reading database ... 15%
2025-08-20T21:06:25.7300354Z (Reading database ... 20%
2025-08-20T21:06:25.7300571Z (Reading database ... 25%
2025-08-20T21:06:25.7300766Z (Reading database ... 30%
2025-08-20T21:06:25.7300957Z (Reading database ... 35%
2025-08-20T21:06:25.7301546Z (Reading database ... 40%
2025-08-20T21:06:25.7301773Z (Reading database ... 45%
2025-08-20T21:06:25.7301964Z (Reading database ... 50%
2025-08-20T21:06:25.7323670Z (Reading database ... 55%
2025-08-20T21:06:25.7415078Z (Reading database ... 60%
2025-08-20T21:06:25.7451694Z (Reading database ... 65%
2025-08-20T21:06:25.7468915Z (Reading database ... 70%
2025-08-20T21:06:25.7503674Z (Reading database ... 75%
2025-08-20T21:06:25.7621080Z (Reading database ... 80%
2025-08-20T21:06:25.7692688Z (Reading database ... 85%
2025-08-20T21:06:25.7720609Z (Reading database ... 90%
2025-08-20T21:06:25.7828718Z (Reading database ... 95%
2025-08-20T21:06:25.7831153Z (Reading database ... 100%
2025-08-20T21:06:25.7831469Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:06:25.7864693Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:06:25.8008994Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:06:25.9197377Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:06:25.9371029Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:06:25.9586225Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:06:26.0482966Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:06:26.0652941Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:06:26.0786366Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:06:26.1666050Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:06:26.1853125Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:06:26.1975393Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:06:26.2856917Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:06:26.3050651Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:06:26.3158435Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:06:26.4366361Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:06:26.4548747Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:06:26.4683383Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:06:26.5575503Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:06:26.5748848Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:06:26.5872362Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:06:26.7037478Z Selecting previously unselected package pcaputils.
2025-08-20T21:06:26.7224122Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:06:26.7388053Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:06:26.8381739Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:06:26.8710266Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:06:27.0276012Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:06:27.0610028Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:06:27.1102507Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:06:27.3464704Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:06:27.3790033Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:06:27.4149954Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:06:27.4597229Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:29.1246173Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:06:29.1831487Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:06:29.2156995Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:06:30.3920670Z Reading package lists...
2025-08-20T21:06:30.6004599Z Building dependency tree...
2025-08-20T21:06:30.6012363Z Reading state information...
2025-08-20T21:06:30.6410026Z Reading package lists...
2025-08-20T21:06:30.8266660Z Building dependency tree...
2025-08-20T21:06:30.8274880Z Reading state information...
2025-08-20T21:06:31.0725704Z The following additional packages will be installed:
2025-08-20T21:06:31.0731627Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:06:31.0739156Z Suggested packages:
2025-08-20T21:06:31.0739503Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:06:31.0739868Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:06:31.0914656Z The following NEW packages will be installed:
2025-08-20T21:06:31.0916157Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:06:31.0920940Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:06:31.2346194Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:06:31.2346555Z Need to get 801 kB of archives.
2025-08-20T21:06:31.2346891Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:06:31.2347377Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:06:31.3892513Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:06:31.5172378Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:06:31.7293315Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:06:31.7997632Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T21:06:31.8633613Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T21:06:31.9432180Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T21:06:32.0051243Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:06:32.0709120Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:06:32.3375088Z Fetched 801 kB in 1s (825 kB/s)
2025-08-20T21:06:32.3835036Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:06:32.3870791Z (Reading database ... 
2025-08-20T21:06:32.3871359Z (Reading database ... 5%
2025-08-20T21:06:32.3871590Z (Reading database ... 10%
2025-08-20T21:06:32.3871789Z (Reading database ... 15%
2025-08-20T21:06:32.3871982Z (Reading database ... 20%
2025-08-20T21:06:32.3872176Z (Reading database ... 25%
2025-08-20T21:06:32.3872372Z (Reading database ... 30%
2025-08-20T21:06:32.3872564Z (Reading database ... 35%
2025-08-20T21:06:32.3872763Z (Reading database ... 40%
2025-08-20T21:06:32.3872959Z (Reading database ... 45%
2025-08-20T21:06:32.3873147Z (Reading database ... 50%
2025-08-20T21:06:32.3893593Z (Reading database ... 55%
2025-08-20T21:06:32.3989143Z (Reading database ... 60%
2025-08-20T21:06:32.4027092Z (Reading database ... 65%
2025-08-20T21:06:32.4045909Z (Reading database ... 70%
2025-08-20T21:06:32.4081527Z (Reading database ... 75%
2025-08-20T21:06:32.4203147Z (Reading database ... 80%
2025-08-20T21:06:32.4279275Z (Reading database ... 85%
2025-08-20T21:06:32.4309765Z (Reading database ... 90%
2025-08-20T21:06:32.4422582Z (Reading database ... 95%
2025-08-20T21:06:32.4422815Z (Reading database ... 100%
2025-08-20T21:06:32.4423114Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:06:32.4461097Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:06:32.4698577Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:06:32.5509668Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:06:32.5693363Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:06:32.5800643Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:06:32.6667839Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:06:32.6854215Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:06:32.6969688Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:06:32.8102302Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:06:32.8256013Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:06:32.8365701Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:06:32.9092096Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:06:32.9254814Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:06:32.9388809Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:06:33.0128036Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:06:33.0291571Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:06:33.0405061Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:06:33.1258645Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:06:33.1437531Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:06:33.1545823Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:06:33.2373885Z Selecting previously unselected package lzma.
2025-08-20T21:06:33.2556727Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:06:33.2664023Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:06:33.3535099Z Selecting previously unselected package lzma-dev.
2025-08-20T21:06:33.3691670Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:06:33.3813240Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:06:33.4754592Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:06:33.5059855Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:06:33.5378106Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:06:33.5707049Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:06:33.6065080Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:06:33.6310029Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:06:33.6501459Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:06:33.6807976Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:06:33.7149159Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:06:33.7481865Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:06:33.7794412Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:06:33.8222848Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:35.2443510Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:06:36.4803516Z Reading package lists...
2025-08-20T21:06:36.6797827Z Building dependency tree...
2025-08-20T21:06:36.6806231Z Reading state information...
2025-08-20T21:06:36.9701766Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:06:36.9702274Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:06:36.9702604Z inetutils-telnet set to manually installed.
2025-08-20T21:06:36.9702904Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:06:36.9703230Z The following additional packages will be installed:
2025-08-20T21:06:36.9703495Z   tcpd update-inetd
2025-08-20T21:06:36.9879815Z The following packages will be REMOVED:
2025-08-20T21:06:36.9887062Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:06:36.9888244Z The following NEW packages will be installed:
2025-08-20T21:06:36.9888568Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:06:36.9888970Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:06:36.9896527Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:06:37.1963941Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:06:37.1964798Z Need to get 691 kB of archives.
2025-08-20T21:06:37.1965573Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:06:37.1966128Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:06:37.4022625Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:06:37.4780260Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:06:37.5545693Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:06:37.6440606Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:06:37.7599928Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:06:37.8550482Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:06:37.9434001Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:06:38.0239910Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:06:38.1005393Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:06:38.1877973Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:06:38.2830628Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:06:38.3701112Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:06:38.6138500Z Preconfiguring packages ...
2025-08-20T21:06:38.7293441Z Fetched 691 kB in 1s (498 kB/s)
2025-08-20T21:06:38.7548048Z (Reading database ... 
2025-08-20T21:06:38.7548434Z (Reading database ... 5%
2025-08-20T21:06:38.7549019Z (Reading database ... 10%
2025-08-20T21:06:38.7549277Z (Reading database ... 15%
2025-08-20T21:06:38.7549492Z (Reading database ... 20%
2025-08-20T21:06:38.7549685Z (Reading database ... 25%
2025-08-20T21:06:38.7549876Z (Reading database ... 30%
2025-08-20T21:06:38.7550181Z (Reading database ... 35%
2025-08-20T21:06:38.7550906Z (Reading database ... 40%
2025-08-20T21:06:38.7551107Z (Reading database ... 45%
2025-08-20T21:06:38.7551302Z (Reading database ... 50%
2025-08-20T21:06:38.7570923Z (Reading database ... 55%
2025-08-20T21:06:38.7665881Z (Reading database ... 60%
2025-08-20T21:06:38.7703042Z (Reading database ... 65%
2025-08-20T21:06:38.7721668Z (Reading database ... 70%
2025-08-20T21:06:38.7757814Z (Reading database ... 75%
2025-08-20T21:06:38.7879110Z (Reading database ... 80%
2025-08-20T21:06:38.7953507Z (Reading database ... 85%
2025-08-20T21:06:38.7989529Z (Reading database ... 90%
2025-08-20T21:06:38.8094574Z (Reading database ... 95%
2025-08-20T21:06:38.8094811Z (Reading database ... 100%
2025-08-20T21:06:38.8095106Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:06:38.8129396Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:06:38.9305307Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:06:39.0564796Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:06:39.4621691Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:06:39.4657339Z (Reading database ... 
2025-08-20T21:06:39.4657600Z (Reading database ... 5%
2025-08-20T21:06:39.4657803Z (Reading database ... 10%
2025-08-20T21:06:39.4657999Z (Reading database ... 15%
2025-08-20T21:06:39.4658197Z (Reading database ... 20%
2025-08-20T21:06:39.4658389Z (Reading database ... 25%
2025-08-20T21:06:39.4658583Z (Reading database ... 30%
2025-08-20T21:06:39.4658777Z (Reading database ... 35%
2025-08-20T21:06:39.4658968Z (Reading database ... 40%
2025-08-20T21:06:39.4659614Z (Reading database ... 45%
2025-08-20T21:06:39.4660582Z (Reading database ... 50%
2025-08-20T21:06:39.4680041Z (Reading database ... 55%
2025-08-20T21:06:39.4773195Z (Reading database ... 60%
2025-08-20T21:06:39.4811710Z (Reading database ... 65%
2025-08-20T21:06:39.4830384Z (Reading database ... 70%
2025-08-20T21:06:39.4866060Z (Reading database ... 75%
2025-08-20T21:06:39.4986273Z (Reading database ... 80%
2025-08-20T21:06:39.5057803Z (Reading database ... 85%
2025-08-20T21:06:39.5091998Z (Reading database ... 90%
2025-08-20T21:06:39.5193539Z (Reading database ... 95%
2025-08-20T21:06:39.5193759Z (Reading database ... 100%
2025-08-20T21:06:39.5194055Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:06:39.5227909Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:39.5562740Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:39.6333789Z Selecting previously unselected package tcpd.
2025-08-20T21:06:39.6497089Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:06:39.6602776Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:06:39.7617603Z Selecting previously unselected package update-inetd.
2025-08-20T21:06:39.7785042Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:06:39.7898064Z Unpacking update-inetd (4.53) ...
2025-08-20T21:06:39.9108086Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:06:39.9296755Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:39.9460345Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.0373542Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:06:40.0555252Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.0670731Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.1625642Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:06:40.1787848Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.1895399Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.2831031Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:06:40.2990750Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.3095713Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.4024057Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:06:40.4211162Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.4314930Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.5305502Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:06:40.5481650Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.5594951Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.6579834Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:06:40.6732628Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.6851982Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.7638349Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:06:40.7796752Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:40.7908698Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:06:40.8820257Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:06:40.9011908Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:06:40.9131002Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:06:41.0076274Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:06:41.0262424Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:06:41.0367851Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:06:41.1330801Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:06:41.1794122Z Setting up update-inetd (4.53) ...
2025-08-20T21:06:41.2942013Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:06:41.3195522Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:06:41.3394222Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:41.7009705Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:06:41.7010163Z 
2025-08-20T21:06:41.7010286Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:06:41.7010472Z 
2025-08-20T21:06:41.7010855Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:06:41.7011217Z 
2025-08-20T21:06:41.7011720Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:06:41.7012205Z 
2025-08-20T21:06:41.9481464Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:06:41.9938093Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.0174509Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:06:42.0366496Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.0701762Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.1028887Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:06:42.1337816Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.4667226Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:06:42.4667652Z 
2025-08-20T21:06:42.4668147Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:06:42.4668620Z 
2025-08-20T21:06:42.7060152Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.8268117Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:42.9468632Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:06:43.0395109Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:46.0018879Z Reading package lists...
2025-08-20T21:06:46.2357214Z Building dependency tree...
2025-08-20T21:06:46.2364132Z Reading state information...
2025-08-20T21:06:46.5594139Z The following packages will be REMOVED:
2025-08-20T21:06:46.5601500Z   inetutils-ping
2025-08-20T21:06:46.5601752Z The following NEW packages will be installed:
2025-08-20T21:06:46.5609221Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:06:46.5614309Z The following packages will be upgraded:
2025-08-20T21:06:46.5621761Z   iputils-tracepath
2025-08-20T21:06:46.7020979Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:06:46.7021348Z Need to get 84.5 kB of archives.
2025-08-20T21:06:46.7021641Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:06:46.7022232Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:06:46.8847412Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:06:46.9535142Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:06:47.0238163Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:06:47.3314091Z Fetched 84.5 kB in 0s (184 kB/s)
2025-08-20T21:06:47.3591610Z (Reading database ... 
2025-08-20T21:06:47.3592327Z (Reading database ... 5%
2025-08-20T21:06:47.3592558Z (Reading database ... 10%
2025-08-20T21:06:47.3592760Z (Reading database ... 15%
2025-08-20T21:06:47.3592956Z (Reading database ... 20%
2025-08-20T21:06:47.3593170Z (Reading database ... 25%
2025-08-20T21:06:47.3593367Z (Reading database ... 30%
2025-08-20T21:06:47.3593977Z (Reading database ... 35%
2025-08-20T21:06:47.3594185Z (Reading database ... 40%
2025-08-20T21:06:47.3594540Z (Reading database ... 45%
2025-08-20T21:06:47.3594736Z (Reading database ... 50%
2025-08-20T21:06:47.3613997Z (Reading database ... 55%
2025-08-20T21:06:47.3706018Z (Reading database ... 60%
2025-08-20T21:06:47.3743149Z (Reading database ... 65%
2025-08-20T21:06:47.3762558Z (Reading database ... 70%
2025-08-20T21:06:47.3798014Z (Reading database ... 75%
2025-08-20T21:06:47.3923317Z (Reading database ... 80%
2025-08-20T21:06:47.3997284Z (Reading database ... 85%
2025-08-20T21:06:47.4032173Z (Reading database ... 90%
2025-08-20T21:06:47.4138330Z (Reading database ... 95%
2025-08-20T21:06:47.4138576Z (Reading database ... 100%
2025-08-20T21:06:47.4138872Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:06:47.4173291Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:06:47.5642936Z Selecting previously unselected package iputils-ping.
2025-08-20T21:06:47.5679315Z (Reading database ... 
2025-08-20T21:06:47.5679555Z (Reading database ... 5%
2025-08-20T21:06:47.5679762Z (Reading database ... 10%
2025-08-20T21:06:47.5679958Z (Reading database ... 15%
2025-08-20T21:06:47.5680154Z (Reading database ... 20%
2025-08-20T21:06:47.5680349Z (Reading database ... 25%
2025-08-20T21:06:47.5680542Z (Reading database ... 30%
2025-08-20T21:06:47.5681140Z (Reading database ... 35%
2025-08-20T21:06:47.5681349Z (Reading database ... 40%
2025-08-20T21:06:47.5681546Z (Reading database ... 45%
2025-08-20T21:06:47.5681740Z (Reading database ... 50%
2025-08-20T21:06:47.5701588Z (Reading database ... 55%
2025-08-20T21:06:47.5793934Z (Reading database ... 60%
2025-08-20T21:06:47.5832673Z (Reading database ... 65%
2025-08-20T21:06:47.5852092Z (Reading database ... 70%
2025-08-20T21:06:47.5886742Z (Reading database ... 75%
2025-08-20T21:06:47.6011174Z (Reading database ... 80%
2025-08-20T21:06:47.6080972Z (Reading database ... 85%
2025-08-20T21:06:47.6114770Z (Reading database ... 90%
2025-08-20T21:06:47.6213112Z (Reading database ... 95%
2025-08-20T21:06:47.6213366Z (Reading database ... 100%
2025-08-20T21:06:47.6213661Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:06:47.6242142Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:06:47.6377497Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:47.7380324Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:06:47.7744839Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:06:47.8692669Z Selecting previously unselected package iputils-arping.
2025-08-20T21:06:47.8876349Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:06:47.8987794Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:47.9825895Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:06:47.9974535Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:06:48.0077978Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:48.1037884Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:48.1542067Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:48.1987445Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:48.2472899Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:06:48.2822496Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:51.0563666Z Reading package lists...
2025-08-20T21:06:51.2531949Z Building dependency tree...
2025-08-20T21:06:51.2539950Z Reading state information...
2025-08-20T21:06:51.5005225Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:06:51.5290557Z The following packages will be upgraded:
2025-08-20T21:06:51.5291176Z   python3-pip python3-pip-whl
2025-08-20T21:06:51.5471093Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:06:51.8271431Z Need to get 3020 kB of archives.
2025-08-20T21:06:51.8271818Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:06:51.8272394Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:06:52.8544472Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T21:06:53.6388439Z Fetched 3020 kB in 2s (1661 kB/s)
2025-08-20T21:06:53.6904022Z (Reading database ... 
2025-08-20T21:06:53.6904422Z (Reading database ... 5%
2025-08-20T21:06:53.6904632Z (Reading database ... 10%
2025-08-20T21:06:53.6904850Z (Reading database ... 15%
2025-08-20T21:06:53.6905045Z (Reading database ... 20%
2025-08-20T21:06:53.6905936Z (Reading database ... 25%
2025-08-20T21:06:53.6906179Z (Reading database ... 30%
2025-08-20T21:06:53.6906384Z (Reading database ... 35%
2025-08-20T21:06:53.6906622Z (Reading database ... 40%
2025-08-20T21:06:53.6906820Z (Reading database ... 45%
2025-08-20T21:06:53.6907023Z (Reading database ... 50%
2025-08-20T21:06:53.6929758Z (Reading database ... 55%
2025-08-20T21:06:53.7022718Z (Reading database ... 60%
2025-08-20T21:06:53.7060149Z (Reading database ... 65%
2025-08-20T21:06:53.7080021Z (Reading database ... 70%
2025-08-20T21:06:53.7114055Z (Reading database ... 75%
2025-08-20T21:06:53.7270709Z (Reading database ... 80%
2025-08-20T21:06:53.7309260Z (Reading database ... 85%
2025-08-20T21:06:53.7343023Z (Reading database ... 90%
2025-08-20T21:06:53.7443481Z (Reading database ... 95%
2025-08-20T21:06:53.7443709Z (Reading database ... 100%
2025-08-20T21:06:53.7444003Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:06:53.7474226Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:06:53.9377228Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:06:54.1679772Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:06:54.2017239Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:06:54.3201544Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:06:54.3663098Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:06:55.3428954Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:58.1861134Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:06:58.4751595Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:06:59.4082886Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:06:59.5377354Z Collecting pip
2025-08-20T21:06:59.6367166Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:06:59.6626879Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:06:59.7331247Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.5 MB/s eta 0:00:00
2025-08-20T21:06:59.9977800Z Installing collected packages: pip
2025-08-20T21:07:00.6675241Z Successfully installed pip-25.2
2025-08-20T21:07:00.8691058Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:07:00.9154514Z Reading package lists...
2025-08-20T21:07:01.1563978Z Building dependency tree...
2025-08-20T21:07:01.1571372Z Reading state information...
2025-08-20T21:07:01.4211105Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:07:01.4212004Z pciutils set to manually installed.
2025-08-20T21:07:01.4212329Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:07:01.4212674Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:07:01.4212968Z python3-distro set to manually installed.
2025-08-20T21:07:01.4213286Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:07:01.4213619Z python3-netifaces set to manually installed.
2025-08-20T21:07:01.4214589Z The following additional packages will be installed:
2025-08-20T21:07:01.4214892Z   libsysfs2
2025-08-20T21:07:01.4219957Z Suggested packages:
2025-08-20T21:07:01.4220158Z   fancontrol read-edid i2c-tools
2025-08-20T21:07:01.4499307Z The following NEW packages will be installed:
2025-08-20T21:07:01.4501624Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:07:01.4714805Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:07:01.6167658Z Need to get 133 kB of archives.
2025-08-20T21:07:01.6168489Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:07:01.6169042Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:07:01.7461557Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:07:01.8245564Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:07:01.9895859Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:07:02.2699194Z Fetched 133 kB in 1s (260 kB/s)
2025-08-20T21:07:02.3276927Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:07:02.3314593Z (Reading database ... 
2025-08-20T21:07:02.3315249Z (Reading database ... 5%
2025-08-20T21:07:02.3315501Z (Reading database ... 10%
2025-08-20T21:07:02.3316080Z (Reading database ... 15%
2025-08-20T21:07:02.3316282Z (Reading database ... 20%
2025-08-20T21:07:02.3316474Z (Reading database ... 25%
2025-08-20T21:07:02.3316670Z (Reading database ... 30%
2025-08-20T21:07:02.3316870Z (Reading database ... 35%
2025-08-20T21:07:02.3317064Z (Reading database ... 40%
2025-08-20T21:07:02.3317260Z (Reading database ... 45%
2025-08-20T21:07:02.3317455Z (Reading database ... 50%
2025-08-20T21:07:02.3339853Z (Reading database ... 55%
2025-08-20T21:07:02.3432168Z (Reading database ... 60%
2025-08-20T21:07:02.3469208Z (Reading database ... 65%
2025-08-20T21:07:02.3488877Z (Reading database ... 70%
2025-08-20T21:07:02.3523983Z (Reading database ... 75%
2025-08-20T21:07:02.3688578Z (Reading database ... 80%
2025-08-20T21:07:02.3730435Z (Reading database ... 85%
2025-08-20T21:07:02.3767485Z (Reading database ... 90%
2025-08-20T21:07:02.3876067Z (Reading database ... 95%
2025-08-20T21:07:02.3876290Z (Reading database ... 100%
2025-08-20T21:07:02.3876579Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:07:02.3914829Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:07:02.4144014Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:07:02.5334576Z Selecting previously unselected package sysfsutils.
2025-08-20T21:07:02.5521007Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:07:02.5656064Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:07:02.7063399Z Selecting previously unselected package lm-sensors.
2025-08-20T21:07:02.7258705Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:07:02.7544772Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:07:02.8496908Z Selecting previously unselected package virt-what.
2025-08-20T21:07:02.8694157Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:07:02.8812187Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:07:02.9824965Z Setting up virt-what (1.25-2) ...
2025-08-20T21:07:03.0214805Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:07:03.0597695Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:07:03.3903099Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:07:03.3903490Z 
2025-08-20T21:07:03.3903964Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:07:03.3904737Z 
2025-08-20T21:07:03.6563010Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:07:03.9848978Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:07:03.9849511Z 
2025-08-20T21:07:03.9994548Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:07:05.6949196Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:07:06.8461020Z Reading package lists...
2025-08-20T21:07:07.0305053Z Building dependency tree...
2025-08-20T21:07:07.0311507Z Reading state information...
2025-08-20T21:07:07.2549430Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:07:07.2549813Z The following additional packages will be installed:
2025-08-20T21:07:07.2552836Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:07:07.2553190Z   xorg-sgml-doctools
2025-08-20T21:07:07.2560596Z Suggested packages:
2025-08-20T21:07:07.2560820Z   libxcb-doc
2025-08-20T21:07:07.2721785Z The following NEW packages will be installed:
2025-08-20T21:07:07.2723788Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:07:07.2727264Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:07:07.2727679Z   xcb xorg-sgml-doctools
2025-08-20T21:07:07.4781878Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:07:07.4782243Z Need to get 816 kB of archives.
2025-08-20T21:07:07.4782542Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:07:07.4783483Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:07:07.5395381Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:07:07.6069399Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:07:07.9630355Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:07:08.0243305Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:07:08.0867540Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:07:08.1539539Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:07:08.2159004Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:07:08.2772632Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:07:08.3387769Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:07:08.4004187Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:07:08.6520470Z Fetched 816 kB in 1s (729 kB/s)
2025-08-20T21:07:08.6863840Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:07:08.6898582Z (Reading database ... 
2025-08-20T21:07:08.6898816Z (Reading database ... 5%
2025-08-20T21:07:08.6899015Z (Reading database ... 10%
2025-08-20T21:07:08.6899213Z (Reading database ... 15%
2025-08-20T21:07:08.6899411Z (Reading database ... 20%
2025-08-20T21:07:08.6899603Z (Reading database ... 25%
2025-08-20T21:07:08.6899798Z (Reading database ... 30%
2025-08-20T21:07:08.6900685Z (Reading database ... 35%
2025-08-20T21:07:08.6900975Z (Reading database ... 40%
2025-08-20T21:07:08.6901179Z (Reading database ... 45%
2025-08-20T21:07:08.6901378Z (Reading database ... 50%
2025-08-20T21:07:08.6920662Z (Reading database ... 55%
2025-08-20T21:07:08.7008276Z (Reading database ... 60%
2025-08-20T21:07:08.7044129Z (Reading database ... 65%
2025-08-20T21:07:08.7062296Z (Reading database ... 70%
2025-08-20T21:07:08.7095298Z (Reading database ... 75%
2025-08-20T21:07:08.7242867Z (Reading database ... 80%
2025-08-20T21:07:08.7280551Z (Reading database ... 85%
2025-08-20T21:07:08.7312911Z (Reading database ... 90%
2025-08-20T21:07:08.7408645Z (Reading database ... 95%
2025-08-20T21:07:08.7408892Z (Reading database ... 100%
2025-08-20T21:07:08.7409187Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:07:08.7436010Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:07:08.7595501Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:07:08.8384891Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:07:08.8518856Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:07:08.8626359Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:07:09.0197782Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:07:09.0370729Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:07:09.0480274Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:07:09.1378584Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:07:09.1539738Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:07:09.1715790Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:07:09.2625591Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:07:09.2779090Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:07:09.2886003Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:07:09.3667513Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:07:09.3822356Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:07:09.3926265Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:09.4764547Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:07:09.4952829Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:07:09.5057720Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:09.6882046Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:07:09.7034546Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:07:09.7252400Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:09.8009948Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:07:09.8165444Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:07:09.8271251Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:09.8992168Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:07:09.9146942Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:07:09.9257715Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:10.0271317Z Selecting previously unselected package xcb.
2025-08-20T21:07:10.0444780Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:07:10.0561370Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:07:10.1558971Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:10.1879945Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:07:10.2191205Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:07:10.2619973Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:07:10.2984735Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:07:10.3505656Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:07:11.9490681Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:07:11.9859108Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:07:12.0247197Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:07:12.0558178Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:07:12.0868153Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:12.1203057Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:12.1510319Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:12.1828981Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:07:13.5035146Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:07:14.1482989Z Collecting build
2025-08-20T21:07:14.2008505Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:07:14.3226150Z Collecting cffi
2025-08-20T21:07:14.3321582Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:07:14.3758843Z Collecting scons
2025-08-20T21:07:14.3860710Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:07:14.4311029Z Collecting scuba
2025-08-20T21:07:14.4419507Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:07:14.5128017Z Collecting pytest
2025-08-20T21:07:14.5222531Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:07:14.5798070Z Collecting packaging>=19.1 (from build)
2025-08-20T21:07:14.5892232Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:07:14.6290082Z Collecting pyproject_hooks (from build)
2025-08-20T21:07:14.6382487Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:07:14.6796240Z Collecting pycparser (from cffi)
2025-08-20T21:07:14.6888132Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:07:14.7461235Z Collecting PyYAML (from scuba)
2025-08-20T21:07:14.7554663Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:07:14.7955683Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:07:14.8054349Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:07:14.8537591Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:07:14.8631198Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:07:14.9103161Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:07:14.9201285Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:14.9502331Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:07:14.9746568Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:07:15.0312293Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:07:15.0901021Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 70.5 MB/s  0:00:00
2025-08-20T21:07:15.1003612Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:07:15.1263443Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:07:15.1517973Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:07:15.1817031Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:07:15.2056166Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:07:15.2296048Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:15.2532899Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.9 MB/s  0:00:00
2025-08-20T21:07:15.2628075Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:07:15.2895984Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:07:15.3157152Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:07:15.3362029Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 25.7 MB/s  0:00:00
2025-08-20T21:07:15.4325131Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:07:17.0571146Z 
2025-08-20T21:07:17.0585757Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:07:17.3461239Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:07:17.9843578Z Collecting ansi2txt
2025-08-20T21:07:18.0398661Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:07:18.0922276Z Collecting pipx
2025-08-20T21:07:18.1021704Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:07:18.1442106Z Collecting scons
2025-08-20T21:07:18.1452571Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:07:18.1713952Z Collecting py2static
2025-08-20T21:07:18.1818862Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:07:18.2297178Z Collecting typer
2025-08-20T21:07:18.2400105Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:07:18.2952025Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:07:18.3048078Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:07:18.3455180Z Collecting packaging>=20 (from pipx)
2025-08-20T21:07:18.3465324Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:07:18.3816223Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:07:18.3930039Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:07:18.4369948Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:07:18.4468947Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:07:18.5153393Z Collecting pyinstaller (from py2static)
2025-08-20T21:07:18.5263687Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:07:18.6301921Z Collecting staticx (from py2static)
2025-08-20T21:07:18.6405639Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:07:18.6828265Z   Preparing metadata (setup.py): started
2025-08-20T21:07:19.1444150Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:07:19.1773505Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:07:19.1873441Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:19.2447056Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:07:19.2541296Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:07:19.2960085Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:07:19.3059067Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:07:19.3670943Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:07:19.3768357Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:07:19.4235122Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:07:19.4330940Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:07:19.4788921Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:07:19.4798691Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:19.5063178Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:07:19.5158342Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:07:19.6723561Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:07:19.6820670Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:07:19.7286387Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:07:19.7394905Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:07:19.7849315Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:07:19.7951633Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:07:19.8437895Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:07:19.8533674Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:07:19.8811594Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:07:19.9048529Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:07:19.9227519Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:07:19.9355482Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:07:19.9617637Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:07:19.9864736Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:07:20.0106155Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:07:20.0303675Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:07:20.0400051Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:07:20.0652525Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:07:20.0901080Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:20.1006180Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:07:20.1247265Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:07:20.1488764Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:07:20.1725063Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:07:20.1959649Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:07:20.2202413Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:07:20.2488720Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 18.3 MB/s  0:00:00
2025-08-20T21:07:20.2595973Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:07:20.2859346Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:20.3110367Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 40.5 MB/s  0:00:00
2025-08-20T21:07:20.3206303Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:07:20.3447555Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:07:20.3958291Z Building wheels for collected packages: staticx
2025-08-20T21:07:20.3965318Z   Building wheel for staticx (setup.py): started
2025-08-20T21:07:31.0272164Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:07:31.0282385Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=75b80f83067a79012014d21ffd017d3c7d57721d67b869520be4a98942abaf98
2025-08-20T21:07:31.0283271Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:07:31.0300224Z Successfully built staticx
2025-08-20T21:07:31.1267770Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:07:31.9535167Z   Attempting uninstall: scons
2025-08-20T21:07:31.9605060Z     Found existing installation: SCons 4.9.1
2025-08-20T21:07:31.9889718Z     Uninstalling SCons-4.9.1:
2025-08-20T21:07:31.9948947Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:07:32.4885523Z   Attempting uninstall: pygments
2025-08-20T21:07:32.4958433Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:07:32.5116402Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:07:32.5138595Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:07:33.1100642Z   Attempting uninstall: packaging
2025-08-20T21:07:33.1169650Z     Found existing installation: packaging 25.0
2025-08-20T21:07:33.1190547Z     Uninstalling packaging-25.0:
2025-08-20T21:07:33.1194600Z       Successfully uninstalled packaging-25.0
2025-08-20T21:07:34.0880764Z 
2025-08-20T21:07:34.0904581Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:07:34.3750714Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:07:34.5634344Z Collecting build
2025-08-20T21:07:34.5645710Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:07:34.6413775Z Collecting cffi
2025-08-20T21:07:34.6425668Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:07:34.6659258Z Collecting scons
2025-08-20T21:07:34.6668413Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:07:34.6897001Z Collecting scuba
2025-08-20T21:07:34.6906599Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:07:34.7381965Z Collecting pytest
2025-08-20T21:07:34.7391759Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:07:34.7655867Z Collecting packaging>=19.1 (from build)
2025-08-20T21:07:34.7664367Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:07:34.7858267Z Collecting pyproject_hooks (from build)
2025-08-20T21:07:34.7867994Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:07:34.8072775Z Collecting pycparser (from cffi)
2025-08-20T21:07:34.8083457Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:07:34.8459566Z Collecting PyYAML (from scuba)
2025-08-20T21:07:34.8473261Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:07:34.8690957Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:07:34.8700491Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:07:34.8949609Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:07:34.8959491Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:07:34.9228021Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:07:34.9237703Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:34.9286818Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:07:34.9296275Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:07:34.9307891Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:07:34.9338490Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:07:34.9349477Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:07:34.9361376Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:07:34.9370569Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:07:34.9379438Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:07:34.9388651Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:34.9405417Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:07:34.9415040Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:07:34.9423977Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:07:35.0483670Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:07:35.0487852Z   Attempting uninstall: scons
2025-08-20T21:07:35.0559764Z     Found existing installation: SCons 4.9.1
2025-08-20T21:07:35.0839909Z     Uninstalling SCons-4.9.1:
2025-08-20T21:07:35.0900325Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:07:35.5918870Z   Attempting uninstall: PyYAML
2025-08-20T21:07:35.5991342Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:07:35.6023232Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:07:35.6030227Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:07:35.6629705Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:07:35.6697388Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:07:35.6711204Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:07:35.6716878Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:07:35.6911547Z   Attempting uninstall: pygments
2025-08-20T21:07:35.6977320Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:07:35.7128462Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:07:35.7150545Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:07:36.2823035Z   Attempting uninstall: pycparser
2025-08-20T21:07:36.2892197Z     Found existing installation: pycparser 2.22
2025-08-20T21:07:36.2911093Z     Uninstalling pycparser-2.22:
2025-08-20T21:07:36.2923695Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:07:36.4125480Z   Attempting uninstall: pluggy
2025-08-20T21:07:36.4193374Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:07:36.4209182Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:07:36.4214182Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:07:36.4525463Z   Attempting uninstall: packaging
2025-08-20T21:07:36.4596579Z     Found existing installation: packaging 25.0
2025-08-20T21:07:36.4616013Z     Uninstalling packaging-25.0:
2025-08-20T21:07:36.4621582Z       Successfully uninstalled packaging-25.0
2025-08-20T21:07:36.5095771Z   Attempting uninstall: iniconfig
2025-08-20T21:07:36.5166896Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:07:36.5180169Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:07:36.5184839Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:07:36.5379611Z   Attempting uninstall: scuba
2025-08-20T21:07:36.5445703Z     Found existing installation: scuba 2.14.1
2025-08-20T21:07:36.5462701Z     Uninstalling scuba-2.14.1:
2025-08-20T21:07:36.5469661Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:07:36.5757841Z   Attempting uninstall: pytest
2025-08-20T21:07:36.5831027Z     Found existing installation: pytest 8.4.1
2025-08-20T21:07:36.5877371Z     Uninstalling pytest-8.4.1:
2025-08-20T21:07:36.6071799Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:07:36.8080694Z   Attempting uninstall: cffi
2025-08-20T21:07:36.8147162Z     Found existing installation: cffi 1.17.1
2025-08-20T21:07:36.8166877Z     Uninstalling cffi-1.17.1:
2025-08-20T21:07:36.8352098Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:07:36.9066184Z   Attempting uninstall: build
2025-08-20T21:07:36.9135199Z     Found existing installation: build 1.3.0
2025-08-20T21:07:36.9154540Z     Uninstalling build-1.3.0:
2025-08-20T21:07:36.9161884Z       Successfully uninstalled build-1.3.0
2025-08-20T21:07:36.9471748Z 
2025-08-20T21:07:36.9495291Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:07:37.2399624Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:07:37.4103810Z Collecting ansi2txt
2025-08-20T21:07:37.4115182Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:07:37.4382569Z Collecting pipx
2025-08-20T21:07:37.4392691Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:07:37.4631595Z Collecting scons
2025-08-20T21:07:37.4641974Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:07:37.4860738Z Collecting py2static
2025-08-20T21:07:37.4870410Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:07:37.5133249Z Collecting typer
2025-08-20T21:07:37.5142917Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:07:37.5466250Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:07:37.5475519Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:07:37.5723947Z Collecting packaging>=20 (from pipx)
2025-08-20T21:07:37.5733736Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:07:37.5986378Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:07:37.5996041Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:07:37.6222633Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:07:37.6232306Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:07:37.6633566Z Collecting pyinstaller (from py2static)
2025-08-20T21:07:37.6643814Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:07:37.6872987Z Collecting staticx (from py2static)
2025-08-20T21:07:37.6883169Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:07:37.7021479Z   Preparing metadata (setup.py): started
2025-08-20T21:07:37.8957308Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:07:37.9224865Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:07:37.9235091Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:37.9501191Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:07:37.9510984Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:07:37.9835498Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:07:37.9845286Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:07:38.0230943Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:07:38.0240968Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:07:38.0511150Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:07:38.0522403Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:07:38.0812010Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:07:38.0822029Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:07:38.1038637Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:07:38.1048204Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:07:38.1991985Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:07:38.1999011Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:07:38.2255480Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:07:38.2265446Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:07:38.2524733Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:07:38.2534157Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:07:38.2794194Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:07:38.2803848Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:07:38.2834521Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:07:38.2843622Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:07:38.2852906Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:07:38.2882318Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:07:38.2891288Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:07:38.2900363Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:07:38.2909602Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:07:38.2919043Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:07:38.2928310Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:07:38.2937404Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:07:38.2947534Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:38.2965170Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:07:38.2974163Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:07:38.2983157Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:07:38.2992240Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:07:38.3001405Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:07:38.3010541Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:07:38.3022988Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:07:38.3034089Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:38.3049191Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:07:38.3058076Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:07:38.3371773Z Building wheels for collected packages: staticx
2025-08-20T21:07:38.3377497Z   Building wheel for staticx (setup.py): started
2025-08-20T21:07:40.7642739Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:07:40.7654148Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790759 sha256=b5460c2c385557b654fab86a6e1e00c1d0ff24755004f249d6155db2ccbf5f22
2025-08-20T21:07:40.7655252Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:07:40.7671435Z Successfully built staticx
2025-08-20T21:07:40.8650684Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:07:40.8654563Z   Attempting uninstall: pyelftools
2025-08-20T21:07:40.8720455Z     Found existing installation: pyelftools 0.32
2025-08-20T21:07:40.8758818Z     Uninstalling pyelftools-0.32:
2025-08-20T21:07:40.8770749Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:07:40.9958206Z   Attempting uninstall: altgraph
2025-08-20T21:07:41.0027662Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:07:41.0043187Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:07:41.0048372Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:07:41.0302598Z   Attempting uninstall: typing-extensions
2025-08-20T21:07:41.0373221Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:07:41.0385863Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:07:41.0569737Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:07:41.0899275Z   Attempting uninstall: staticx
2025-08-20T21:07:41.0969488Z     Found existing installation: staticx 0.14.1
2025-08-20T21:07:41.0990492Z     Uninstalling staticx-0.14.1:
2025-08-20T21:07:41.0998698Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:07:41.1371007Z   Attempting uninstall: shellingham
2025-08-20T21:07:41.1442495Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:07:41.1457641Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:07:41.1462804Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:07:41.1668441Z   Attempting uninstall: setuptools
2025-08-20T21:07:41.1735781Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:07:41.1935985Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:07:41.2153736Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:07:41.8086116Z   Attempting uninstall: scons
2025-08-20T21:07:41.8160586Z     Found existing installation: SCons 4.9.1
2025-08-20T21:07:41.8453501Z     Uninstalling SCons-4.9.1:
2025-08-20T21:07:41.8511149Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:07:42.3524435Z   Attempting uninstall: pygments
2025-08-20T21:07:42.3596524Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:07:42.3757657Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:07:42.3780129Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:07:42.9743296Z   Attempting uninstall: platformdirs
2025-08-20T21:07:42.9828596Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:07:42.9845323Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:07:42.9850494Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:07:43.0132697Z   Attempting uninstall: packaging
2025-08-20T21:07:43.0205298Z     Found existing installation: packaging 25.0
2025-08-20T21:07:43.0224368Z     Uninstalling packaging-25.0:
2025-08-20T21:07:43.0229879Z       Successfully uninstalled packaging-25.0
2025-08-20T21:07:43.0703216Z   Attempting uninstall: mdurl
2025-08-20T21:07:43.0772529Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:07:43.0786186Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:07:43.0790883Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:07:43.1002926Z   Attempting uninstall: click
2025-08-20T21:07:43.1073179Z     Found existing installation: click 8.2.1
2025-08-20T21:07:43.1090915Z     Uninstalling click-8.2.1:
2025-08-20T21:07:43.1096301Z       Successfully uninstalled click-8.2.1
2025-08-20T21:07:43.1778470Z   Attempting uninstall: argcomplete
2025-08-20T21:07:43.1849811Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:07:43.1872643Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:07:43.1881280Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:07:43.2207417Z   Attempting uninstall: ansi2txt
2025-08-20T21:07:43.2277667Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:07:43.2290607Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:07:43.2482363Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:07:43.2663797Z   Attempting uninstall: userpath
2025-08-20T21:07:43.2734463Z     Found existing installation: userpath 1.9.2
2025-08-20T21:07:43.2750337Z     Uninstalling userpath-1.9.2:
2025-08-20T21:07:43.2757476Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:07:43.2975257Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:07:43.3048590Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:07:43.3350597Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:07:43.3388996Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:07:43.5438863Z   Attempting uninstall: markdown-it-py
2025-08-20T21:07:43.5511652Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:07:43.5564942Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:07:43.5576201Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:07:43.6234798Z   Attempting uninstall: rich
2025-08-20T21:07:43.6305962Z     Found existing installation: rich 14.1.0
2025-08-20T21:07:43.6350367Z     Uninstalling rich-14.1.0:
2025-08-20T21:07:43.6358334Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:07:43.7934835Z   Attempting uninstall: pyinstaller
2025-08-20T21:07:43.8007771Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:07:43.8252346Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:07:43.8288943Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:07:44.0997160Z   Attempting uninstall: pipx
2025-08-20T21:07:44.1072353Z     Found existing installation: pipx 1.7.1
2025-08-20T21:07:44.1111496Z     Uninstalling pipx-1.7.1:
2025-08-20T21:07:44.1119706Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:07:44.1711162Z   Attempting uninstall: typer
2025-08-20T21:07:44.1783358Z     Found existing installation: typer 0.16.1
2025-08-20T21:07:44.1806447Z     Uninstalling typer-0.16.1:
2025-08-20T21:07:44.1813428Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:07:44.2249932Z   Attempting uninstall: py2static
2025-08-20T21:07:44.2315931Z     Found existing installation: py2static 0.0.1
2025-08-20T21:07:44.2331787Z     Uninstalling py2static-0.0.1:
2025-08-20T21:07:44.2340487Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:07:44.2565858Z 
2025-08-20T21:07:44.2590367Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:07:44.5597950Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:07:44.6603222Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:07:44.6607034Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-zca9qxto
2025-08-20T21:07:44.6624470Z 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-zca9qxto
2025-08-20T21:07:47.1880607Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:07:47.1914689Z   Installing build dependencies: started
2025-08-20T21:07:47.8420928Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:07:47.8430269Z   Getting requirements to build wheel: started
2025-08-20T21:07:48.1055389Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:07:48.1063201Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:07:48.2758622Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:07:48.4319992Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:07:48.4331625Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:07:48.4592429Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:07:48.4601543Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:07:48.4900837Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:07:48.4910211Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:07:48.5154878Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:07:48.5164134Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:07:48.5202076Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:07:48.5211430Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:07:48.5222931Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:07:48.5238064Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:07:48.5344406Z Building wheels for collected packages: pyinstaller
2025-08-20T21:07:48.5350984Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:07:51.2706719Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:07:51.2728298Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=3db8ca83ed31fe403244dc4fd5a12a31fbee06ba8a762860791e227eb6448d3f
2025-08-20T21:07:51.2729264Z   Stored in directory: /tmp/pip-ephem-wheel-cache-_w94r28t/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:07:51.2766083Z Successfully built pyinstaller
2025-08-20T21:07:51.3560322Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:07:51.3565989Z   Attempting uninstall: altgraph
2025-08-20T21:07:51.3634577Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:07:51.3652028Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:07:51.3658534Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:07:51.3946453Z   Attempting uninstall: setuptools
2025-08-20T21:07:51.4014524Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:07:51.4218426Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:07:51.4438616Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:07:52.0408348Z   Attempting uninstall: packaging
2025-08-20T21:07:52.0482672Z     Found existing installation: packaging 25.0
2025-08-20T21:07:52.0511277Z     Uninstalling packaging-25.0:
2025-08-20T21:07:52.0517154Z       Successfully uninstalled packaging-25.0
2025-08-20T21:07:52.0996962Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:07:52.1070336Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:07:52.1364008Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:07:52.1401493Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:07:52.3475376Z   Attempting uninstall: pyinstaller
2025-08-20T21:07:52.3550168Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:07:52.3811104Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:07:52.3848811Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:07:52.6722932Z 
2025-08-20T21:07:52.6747114Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:07:52.8978147Z 6.15.0
2025-08-20T21:07:54.5743388Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:07:54.5751602Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:07:54.5752064Z 
2025-08-20T21:07:54.5752306Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:07:54.5752803Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:07:54.5753357Z installation.
2025-08-20T21:07:54.5753493Z 
2025-08-20T21:07:54.5753748Z If you installed the current Docker package using this script and are using it
2025-08-20T21:07:54.5754223Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:07:54.5754883Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:07:54.5755295Z files to match the parameters passed to the script.
2025-08-20T21:07:54.5755501Z 
2025-08-20T21:07:54.5755639Z You may press Ctrl+C now to abort this script.
2025-08-20T21:07:54.5906790Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:07:55.9428453Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:07:56.3926928Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:07:56.4067059Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:07:56.4798092Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:07:56.4813215Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:07:56.4820925Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:07:58.0405201Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:08:08.6644678Z + sh -c 'docker version'
2025-08-20T21:08:08.6777020Z Client: Docker Engine - Community
2025-08-20T21:08:08.6778024Z  Version:           28.3.3
2025-08-20T21:08:08.6778334Z  API version:       1.51
2025-08-20T21:08:08.6778609Z  Go version:        go1.24.5
2025-08-20T21:08:08.6779038Z  Git commit:        980b856
2025-08-20T21:08:08.6779298Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:08:08.6779616Z  OS/Arch:           linux/arm64
2025-08-20T21:08:08.6779878Z  Context:           default
2025-08-20T21:08:08.6780019Z 
2025-08-20T21:08:08.6780142Z Server: Docker Engine - Community
2025-08-20T21:08:08.6780458Z  Engine:
2025-08-20T21:08:08.6780656Z   Version:          28.3.3
2025-08-20T21:08:08.6780912Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:08:08.6781267Z   Go version:       go1.24.5
2025-08-20T21:08:08.6781517Z   Git commit:       bea959c
2025-08-20T21:08:08.6781741Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:08:08.6782074Z   OS/Arch:          linux/arm64
2025-08-20T21:08:08.6782326Z   Experimental:     false
2025-08-20T21:08:08.6782576Z  containerd:
2025-08-20T21:08:08.6782796Z   Version:          1.7.27
2025-08-20T21:08:08.6783082Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:08:08.6783453Z  runc:
2025-08-20T21:08:08.6783653Z   Version:          1.2.5
2025-08-20T21:08:08.6783891Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:08:08.6784186Z  docker-init:
2025-08-20T21:08:08.6784669Z   Version:          0.19.0
2025-08-20T21:08:08.6784968Z   GitCommit:        de40ad0
2025-08-20T21:08:08.6799375Z 
2025-08-20T21:08:08.6800036Z ================================================================================
2025-08-20T21:08:08.6800269Z 
2025-08-20T21:08:08.6800462Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:08:08.6801279Z Docker daemon in rootless mode for your user:
2025-08-20T21:08:08.6801508Z 
2025-08-20T21:08:08.6801639Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:08:08.6801818Z 
2025-08-20T21:08:08.6802112Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:08:08.6802384Z 
2025-08-20T21:08:08.6802387Z 
2025-08-20T21:08:08.6802602Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:08:08.6803112Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:08:08.6803367Z 
2025-08-20T21:08:08.6803575Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:08:08.6804032Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:08:08.6804692Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:08:08.6804996Z 
2025-08-20T21:08:08.6805131Z ================================================================================
2025-08-20T21:08:08.6805322Z 
2025-08-20T21:08:19.7557487Z ● docker.service - Docker Application Container Engine
2025-08-20T21:08:19.7558045Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:08:19.7558518Z      Active: active (running) since Wed 2025-08-20 21:08:09 UTC; 10s ago
2025-08-20T21:08:19.7559441Z TriggeredBy: ● docker.socket
2025-08-20T21:08:19.7559742Z        Docs: https://docs.docker.com
2025-08-20T21:08:19.7560102Z    Main PID: 20513 (dockerd)
2025-08-20T21:08:19.7560357Z       Tasks: 10
2025-08-20T21:08:19.7560574Z      Memory: 20.5M (peak: 24.4M)
2025-08-20T21:08:19.7560860Z         CPU: 252ms
2025-08-20T21:08:19.7561092Z      CGroup: /system.slice/docker.service
2025-08-20T21:08:19.7562195Z              └─20513 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:08:19.7562588Z 
2025-08-20T21:08:19.7562950Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.062228975Z" level=info msg="Loading containers: start."
2025-08-20T21:08:19.7564082Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.649967933Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4d8c052d85a69699bc003e0e5609883e3c9603d6dfc036620783b5b9c463d812], retrying...."
2025-08-20T21:08:19.7565505Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.695463693Z" level=info msg="Loading containers: done."
2025-08-20T21:08:19.7566615Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721114852Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:08:19.7567949Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721191775Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:08:19.7568870Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721218031Z" level=info msg="Initializing buildkit"
2025-08-20T21:08:19.7569568Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.737409356Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:08:19.7570290Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740336035Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:08:19.7571065Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740387125Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:08:19.7571745Z Aug 20 21:08:09 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:08:19.7646457Z ● docker.service - Docker Application Container Engine
2025-08-20T21:08:19.7647168Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:08:19.7647999Z      Active: active (running) since Wed 2025-08-20 21:08:09 UTC; 10s ago
2025-08-20T21:08:19.7648691Z TriggeredBy: ● docker.socket
2025-08-20T21:08:19.7649159Z        Docs: https://docs.docker.com
2025-08-20T21:08:19.7649517Z    Main PID: 20513 (dockerd)
2025-08-20T21:08:19.7649890Z       Tasks: 10
2025-08-20T21:08:19.7650188Z      Memory: 20.5M (peak: 24.4M)
2025-08-20T21:08:19.7650557Z         CPU: 252ms
2025-08-20T21:08:19.7650911Z      CGroup: /system.slice/docker.service
2025-08-20T21:08:19.7651554Z              └─20513 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:08:19.7651926Z 
2025-08-20T21:08:19.7652519Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.062228975Z" level=info msg="Loading containers: start."
2025-08-20T21:08:19.7653674Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.649967933Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4d8c052d85a69699bc003e0e5609883e3c9603d6dfc036620783b5b9c463d812], retrying...."
2025-08-20T21:08:19.7655012Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.695463693Z" level=info msg="Loading containers: done."
2025-08-20T21:08:19.7656221Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721114852Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:08:19.7657713Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721191775Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:08:19.7658628Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721218031Z" level=info msg="Initializing buildkit"
2025-08-20T21:08:19.7659342Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.737409356Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:08:19.7660073Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740336035Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:08:19.7660863Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740387125Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:08:19.7661525Z Aug 20 21:08:09 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:08:19.7809319Z ● docker.service - Docker Application Container Engine
2025-08-20T21:08:19.7809878Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:08:19.7810366Z      Active: active (running) since Wed 2025-08-20 21:08:09 UTC; 10s ago
2025-08-20T21:08:19.7810892Z TriggeredBy: ● docker.socket
2025-08-20T21:08:19.7811205Z        Docs: https://docs.docker.com
2025-08-20T21:08:19.7811484Z    Main PID: 20513 (dockerd)
2025-08-20T21:08:19.7811786Z       Tasks: 10
2025-08-20T21:08:19.7812002Z      Memory: 20.5M (peak: 24.4M)
2025-08-20T21:08:19.7812270Z         CPU: 252ms
2025-08-20T21:08:19.7812542Z      CGroup: /system.slice/docker.service
2025-08-20T21:08:19.7813129Z              └─20513 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:08:19.7813449Z 
2025-08-20T21:08:19.7813813Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.062228975Z" level=info msg="Loading containers: start."
2025-08-20T21:08:19.7815290Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.649967933Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4d8c052d85a69699bc003e0e5609883e3c9603d6dfc036620783b5b9c463d812], retrying...."
2025-08-20T21:08:19.7816423Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.695463693Z" level=info msg="Loading containers: done."
2025-08-20T21:08:19.7817818Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721114852Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:08:19.7819137Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721191775Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:08:19.7820059Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.721218031Z" level=info msg="Initializing buildkit"
2025-08-20T21:08:19.7820759Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.737409356Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:08:19.7821493Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740336035Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:08:19.7822269Z Aug 20 21:08:09 runnervmdbl46 dockerd[20513]: time="2025-08-20T21:08:09.740387125Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:08:19.7822930Z Aug 20 21:08:09 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:08:19.7899694Z Docker version 28.3.3, build 980b856
2025-08-20T21:08:19.8047429Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:08:21.0808617Z latest: Pulling from library/hello-world
2025-08-20T21:08:21.3232641Z 198f93fd5094: Pulling fs layer
2025-08-20T21:08:21.6556459Z 198f93fd5094: Download complete
2025-08-20T21:08:21.7056253Z 198f93fd5094: Pull complete
2025-08-20T21:08:21.7372730Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:08:21.7495229Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:08:22.5143938Z 
2025-08-20T21:08:22.5144808Z Hello from Docker!
2025-08-20T21:08:22.5145361Z This message shows that your installation appears to be working correctly.
2025-08-20T21:08:22.5145658Z 
2025-08-20T21:08:22.5145857Z To generate this message, Docker took the following steps:
2025-08-20T21:08:22.5146217Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:08:22.5146657Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:08:22.5147040Z     (arm64v8)
2025-08-20T21:08:22.5147336Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:08:22.5147851Z     executable that produces the output you are currently reading.
2025-08-20T21:08:22.5148297Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:08:22.5148639Z     to your terminal.
2025-08-20T21:08:22.5148827Z 
2025-08-20T21:08:22.5149026Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:08:22.5149393Z  $ docker run -it ubuntu bash
2025-08-20T21:08:22.5149555Z 
2025-08-20T21:08:22.5149747Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:08:22.5150124Z  https://hub.docker.com/
2025-08-20T21:08:22.5150289Z 
2025-08-20T21:08:22.5150385Z For more examples and ideas, visit:
2025-08-20T21:08:22.5150707Z  https://docs.docker.com/get-started/
2025-08-20T21:08:22.5150927Z 
2025-08-20T21:08:22.6628150Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:08:22.6628630Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:08:22.6629261Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:08:22.6629715Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:08:22.6630207Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:08:22.6630675Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:08:22.6694865Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:08:22.6695406Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:08:22.6696110Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:08:22.6696454Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:08:22.6696814Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:08:22.6697197Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:08:22.6697578Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:08:22.6697990Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:08:22.6698385Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:08:22.6698777Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:08:22.6699181Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:08:22.6699542Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:08:22.6699919Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:08:22.6700381Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:08:22.6700822Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:08:22.6701211Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:08:22.6701629Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:08:22.6702217Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:08:22.6702567Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:08:22.6702954Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:08:22.6703381Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:08:22.6703793Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:08:22.6704195Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:08:22.6704877Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:08:22.6705304Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:08:22.6705726Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:08:22.6706153Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:08:22.6706582Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:08:22.6707020Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:08:22.6707446Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:08:22.6707842Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:08:22.6708258Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:08:22.6708658Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:08:22.6709067Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:08:22.6709491Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:08:22.6709910Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:08:22.6710323Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:08:22.6710719Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:08:22.6711172Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:08:22.6711649Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:08:22.6712116Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:08:22.6712814Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:08:22.6713278Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:08:22.6713696Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:08:22.6714113Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:08:22.6714722Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:08:22.6715146Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:08:22.6715546Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:08:22.6715913Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:08:22.6716271Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:08:22.6716641Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:08:22.6717039Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:08:22.6717442Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:08:22.6717826Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:08:22.6718237Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:08:22.6718672Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:08:22.6719252Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:08:22.6719663Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:08:22.6720084Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:08:22.6720512Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:08:22.6720914Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:08:22.6721312Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:08:22.6721749Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:08:22.6722244Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:08:22.6722744Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:08:22.6723207Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:08:22.6723620Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:08:22.6724008Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:08:22.6724608Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:08:22.6725014Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:08:22.6725413Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:08:22.6725875Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:08:22.6726379Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:08:22.6726883Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:08:22.6727372Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:08:22.6727815Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:08:22.6728213Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:08:22.6728608Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:08:22.6729012Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:08:22.6729409Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:08:22.6730005Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:08:22.6730438Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:08:22.6730857Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:08:22.6731237Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:08:22.6731612Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:08:22.6732013Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:08:22.6732418Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:08:22.6732793Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:08:22.6733157Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:08:22.6733553Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:08:22.6733943Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:08:22.6734442Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:08:22.6734829Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:08:22.6735236Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:08:22.6735789Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:08:22.6736152Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:08:22.6736516Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:08:22.6736891Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:08:22.6737281Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:08:22.6737680Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:08:22.6738079Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:08:22.6738459Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:08:22.6738842Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:08:22.6739240Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:08:22.6739637Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:08:22.6740012Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:08:22.6740368Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:08:22.6740714Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:08:22.6741070Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:08:22.6741434Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:08:22.6741787Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:08:22.6742164Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:08:22.6742566Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:08:22.6742999Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:08:22.6743436Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:08:22.6743844Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:08:22.6744237Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:08:22.6744780Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:08:22.6745173Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:08:22.6745574Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:08:22.6745985Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:08:22.6746554Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:08:22.6746960Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:08:22.6747460Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:08:22.6747935Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:08:22.6748370Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:08:22.6748760Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:08:22.6749154Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:08:22.6749566Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:08:22.6749975Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:08:22.6750381Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:08:22.6750776Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:08:22.6751174Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:08:22.6751581Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:08:22.6751960Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:08:22.6752469Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:08:22.6752834Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:08:22.6753228Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:08:22.6753813Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:08:22.6754219Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:08:22.6755133Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:08:22.6755509Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:08:22.6755886Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:08:22.6756266Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:08:22.6756654Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:08:22.6757083Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:08:22.6757526Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:08:22.6757920Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:08:22.6758294Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:08:22.6758685Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:08:22.6759108Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:08:22.6759524Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:08:22.6759877Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:08:22.6760220Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:08:22.6760640Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:08:22.6761072Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:08:22.6761480Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:08:22.6761863Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:08:22.6762241Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:08:22.6762622Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:08:22.6763263Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:08:22.6763756Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:08:22.6764170Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:08:22.6764706Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:08:22.6765068Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:08:22.6765519Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:08:22.6766018Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:08:22.6766455Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:08:22.6766831Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:08:22.6767297Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:08:22.6767835Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:08:22.6768338Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:08:22.6768775Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:08:22.6769139Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:08:22.6769681Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:08:22.6770093Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:08:22.6770509Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:08:22.6770915Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:08:22.6771289Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:08:22.6771667Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:08:22.6772063Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:08:22.6772461Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:08:22.6772856Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:08:22.6773253Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:08:22.6773649Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:08:22.6774039Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:08:22.6774605Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:08:22.6775051Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:08:22.6775475Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:08:22.6775869Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:08:22.6776246Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:08:22.6776617Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:08:22.6776991Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:08:22.6777381Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:08:22.6777803Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:08:22.6778272Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:08:22.6778719Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:08:22.6779125Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:08:22.6779518Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:08:22.6780097Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:08:22.6780484Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:08:22.6780853Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:08:22.6781241Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:08:22.6781622Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:08:22.6782072Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:08:22.6782542Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:08:22.6783001Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:08:22.6783517Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:08:22.6784028Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:08:22.6784690Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:08:22.6785132Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:08:22.6785495Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:08:22.6785859Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:08:22.6786386Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:08:22.6786765Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:08:22.6787132Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:08:22.6787511Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:08:22.6787891Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:08:22.6788275Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:08:22.6788656Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:08:22.6789032Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:08:22.6789427Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:08:22.6789819Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:08:22.6790238Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:08:22.6790683Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:08:22.6791102Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:08:22.6791515Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:08:22.6791921Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:08:22.6792336Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:08:22.6792760Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:08:22.6793206Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:08:22.6793569Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:08:22.6794076Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6794734Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:08:22.6795106Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:08:22.6795480Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:08:22.6795844Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:08:22.6796243Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:08:22.6796898Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:08:22.6797347Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:08:22.6797774Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:08:22.6798177Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:08:22.6798584Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:08:22.6799004Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:08:22.6799410Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:08:22.6799799Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:08:22.6800229Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:08:22.6800820Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:08:22.6801320Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:08:22.6801769Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:08:22.6802177Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:08:22.6802580Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:08:22.6803209Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:08:22.6803690Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:08:22.6804096Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:08:22.6804664Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:08:22.6805115Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:08:22.6805523Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:08:22.6805886Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:08:22.6806237Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:08:22.6806606Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:08:22.6806988Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:08:22.6807359Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:08:22.6807712Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:08:22.6808080Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:08:22.6808443Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:08:22.6808805Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:08:22.6809175Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:08:22.6809536Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:08:22.6809912Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:08:22.6810301Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:08:22.6810664Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:08:22.6811031Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:08:22.6811392Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:08:22.6811761Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:08:22.6812136Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:08:22.6812505Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:08:22.6812864Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:08:22.6813464Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:08:22.6813912Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:08:22.6814475Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:08:22.6814885Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:08:22.6815253Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:08:22.6815632Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:08:22.6816057Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:08:22.6816453Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:08:22.6816811Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:08:22.6817175Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:08:22.6817536Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:08:22.6817881Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:08:22.6818228Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:08:22.6818583Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:08:22.6818950Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:08:22.6819522Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:08:22.6819868Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:08:22.6820204Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:08:22.6820580Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:08:22.6820984Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:08:22.6821379Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:08:22.6821781Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:08:22.6822175Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:08:22.6822589Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:08:22.6823087Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:08:22.6823709Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:08:22.6824469Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:08:22.6825017Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:08:22.6825485Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:08:22.6825943Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:08:22.6826459Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:08:22.6827078Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:08:22.6827637Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:08:22.6828133Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:08:22.6828580Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:08:22.6828950Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:08:22.6829325Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:08:22.6829699Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:08:22.6830265Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:08:22.6830666Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:08:22.6831053Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:08:22.6831440Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:08:22.6831825Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:08:22.6832217Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:08:22.6832593Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:08:22.6832967Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:08:22.6833339Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:08:22.6833731Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:08:22.6834127Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:08:22.6834683Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:08:22.6835099Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:08:22.6835466Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:08:22.6835857Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:08:22.6836444Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:08:22.6836853Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:08:22.6837290Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:08:22.6837714Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:08:22.6838079Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:08:22.6838452Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:08:22.6838838Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:08:22.6839209Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:08:22.6839599Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:08:22.6839989Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:08:22.6840377Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:08:22.6840758Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:08:22.6841136Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:08:22.6841505Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:08:22.6842050Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6842775Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6843458Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6844125Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6844811Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:08:22.6845198Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:08:22.6845605Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:08:22.6846011Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:08:22.6846387Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:08:22.6846944Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:08:22.6847322Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:08:22.6847699Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:08:22.6848074Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:08:22.6848451Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:08:22.6848834Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:08:22.6849222Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:08:22.6849625Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:08:22.6850024Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:08:22.6850422Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:08:22.6850812Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:08:22.6851193Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:08:22.6851578Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:08:22.6851982Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:08:22.6852382Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:08:22.6852922Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:08:22.6853313Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:08:22.6853734Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:08:22.6854164Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:08:22.6854776Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:08:22.6855219Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:08:22.6855681Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:08:22.6856084Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:08:22.6856450Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:08:22.6856832Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:08:22.6857259Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:08:22.6857671Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:08:22.6858079Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:08:22.6858465Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:08:22.6858862Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:08:22.6859336Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:08:22.6859809Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:08:22.6860207Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:08:22.6860615Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:08:22.6861076Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:08:22.6861527Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:08:22.6862006Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:08:22.6862496Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:08:22.6862944Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:08:22.6863588Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:08:22.6864005Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:08:22.6864544Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:08:22.6864965Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:08:22.6865350Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:08:22.6865733Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:08:22.6866141Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:08:22.6866540Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:08:22.6866946Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:08:22.6867367Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:08:22.6867767Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:08:22.6868147Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:08:22.6868519Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:08:22.6868877Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:08:22.6869270Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:08:22.6869868Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:08:22.6870264Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:08:22.6870711Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:08:22.6871162Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:08:22.6871566Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:08:22.6872012Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:08:22.6872435Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:08:22.6872845Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:08:22.6873256Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:08:22.6873622Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:08:22.6873987Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:08:22.6874528Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:08:22.6874939Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:08:22.6875313Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:08:22.6875673Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:08:22.6876028Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:08:22.6876376Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:08:22.6876865Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:08:22.6877406Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:08:22.6877795Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:08:22.6878178Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:08:22.6878576Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:08:22.6878986Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:08:22.6879397Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:08:22.6879804Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:08:22.6880449Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:08:22.6880885Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:08:22.6881262Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:08:22.6881632Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:08:22.6882000Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:08:22.6882375Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:08:22.6882797Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:08:22.6883228Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:08:22.6883627Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:08:22.6884048Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:08:22.6884648Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:08:22.6885054Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:08:22.6885425Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:08:22.6885774Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:08:22.6886263Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:08:22.6886635Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:08:22.6887010Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:08:22.6887387Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:08:22.6887787Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:08:22.6888205Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:08:22.6888671Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:08:22.6889109Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:08:22.6889485Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:08:22.6889873Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:08:22.6890272Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:08:22.6890661Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:08:22.6891054Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:08:22.6891435Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:08:22.6891878Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:08:22.6892372Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:08:22.6892803Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:08:22.6893236Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:08:22.6893617Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:08:22.6894022Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:08:22.6894591Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:08:22.6894970Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:08:22.6895370Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:08:22.6895750Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:08:22.6896101Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:08:22.6896459Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:08:22.6897056Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:08:22.6897491Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:08:22.6897870Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:08:22.6898256Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:08:22.6898704Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:08:22.6899146Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:08:22.6899576Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:08:22.6899971Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:08:22.6900484Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6900992Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:08:22.6901384Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:08:22.6901795Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:08:22.6902219Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:08:22.6902743Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:08:22.6903479Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:08:22.6904087Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:08:22.6905006Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:08:22.6905664Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:08:22.6906295Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:08:22.6906921Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:08:22.6907500Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:08:22.6907988Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:08:22.6908432Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:08:22.6908868Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:08:22.6909294Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:08:22.6909767Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:08:22.6910201Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:08:22.6910587Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:08:22.6910957Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:08:22.6911335Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:08:22.6911714Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:08:22.6912125Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:08:22.6912539Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:08:22.6912907Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:08:22.6913293Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:08:22.6913753Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:08:22.6914611Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:08:22.6915136Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:08:22.6915623Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:08:22.6916074Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:08:22.6916495Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:08:22.6916908Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:08:22.6917320Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:08:22.6917765Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:08:22.6918191Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:08:22.6918585Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:08:22.6918968Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:08:22.6919344Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:08:22.6919722Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:08:22.6920158Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:08:22.6920714Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:08:22.6921121Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:08:22.6921536Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:08:22.6921971Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:08:22.6922420Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:08:22.6922873Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:08:22.6923305Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:08:22.6923704Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:08:22.6924077Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:08:22.6924644Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:08:22.6925021Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:08:22.6925394Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:08:22.6925797Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:08:22.6926199Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:08:22.6926625Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:08:22.6927099Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:08:22.6927557Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:08:22.6927950Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:08:22.6928305Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:08:22.6928683Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:08:22.6929075Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:08:22.6929463Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:08:22.6929855Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:08:22.6930286Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:08:22.6930735Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:08:22.6931369Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:08:22.6931777Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:08:22.6932172Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:08:22.6932714Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:22.6933297Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:08:22.6933752Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:08:22.6934198Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:08:22.6934760Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:08:22.6935160Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:08:22.6935555Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:08:22.6935945Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:08:22.6936345Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:08:22.6936749Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:08:22.6937289Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:08:22.6937680Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:08:22.6938085Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:08:22.6938459Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:08:22.6938866Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:08:22.6939333Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:08:22.6939760Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:08:22.6940143Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:08:22.6940520Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:08:22.6940909Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:08:22.6941292Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:08:22.6941659Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:08:22.6942089Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:08:22.6942533Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:08:22.6942938Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:08:22.6943341Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:08:22.6943739Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:08:22.6944124Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:08:22.6944668Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:08:22.6945061Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:08:22.6945469Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:08:22.6945912Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:08:22.6946361Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:08:22.6946784Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:08:22.6947187Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:08:22.6947847Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:08:22.6948284Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:08:22.6948674Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:08:22.6949031Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:08:22.6949379Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:08:22.6949750Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:08:22.6950120Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:08:22.6950478Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:08:22.6950847Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:08:22.6951243Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:08:22.6951633Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:08:22.6951994Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:08:22.6952344Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:08:22.6952727Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:08:22.6953127Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:08:22.6953649Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:08:22.6954014Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:08:22.6954604Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:08:22.6955000Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:08:22.6955382Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:08:22.6955731Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:08:22.6956107Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:08:22.6956501Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:08:22.6956885Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:08:22.6957265Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:08:22.6957647Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:08:22.6958033Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:08:22.6958439Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:08:22.6958863Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:08:22.6959267Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:08:22.6959626Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:08:22.6959982Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:08:22.6960327Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:08:22.6960751Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:08:22.6961257Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:08:22.6961769Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:08:22.6962247Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:08:22.6962752Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:08:22.6963192Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:08:22.6963576Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:08:22.6964171Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:08:22.6964727Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:08:22.6965115Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:08:22.6965504Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:08:22.6965893Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:08:22.6966275Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:08:22.6966663Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:08:22.6967109Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:08:22.6967552Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:08:22.6967932Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:08:22.6968336Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:08:22.6968762Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:08:22.6969142Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:08:22.6969493Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:08:22.6969883Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:08:22.6970491Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:08:22.6970953Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:08:22.6971366Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:08:22.6971785Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:08:22.6972215Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:08:22.6972654Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:08:22.8394882Z [+] Installing Go for linux-arm64...
2025-08-20T21:08:23.2303354Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:08:23.2303702Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:08:23.2303934Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:08:23.2313346Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:08:23.2313758Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:08:23.2314110Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:08:23.2385131Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:08:23.2385618Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:08:23.2386079Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:08:23.2386552Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:08:23.2386994Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:08:23.2387442Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:08:23.2387904Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:08:23.2388365Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:08:23.2388797Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:08:23.2389238Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:08:23.2389671Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:08:23.2390101Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:08:23.2390913Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:08:23.2391389Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:08:23.2391838Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:08:23.2392295Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:08:23.2392770Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:08:23.2393236Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:08:23.2393712Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:08:23.2394127Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:08:23.2394644Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:08:23.2394968Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:08:23.2395301Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:08:23.2395633Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:08:23.2395969Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:08:23.2421963Z go version go1.22.2 linux/arm64
2025-08-20T21:08:23.2758329Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:08:23.2759120Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:08:23.2759489Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:08:23.2759863Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:08:23.2760250Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:08:23.2760607Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:08:23.2760969Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:08:23.2761338Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:08:23.2761692Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:08:23.2762019Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:08:23.2762372Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:08:23.2762753Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:08:23.2763141Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:08:23.2763547Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:08:23.2763943Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:08:23.2764538Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:08:23.2764961Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:08:23.2765324Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:08:23.2765708Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:08:23.2766166Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:08:23.2766607Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:08:23.2766997Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:08:23.2767424Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:08:23.2767824Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:08:23.2768178Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:08:23.2768569Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:08:23.2769004Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:08:23.2769423Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:08:23.2770123Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:08:23.2770555Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:08:23.2770972Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:08:23.2771392Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:08:23.2771825Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:08:23.2772248Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:08:23.2772689Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:08:23.2773114Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:08:23.2773518Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:08:23.2773937Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:08:23.2775073Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:08:23.2775504Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:08:23.2775931Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:08:23.2776349Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:08:23.2776962Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:08:23.2777357Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:08:23.2777812Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:08:23.2778286Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:08:23.2778757Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:08:23.2779258Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:08:23.2779706Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:08:23.2780125Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:08:23.2780545Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:08:23.2780961Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:08:23.2781380Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:08:23.2781781Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:08:23.2782152Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:08:23.2782507Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:08:23.2782886Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:08:23.2783286Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:08:23.2783693Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:08:23.2784070Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:08:23.2784648Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:08:23.2785097Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:08:23.2785521Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:08:23.2785931Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:08:23.2786355Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:08:23.2786787Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:08:23.2787384Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:08:23.2787790Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:08:23.2788230Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:08:23.2788725Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:08:23.2789232Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:08:23.2789694Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:08:23.2790112Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:08:23.2790498Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:08:23.2790892Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:08:23.2791294Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:08:23.2791694Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:08:23.2792157Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:08:23.2792658Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:08:23.2793166Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:08:23.2793798Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:08:23.2794233Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:08:23.2794776Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:08:23.2795172Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:08:23.2795576Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:08:23.2795979Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:08:23.2796367Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:08:23.2796790Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:08:23.2797215Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:08:23.2797605Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:08:23.2797976Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:08:23.2798381Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:08:23.2798792Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:08:23.2799168Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:08:23.2799536Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:08:23.2799934Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:08:23.2800325Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:08:23.2800678Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:08:23.2801058Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:08:23.2801478Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:08:23.2801866Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:08:23.2802227Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:08:23.2802592Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:08:23.2802973Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:08:23.2803362Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:08:23.2804002Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:08:23.2804571Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:08:23.2804955Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:08:23.2805338Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:08:23.2805734Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:08:23.2806140Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:08:23.2806511Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:08:23.2806867Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:08:23.2807217Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:08:23.2807576Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:08:23.2807940Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:08:23.2808293Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:08:23.2808667Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:08:23.2809064Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:08:23.2809491Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:08:23.2810086Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:08:23.2810484Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:08:23.2810877Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:08:23.2811264Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:08:23.2811650Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:08:23.2812055Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:08:23.2812610Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:08:23.2813000Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:08:23.2813393Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:08:23.2813805Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:08:23.2814706Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:08:23.2815196Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:08:23.2815591Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:08:23.2815985Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:08:23.2816394Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:08:23.2816811Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:08:23.2817212Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:08:23.2817605Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:08:23.2818004Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:08:23.2818408Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:08:23.2818794Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:08:23.2819149Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:08:23.2819509Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:08:23.2819903Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:08:23.2820303Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:08:23.2820924Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:08:23.2821370Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:08:23.2821744Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:08:23.2822124Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:08:23.2822503Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:08:23.2822894Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:08:23.2823320Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:08:23.2823764Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:08:23.2824163Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:08:23.2824855Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:08:23.2825258Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:08:23.2825682Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:08:23.2826122Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:08:23.2826477Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:08:23.2826820Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:08:23.2827436Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:08:23.2827868Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:08:23.2828271Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:08:23.2828655Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:08:23.2829036Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:08:23.2829426Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:08:23.2829847Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:08:23.2830317Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:08:23.2830731Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:08:23.2831102Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:08:23.2831465Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:08:23.2831907Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:08:23.2832412Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:08:23.2832858Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:08:23.2833239Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:08:23.2833706Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:08:23.2834597Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:08:23.2835160Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:08:23.2835602Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:08:23.2835975Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:08:23.2836355Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:08:23.2836765Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:08:23.2837179Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:08:23.2837585Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:08:23.2837957Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:08:23.2838541Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:08:23.2838954Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:08:23.2839354Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:08:23.2839806Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:08:23.2840211Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:08:23.2840604Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:08:23.2840996Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:08:23.2841415Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:08:23.2841864Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:08:23.2842296Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:08:23.2842694Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:08:23.2843068Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:08:23.2843446Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:08:23.2843824Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:08:23.2844560Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:08:23.2844992Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:08:23.2845463Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:08:23.2845915Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:08:23.2846326Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:08:23.2846718Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:08:23.2847104Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:08:23.2847485Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:08:23.2847857Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:08:23.2848247Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:08:23.2848638Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:08:23.2849085Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:08:23.2849563Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:08:23.2850026Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:08:23.2850546Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:08:23.2851068Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:08:23.2851576Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:08:23.2852016Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:08:23.2852384Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:08:23.2852763Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:08:23.2853143Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:08:23.2853525Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:08:23.2853897Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:08:23.2854393Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:08:23.2854787Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:08:23.2855418Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:08:23.2855803Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:08:23.2856182Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:08:23.2856579Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:08:23.2856976Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:08:23.2857390Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:08:23.2857827Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:08:23.2858250Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:08:23.2858665Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:08:23.2859067Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:08:23.2859479Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:08:23.2859901Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:08:23.2860297Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:08:23.2860661Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:08:23.2861406Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2861923Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:08:23.2862295Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:08:23.2862673Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:08:23.2863040Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:08:23.2863441Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:08:23.2863882Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:08:23.2864436Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:08:23.2864865Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:08:23.2865275Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:08:23.2865675Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:08:23.2866100Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:08:23.2866510Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:08:23.2866901Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:08:23.2867334Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:08:23.2867829Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:08:23.2868328Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:08:23.2868775Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:08:23.2869188Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:08:23.2869617Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:08:23.2870095Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:08:23.2870583Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:08:23.2871003Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:08:23.2871435Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:08:23.2872115Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:08:23.2872544Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:08:23.2872908Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:08:23.2873261Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:08:23.2873631Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:08:23.2874021Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:08:23.2874500Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:08:23.2874854Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:08:23.2875226Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:08:23.2875589Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:08:23.2875944Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:08:23.2876317Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:08:23.2876682Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:08:23.2877056Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:08:23.2877442Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:08:23.2877989Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:08:23.2878349Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:08:23.2878710Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:08:23.2879075Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:08:23.2879450Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:08:23.2879815Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:08:23.2880188Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:08:23.2880568Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:08:23.2880989Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:08:23.2881424Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:08:23.2881837Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:08:23.2882200Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:08:23.2882580Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:08:23.2883005Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:08:23.2883407Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:08:23.2883769Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:08:23.2884140Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:08:23.2884641Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:08:23.2884987Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:08:23.2885335Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:08:23.2885693Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:08:23.2886070Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:08:23.2886430Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:08:23.2886775Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:08:23.2887110Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:08:23.2887488Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:08:23.2887897Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:08:23.2888533Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:08:23.2888940Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:08:23.2889337Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:08:23.2889754Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:08:23.2890261Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:08:23.2890876Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:08:23.2891502Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:08:23.2892044Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:08:23.2892521Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:08:23.2892977Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:08:23.2893500Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:08:23.2894119Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:08:23.2894952Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:08:23.2895448Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:08:23.2895892Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:08:23.2896263Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:08:23.2896637Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:08:23.2897015Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:08:23.2897399Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:08:23.2897788Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:08:23.2898178Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:08:23.2898566Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:08:23.2898957Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:08:23.2899345Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:08:23.2899767Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:08:23.2900170Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:08:23.2900543Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:08:23.2900941Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:08:23.2901335Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:08:23.2901748Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:08:23.2902165Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:08:23.2902536Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:08:23.2902936Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:08:23.2903351Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:08:23.2903767Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:08:23.2904211Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:08:23.2904805Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:08:23.2905410Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:08:23.2905790Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:08:23.2906175Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:08:23.2906547Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:08:23.2906939Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:08:23.2907336Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:08:23.2907722Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:08:23.2908104Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:08:23.2908466Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:08:23.2908831Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:08:23.2909383Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2910098Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2910782Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2911568Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2912095Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:08:23.2912485Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:08:23.2912890Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:08:23.2913295Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:08:23.2913677Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:08:23.2914055Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:08:23.2914564Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:08:23.2914948Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:08:23.2915326Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:08:23.2915708Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:08:23.2916087Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:08:23.2916474Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:08:23.2916878Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:08:23.2917276Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:08:23.2917678Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:08:23.2918073Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:08:23.2918451Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:08:23.2918842Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:08:23.2919244Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:08:23.2919649Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:08:23.2920048Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:08:23.2920444Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:08:23.2920871Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:08:23.2921307Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:08:23.2921713Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:08:23.2922374Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:08:23.2922854Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:08:23.2923258Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:08:23.2923632Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:08:23.2924020Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:08:23.2924556Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:08:23.2924965Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:08:23.2925372Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:08:23.2925756Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:08:23.2926153Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:08:23.2926622Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:08:23.2927097Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:08:23.2927493Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:08:23.2927900Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:08:23.2928498Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:08:23.2928943Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:08:23.2929416Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:08:23.2929904Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:08:23.2930359Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:08:23.2930801Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:08:23.2931203Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:08:23.2931597Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:08:23.2932019Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:08:23.2932408Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:08:23.2932787Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:08:23.2933194Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:08:23.2933599Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:08:23.2934007Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:08:23.2934561Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:08:23.2934959Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:08:23.2935339Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:08:23.2935710Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:08:23.2936066Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:08:23.2936460Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:08:23.2936883Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:08:23.2937276Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:08:23.2937727Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:08:23.2938184Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:08:23.2938817Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:08:23.2939269Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:08:23.2939742Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:08:23.2940148Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:08:23.2940563Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:08:23.2940921Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:08:23.2941286Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:08:23.2941679Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:08:23.2942079Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:08:23.2942461Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:08:23.2942823Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:08:23.2943175Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:08:23.2943524Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:08:23.2944011Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:08:23.2944893Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:08:23.2945284Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:08:23.2945668Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:08:23.2946067Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:08:23.2946474Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:08:23.2946883Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:08:23.2947294Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:08:23.2947708Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:08:23.2948122Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:08:23.2948497Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:08:23.2948871Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:08:23.2949236Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:08:23.2949616Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:08:23.2950041Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:08:23.2950473Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:08:23.2950881Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:08:23.2951310Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:08:23.2951751Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:08:23.2952159Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:08:23.2952534Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:08:23.2952890Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:08:23.2953241Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:08:23.2953613Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:08:23.2953994Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:08:23.2954568Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:08:23.2954984Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:08:23.2955663Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:08:23.2956157Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:08:23.2956596Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:08:23.2956970Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:08:23.2957362Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:08:23.2957751Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:08:23.2958141Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:08:23.2958521Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:08:23.2958895Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:08:23.2959338Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:08:23.2959832Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:08:23.2960261Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:08:23.2960640Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:08:23.2961019Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:08:23.2961588Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:08:23.2961979Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:08:23.2962352Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:08:23.2962750Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:08:23.2963132Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:08:23.2963479Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:08:23.2963840Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:08:23.2964436Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:08:23.2964916Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:08:23.2965294Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:08:23.2965684Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:08:23.2966127Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:08:23.2966572Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:08:23.2966999Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:08:23.2967390Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:08:23.2967909Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.2968416Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:08:23.2968809Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:08:23.2969219Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:08:23.2969648Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:08:23.2970172Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:08:23.2970756Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:08:23.2971368Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:08:23.2972019Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:08:23.2972897Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:08:23.2973555Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:08:23.2974183Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:08:23.2974907Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:08:23.2975395Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:08:23.2975837Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:08:23.2976293Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:08:23.2976726Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:08:23.2977208Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:08:23.2977645Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:08:23.2978030Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:08:23.2978397Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:08:23.2978779Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:08:23.2979345Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:08:23.2979757Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:08:23.2980174Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:08:23.2980540Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:08:23.2980932Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:08:23.2981397Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:08:23.2981889Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:08:23.2982379Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:08:23.2982868Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:08:23.2983324Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:08:23.2983745Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:08:23.2984159Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:08:23.2984709Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:08:23.2985145Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:08:23.2985575Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:08:23.2985964Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:08:23.2986346Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:08:23.2986726Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:08:23.2987109Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:08:23.2987551Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:08:23.2987994Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:08:23.2988400Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:08:23.2988813Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:08:23.2989247Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:08:23.2989920Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:08:23.2990380Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:08:23.2990816Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:08:23.2991217Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:08:23.2991598Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:08:23.2991992Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:08:23.2992366Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:08:23.2992744Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:08:23.2993146Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:08:23.2993547Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:08:23.2993982Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:08:23.2994588Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:08:23.2995046Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:08:23.2995447Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:08:23.2996039Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:08:23.2996410Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:08:23.2996809Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:08:23.2997198Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:08:23.2997591Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:08:23.2998022Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:08:23.2998474Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:08:23.2998896Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:08:23.2999286Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:08:23.2999691Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:08:23.3000243Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:23.3000822Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:08:23.3001279Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:08:23.3001726Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:08:23.3002155Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:08:23.3002558Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:08:23.3002952Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:08:23.3003346Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:08:23.3003748Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:08:23.3004161Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:08:23.3004680Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:08:23.3005075Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:08:23.3005478Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:08:23.3005854Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:08:23.3006268Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:08:23.3006965Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:08:23.3007403Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:08:23.3007782Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:08:23.3008162Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:08:23.3008556Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:08:23.3008932Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:08:23.3009306Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:08:23.3009737Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:08:23.3010186Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:08:23.3010601Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:08:23.3010998Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:08:23.3011395Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:08:23.3011781Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:08:23.3012157Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:08:23.3012679Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:08:23.3013081Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:08:23.3013527Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:08:23.3013977Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:08:23.3014527Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:08:23.3014938Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:08:23.3015343Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:08:23.3015771Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:08:23.3016162Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:08:23.3016519Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:08:23.3016872Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:08:23.3017240Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:08:23.3017614Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:08:23.3017972Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:08:23.3018345Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:08:23.3018747Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:08:23.3019137Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:08:23.3019499Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:08:23.3019848Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:08:23.3020230Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:08:23.3020634Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:08:23.3021010Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:08:23.3021377Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:08:23.3021743Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:08:23.3022133Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:08:23.3022515Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:08:23.3023078Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:08:23.3023484Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:08:23.3023879Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:08:23.3024485Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:08:23.3024887Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:08:23.3025274Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:08:23.3025658Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:08:23.3026062Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:08:23.3026487Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:08:23.3026888Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:08:23.3027250Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:08:23.3027597Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:08:23.3027942Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:08:23.3028367Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:08:23.3029065Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:08:23.3029536Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:08:23.3030017Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:08:23.3030523Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:08:23.3030963Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:08:23.3031350Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:08:23.3031740Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:08:23.3032129Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:08:23.3032516Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:08:23.3032904Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:08:23.3033298Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:08:23.3033678Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:08:23.3034071Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:08:23.3034804Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:08:23.3035248Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:08:23.3035654Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:08:23.3036056Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:08:23.3036481Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:08:23.3036861Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:08:23.3037209Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:08:23.3037602Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:08:23.3038053Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:08:23.3038510Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:08:23.3038923Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:08:23.3039339Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:08:23.3040037Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:08:23.3040501Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:08:23.5019294Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:08:23.6815571Z Collecting meson
2025-08-20T21:08:23.7380384Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:08:23.7945106Z Collecting ninja
2025-08-20T21:08:23.8077762Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:08:23.8364577Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:08:23.8969673Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 22.3 MB/s  0:00:00
2025-08-20T21:08:23.9073548Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:08:23.9978998Z Installing collected packages: ninja, meson
2025-08-20T21:08:24.6861266Z 
2025-08-20T21:08:24.6884042Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:08:24.9534595Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:08:25.0424490Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:08:25.1205921Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:08:25.5012636Z 1.8.4
2025-08-20T21:08:25.5306784Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:08:25.5624217Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:08:25.5624736Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:08:25.5625116Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:08:25.5625493Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:08:25.5625861Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:08:25.5626246Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:08:25.5626609Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:08:25.5626967Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:08:25.5627313Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:08:25.5627642Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:08:25.5628014Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:08:25.5628397Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:08:25.5628785Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:08:25.5629187Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:08:25.5629584Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:08:25.5629983Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:08:25.5630390Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:08:25.5630754Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:08:25.5631130Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:08:25.5631589Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:08:25.5632042Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:08:25.5632426Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:08:25.5632847Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:08:25.5633247Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:08:25.5633602Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:08:25.5633992Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:08:25.5634910Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:08:25.5635347Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:08:25.5635751Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:08:25.5636166Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:08:25.5636594Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:08:25.5637015Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:08:25.5637449Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:08:25.5637875Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:08:25.5638313Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:08:25.5638743Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:08:25.5639148Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:08:25.5639557Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:08:25.5639949Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:08:25.5640350Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:08:25.5640946Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:08:25.5641365Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:08:25.5641770Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:08:25.5642165Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:08:25.5642617Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:08:25.5643096Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:08:25.5643568Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:08:25.5644058Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:08:25.5645706Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:08:25.5646143Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:08:25.5646563Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:08:25.5646974Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:08:25.5647390Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:08:25.5647791Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:08:25.5648168Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:08:25.5648672Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:08:25.5649043Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:08:25.5649438Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:08:25.5649846Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:08:25.5650233Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:08:25.5650644Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:08:25.5651080Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:08:25.5651506Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:08:25.5651917Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:08:25.5652601Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:08:25.5653051Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:08:25.5653459Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:08:25.5653854Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:08:25.5654493Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:08:25.5655004Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:08:25.5655504Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:08:25.5655969Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:08:25.5656390Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:08:25.5656782Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:08:25.5657181Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:08:25.5657586Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:08:25.5657989Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:08:25.5658446Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:08:25.5659105Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:08:25.5659609Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:08:25.5660101Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:08:25.5660541Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:08:25.5660943Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:08:25.5661343Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:08:25.5661747Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:08:25.5662145Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:08:25.5662531Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:08:25.5662963Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:08:25.5663387Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:08:25.5663770Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:08:25.5664142Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:08:25.5664701Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:08:25.5665110Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:08:25.5665494Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:08:25.5665865Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:08:25.5666258Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:08:25.5666649Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:08:25.5667006Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:08:25.5667384Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:08:25.5667793Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:08:25.5668182Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:08:25.5668547Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:08:25.5668912Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:08:25.5669496Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:08:25.5669912Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:08:25.5670314Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:08:25.5670709Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:08:25.5671094Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:08:25.5671481Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:08:25.5671881Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:08:25.5672280Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:08:25.5672651Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:08:25.5673005Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:08:25.5673360Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:08:25.5673719Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:08:25.5674084Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:08:25.5674577Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:08:25.5674953Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:08:25.5675499Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:08:25.5675929Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:08:25.5676369Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:08:25.5676772Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:08:25.5677163Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:08:25.5677555Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:08:25.5677945Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:08:25.5678346Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:08:25.5678757Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:08:25.5679294Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:08:25.5679698Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:08:25.5680110Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:08:25.5680550Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:08:25.5680977Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:08:25.5681368Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:08:25.5681766Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:08:25.5682176Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:08:25.5682585Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:08:25.5682990Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:08:25.5683387Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:08:25.5683793Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:08:25.5684198Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:08:25.5684714Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:08:25.5685079Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:08:25.5685448Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:08:25.5686072Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:08:25.5686497Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:08:25.5686927Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:08:25.5687317Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:08:25.5687682Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:08:25.5688059Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:08:25.5688441Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:08:25.5688829Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:08:25.5689254Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:08:25.5689697Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:08:25.5690101Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:08:25.5690473Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:08:25.5690864Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:08:25.5691285Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:08:25.5691700Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:08:25.5692201Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:08:25.5692546Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:08:25.5692963Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:08:25.5693393Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:08:25.5693800Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:08:25.5694186Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:08:25.5694779Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:08:25.5695164Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:08:25.5695589Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:08:25.5696051Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:08:25.5696468Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:08:25.5696840Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:08:25.5697199Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:08:25.5697646Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:08:25.5698151Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:08:25.5698596Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:08:25.5698972Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:08:25.5699437Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:08:25.5699974Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:08:25.5700482Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:08:25.5700920Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:08:25.5701278Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:08:25.5701657Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:08:25.5702066Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:08:25.5702673Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:08:25.5703114Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:08:25.5703492Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:08:25.5703865Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:08:25.5704398Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:08:25.5704813Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:08:25.5705211Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:08:25.5705603Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:08:25.5705996Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:08:25.5706390Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:08:25.5706811Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:08:25.5707256Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:08:25.5707683Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:08:25.5708073Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:08:25.5708447Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:08:25.5709000Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:08:25.5709374Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:08:25.5709765Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:08:25.5710184Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:08:25.5710652Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:08:25.5711106Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:08:25.5711511Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:08:25.5711905Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:08:25.5712292Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:08:25.5712668Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:08:25.5713043Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:08:25.5713488Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:08:25.5713866Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:08:25.5714452Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:08:25.5714940Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:08:25.5715406Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:08:25.5715923Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:08:25.5716439Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:08:25.5716942Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:08:25.5717386Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:08:25.5717749Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:08:25.5718113Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:08:25.5718492Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:08:25.5718875Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:08:25.5719244Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:08:25.5719829Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:08:25.5720227Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:08:25.5720612Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:08:25.5720991Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:08:25.5721375Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:08:25.5721774Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:08:25.5722167Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:08:25.5722584Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:08:25.5723016Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:08:25.5723442Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:08:25.5723857Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:08:25.5724407Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:08:25.5724840Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:08:25.5725260Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:08:25.5725806Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:08:25.5726168Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:08:25.5726676Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5727192Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:08:25.5727564Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:08:25.5727943Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:08:25.5728311Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:08:25.5728708Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:08:25.5729143Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:08:25.5729571Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:08:25.5729999Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:08:25.5730403Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:08:25.5730808Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:08:25.5731228Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:08:25.5731639Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:08:25.5732035Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:08:25.5732464Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:08:25.5732953Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:08:25.5733492Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:08:25.5733945Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:08:25.5734503Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:08:25.5734920Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:08:25.5735398Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:08:25.5735885Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:08:25.5736582Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:08:25.5737028Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:08:25.5737482Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:08:25.5737887Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:08:25.5738256Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:08:25.5738607Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:08:25.5738978Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:08:25.5739365Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:08:25.5739731Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:08:25.5740086Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:08:25.5740459Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:08:25.5740827Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:08:25.5741181Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:08:25.5741552Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:08:25.5741906Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:08:25.5742414Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:08:25.5742798Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:08:25.5743159Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:08:25.5743519Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:08:25.5743876Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:08:25.5744400Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:08:25.5744789Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:08:25.5745155Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:08:25.5745515Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:08:25.5745892Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:08:25.5746311Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:08:25.5746750Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:08:25.5747155Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:08:25.5747519Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:08:25.5747898Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:08:25.5748324Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:08:25.5748729Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:08:25.5749087Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:08:25.5749454Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:08:25.5749813Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:08:25.5750155Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:08:25.5750507Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:08:25.5750864Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:08:25.5751233Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:08:25.5751594Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:08:25.5751940Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:08:25.5752279Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:08:25.5752862Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:08:25.5753304Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:08:25.5753704Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:08:25.5754100Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:08:25.5754719Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:08:25.5755140Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:08:25.5755641Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:08:25.5756252Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:08:25.5756881Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:08:25.5757422Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:08:25.5757893Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:08:25.5758343Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:08:25.5758863Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:08:25.5759643Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:08:25.5760203Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:08:25.5760698Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:08:25.5761163Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:08:25.5761540Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:08:25.5761913Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:08:25.5762287Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:08:25.5762668Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:08:25.5763054Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:08:25.5763446Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:08:25.5763832Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:08:25.5764215Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:08:25.5764753Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:08:25.5765131Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:08:25.5765511Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:08:25.5765886Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:08:25.5766281Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:08:25.5766674Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:08:25.5767086Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:08:25.5767502Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:08:25.5767872Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:08:25.5768264Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:08:25.5768675Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:08:25.5769084Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:08:25.5769701Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:08:25.5770158Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:08:25.5770525Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:08:25.5770892Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:08:25.5771276Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:08:25.5771652Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:08:25.5772044Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:08:25.5772438Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:08:25.5772825Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:08:25.5773206Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:08:25.5773573Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:08:25.5773942Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:08:25.5774680Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5775412Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5776276Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5776945Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5777468Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:08:25.5777853Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:08:25.5778261Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:08:25.5778666Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:08:25.5779044Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:08:25.5779420Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:08:25.5779786Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:08:25.5780171Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:08:25.5780551Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:08:25.5780926Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:08:25.5781304Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:08:25.5781692Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:08:25.5782096Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:08:25.5782498Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:08:25.5782898Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:08:25.5783291Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:08:25.5783672Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:08:25.5784066Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:08:25.5784625Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:08:25.5785026Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:08:25.5785423Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:08:25.5785817Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:08:25.5786440Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:08:25.5786879Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:08:25.5787281Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:08:25.5787722Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:08:25.5788178Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:08:25.5788588Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:08:25.5788966Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:08:25.5789346Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:08:25.5789743Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:08:25.5790151Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:08:25.5790560Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:08:25.5790942Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:08:25.5791335Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:08:25.5791805Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:08:25.5792276Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:08:25.5792808Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:08:25.5793214Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:08:25.5793667Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:08:25.5794114Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:08:25.5794779Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:08:25.5795271Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:08:25.5795717Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:08:25.5796150Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:08:25.5796553Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:08:25.5796948Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:08:25.5797367Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:08:25.5797750Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:08:25.5798125Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:08:25.5798534Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:08:25.5798936Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:08:25.5799340Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:08:25.5799761Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:08:25.5800154Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:08:25.5800532Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:08:25.5800908Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:08:25.5801265Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:08:25.5801653Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:08:25.5802074Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:08:25.5802468Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:08:25.5803128Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:08:25.5803614Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:08:25.5804020Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:08:25.5804735Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:08:25.5805167Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:08:25.5805574Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:08:25.5805981Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:08:25.5806339Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:08:25.5806700Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:08:25.5807091Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:08:25.5807492Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:08:25.5807871Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:08:25.5808229Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:08:25.5808580Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:08:25.5808930Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:08:25.5809609Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:08:25.5810118Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:08:25.5810502Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:08:25.5810880Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:08:25.5811277Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:08:25.5811693Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:08:25.5812101Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:08:25.5812504Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:08:25.5812916Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:08:25.5813380Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:08:25.5813756Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:08:25.5814126Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:08:25.5814685Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:08:25.5815067Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:08:25.5815489Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:08:25.5815921Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:08:25.5816320Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:08:25.5816739Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:08:25.5817181Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:08:25.5817583Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:08:25.5817953Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:08:25.5818302Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:08:25.5818660Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:08:25.5819030Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:08:25.5819406Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:08:25.5820006Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:08:25.5820416Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:08:25.5820830Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:08:25.5821292Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:08:25.5821736Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:08:25.5822107Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:08:25.5822493Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:08:25.5822880Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:08:25.5823271Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:08:25.5823652Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:08:25.5824032Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:08:25.5824648Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:08:25.5825141Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:08:25.5825565Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:08:25.5826109Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:08:25.5826486Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:08:25.5826888Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:08:25.5827280Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:08:25.5827656Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:08:25.5828054Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:08:25.5828440Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:08:25.5828789Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:08:25.5829144Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:08:25.5829545Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:08:25.5829974Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:08:25.5830348Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:08:25.5830730Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:08:25.5831173Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:08:25.5831614Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:08:25.5832045Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:08:25.5832447Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:08:25.5832962Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5833468Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:08:25.5833860Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:08:25.5834455Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:08:25.5834909Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:08:25.5835429Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:08:25.5836008Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:08:25.5836795Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:08:25.5837451Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:08:25.5838100Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:08:25.5838728Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:08:25.5839360Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:08:25.5839940Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:08:25.5840422Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:08:25.5840867Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:08:25.5841308Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:08:25.5841734Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:08:25.5842207Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:08:25.5842641Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:08:25.5843021Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:08:25.5843533Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:08:25.5843914Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:08:25.5844442Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:08:25.5844856Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:08:25.5845268Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:08:25.5845636Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:08:25.5846025Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:08:25.5846487Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:08:25.5846977Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:08:25.5847472Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:08:25.5847960Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:08:25.5848412Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:08:25.5848829Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:08:25.5849244Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:08:25.5849662Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:08:25.5850094Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:08:25.5850519Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:08:25.5850910Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:08:25.5851294Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:08:25.5851675Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:08:25.5852052Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:08:25.5852484Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:08:25.5852924Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:08:25.5853328Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:08:25.5853956Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:08:25.5854533Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:08:25.5854988Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:08:25.5855434Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:08:25.5855871Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:08:25.5856265Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:08:25.5856640Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:08:25.5857025Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:08:25.5857401Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:08:25.5857774Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:08:25.5858177Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:08:25.5858577Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:08:25.5859007Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:08:25.5859475Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:08:25.5860094Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:08:25.5860487Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:08:25.5860844Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:08:25.5861215Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:08:25.5861605Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:08:25.5861991Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:08:25.5862385Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:08:25.5862813Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:08:25.5863261Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:08:25.5863679Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:08:25.5864068Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:08:25.5864622Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:08:25.5865172Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:25.5865749Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:08:25.5866202Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:08:25.5866654Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:08:25.5867079Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:08:25.5867477Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:08:25.5867868Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:08:25.5868262Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:08:25.5868659Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:08:25.5869061Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:08:25.5869440Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:08:25.5869834Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:08:25.5870480Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:08:25.5870870Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:08:25.5871274Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:08:25.5871735Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:08:25.5872160Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:08:25.5872540Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:08:25.5872918Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:08:25.5873306Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:08:25.5873682Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:08:25.5874055Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:08:25.5874625Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:08:25.5875072Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:08:25.5875478Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:08:25.5875875Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:08:25.5876273Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:08:25.5876825Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:08:25.5877200Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:08:25.5877584Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:08:25.5877987Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:08:25.5878430Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:08:25.5878906Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:08:25.5879329Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:08:25.5879729Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:08:25.5880131Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:08:25.5880559Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:08:25.5880955Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:08:25.5881313Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:08:25.5881663Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:08:25.5882024Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:08:25.5882400Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:08:25.5882762Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:08:25.5883134Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:08:25.5883531Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:08:25.5883918Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:08:25.5884406Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:08:25.5884770Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:08:25.5885151Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:08:25.5885553Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:08:25.5885930Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:08:25.5886294Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:08:25.5886656Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:08:25.5887241Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:08:25.5887637Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:08:25.5887989Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:08:25.5888364Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:08:25.5888760Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:08:25.5889142Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:08:25.5889521Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:08:25.5889897Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:08:25.5890283Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:08:25.5890684Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:08:25.5891110Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:08:25.5891512Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:08:25.5891870Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:08:25.5892218Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:08:25.5892561Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:08:25.5893131Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:08:25.5893637Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:08:25.5894110Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:08:25.5894739Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:08:25.5895252Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:08:25.5895690Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:08:25.5896070Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:08:25.5896456Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:08:25.5896847Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:08:25.5897240Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:08:25.5897625Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:08:25.5898013Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:08:25.5898388Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:08:25.5898783Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:08:25.5899230Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:08:25.5899663Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:08:25.5900039Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:08:25.5900440Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:08:25.5900865Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:08:25.5901251Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:08:25.5901599Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:08:25.5901992Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:08:25.5902443Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:08:25.5902905Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:08:25.5903521Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:08:25.5903963Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:08:25.5904571Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:08:25.5905007Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:08:25.6550202Z info: downloading installer
2025-08-20T21:08:25.8541621Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:08:25.8541997Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:08:25.8542357Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:08:25.8542771Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:08:25.8770969Z info: profile set to 'default'
2025-08-20T21:08:25.8771284Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:08:25.8771679Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:08:25.9314546Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:08:26.0662786Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:08:26.0959704Z info: downloading component 'clippy'
2025-08-20T21:08:26.1944174Z info: downloading component 'rustfmt'
2025-08-20T21:08:26.2755441Z info: downloading component 'cargo'
2025-08-20T21:08:26.4075741Z info: downloading component 'rust-std'
2025-08-20T21:08:26.7385904Z info: downloading component 'rustc'
2025-08-20T21:08:27.4298817Z info: removing previous version of component 'clippy'
2025-08-20T21:08:27.4432828Z info: removing previous version of component 'rustfmt'
2025-08-20T21:08:27.4498129Z info: removing previous version of component 'cargo'
2025-08-20T21:08:27.4715996Z info: removing previous version of component 'rust-std'
2025-08-20T21:08:27.4825542Z info: removing previous version of component 'rustc'
2025-08-20T21:08:27.5050915Z info: installing component 'clippy'
2025-08-20T21:08:27.7743923Z info: installing component 'rustfmt'
2025-08-20T21:08:27.9772904Z info: installing component 'cargo'
2025-08-20T21:08:28.4726884Z info: installing component 'rust-std'
2025-08-20T21:08:29.7773662Z info: installing component 'rustc'
2025-08-20T21:08:32.4837952Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:08:32.4838303Z 
2025-08-20T21:08:32.4908907Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T21:08:32.4909334Z 
2025-08-20T21:08:32.4909338Z 
2025-08-20T21:08:32.4909420Z Rust is installed now. Great!
2025-08-20T21:08:32.4909570Z 
2025-08-20T21:08:32.4909742Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:08:32.4910135Z environment variable. This has not been done automatically.
2025-08-20T21:08:32.4910356Z 
2025-08-20T21:08:32.4910464Z To configure your current shell, you need to source
2025-08-20T21:08:32.4910774Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:08:32.4910957Z 
2025-08-20T21:08:32.4911123Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:08:32.4911503Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:08:32.4911797Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:08:32.4912082Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:08:32.5073066Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:08:32.5418580Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:08:32.5418848Z 
2025-08-20T21:08:32.5487066Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:08:32.5487372Z 
2025-08-20T21:08:32.5873081Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:08:32.6241267Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:08:32.6560514Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:08:32.6561624Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:08:32.6562037Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:08:32.6562418Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:08:32.6562808Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:08:32.6563186Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:08:32.6563547Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:08:32.6563910Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:08:32.6565028Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:08:32.6565431Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:08:32.6565787Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:08:32.6566183Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:08:32.6566564Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:08:32.6566967Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:08:32.6567360Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:08:32.6567760Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:08:32.6568427Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:08:32.6568791Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:08:32.6569165Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:08:32.6569617Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:08:32.6570056Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:08:32.6570450Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:08:32.6570870Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:08:32.6571264Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:08:32.6571615Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:08:32.6572059Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:08:32.6572493Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:08:32.6572909Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:08:32.6573312Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:08:32.6573721Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:08:32.6574147Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:08:32.6574695Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:08:32.6575125Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:08:32.6575546Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:08:32.6575984Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:08:32.6576414Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:08:32.6576816Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:08:32.6577221Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:08:32.6577614Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:08:32.6578019Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:08:32.6578440Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:08:32.6579021Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:08:32.6579440Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:08:32.6579835Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:08:32.6580287Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:08:32.6580766Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:08:32.6581234Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:08:32.6581728Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:08:32.6582173Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:08:32.6582737Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:08:32.6583170Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:08:32.6583582Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:08:32.6583997Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:08:32.6584983Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:08:32.6585543Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:08:32.6585902Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:08:32.6586271Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:08:32.6586665Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:08:32.6587067Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:08:32.6587449Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:08:32.6587864Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:08:32.6588301Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:08:32.6588719Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:08:32.6589132Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:08:32.6589558Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:08:32.6589990Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:08:32.6590397Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:08:32.6590800Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:08:32.6591239Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:08:32.6591742Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:08:32.6592245Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:08:32.6592707Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:08:32.6593129Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:08:32.6593522Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:08:32.6593921Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:08:32.6594465Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:08:32.6594886Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:08:32.6595344Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:08:32.6595843Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:08:32.6596535Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:08:32.6597037Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:08:32.6597476Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:08:32.6597878Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:08:32.6598276Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:08:32.6598682Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:08:32.6599076Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:08:32.6599461Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:08:32.6599888Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:08:32.6600318Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:08:32.6600700Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:08:32.6601071Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:08:32.6601477Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:08:32.6601886Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:08:32.6602405Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:08:32.6602773Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:08:32.6603166Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:08:32.6603553Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:08:32.6603903Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:08:32.6604398Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:08:32.6604829Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:08:32.6605217Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:08:32.6605590Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:08:32.6605959Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:08:32.6606343Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:08:32.6606731Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:08:32.6607128Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:08:32.6607555Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:08:32.6607937Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:08:32.6608316Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:08:32.6608718Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:08:32.6609117Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:08:32.6609484Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:08:32.6609841Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:08:32.6610193Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:08:32.6610550Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:08:32.6610917Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:08:32.6611270Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:08:32.6611650Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:08:32.6612044Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:08:32.6612748Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:08:32.6613199Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:08:32.6613599Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:08:32.6613987Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:08:32.6614487Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:08:32.6614883Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:08:32.6615284Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:08:32.6615698Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:08:32.6616080Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:08:32.6616471Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:08:32.6616892Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:08:32.6617331Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:08:32.6617758Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:08:32.6618147Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:08:32.6618544Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:08:32.6619125Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:08:32.6619538Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:08:32.6619945Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:08:32.6620337Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:08:32.6620735Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:08:32.6621140Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:08:32.6621520Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:08:32.6621877Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:08:32.6622245Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:08:32.6622641Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:08:32.6623042Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:08:32.6623440Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:08:32.6623831Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:08:32.6624205Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:08:32.6624693Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:08:32.6625083Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:08:32.6625472Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:08:32.6625897Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:08:32.6626343Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:08:32.6626741Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:08:32.6627123Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:08:32.6627515Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:08:32.6627934Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:08:32.6628355Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:08:32.6628711Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:08:32.6629233Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:08:32.6629665Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:08:32.6630092Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:08:32.6630502Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:08:32.6630886Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:08:32.6631271Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:08:32.6631652Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:08:32.6632071Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:08:32.6632539Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:08:32.6632953Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:08:32.6633328Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:08:32.6633690Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:08:32.6634134Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:08:32.6634759Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:08:32.6635332Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:08:32.6635706Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:08:32.6636170Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:08:32.6636705Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:08:32.6637210Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:08:32.6637653Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:08:32.6638016Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:08:32.6638393Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:08:32.6638802Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:08:32.6639218Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:08:32.6639628Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:08:32.6640003Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:08:32.6640376Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:08:32.6640774Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:08:32.6641173Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:08:32.6641578Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:08:32.6641978Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:08:32.6642371Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:08:32.6642762Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:08:32.6643183Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:08:32.6643634Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:08:32.6644061Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:08:32.6644612Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:08:32.6644990Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:08:32.6645363Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:08:32.6645902Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:08:32.6646307Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:08:32.6646722Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:08:32.6647188Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:08:32.6647639Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:08:32.6648041Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:08:32.6648428Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:08:32.6648811Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:08:32.6649188Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:08:32.6649561Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:08:32.6649955Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:08:32.6650336Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:08:32.6650779Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:08:32.6651256Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:08:32.6651848Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:08:32.6652368Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:08:32.6652884Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:08:32.6653386Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:08:32.6653825Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:08:32.6654194Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:08:32.6654721Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:08:32.6655107Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:08:32.6655487Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:08:32.6655855Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:08:32.6656243Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:08:32.6656629Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:08:32.6657017Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:08:32.6657399Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:08:32.6657779Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:08:32.6658180Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:08:32.6658577Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:08:32.6658993Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:08:32.6659430Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:08:32.6659851Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:08:32.6660272Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:08:32.6660681Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:08:32.6661090Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:08:32.6661513Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:08:32.6661909Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:08:32.6662476Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:08:32.6663005Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6663518Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:08:32.6663891Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:08:32.6664387Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:08:32.6664753Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:08:32.6665147Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:08:32.6665581Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:08:32.6666007Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:08:32.6666435Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:08:32.6666845Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:08:32.6667248Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:08:32.6667668Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:08:32.6668076Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:08:32.6668594Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:08:32.6669023Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:08:32.6669512Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:08:32.6670006Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:08:32.6670452Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:08:32.6670867Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:08:32.6671274Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:08:32.6671802Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:08:32.6672287Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:08:32.6672701Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:08:32.6673137Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:08:32.6673593Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:08:32.6674003Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:08:32.6674467Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:08:32.6674832Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:08:32.6675208Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:08:32.6675590Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:08:32.6675955Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:08:32.6676306Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:08:32.6676681Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:08:32.6677046Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:08:32.6677400Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:08:32.6677766Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:08:32.6678121Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:08:32.6678497Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:08:32.6679054Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:08:32.6679425Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:08:32.6679787Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:08:32.6680163Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:08:32.6680528Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:08:32.6680904Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:08:32.6681269Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:08:32.6681624Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:08:32.6682000Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:08:32.6682419Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:08:32.6682851Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:08:32.6683261Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:08:32.6683628Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:08:32.6684010Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:08:32.6684559Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:08:32.6685145Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:08:32.6685507Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:08:32.6685874Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:08:32.6686232Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:08:32.6686575Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:08:32.6686921Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:08:32.6687277Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:08:32.6687646Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:08:32.6688007Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:08:32.6688351Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:08:32.6688689Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:08:32.6689066Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:08:32.6689474Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:08:32.6689872Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:08:32.6690272Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:08:32.6690671Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:08:32.6691096Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:08:32.6691596Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:08:32.6692210Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:08:32.6692835Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:08:32.6693380Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:08:32.6693855Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:08:32.6694426Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:08:32.6694954Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:08:32.6695757Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:08:32.6696330Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:08:32.6696823Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:08:32.6697266Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:08:32.6697643Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:08:32.6698019Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:08:32.6698393Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:08:32.6698772Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:08:32.6699162Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:08:32.6699547Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:08:32.6699934Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:08:32.6700320Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:08:32.6700704Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:08:32.6701080Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:08:32.6701457Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:08:32.6702003Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:08:32.6702399Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:08:32.6702797Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:08:32.6703209Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:08:32.6703622Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:08:32.6703995Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:08:32.6704625Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:08:32.6705050Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:08:32.6705462Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:08:32.6705901Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:08:32.6706331Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:08:32.6706698Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:08:32.6707065Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:08:32.6707450Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:08:32.6707821Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:08:32.6708213Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:08:32.6708607Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:08:32.6708991Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:08:32.6709370Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:08:32.6709731Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:08:32.6710100Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:08:32.6710651Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6711366Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6712048Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6712916Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6713460Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:08:32.6713847Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:08:32.6714353Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:08:32.6714765Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:08:32.6715139Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:08:32.6715516Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:08:32.6715883Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:08:32.6716261Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:08:32.6716642Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:08:32.6717017Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:08:32.6717394Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:08:32.6717783Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:08:32.6718189Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:08:32.6718716Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:08:32.6719119Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:08:32.6719507Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:08:32.6719883Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:08:32.6720268Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:08:32.6720674Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:08:32.6721068Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:08:32.6721465Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:08:32.6721899Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:08:32.6722321Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:08:32.6722757Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:08:32.6723160Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:08:32.6723596Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:08:32.6724054Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:08:32.6724578Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:08:32.6724953Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:08:32.6725343Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:08:32.6725742Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:08:32.6726151Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:08:32.6726558Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:08:32.6726940Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:08:32.6727328Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:08:32.6727798Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:08:32.6728268Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:08:32.6728670Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:08:32.6729269Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:08:32.6729736Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:08:32.6730182Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:08:32.6730654Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:08:32.6731143Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:08:32.6731586Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:08:32.6732020Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:08:32.6732417Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:08:32.6732807Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:08:32.6733230Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:08:32.6733616Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:08:32.6733990Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:08:32.6734499Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:08:32.6735033Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:08:32.6735437Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:08:32.6735858Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:08:32.6736250Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:08:32.6736626Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:08:32.6736988Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:08:32.6737347Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:08:32.6737736Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:08:32.6738156Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:08:32.6738551Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:08:32.6738995Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:08:32.6739451Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:08:32.6739853Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:08:32.6740291Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:08:32.6740712Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:08:32.6741119Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:08:32.6741533Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:08:32.6741894Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:08:32.6742259Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:08:32.6742655Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:08:32.6743058Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:08:32.6743440Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:08:32.6743803Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:08:32.6744153Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:08:32.6744737Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:08:32.6745225Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:08:32.6745993Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:08:32.6746381Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:08:32.6746761Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:08:32.6747157Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:08:32.6747571Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:08:32.6747981Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:08:32.6748385Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:08:32.6748799Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:08:32.6749212Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:08:32.6749583Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:08:32.6749955Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:08:32.6750319Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:08:32.6750696Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:08:32.6751118Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:08:32.6751671Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:08:32.6752070Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:08:32.6752489Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:08:32.6752930Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:08:32.6753330Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:08:32.6753711Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:08:32.6754063Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:08:32.6754540Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:08:32.6754907Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:08:32.6755283Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:08:32.6755662Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:08:32.6756061Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:08:32.6756476Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:08:32.6756936Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:08:32.6757370Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:08:32.6757743Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:08:32.6758135Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:08:32.6758524Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:08:32.6758914Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:08:32.6759298Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:08:32.6759678Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:08:32.6760119Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:08:32.6760610Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:08:32.6761035Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:08:32.6761414Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:08:32.6761984Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:08:32.6762400Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:08:32.6762795Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:08:32.6763167Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:08:32.6763564Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:08:32.6763948Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:08:32.6764453Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:08:32.6764816Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:08:32.6765212Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:08:32.6765633Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:08:32.6766011Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:08:32.6766399Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:08:32.6766844Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:08:32.6767287Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:08:32.6767714Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:08:32.6768260Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:08:32.6768774Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6769278Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:08:32.6769669Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:08:32.6770081Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:08:32.6770512Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:08:32.6771032Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:08:32.6771612Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:08:32.6772267Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:08:32.6772922Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:08:32.6773569Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:08:32.6774196Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:08:32.6774939Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:08:32.6775528Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:08:32.6776009Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:08:32.6776452Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:08:32.6776887Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:08:32.6777318Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:08:32.6777791Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:08:32.6778224Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:08:32.6778605Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:08:32.6778975Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:08:32.6779562Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:08:32.6779965Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:08:32.6780373Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:08:32.6780785Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:08:32.6781157Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:08:32.6781547Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:08:32.6782010Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:08:32.6782500Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:08:32.6782989Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:08:32.6783483Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:08:32.6783936Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:08:32.6784468Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:08:32.6784890Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:08:32.6785305Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:08:32.6785896Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:08:32.6786322Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:08:32.6786712Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:08:32.6787095Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:08:32.6787471Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:08:32.6787853Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:08:32.6788291Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:08:32.6788729Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:08:32.6789135Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:08:32.6789549Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:08:32.6789984Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:08:32.6790431Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:08:32.6790876Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:08:32.6791312Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:08:32.6791709Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:08:32.6792086Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:08:32.6792476Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:08:32.6792851Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:08:32.6793218Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:08:32.6793624Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:08:32.6794023Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:08:32.6794714Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:08:32.6795196Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:08:32.6795653Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:08:32.6796234Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:08:32.6796599Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:08:32.6796973Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:08:32.6797368Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:08:32.6797753Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:08:32.6798149Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:08:32.6798574Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:08:32.6799022Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:08:32.6799438Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:08:32.6799822Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:08:32.6800223Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:08:32.6800765Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:08:32.6801342Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:08:32.6801795Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:08:32.6802367Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:08:32.6802790Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:08:32.6803184Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:08:32.6803572Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:08:32.6803958Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:08:32.6804501Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:08:32.6804904Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:08:32.6805281Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:08:32.6805670Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:08:32.6806073Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:08:32.6806454Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:08:32.6806860Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:08:32.6807322Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:08:32.6807746Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:08:32.6808124Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:08:32.6808504Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:08:32.6808893Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:08:32.6809267Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:08:32.6809639Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:08:32.6810070Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:08:32.6810524Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:08:32.6810930Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:08:32.6811328Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:08:32.6811721Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:08:32.6812105Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:08:32.6812651Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:08:32.6813064Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:08:32.6813467Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:08:32.6813908Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:08:32.6814541Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:08:32.6814981Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:08:32.6815383Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:08:32.6815785Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:08:32.6816209Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:08:32.6816598Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:08:32.6816961Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:08:32.6817309Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:08:32.6817675Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:08:32.6818049Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:08:32.6818403Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:08:32.6818936Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:08:32.6819332Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:08:32.6819719Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:08:32.6820073Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:08:32.6820421Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:08:32.6820804Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:08:32.6821201Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:08:32.6821576Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:08:32.6821943Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:08:32.6822304Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:08:32.6822692Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:08:32.6823074Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:08:32.6823423Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:08:32.6823800Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:08:32.6824193Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:08:32.6824714Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:08:32.6825098Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:08:32.6825472Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:08:32.6825858Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:08:32.6826260Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:08:32.6826689Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:08:32.6827089Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:08:32.6827442Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:08:32.6827790Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:08:32.6828147Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:08:32.6844817Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:08:32.6845582Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:08:32.6846071Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:08:32.6846552Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:08:32.6847056Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:08:32.6847502Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:08:32.6847884Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:08:32.6848276Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:08:32.6848664Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:08:32.6849055Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:08:32.6849450Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:08:32.6849836Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:08:32.6850220Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:08:32.6850616Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:08:32.6851222Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:08:32.6851661Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:08:32.6852038Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:08:32.6852439Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:08:32.6852863Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:08:32.6853242Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:08:32.6853598Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:08:32.6853985Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:08:32.6854611Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:08:32.6855076Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:08:32.6855495Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:08:32.6855908Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:08:32.6856331Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:08:32.6856762Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:08:32.6857076Z 
2025-08-20T21:08:32.6857080Z 
2025-08-20T21:08:32.6857439Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:08:32 PM)
2025-08-20T21:08:32.6857795Z 
2025-08-20T21:08:32.6857798Z 
2025-08-20T21:08:32.6857801Z 
2025-08-20T21:08:32.6857869Z [+] Continue : YES
2025-08-20T21:08:32.6857973Z 
2025-08-20T21:08:32.6858202Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:08:32.8484572Z 
2025-08-20T21:08:32.8485085Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:08:32 PM) UTC
2025-08-20T21:08:32.8485378Z 
2025-08-20T21:08:32.8500047Z 
2025-08-20T21:08:32.8500182Z [+] Total RECIPES :: 1
2025-08-20T21:08:32.8500313Z 
2025-08-20T21:08:32.8571980Z 
2025-08-20T21:08:32.8572631Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml (1/1)
2025-08-20T21:08:32.8573100Z 
2025-08-20T21:08:33.0350074Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:08:33.0361007Z mode of '/tmp/pkgforge/dIEVoPs1T_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:08:33.0404381Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/jr/official [Provided]
2025-08-20T21:08:33.0404763Z [+] Setting '.pkg_family' --> jr [Provided]
2025-08-20T21:08:33.0416579Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:08:33.0421972Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T21:08:33.0447456Z [00:00:00.003]➜  
2025-08-20T21:08:33.0447934Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:08:33.0448346Z [00:00:00.003]➜  
2025-08-20T21:08:33.0482294Z [00:00:00.006]➜  
2025-08-20T21:08:33.0482754Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:08:33.0483150Z [00:00:00.006]➜  
2025-08-20T21:08:33.0561556Z [00:00:00.014]➜  
2025-08-20T21:08:33.0562527Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/jr/static.official.source.yaml) --> /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:08:33 PM) UTC]
2025-08-20T21:08:33.0563322Z [00:00:00.014]➜  
2025-08-20T21:08:33.0563506Z [00:00:00.014]➜  
2025-08-20T21:08:33.0563689Z [00:00:00.014]➜  
2025-08-20T21:08:33.0564438Z [00:00:00.014]➜  ###################################################################
2025-08-20T21:08:33.0574091Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:08:33.0574969Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:08:33.0575533Z [00:00:00.015]➜  _disabled: false
2025-08-20T21:08:33.0575765Z [00:00:00.015]➜  
2025-08-20T21:08:33.0575964Z [00:00:00.015]➜  pkg: "jr"
2025-08-20T21:08:33.0578932Z [00:00:00.015]➜  pkg_id: "github.com.ugol.jr"
2025-08-20T21:08:33.0579874Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T21:08:33.0580194Z [00:00:00.015]➜  category:
2025-08-20T21:08:33.0580637Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T21:08:33.0580922Z [00:00:00.015]➜    - "Utility"
2025-08-20T21:08:33.0581331Z [00:00:00.015]➜  description: "Generate & Stream quality Random Data from the command line"
2025-08-20T21:08:33.0581715Z [00:00:00.015]➜  homepage:
2025-08-20T21:08:33.0581963Z [00:00:00.015]➜    - "https://jrnd.io"
2025-08-20T21:08:33.0582281Z [00:00:00.015]➜    - "https://github.com/ugol/jr"
2025-08-20T21:08:33.0582565Z [00:00:00.015]➜  maintainer:
2025-08-20T21:08:33.0582877Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:08:33.0583178Z [00:00:00.015]➜  note:
2025-08-20T21:08:33.0583456Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:08:33.0583959Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ugol/jr"  
2025-08-20T21:08:33.0584520Z [00:00:00.015]➜  repology:
2025-08-20T21:08:33.0584776Z [00:00:00.015]➜    - "jr"
2025-08-20T21:08:33.0584997Z [00:00:00.015]➜  src_url:
2025-08-20T21:08:33.0585259Z [00:00:00.015]➜    - "https://github.com/ugol/jr"
2025-08-20T21:08:33.0585530Z [00:00:00.015]➜  tag:
2025-08-20T21:08:33.0585735Z [00:00:00.015]➜    - "json"
2025-08-20T21:08:33.0585962Z [00:00:00.015]➜    - "random"
2025-08-20T21:08:33.0586181Z [00:00:00.015]➜  x_exec:
2025-08-20T21:08:33.0586429Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T21:08:33.0586675Z [00:00:00.015]➜    host:
2025-08-20T21:08:33.0586932Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T21:08:33.0587206Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T21:08:33.0587454Z [00:00:00.015]➜    shell: "bash"
2025-08-20T21:08:33.0587690Z [00:00:00.015]➜    pkgver: |
2025-08-20T21:08:33.0587972Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:08:33.0588637Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/ugol/jr" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:08:33.0589759Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:08:33.0590492Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:08:33.0590868Z [00:00:00.015]➜    run: |
2025-08-20T21:08:33.0591093Z [00:00:00.015]➜      #Build
2025-08-20T21:08:33.0591678Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:08:33.0592390Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:08:33.0593003Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:08:33.0593470Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:08:33.0593884Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:08:33.0594224Z [00:00:00.015]➜        bash -l -c '
2025-08-20T21:08:33.0595109Z [00:00:00.015]➜        #Setup ENV
2025-08-20T21:08:33.0595505Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:08:33.0595872Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T21:08:33.0596531Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:08:33.0597044Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:08:33.0597430Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T21:08:33.0597741Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:08:33.0598145Z [00:00:00.015]➜        #Build: https://github.com/jrnd-io/jr/raw/main/Makefile
2025-08-20T21:08:33.0598720Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/ugol/jr" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:08:33.0599231Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:08:33.0599696Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:08:33.0600208Z [00:00:00.015]➜         go install -v "github.com/actgardner/gogen-avro/v10/cmd/...@latest"
2025-08-20T21:08:33.0600633Z [00:00:00.015]➜         go generate "pkg/generator/generate.go"
2025-08-20T21:08:33.0600982Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:08:33.0601756Z [00:00:00.015]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/jr" "./jr.go"
2025-08-20T21:08:33.0602381Z [00:00:00.015]➜        #Copy
2025-08-20T21:08:33.0603025Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:08:33.0603585Z [00:00:00.015]➜        #Strip 
2025-08-20T21:08:33.0604079Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:08:33.0605109Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:08:33.0605837Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:08:33.0606436Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:08:33.0606991Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:08:33.0607407Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T21:08:33.0607654Z [00:00:00.015]➜        '
2025-08-20T21:08:33.0608069Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T21:08:33.0608532Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:08:33.0609082Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:08:33.0610164Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:08:33.0611064Z [00:00:00.015]➜  
2025-08-20T21:08:33.0611251Z [00:00:00.015]➜  
2025-08-20T21:08:33.0611519Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:08:33.0611796Z [00:00:00.015]➜  
2025-08-20T21:08:33.0611982Z [00:00:00.015]➜  
2025-08-20T21:08:33.0612159Z [00:00:00.015]➜  
2025-08-20T21:08:33.0612651Z [00:00:00.016]➜  '/tmp/pkgforge/dIEVoPs1T_build.yaml' -> '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:08:34.6248450Z [00:00:01.583]➜  '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.version' -> '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.version'
2025-08-20T21:08:34.6297395Z [00:00:01.588]➜  [+] Version: HEAD-2a28345-250715T225038 ('.x_exec.pkgver') [/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.version]
2025-08-20T21:08:34.6419547Z [00:00:01.600]➜  [+] Progs: jr
2025-08-20T21:08:35.0175544Z [00:00:01.975]➜  
2025-08-20T21:08:35.0175930Z [00:00:01.975]➜  [-] Missing packages. Found: 
2025-08-20T21:08:35.0176222Z [00:00:01.975]➜  [+] Expected: jr
2025-08-20T21:08:35.0176504Z [00:00:01.975]➜  [+] Continuing with build...
2025-08-20T21:08:35.0176762Z [00:00:01.975]➜  
2025-08-20T21:08:35.3251859Z [00:00:02.283]➜  
2025-08-20T21:08:35.3252182Z [00:00:02.283]➜  
2025-08-20T21:08:35.3326617Z [00:00:02.290]➜  + mkdir -pv /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:08:35.3340325Z [00:00:02.292]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=jr -e PKG_ID=github.com.ugol.jr -e PKG_TYPE=static -e PKG_VER=HEAD-2a28345-250715T225038 -e PKGVER=HEAD-2a28345-250715T225038 -e SBUILD_PKG=jr.static -e SBUILD_PKGVER=HEAD-2a28345-250715T225038 --volume /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:08:35.3342268Z [00:00:02.292]➜    #Setup ENV
2025-08-20T21:08:35.3343102Z [00:00:02.292]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:08:35.3343579Z [00:00:02.292]➜     CGO_ENABLED="1" 
2025-08-20T21:08:35.3343947Z [00:00:02.292]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:08:35.3344587Z [00:00:02.292]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:08:35.3345026Z [00:00:02.292]➜     GOOS="linux"
2025-08-20T21:08:35.3345330Z [00:00:02.292]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:08:35.3345744Z [00:00:02.292]➜    #Build: https://github.com/jrnd-io/jr/raw/main/Makefile
2025-08-20T21:08:35.3346309Z [00:00:02.292]➜     git clone --filter "blob:none" --quiet "https://github.com/ugol/jr" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:08:35.3346827Z [00:00:02.292]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:08:35.3347286Z [00:00:02.292]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:08:35.3347791Z [00:00:02.292]➜     go install -v "github.com/actgardner/gogen-avro/v10/cmd/...@latest"
2025-08-20T21:08:35.3348205Z [00:00:02.292]➜     go generate "pkg/generator/generate.go"
2025-08-20T21:08:35.3348542Z [00:00:02.292]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:08:35.3349746Z [00:00:02.292]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/jr" "./jr.go"
2025-08-20T21:08:35.3350463Z [00:00:02.292]➜    #Copy
2025-08-20T21:08:35.3351090Z [00:00:02.292]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:08:35.3351654Z [00:00:02.292]➜    #Strip 
2025-08-20T21:08:35.3352129Z [00:00:02.292]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:08:35.3352805Z [00:00:02.292]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:08:35.3353482Z [00:00:02.292]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:08:35.3354067Z [00:00:02.292]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:08:35.3355230Z [00:00:02.292]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:08:35.3355645Z [00:00:02.292]➜     popd &>/dev/null
2025-08-20T21:08:35.3355883Z [00:00:02.292]➜    '
2025-08-20T21:08:36.1906401Z [00:00:03.148]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:08:36.4642469Z [00:00:03.422]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:08:36.4643309Z [00:00:03.422]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:08:36.4643626Z [00:00:03.422]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:08:36.4643925Z [00:00:03.422]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:08:36.4644221Z [00:00:03.422]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:08:36.4644812Z [00:00:03.422]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:08:36.4645101Z [00:00:03.422]➜  2b92eb3035e7: Waiting
2025-08-20T21:08:36.4645358Z [00:00:03.422]➜  4239b2f25ebc: Waiting
2025-08-20T21:08:36.4645611Z [00:00:03.422]➜  323e89f8c367: Waiting
2025-08-20T21:08:36.8109604Z [00:00:03.769]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:08:36.8111085Z [00:00:03.769]➜  996f2cb07f7c: Download complete
2025-08-20T21:08:36.8215859Z [00:00:03.779]➜  99fd740fb142: Verifying Checksum
2025-08-20T21:08:36.8216404Z [00:00:03.779]➜  99fd740fb142: Download complete
2025-08-20T21:08:36.8875659Z [00:00:03.845]➜  b2e6f696af52: Verifying Checksum
2025-08-20T21:08:36.8876814Z [00:00:03.845]➜  b2e6f696af52: Download complete
2025-08-20T21:08:36.9867819Z [00:00:03.945]➜  b2e6f696af52: Pull complete
2025-08-20T21:08:37.1793180Z [00:00:04.137]➜  323e89f8c367: Download complete
2025-08-20T21:08:38.2840929Z [00:00:05.242]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:08:38.2841368Z [00:00:05.242]➜  4239b2f25ebc: Download complete
2025-08-20T21:08:41.4246280Z [00:00:08.382]➜  996f2cb07f7c: Pull complete
2025-08-20T21:08:43.3794810Z [00:00:10.337]➜  99fd740fb142: Pull complete
2025-08-20T21:09:08.2491412Z [00:00:35.207]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T21:09:08.2492063Z [00:00:35.207]➜  2b92eb3035e7: Download complete
2025-08-20T21:10:29.1103347Z [00:01:56.068]➜  2b92eb3035e7: Pull complete
2025-08-20T21:10:37.7361349Z [00:02:04.694]➜  4239b2f25ebc: Pull complete
2025-08-20T21:10:37.8365784Z [00:02:04.794]➜  323e89f8c367: Pull complete
2025-08-20T21:10:37.8728146Z [00:02:04.831]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:10:37.8857506Z [00:02:04.844]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:10:38.2926280Z [00:02:05.250]➜  + mkdir -p /build-bins
2025-08-20T21:10:38.2941127Z [00:02:05.252]➜  ++ mktemp -d
2025-08-20T21:10:38.2994163Z [00:02:05.257]➜  + pushd /tmp/tmp.hU6mRqrzK8
2025-08-20T21:10:38.2996599Z [00:02:05.257]➜  + CGO_ENABLED=1
2025-08-20T21:10:38.2997549Z [00:02:05.257]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:10:38.2999319Z [00:02:05.258]➜  ++ uname -m
2025-08-20T21:10:38.3006707Z [00:02:05.259]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:10:38.3013235Z [00:02:05.259]➜  + GOARCH=arm64
2025-08-20T21:10:38.3013516Z [00:02:05.259]➜  + GOOS=linux
2025-08-20T21:10:38.3013814Z [00:02:05.259]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:10:38.3014401Z [00:02:05.259]➜  + git clone --filter blob:none --quiet https://github.com/ugol/jr ./TEMPREPO
2025-08-20T21:10:39.7675913Z [00:02:06.725]➜  + cd ./TEMPREPO
2025-08-20T21:10:39.7676357Z [00:02:06.725]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:10:39.7676639Z [00:02:06.725]➜  
2025-08-20T21:10:39.7676867Z [00:02:06.725]➜  [+] Target: "arm64/linux"
2025-08-20T21:10:39.7677307Z [00:02:06.725]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:10:39.7677680Z [00:02:06.725]➜  
2025-08-20T21:10:39.7678078Z [00:02:06.725]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:10:39.7678653Z [00:02:06.725]➜  + go install -v github.com/actgardner/gogen-avro/v10/cmd/...@latest
2025-08-20T21:10:40.2347647Z [00:02:07.193]➜  go: downloading github.com/actgardner/gogen-avro/v10 v10.2.1
2025-08-20T21:10:41.3469002Z [00:02:08.305]➜  go: downloading github.com/actgardner/gogen-avro v10.2.1+incompatible
2025-08-20T21:10:41.4801450Z [00:02:08.438]➜  encoding
2025-08-20T21:10:41.4809847Z [00:02:08.438]➜  internal/goarch
2025-08-20T21:10:41.4810834Z [00:02:08.438]➜  internal/unsafeheader
2025-08-20T21:10:41.4830934Z [00:02:08.441]➜  internal/cpu
2025-08-20T21:10:41.4884157Z [00:02:08.446]➜  internal/byteorder
2025-08-20T21:10:41.4903607Z [00:02:08.448]➜  internal/coverage/rtcov
2025-08-20T21:10:41.4976751Z [00:02:08.456]➜  internal/abi
2025-08-20T21:10:41.5021379Z [00:02:08.460]➜  internal/godebugs
2025-08-20T21:10:41.5076714Z [00:02:08.466]➜  internal/goexperiment
2025-08-20T21:10:41.5144547Z [00:02:08.472]➜  internal/goos
2025-08-20T21:10:41.5191785Z [00:02:08.477]➜  internal/bytealg
2025-08-20T21:10:41.5215556Z [00:02:08.479]➜  internal/chacha8rand
2025-08-20T21:10:41.5232420Z [00:02:08.481]➜  internal/profilerecord
2025-08-20T21:10:41.5335108Z [00:02:08.491]➜  internal/runtime/atomic
2025-08-20T21:10:41.5473140Z [00:02:08.505]➜  internal/runtime/math
2025-08-20T21:10:41.5627222Z [00:02:08.520]➜  internal/runtime/syscall
2025-08-20T21:10:41.5649262Z [00:02:08.523]➜  internal/runtime/strconv
2025-08-20T21:10:41.5807675Z [00:02:08.539]➜  internal/runtime/gc
2025-08-20T21:10:41.5845193Z [00:02:08.542]➜  internal/runtime/exithook
2025-08-20T21:10:41.5949836Z [00:02:08.553]➜  internal/asan
2025-08-20T21:10:41.5984852Z [00:02:08.556]➜  internal/runtime/cgroup
2025-08-20T21:10:41.6095945Z [00:02:08.567]➜  internal/msan
2025-08-20T21:10:41.6124073Z [00:02:08.570]➜  internal/runtime/sys
2025-08-20T21:10:41.6242925Z [00:02:08.582]➜  internal/stringslite
2025-08-20T21:10:41.6254067Z [00:02:08.583]➜  internal/trace/tracev2
2025-08-20T21:10:41.6412966Z [00:02:08.599]➜  cmp
2025-08-20T21:10:41.6416157Z [00:02:08.600]➜  internal/itoa
2025-08-20T21:10:41.6431081Z [00:02:08.601]➜  math/bits
2025-08-20T21:10:41.6466408Z [00:02:08.604]➜  internal/race
2025-08-20T21:10:41.6529858Z [00:02:08.611]➜  unicode/utf8
2025-08-20T21:10:41.6546531Z [00:02:08.613]➜  sync/atomic
2025-08-20T21:10:41.6593170Z [00:02:08.617]➜  internal/runtime/maps
2025-08-20T21:10:41.6699444Z [00:02:08.628]➜  math
2025-08-20T21:10:41.6775411Z [00:02:08.635]➜  internal/synctest
2025-08-20T21:10:41.6917095Z [00:02:08.650]➜  unicode
2025-08-20T21:10:41.7017928Z [00:02:08.660]➜  internal/sync
2025-08-20T21:10:41.7204756Z [00:02:08.678]➜  unicode/utf16
2025-08-20T21:10:41.7933765Z [00:02:08.751]➜  runtime
2025-08-20T21:10:43.3804917Z [00:02:10.338]➜  iter
2025-08-20T21:10:43.3805743Z [00:02:10.338]➜  internal/reflectlite
2025-08-20T21:10:43.3806339Z [00:02:10.338]➜  sync
2025-08-20T21:10:43.3917145Z [00:02:10.349]➜  slices
2025-08-20T21:10:43.3923534Z [00:02:10.350]➜  maps
2025-08-20T21:10:43.4603160Z [00:02:10.418]➜  sort
2025-08-20T21:10:43.4603672Z [00:02:10.418]➜  errors
2025-08-20T21:10:43.4847140Z [00:02:10.442]➜  internal/oserror
2025-08-20T21:10:43.4858183Z [00:02:10.444]➜  strconv
2025-08-20T21:10:43.4872673Z [00:02:10.445]➜  io
2025-08-20T21:10:43.4950264Z [00:02:10.453]➜  path
2025-08-20T21:10:43.5443951Z [00:02:10.502]➜  internal/bisect
2025-08-20T21:10:43.5671615Z [00:02:10.525]➜  syscall
2025-08-20T21:10:43.5945024Z [00:02:10.552]➜  internal/testlog
2025-08-20T21:10:43.6009490Z [00:02:10.559]➜  internal/godebug
2025-08-20T21:10:43.6040912Z [00:02:10.562]➜  reflect
2025-08-20T21:10:43.6158334Z [00:02:10.574]➜  strings
2025-08-20T21:10:43.7150434Z [00:02:10.673]➜  bytes
2025-08-20T21:10:43.7279653Z [00:02:10.686]➜  go/build/constraint
2025-08-20T21:10:43.7708392Z [00:02:10.729]➜  regexp/syntax
2025-08-20T21:10:43.8433992Z [00:02:10.801]➜  encoding/base64
2025-08-20T21:10:43.9164861Z [00:02:10.874]➜  time
2025-08-20T21:10:43.9170029Z [00:02:10.875]➜  internal/syscall/unix
2025-08-20T21:10:43.9425322Z [00:02:10.900]➜  internal/syscall/execenv
2025-08-20T21:10:43.9494018Z [00:02:10.907]➜  regexp
2025-08-20T21:10:44.2112917Z [00:02:11.169]➜  io/fs
2025-08-20T21:10:44.2113264Z [00:02:11.169]➜  internal/poll
2025-08-20T21:10:44.2692117Z [00:02:11.227]➜  internal/filepathlite
2025-08-20T21:10:44.2693278Z [00:02:11.227]➜  encoding/binary
2025-08-20T21:10:44.2716995Z [00:02:11.230]➜  internal/fmtsort
2025-08-20T21:10:44.3453130Z [00:02:11.303]➜  os
2025-08-20T21:10:44.5721249Z [00:02:11.530]➜  io/ioutil
2025-08-20T21:10:44.5725062Z [00:02:11.530]➜  fmt
2025-08-20T21:10:44.5725486Z [00:02:11.530]➜  path/filepath
2025-08-20T21:10:44.6964391Z [00:02:11.654]➜  flag
2025-08-20T21:10:44.6965684Z [00:02:11.654]➜  go/token
2025-08-20T21:10:44.6977697Z [00:02:11.655]➜  go/doc/comment
2025-08-20T21:10:44.6979491Z [00:02:11.656]➜  text/tabwriter
2025-08-20T21:10:44.7380442Z [00:02:11.694]➜  encoding/json
2025-08-20T21:10:44.7735560Z [00:02:11.731]➜  go/scanner
2025-08-20T21:10:44.8041136Z [00:02:11.762]➜  github.com/actgardner/gogen-avro/v10/util
2025-08-20T21:10:44.8241744Z [00:02:11.782]➜  net/url
2025-08-20T21:10:44.8303569Z [00:02:11.788]➜  go/ast
2025-08-20T21:10:44.8474226Z [00:02:11.805]➜  text/template/parse
2025-08-20T21:10:45.0212312Z [00:02:11.979]➜  text/template
2025-08-20T21:10:45.1575916Z [00:02:12.115]➜  go/printer
2025-08-20T21:10:45.1577166Z [00:02:12.115]➜  go/parser
2025-08-20T21:10:45.3542790Z [00:02:12.312]➜  go/format
2025-08-20T21:10:45.3732264Z [00:02:12.331]➜  github.com/actgardner/gogen-avro/v10/generator
2025-08-20T21:10:45.3908282Z [00:02:12.349]➜  github.com/actgardner/gogen-avro/v10/schema
2025-08-20T21:10:45.4639989Z [00:02:12.422]➜  github.com/actgardner/gogen-avro/v10/schema/canonical
2025-08-20T21:10:45.4640472Z [00:02:12.422]➜  github.com/actgardner/gogen-avro/v10/resolver
2025-08-20T21:10:45.4640850Z [00:02:12.422]➜  github.com/actgardner/gogen-avro/v10/parser
2025-08-20T21:10:45.4816012Z [00:02:12.439]➜  github.com/actgardner/gogen-avro/v10/generator/flat/templates
2025-08-20T21:10:45.5025519Z [00:02:12.460]➜  github.com/actgardner/gogen-avro/v10/generator/flat
2025-08-20T21:10:45.5147664Z [00:02:12.473]➜  github.com/actgardner/gogen-avro/v10/cmd/gogen-avro
2025-08-20T21:10:45.7072381Z [00:02:12.665]➜  + go generate pkg/generator/generate.go
2025-08-20T21:10:45.7773662Z [00:02:12.735]➜  go: downloading golang.org/x/text v0.24.0
2025-08-20T21:10:45.7774108Z [00:02:12.735]➜  go: downloading github.com/rs/zerolog v1.34.0
2025-08-20T21:10:45.9119962Z [00:02:12.870]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:10:45.9374839Z [00:02:12.895]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:10:45.9621462Z [00:02:12.920]➜  go: downloading golang.org/x/sys v0.32.0
2025-08-20T21:10:48.9857949Z [00:02:15.944]➜  + go mod tidy -v
2025-08-20T21:10:48.9959688Z [00:02:15.953]➜  go: downloading github.com/adrg/xdg v0.5.3
2025-08-20T21:10:48.9960802Z [00:02:15.954]➜  go: downloading github.com/go-chi/chi/v5 v5.2.1
2025-08-20T21:10:48.9965901Z [00:02:15.954]➜  go: downloading github.com/gorilla/sessions v1.4.0
2025-08-20T21:10:49.0786610Z [00:02:16.036]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:10:49.0958109Z [00:02:16.054]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T21:10:49.0963221Z [00:02:16.054]➜  go: downloading github.com/cnkei/gospline v0.0.0-20191204052713-d67fac29a294
2025-08-20T21:10:49.1165685Z [00:02:16.074]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T21:10:49.1400373Z [00:02:16.098]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:10:49.1484688Z [00:02:16.106]➜  go: downloading github.com/spf13/viper v1.20.1
2025-08-20T21:10:49.1639853Z [00:02:16.122]➜  go: downloading github.com/paulmach/go.geojson v1.5.0
2025-08-20T21:10:49.1812095Z [00:02:16.139]➜  go: downloading github.com/squeeze69/generacodicefiscale v1.0.5
2025-08-20T21:10:49.1873160Z [00:02:16.145]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.14
2025-08-20T21:10:49.2069698Z [00:02:16.165]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.3
2025-08-20T21:10:49.2776452Z [00:02:16.235]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
2025-08-20T21:10:49.3139614Z [00:02:16.272]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.13
2025-08-20T21:10:49.3165304Z [00:02:16.274]➜  go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
2025-08-20T21:10:49.3417917Z [00:02:16.300]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.0
2025-08-20T21:10:49.3939862Z [00:02:16.352]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.3.0
2025-08-20T21:10:49.5646474Z [00:02:16.522]➜  go: downloading github.com/aws/aws-sdk-go v1.55.7
2025-08-20T21:10:49.8092876Z [00:02:16.767]➜  go: downloading github.com/gocql/gocql v1.7.0
2025-08-20T21:10:49.8593406Z [00:02:16.817]➜  go: downloading cloud.google.com/go/storage v1.52.0
2025-08-20T21:10:49.9248593Z [00:02:16.883]➜  go: downloading cloud.google.com/go v0.120.1
2025-08-20T21:10:49.9679008Z [00:02:16.926]➜  go: downloading github.com/elastic/go-elasticsearch/v8 v8.18.0
2025-08-20T21:10:50.7369225Z [00:02:17.695]➜  go: downloading github.com/go-resty/resty/v2 v2.16.5
2025-08-20T21:10:50.7884370Z [00:02:17.746]➜  go: downloading github.com/confluentinc/confluent-kafka-go/v2 v2.10.0
2025-08-20T21:10:51.8009044Z [00:02:18.758]➜  go: downloading github.com/vadv/gopher-lua-libs v0.5.0
2025-08-20T21:10:52.4396460Z [00:02:19.397]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:10:52.4627254Z [00:02:19.420]➜  go: downloading github.com/yuin/gopher-lua v1.1.1
2025-08-20T21:10:52.4700381Z [00:02:19.428]➜  go: downloading go.mongodb.org/mongo-driver v1.17.3
2025-08-20T21:10:52.4981932Z [00:02:19.456]➜  go: downloading github.com/jarcoal/httpmock v1.4.0
2025-08-20T21:10:52.9693093Z [00:02:19.927]➜  go: downloading github.com/redis/go-redis/v9 v9.7.3
2025-08-20T21:10:53.0195809Z [00:02:19.977]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2
2025-08-20T21:10:53.0922478Z [00:02:20.050]➜  go: downloading github.com/gammazero/nexus/v3 v3.2.2
2025-08-20T21:10:53.4295668Z [00:02:20.387]➜  go: downloading github.com/tetratelabs/wazero v1.9.0
2025-08-20T21:10:54.7191336Z [00:02:21.677]➜  go: downloading github.com/gorilla/securecookie v1.1.2
2025-08-20T21:10:54.7580116Z [00:02:21.716]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T21:10:54.7682561Z [00:02:21.726]➜  go: downloading github.com/fsnotify/fsnotify v1.9.0
2025-08-20T21:10:54.7684856Z [00:02:21.726]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
2025-08-20T21:10:54.8037979Z [00:02:21.762]➜  go: downloading github.com/sagikazarmark/locafero v0.9.0
2025-08-20T21:10:54.8067399Z [00:02:21.765]➜  go: downloading github.com/spf13/afero v1.14.0
2025-08-20T21:10:54.8072493Z [00:02:21.765]➜  go: downloading github.com/spf13/cast v1.7.1
2025-08-20T21:10:54.8533214Z [00:02:21.811]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.67
2025-08-20T21:10:54.9012203Z [00:02:21.859]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
2025-08-20T21:10:54.9012865Z [00:02:21.859]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T21:10:54.9018722Z [00:02:21.860]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
2025-08-20T21:10:55.0143309Z [00:02:21.972]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
2025-08-20T21:10:55.0144140Z [00:02:21.972]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
2025-08-20T21:10:55.0149929Z [00:02:21.973]➜  go: downloading github.com/aws/smithy-go v1.22.3
2025-08-20T21:10:55.0743039Z [00:02:22.032]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.3
2025-08-20T21:10:55.0790353Z [00:02:22.037]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34
2025-08-20T21:10:55.0791643Z [00:02:22.037]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
2025-08-20T21:10:55.1021038Z [00:02:22.060]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15
2025-08-20T21:10:55.1040899Z [00:02:22.062]➜  go: downloading github.com/squeeze69/codicefiscale v1.0.4
2025-08-20T21:10:55.1056946Z [00:02:22.063]➜  go: downloading github.com/golang/snappy v1.0.0
2025-08-20T21:10:55.1142193Z [00:02:22.072]➜  go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
2025-08-20T21:10:55.1493552Z [00:02:22.107]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T21:10:55.1628632Z [00:02:22.121]➜  go: downloading cloud.google.com/go/compute/metadata v0.6.0
2025-08-20T21:10:55.1632350Z [00:02:22.121]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T21:10:55.2046563Z [00:02:22.162]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0
2025-08-20T21:10:55.2083418Z [00:02:22.166]➜  go: downloading github.com/googleapis/gax-go/v2 v2.14.1
2025-08-20T21:10:55.2460570Z [00:02:22.204]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.35.0
2025-08-20T21:10:55.2550397Z [00:02:22.213]➜  go: downloading go.opentelemetry.io/otel v1.35.0
2025-08-20T21:10:55.4054537Z [00:02:22.363]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
2025-08-20T21:10:55.4055111Z [00:02:22.363]➜  go: downloading go.opentelemetry.io/otel/sdk v1.35.0
2025-08-20T21:10:55.4585156Z [00:02:22.416]➜  go: downloading go.opentelemetry.io/otel/trace v1.35.0
2025-08-20T21:10:55.4585724Z [00:02:22.416]➜  go: downloading google.golang.org/api v0.230.0
2025-08-20T21:10:55.4586100Z [00:02:22.416]➜  go: downloading golang.org/x/oauth2 v0.29.0
2025-08-20T21:10:57.6730258Z [00:02:24.631]➜  go: downloading google.golang.org/genproto v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:10:57.6730847Z [00:02:24.631]➜  go: downloading google.golang.org/grpc v1.72.0
2025-08-20T21:10:57.9109476Z [00:02:24.869]➜  go: downloading google.golang.org/protobuf v1.36.6
2025-08-20T21:10:58.0834462Z [00:02:25.041]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.35.0
2025-08-20T21:10:58.0837252Z [00:02:25.042]➜  go: downloading golang.org/x/sync v0.13.0
2025-08-20T21:10:58.0965139Z [00:02:25.054]➜  go: downloading github.com/elastic/elastic-transport-go/v8 v8.7.0
2025-08-20T21:10:58.1444884Z [00:02:25.102]➜  go: downloading golang.org/x/net v0.39.0
2025-08-20T21:10:58.1597969Z [00:02:25.118]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T21:10:58.2079921Z [00:02:25.166]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/compose v0.33.0
2025-08-20T21:10:58.2668283Z [00:02:25.225]➜  go: downloading github.com/maxatome/go-testdeep v1.14.0
2025-08-20T21:10:58.2827767Z [00:02:25.241]➜  go: downloading github.com/tink-crypto/tink-go/v2 v2.4.0
2025-08-20T21:10:58.3006183Z [00:02:25.258]➜  go: downloading github.com/testcontainers/testcontainers-go v0.33.0
2025-08-20T21:10:58.7001816Z [00:02:25.658]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T21:10:58.7004383Z [00:02:25.658]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.38.3
2025-08-20T21:10:58.7196574Z [00:02:25.677]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T21:10:58.7396326Z [00:02:25.697]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
2025-08-20T21:10:58.7544528Z [00:02:25.712]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
2025-08-20T21:10:58.7674712Z [00:02:25.725]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:10:58.7689306Z [00:02:25.727]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:10:58.7693319Z [00:02:25.727]➜  go: downloading github.com/bsm/ginkgo/v2 v2.12.0
2025-08-20T21:10:58.7710578Z [00:02:25.729]➜  go: downloading github.com/bsm/gomega v1.27.10
2025-08-20T21:10:58.8021207Z [00:02:25.760]➜  go: downloading github.com/tink-crypto/tink-go-gcpkms/v2 v2.2.0
2025-08-20T21:10:58.8029943Z [00:02:25.761]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
2025-08-20T21:10:58.8195085Z [00:02:25.777]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34
2025-08-20T21:10:58.8195713Z [00:02:25.777]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0
2025-08-20T21:10:58.8260405Z [00:02:25.784]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15
2025-08-20T21:10:58.8284997Z [00:02:25.786]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15
2025-08-20T21:10:58.8533478Z [00:02:25.811]➜  go: downloading github.com/hashicorp/vault/api v1.16.0
2025-08-20T21:10:58.8534878Z [00:02:25.811]➜  go: downloading github.com/tink-crypto/tink-go-hcvault/v2 v2.2.0
2025-08-20T21:10:58.8535844Z [00:02:25.811]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:10:58.8536311Z [00:02:25.811]➜  go: downloading github.com/hamba/avro/v2 v2.28.0
2025-08-20T21:10:58.9516608Z [00:02:25.908]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T21:10:58.9532771Z [00:02:25.911]➜  go: downloading github.com/invopop/jsonschema v0.13.0
2025-08-20T21:10:58.9535309Z [00:02:25.911]➜  go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2025-08-20T21:10:58.9944073Z [00:02:25.952]➜  go: downloading github.com/google/gofuzz v1.2.0
2025-08-20T21:10:58.9998667Z [00:02:25.958]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:10:58.9999416Z [00:02:25.958]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:10:59.0004505Z [00:02:25.958]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T21:10:59.0627091Z [00:02:26.020]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:10:59.0627573Z [00:02:26.020]➜  go: downloading github.com/subosito/gotenv v1.6.0
2025-08-20T21:10:59.0633690Z [00:02:26.021]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.4
2025-08-20T21:10:59.0658581Z [00:02:26.024]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:10:59.1043430Z [00:02:26.062]➜  go: downloading github.com/sourcegraph/conc v0.3.0
2025-08-20T21:10:59.1153012Z [00:02:26.073]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34
2025-08-20T21:10:59.1154218Z [00:02:26.073]➜  go: downloading github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932
2025-08-20T21:10:59.1498050Z [00:02:26.107]➜  go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
2025-08-20T21:10:59.2004784Z [00:02:26.158]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:10:59.2009381Z [00:02:26.158]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T21:10:59.2009995Z [00:02:26.159]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f
2025-08-20T21:10:59.2463637Z [00:02:26.204]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0
2025-08-20T21:10:59.2525217Z [00:02:26.210]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.51.0
2025-08-20T21:10:59.2589740Z [00:02:26.217]➜  go: downloading go.opentelemetry.io/otel/metric v1.35.0
2025-08-20T21:10:59.2590465Z [00:02:26.217]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T21:10:59.2924850Z [00:02:26.250]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T21:10:59.2935658Z [00:02:26.251]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:10:59.3587902Z [00:02:26.317]➜  go: downloading cloud.google.com/go/auth v0.16.1
2025-08-20T21:10:59.4012676Z [00:02:26.359]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T21:10:59.4166807Z [00:02:26.374]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
2025-08-20T21:10:59.4170278Z [00:02:26.375]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T21:10:59.7943459Z [00:02:26.752]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T21:10:59.8013056Z [00:02:26.759]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:11:00.0021239Z [00:02:26.960]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T21:11:00.0025885Z [00:02:26.960]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T21:11:00.0027701Z [00:02:26.960]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T21:11:00.1457964Z [00:02:27.104]➜  go: downloading golang.org/x/crypto v0.37.0
2025-08-20T21:11:00.1459178Z [00:02:27.104]➜  go: downloading github.com/compose-spec/compose-go/v2 v2.1.3
2025-08-20T21:11:00.3298424Z [00:02:27.288]➜  go: downloading github.com/docker/cli v27.0.3+incompatible
2025-08-20T21:11:00.3369931Z [00:02:27.295]➜  go: downloading github.com/docker/compose/v2 v2.28.1
2025-08-20T21:11:00.4592113Z [00:02:27.417]➜  go: downloading github.com/docker/docker v27.1.1+incompatible
2025-08-20T21:11:00.9088460Z [00:02:27.867]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T21:11:00.9414518Z [00:02:27.899]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
2025-08-20T21:11:00.9420572Z [00:02:27.899]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T21:11:00.9421145Z [00:02:27.899]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
2025-08-20T21:11:00.9421741Z [00:02:27.900]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T21:11:00.9578776Z [00:02:27.916]➜  go: downloading github.com/ugorji/go/codec v1.2.12
2025-08-20T21:11:00.9619408Z [00:02:27.920]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:11:00.9627088Z [00:02:27.921]➜  go: downloading github.com/go-jose/go-jose/v4 v4.1.0
2025-08-20T21:11:00.9900784Z [00:02:27.948]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:11:00.9901279Z [00:02:27.948]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:11:00.9902055Z [00:02:27.948]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:11:01.0017306Z [00:02:27.960]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
2025-08-20T21:11:01.0024001Z [00:02:27.960]➜  go: downloading github.com/hashicorp/go-rootcerts v1.0.2
2025-08-20T21:11:01.0033933Z [00:02:27.961]➜  go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
2025-08-20T21:11:01.0042897Z [00:02:27.962]➜  go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
2025-08-20T21:11:01.0157246Z [00:02:27.974]➜  go: downloading github.com/hashicorp/hcl v1.0.0
2025-08-20T21:11:01.0159934Z [00:02:27.974]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T21:11:01.0168274Z [00:02:27.975]➜  go: downloading github.com/go-test/deep v1.0.2
2025-08-20T21:11:01.0381323Z [00:02:27.996]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T21:11:01.0382605Z [00:02:27.996]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T21:11:01.0385448Z [00:02:27.996]➜  go: downloading github.com/google/cel-go v0.20.1
2025-08-20T21:11:01.1116015Z [00:02:28.069]➜  go: downloading github.com/xiatechs/jsonata-go v1.8.5
2025-08-20T21:11:01.1119679Z [00:02:28.070]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:11:01.1122827Z [00:02:28.070]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
2025-08-20T21:11:01.1149565Z [00:02:28.073]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:11:01.1272995Z [00:02:28.085]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:11:01.1418946Z [00:02:28.100]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
2025-08-20T21:11:01.1489525Z [00:02:28.107]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T21:11:01.1510289Z [00:02:28.109]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T21:11:01.1681750Z [00:02:28.126]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T21:11:01.1901989Z [00:02:28.148]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T21:11:01.1902535Z [00:02:28.148]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T21:11:01.2068783Z [00:02:28.165]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:11:01.2245436Z [00:02:28.182]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f
2025-08-20T21:11:01.2485992Z [00:02:28.206]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T21:11:01.2495439Z [00:02:28.207]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T21:11:01.2847603Z [00:02:28.243]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T21:11:01.3548462Z [00:02:28.313]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:11:01.3551374Z [00:02:28.313]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T21:11:01.4048644Z [00:02:28.363]➜  go: downloading github.com/go-sql-driver/mysql v1.9.2
2025-08-20T21:11:01.4049080Z [00:02:28.363]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:11:01.4049474Z [00:02:28.363]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.28
2025-08-20T21:11:01.4247350Z [00:02:28.383]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T21:11:01.4265940Z [00:02:28.384]➜  go: downloading github.com/cheggaaa/pb/v3 v3.1.7
2025-08-20T21:11:01.4380387Z [00:02:28.396]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T21:11:01.4795687Z [00:02:28.437]➜  go: downloading github.com/alessio/shellescape v1.4.2
2025-08-20T21:11:01.4796240Z [00:02:28.437]➜  go: downloading github.com/technoweenie/multipartstreamer v1.0.1
2025-08-20T21:11:01.4947628Z [00:02:28.453]➜  go: downloading github.com/cbroglie/mustache v1.4.0
2025-08-20T21:11:01.4953949Z [00:02:28.453]➜  go: downloading github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
2025-08-20T21:11:01.5833980Z [00:02:28.541]➜  go: downloading gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
2025-08-20T21:11:01.5968467Z [00:02:28.555]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:11:01.5975164Z [00:02:28.555]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T21:11:01.5993860Z [00:02:28.557]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:11:01.6910537Z [00:02:28.648]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T21:11:01.6911143Z [00:02:28.649]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:11:01.6914034Z [00:02:28.649]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:11:01.6943605Z [00:02:28.652]➜  go: downloading github.com/mattn/go-shellwords v1.0.12
2025-08-20T21:11:01.8002195Z [00:02:28.758]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:11:01.8002759Z [00:02:28.758]➜  go: downloading golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
2025-08-20T21:11:01.8003241Z [00:02:28.758]➜  go: downloading github.com/docker/buildx v0.15.1
2025-08-20T21:11:01.8789643Z [00:02:28.837]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:11:01.9425165Z [00:02:28.900]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T21:11:02.0069702Z [00:02:28.965]➜  go: downloading github.com/containerd/containerd v1.7.18
2025-08-20T21:11:02.0077049Z [00:02:28.965]➜  go: downloading github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
2025-08-20T21:11:02.0546034Z [00:02:29.012]➜  go: downloading github.com/jonboulle/clockwork v0.4.0
2025-08-20T21:11:02.0547096Z [00:02:29.013]➜  go: downloading github.com/moby/buildkit v0.14.1
2025-08-20T21:11:02.7544762Z [00:02:29.712]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T21:11:02.7549414Z [00:02:29.713]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T21:11:02.7549958Z [00:02:29.713]➜  go: downloading github.com/moby/sys/sequential v0.5.0
2025-08-20T21:11:02.7980746Z [00:02:29.756]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:11:02.8099219Z [00:02:29.768]➜  go: downloading github.com/theupdateframework/notary v0.7.0
2025-08-20T21:11:02.8125012Z [00:02:29.770]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0
2025-08-20T21:11:02.8152777Z [00:02:29.773]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
2025-08-20T21:11:02.8458534Z [00:02:29.804]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:11:02.8506352Z [00:02:29.808]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
2025-08-20T21:11:02.8513224Z [00:02:29.809]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0
2025-08-20T21:11:02.8917641Z [00:02:29.850]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T21:11:02.8918126Z [00:02:29.850]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T21:11:02.8918603Z [00:02:29.850]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.1
2025-08-20T21:11:02.9160174Z [00:02:29.874]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T21:11:02.9547229Z [00:02:29.912]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:11:03.0032146Z [00:02:29.961]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T21:11:03.0092236Z [00:02:29.967]➜  go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
2025-08-20T21:11:03.0193408Z [00:02:29.977]➜  go: downloading github.com/ryanuber/go-glob v1.0.0
2025-08-20T21:11:03.0201575Z [00:02:29.978]➜  go: downloading github.com/hashicorp/go-sockaddr v1.0.7
2025-08-20T21:11:03.0496199Z [00:02:30.007]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:11:03.0553721Z [00:02:30.013]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T21:11:03.0956894Z [00:02:30.053]➜  go: downloading github.com/stoewer/go-strcase v1.2.0
2025-08-20T21:11:03.0958293Z [00:02:30.054]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:11:03.0966876Z [00:02:30.055]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:11:03.0971907Z [00:02:30.055]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:11:03.1436860Z [00:02:30.101]➜  go: downloading github.com/mailru/easyjson v0.9.0
2025-08-20T21:11:03.1445332Z [00:02:30.102]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:11:03.1452943Z [00:02:30.103]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:11:03.1460196Z [00:02:30.104]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T21:11:03.3511993Z [00:02:30.308]➜  go: downloading github.com/goccy/go-json v0.10.2
2025-08-20T21:11:03.3537435Z [00:02:30.312]➜  go: downloading github.com/shopspring/decimal v1.3.1
2025-08-20T21:11:03.3966188Z [00:02:30.354]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T21:11:03.4432611Z [00:02:30.401]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T21:11:03.4444467Z [00:02:30.402]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T21:11:03.4444992Z [00:02:30.402]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:11:03.4986045Z [00:02:30.456]➜  go: downloading github.com/VividCortex/ewma v1.2.0
2025-08-20T21:11:03.6032370Z [00:02:30.561]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:11:03.6510742Z [00:02:30.609]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:11:03.6991363Z [00:02:30.657]➜  go: downloading github.com/prometheus/client_model v0.6.2
2025-08-20T21:11:03.6991887Z [00:02:30.657]➜  go: downloading github.com/prometheus/common v0.63.0
2025-08-20T21:11:03.7140825Z [00:02:30.672]➜  go: downloading github.com/prometheus/procfs v0.16.1
2025-08-20T21:11:03.7460227Z [00:02:30.704]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T21:11:03.7988061Z [00:02:30.757]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:11:03.7989326Z [00:02:30.757]➜  go: downloading github.com/containerd/errdefs v0.1.0
2025-08-20T21:11:03.8036326Z [00:02:30.761]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T21:11:03.8066866Z [00:02:30.765]➜  go: downloading github.com/in-toto/in-toto-golang v0.5.0
2025-08-20T21:11:03.8644121Z [00:02:30.822]➜  go: downloading github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c
2025-08-20T21:11:03.9020365Z [00:02:30.859]➜  go: downloading github.com/containerd/console v1.0.4
2025-08-20T21:11:03.9020923Z [00:02:30.859]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:11:03.9021308Z [00:02:30.860]➜  go: downloading k8s.io/client-go v0.29.2
2025-08-20T21:11:04.0448721Z [00:02:31.002]➜  go: downloading github.com/Masterminds/semver/v3 v3.2.1
2025-08-20T21:11:04.0449832Z [00:02:31.003]➜  go: downloading k8s.io/api v0.29.2
2025-08-20T21:11:04.1551914Z [00:02:31.113]➜  go: downloading k8s.io/apimachinery v0.29.2
2025-08-20T21:11:04.7101366Z [00:02:31.668]➜  go: downloading github.com/pelletier/go-toml v1.9.5
2025-08-20T21:11:04.7135668Z [00:02:31.671]➜  go: downloading github.com/fvbommel/sortorder v1.0.2
2025-08-20T21:11:04.7417344Z [00:02:31.700]➜  go: downloading github.com/moby/sys/signal v0.7.0
2025-08-20T21:11:04.7555817Z [00:02:31.713]➜  go: downloading tags.cncf.io/container-device-interface v0.7.2
2025-08-20T21:11:04.7684046Z [00:02:31.726]➜  go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
2025-08-20T21:11:04.7997002Z [00:02:31.758]➜  go: downloading github.com/buger/goterm v1.0.4
2025-08-20T21:11:04.8481614Z [00:02:31.758]➜  go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2025-08-20T21:11:04.8482237Z [00:02:31.806]➜  go: downloading github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
2025-08-20T21:11:04.8506155Z [00:02:31.808]➜  go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
2025-08-20T21:11:04.9010899Z [00:02:31.859]➜  go: downloading go.uber.org/mock v0.4.0
2025-08-20T21:11:04.9096911Z [00:02:31.868]➜  go: downloading github.com/fsnotify/fsevents v0.2.0
2025-08-20T21:11:04.9239768Z [00:02:31.882]➜  go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
2025-08-20T21:11:04.9569473Z [00:02:31.915]➜  go: downloading github.com/moby/sys/user v0.1.0
2025-08-20T21:11:04.9640711Z [00:02:31.922]➜  go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
2025-08-20T21:11:04.9674570Z [00:02:31.925]➜  go: downloading github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
2025-08-20T21:11:04.9675149Z [00:02:31.925]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:11:04.9767863Z [00:02:31.935]➜  go: downloading github.com/docker/docker-credential-helpers v0.8.0
2025-08-20T21:11:05.0053000Z [00:02:31.963]➜  go: downloading github.com/gofrs/flock v0.8.1
2025-08-20T21:11:05.0055646Z [00:02:31.963]➜  go: downloading github.com/Microsoft/hcsshim v0.11.5
2025-08-20T21:11:05.0057977Z [00:02:31.964]➜  go: downloading go.opentelemetry.io/proto/otlp v1.0.0
2025-08-20T21:11:05.0344105Z [00:02:31.992]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T21:11:05.0345271Z [00:02:31.992]➜  go: downloading github.com/shirou/gopsutil/v3 v3.23.12
2025-08-20T21:11:05.0490472Z [00:02:32.007]➜  go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
2025-08-20T21:11:05.0763682Z [00:02:32.034]➜  go: downloading github.com/keybase/go-keychain v0.0.1
2025-08-20T21:11:05.0898045Z [00:02:32.048]➜  go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
2025-08-20T21:11:05.1142875Z [00:02:32.072]➜  go: downloading cel.dev/expr v0.23.1
2025-08-20T21:11:05.1334916Z [00:02:32.091]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:11:05.1482369Z [00:02:32.106]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T21:11:05.1596908Z [00:02:32.118]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T21:11:05.1613599Z [00:02:32.119]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T21:11:05.1666853Z [00:02:32.125]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:11:05.1794052Z [00:02:32.137]➜  go: downloading github.com/containerd/typeurl/v2 v2.1.1
2025-08-20T21:11:05.1865024Z [00:02:32.144]➜  go: downloading github.com/gogo/googleapis v1.4.1
2025-08-20T21:11:05.2047572Z [00:02:32.163]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
2025-08-20T21:11:05.2048141Z [00:02:32.163]➜  go: downloading github.com/moby/locker v1.0.1
2025-08-20T21:11:05.2178138Z [00:02:32.176]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1
2025-08-20T21:11:05.2268440Z [00:02:32.184]➜  go: downloading github.com/moby/sys/mountinfo v0.7.1
2025-08-20T21:11:05.2269927Z [00:02:32.185]➜  go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0
2025-08-20T21:11:05.2409040Z [00:02:32.199]➜  go: downloading github.com/shibumi/go-pathspec v1.3.0
2025-08-20T21:11:05.2561130Z [00:02:32.214]➜  go: downloading github.com/containerd/continuity v0.4.3
2025-08-20T21:11:05.2566339Z [00:02:32.215]➜  go: downloading github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
2025-08-20T21:11:05.2569661Z [00:02:32.215]➜  go: downloading k8s.io/klog/v2 v2.110.1
2025-08-20T21:11:05.2682728Z [00:02:32.226]➜  go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2025-08-20T21:11:05.2831874Z [00:02:32.241]➜  go: downloading github.com/moby/sys/symlink v0.2.0
2025-08-20T21:11:05.2878025Z [00:02:32.246]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0
2025-08-20T21:11:05.3041129Z [00:02:32.262]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0
2025-08-20T21:11:05.3092100Z [00:02:32.267]➜  go: downloading gopkg.in/cenkalti/backoff.v1 v1.1.0
2025-08-20T21:11:05.3142868Z [00:02:32.272]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T21:11:05.3295768Z [00:02:32.287]➜  go: downloading golang.org/x/term v0.31.0
2025-08-20T21:11:05.3308158Z [00:02:32.289]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T21:11:05.3355188Z [00:02:32.293]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
2025-08-20T21:11:05.3584604Z [00:02:32.316]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
2025-08-20T21:11:05.3767210Z [00:02:32.335]➜  go: downloading github.com/miekg/pkcs11 v1.1.1
2025-08-20T21:11:05.3855671Z [00:02:32.343]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T21:11:05.4047495Z [00:02:32.363]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T21:11:05.4190779Z [00:02:32.377]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T21:11:05.4308876Z [00:02:32.389]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
2025-08-20T21:11:05.4419068Z [00:02:32.400]➜  go: downloading github.com/google/gnostic-models v0.6.8
2025-08-20T21:11:05.4550251Z [00:02:32.413]➜  go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
2025-08-20T21:11:05.4550862Z [00:02:32.413]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T21:11:05.4741460Z [00:02:32.432]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T21:11:05.4771340Z [00:02:32.435]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T21:11:05.4776084Z [00:02:32.435]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.3
2025-08-20T21:11:05.4791829Z [00:02:32.437]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T21:11:05.5037072Z [00:02:32.462]➜  go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
2025-08-20T21:11:05.5037713Z [00:02:32.462]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T21:11:05.5038309Z [00:02:32.462]➜  go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
2025-08-20T21:11:05.6665419Z [00:02:32.624]➜  go: downloading github.com/docker/go-metrics v0.0.1
2025-08-20T21:11:05.6665940Z [00:02:32.624]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T21:11:05.6666315Z [00:02:32.624]➜  go: downloading sigs.k8s.io/yaml v1.3.0
2025-08-20T21:11:05.6901261Z [00:02:32.648]➜  go: downloading github.com/moby/spdystream v0.2.0
2025-08-20T21:11:05.6910602Z [00:02:32.649]➜  go: downloading github.com/go-openapi/swag v0.22.3
2025-08-20T21:11:05.6949188Z [00:02:32.653]➜  go: downloading github.com/containerd/ttrpc v1.2.5
2025-08-20T21:11:05.6949677Z [00:02:32.653]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T21:11:05.7151071Z [00:02:32.673]➜  go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
2025-08-20T21:11:05.7174647Z [00:02:32.675]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T21:11:05.7179408Z [00:02:32.676]➜  go: downloading github.com/go-openapi/jsonpointer v0.19.6
2025-08-20T21:11:05.7356507Z [00:02:32.694]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T21:11:05.7651810Z [00:02:32.723]➜  go: finding module for package github.com/jrnd-io/jr/pkg/storage
2025-08-20T21:11:08.5665307Z [00:02:35.524]➜  go: github.com/jrnd-io/jr/pkg/producers/mongodb tested by
2025-08-20T21:11:08.5665921Z [00:02:35.524]➜  	github.com/jrnd-io/jr/pkg/producers/mongodb.test imports
2025-08-20T21:11:08.5666445Z [00:02:35.524]➜  	github.com/jrnd-io/jr/pkg/storage: no matching versions for query "latest"
2025-08-20T21:11:08.5712914Z [00:02:35.529]➜  + go generate ./...
2025-08-20T21:11:08.7554409Z [00:02:35.713]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/jr ./jr.go
2025-08-20T21:11:08.7575563Z [00:02:35.715]➜  WORK=/tmp/go-build2720400589
2025-08-20T21:11:08.8078465Z [00:02:35.765]➜  # get https://proxy.golang.org/github.com/go-chi/chi/v5/@v/v5.2.1.info
2025-08-20T21:11:08.8568141Z [00:02:35.815]➜  # get https://proxy.golang.org/github.com/go-chi/chi/v5/@v/v5.2.1.info: 200 OK (0.049s)
2025-08-20T21:11:08.8584993Z [00:02:35.816]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.37.0.info
2025-08-20T21:11:08.8691565Z [00:02:35.827]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.37.0.info: 200 OK (0.011s)
2025-08-20T21:11:08.8712630Z [00:02:35.829]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.39.0.info
2025-08-20T21:11:08.8856259Z [00:02:35.843]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.39.0.info: 200 OK (0.014s)
2025-08-20T21:11:08.8869748Z [00:02:35.845]➜  # get https://proxy.golang.org/github.com/gorilla/sessions/@v/v1.4.0.info
2025-08-20T21:11:08.8972464Z [00:02:35.855]➜  # get https://proxy.golang.org/github.com/gorilla/sessions/@v/v1.4.0.info: 200 OK (0.010s)
2025-08-20T21:11:08.8976207Z [00:02:35.855]➜  # get https://proxy.golang.org/github.com/gorilla/securecookie/@v/v1.1.2.info
2025-08-20T21:11:08.9080079Z [00:02:35.866]➜  # get https://proxy.golang.org/github.com/gorilla/securecookie/@v/v1.1.2.info: 200 OK (0.010s)
2025-08-20T21:11:08.9082780Z [00:02:35.866]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info
2025-08-20T21:11:08.9221518Z [00:02:35.880]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info: 200 OK (0.014s)
2025-08-20T21:11:08.9226009Z [00:02:35.880]➜  # get https://proxy.golang.org/github.com/cnkei/gospline/@v/v0.0.0-20191204052713-d67fac29a294.info
2025-08-20T21:11:09.1543967Z [00:02:36.112]➜  # get https://proxy.golang.org/github.com/cnkei/gospline/@v/v0.0.0-20191204052713-d67fac29a294.info: 200 OK (0.231s)
2025-08-20T21:11:09.1544862Z [00:02:36.112]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:11:09.1665186Z [00:02:36.124]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.1665868Z [00:02:36.124]➜  # get https://proxy.golang.org/github.com/paulmach/go.geojson/@v/v1.5.0.info
2025-08-20T21:11:09.1758320Z [00:02:36.134]➜  # get https://proxy.golang.org/github.com/paulmach/go.geojson/@v/v1.5.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.1768825Z [00:02:36.135]➜  # get https://proxy.golang.org/github.com/squeeze69/generacodicefiscale/@v/v1.0.5.info
2025-08-20T21:11:09.4022904Z [00:02:36.360]➜  # get https://proxy.golang.org/github.com/squeeze69/generacodicefiscale/@v/v1.0.5.info: 200 OK (0.225s)
2025-08-20T21:11:09.4025195Z [00:02:36.360]➜  # get https://proxy.golang.org/github.com/squeeze69/codicefiscale/@v/v1.0.4.info
2025-08-20T21:11:09.4540633Z [00:02:36.412]➜  # get https://proxy.golang.org/github.com/squeeze69/codicefiscale/@v/v1.0.4.info: 200 OK (0.052s)
2025-08-20T21:11:09.4550914Z [00:02:36.413]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info
2025-08-20T21:11:09.4659460Z [00:02:36.424]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info: 200 OK (0.011s)
2025-08-20T21:11:09.4661965Z [00:02:36.424]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info
2025-08-20T21:11:09.4762363Z [00:02:36.434]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info: 200 OK (0.010s)
2025-08-20T21:11:09.4765787Z [00:02:36.434]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.3.info
2025-08-20T21:11:09.4868241Z [00:02:36.445]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.3.info: 200 OK (0.010s)
2025-08-20T21:11:09.4880340Z [00:02:36.446]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info
2025-08-20T21:11:09.5038880Z [00:02:36.462]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info: 200 OK (0.016s)
2025-08-20T21:11:09.5042227Z [00:02:36.462]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info
2025-08-20T21:11:09.5150462Z [00:02:36.473]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info: 200 OK (0.011s)
2025-08-20T21:11:09.5161831Z [00:02:36.474]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info
2025-08-20T21:11:09.5287782Z [00:02:36.487]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info: 200 OK (0.013s)
2025-08-20T21:11:09.5295108Z [00:02:36.487]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info
2025-08-20T21:11:09.5397939Z [00:02:36.498]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info: 200 OK (0.010s)
2025-08-20T21:11:09.5402588Z [00:02:36.498]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info
2025-08-20T21:11:09.5504688Z [00:02:36.508]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info: 200 OK (0.010s)
2025-08-20T21:11:09.5509924Z [00:02:36.509]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info
2025-08-20T21:11:09.5614873Z [00:02:36.519]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info: 200 OK (0.010s)
2025-08-20T21:11:09.5621913Z [00:02:36.520]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info
2025-08-20T21:11:09.5723107Z [00:02:36.530]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info: 200 OK (0.010s)
2025-08-20T21:11:09.5728010Z [00:02:36.531]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info
2025-08-20T21:11:09.5828096Z [00:02:36.541]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info: 200 OK (0.010s)
2025-08-20T21:11:09.5830354Z [00:02:36.541]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info
2025-08-20T21:11:09.5932061Z [00:02:36.551]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info: 200 OK (0.010s)
2025-08-20T21:11:09.5937592Z [00:02:36.552]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T21:11:09.6053145Z [00:02:36.563]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.011s)
2025-08-20T21:11:09.6056376Z [00:02:36.564]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue/@v/v1.18.13.info
2025-08-20T21:11:09.6165950Z [00:02:36.574]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue/@v/v1.18.13.info: 200 OK (0.011s)
2025-08-20T21:11:09.6168175Z [00:02:36.575]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodb/@v/v1.43.0.info
2025-08-20T21:11:09.6314807Z [00:02:36.589]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodb/@v/v1.43.0.info: 200 OK (0.015s)
2025-08-20T21:11:09.6316699Z [00:02:36.590]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/@v/v1.25.3.info
2025-08-20T21:11:09.6422673Z [00:02:36.600]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/@v/v1.25.3.info: 200 OK (0.011s)
2025-08-20T21:11:09.6430192Z [00:02:36.601]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery/@v/v1.10.15.info
2025-08-20T21:11:09.6534425Z [00:02:36.611]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery/@v/v1.10.15.info: 200 OK (0.010s)
2025-08-20T21:11:09.6539413Z [00:02:36.612]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.7.info
2025-08-20T21:11:09.6640338Z [00:02:36.622]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.7.info: 200 OK (0.010s)
2025-08-20T21:11:09.6648421Z [00:02:36.623]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info
2025-08-20T21:11:09.6749368Z [00:02:36.633]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info: 200 OK (0.010s)
2025-08-20T21:11:09.6751512Z [00:02:36.633]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info
2025-08-20T21:11:09.6853280Z [00:02:36.643]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.6857402Z [00:02:36.644]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info
2025-08-20T21:11:09.6960124Z [00:02:36.654]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info: 200 OK (0.010s)
2025-08-20T21:11:09.7003807Z [00:02:36.658]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/azcosmos/@v/v1.3.0.info
2025-08-20T21:11:09.7112813Z [00:02:36.669]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/azcosmos/@v/v1.3.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.7118125Z [00:02:36.670]➜  # get https://proxy.golang.org/github.com/gocql/gocql/@v/v1.7.0.info
2025-08-20T21:11:09.7220927Z [00:02:36.680]➜  # get https://proxy.golang.org/github.com/gocql/gocql/@v/v1.7.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.7225000Z [00:02:36.680]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info
2025-08-20T21:11:09.7326883Z [00:02:36.691]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.7328915Z [00:02:36.691]➜  # get https://proxy.golang.org/github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.info
2025-08-20T21:11:09.7432449Z [00:02:36.701]➜  # get https://proxy.golang.org/github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.info: 200 OK (0.010s)
2025-08-20T21:11:09.7434370Z [00:02:36.701]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info
2025-08-20T21:11:09.7562796Z [00:02:36.714]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info: 200 OK (0.013s)
2025-08-20T21:11:09.7566158Z [00:02:36.714]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.18.0.info
2025-08-20T21:11:09.7678379Z [00:02:36.726]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.18.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.7681110Z [00:02:36.726]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.7.0.info
2025-08-20T21:11:09.7796103Z [00:02:36.737]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.7.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.7798673Z [00:02:36.738]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info
2025-08-20T21:11:09.7899169Z [00:02:36.748]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.7901877Z [00:02:36.748]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info
2025-08-20T21:11:09.8003262Z [00:02:36.758]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.010s)
2025-08-20T21:11:09.8009004Z [00:02:36.759]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T21:11:09.8110932Z [00:02:36.769]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.010s)
2025-08-20T21:11:09.8155209Z [00:02:36.773]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T21:11:09.8256049Z [00:02:36.783]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.8262024Z [00:02:36.784]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info
2025-08-20T21:11:09.8382847Z [00:02:36.796]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info: 200 OK (0.012s)
2025-08-20T21:11:09.8388078Z [00:02:36.797]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info
2025-08-20T21:11:09.8491303Z [00:02:36.807]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info: 200 OK (0.010s)
2025-08-20T21:11:09.8927346Z [00:02:36.851]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.52.0.info
2025-08-20T21:11:09.9031619Z [00:02:36.861]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.52.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.9034635Z [00:02:36.861]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.6.0.info
2025-08-20T21:11:09.9141691Z [00:02:36.872]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.6.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.9144509Z [00:02:36.872]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T21:11:09.9249286Z [00:02:36.883]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.010s)
2025-08-20T21:11:09.9251858Z [00:02:36.883]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:11:09.9354461Z [00:02:36.893]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.010s)
2025-08-20T21:11:09.9357905Z [00:02:36.894]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info
2025-08-20T21:11:09.9458130Z [00:02:36.904]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info: 200 OK (0.010s)
2025-08-20T21:11:09.9476026Z [00:02:36.905]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:11:09.9579554Z [00:02:36.916]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.010s)
2025-08-20T21:11:09.9582352Z [00:02:36.916]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.0.info
2025-08-20T21:11:09.9696352Z [00:02:36.927]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.0.info: 200 OK (0.011s)
2025-08-20T21:11:09.9720779Z [00:02:36.930]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250422160041-2d3770c4ea7f.info
2025-08-20T21:11:09.9823482Z [00:02:36.940]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250422160041-2d3770c4ea7f.info: 200 OK (0.010s)
2025-08-20T21:11:09.9839310Z [00:02:36.942]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info
2025-08-20T21:11:09.9944987Z [00:02:36.952]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info: 200 OK (0.010s)
2025-08-20T21:11:09.9949260Z [00:02:36.953]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.230.0.info
2025-08-20T21:11:10.0050777Z [00:02:36.963]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.230.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.0056356Z [00:02:36.963]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.120.1.info
2025-08-20T21:11:10.0156827Z [00:02:36.974]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.120.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.0161995Z [00:02:36.974]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info
2025-08-20T21:11:10.0270834Z [00:02:36.985]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info: 200 OK (0.011s)
2025-08-20T21:11:10.0273114Z [00:02:36.985]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info
2025-08-20T21:11:10.0421529Z [00:02:37.000]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info: 200 OK (0.015s)
2025-08-20T21:11:10.0429777Z [00:02:37.001]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info
2025-08-20T21:11:10.0537903Z [00:02:37.012]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info: 200 OK (0.011s)
2025-08-20T21:11:10.0543881Z [00:02:37.012]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.29.0.info
2025-08-20T21:11:10.0650936Z [00:02:37.023]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.29.0.info: 200 OK (0.011s)
2025-08-20T21:11:10.0663485Z [00:02:37.024]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T21:11:10.0784556Z [00:02:37.036]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.012s)
2025-08-20T21:11:10.0791074Z [00:02:37.037]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T21:11:10.0892407Z [00:02:37.047]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.010s)
2025-08-20T21:11:10.0894961Z [00:02:37.047]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T21:11:10.1013042Z [00:02:37.059]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.012s)
2025-08-20T21:11:10.1038751Z [00:02:37.062]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info
2025-08-20T21:11:10.1163062Z [00:02:37.074]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info: 200 OK (0.012s)
2025-08-20T21:11:10.1169418Z [00:02:37.075]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.13.0.info
2025-08-20T21:11:10.1279018Z [00:02:37.086]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.13.0.info: 200 OK (0.011s)
2025-08-20T21:11:10.1285695Z [00:02:37.086]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T21:11:10.1386865Z [00:02:37.097]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.1393065Z [00:02:37.097]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info
2025-08-20T21:11:10.1493347Z [00:02:37.107]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.1495880Z [00:02:37.107]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T21:11:10.1618520Z [00:02:37.120]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.012s)
2025-08-20T21:11:10.1627532Z [00:02:37.121]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info
2025-08-20T21:11:10.1728746Z [00:02:37.131]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.1732757Z [00:02:37.131]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info
2025-08-20T21:11:10.1833990Z [00:02:37.141]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.1836347Z [00:02:37.142]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T21:11:10.1939316Z [00:02:37.152]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.1944886Z [00:02:37.152]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info
2025-08-20T21:11:10.2047629Z [00:02:37.163]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.2049759Z [00:02:37.163]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T21:11:10.2155617Z [00:02:37.173]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.011s)
2025-08-20T21:11:10.2170800Z [00:02:37.175]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T21:11:10.2273935Z [00:02:37.185]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.010s)
2025-08-20T21:11:10.2276625Z [00:02:37.186]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info
2025-08-20T21:11:10.2379696Z [00:02:37.196]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info: 200 OK (0.010s)
2025-08-20T21:11:10.2384805Z [00:02:37.196]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T21:11:10.2486576Z [00:02:37.207]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.2493669Z [00:02:37.207]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T21:11:10.2594851Z [00:02:37.217]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.2597240Z [00:02:37.218]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.0.info
2025-08-20T21:11:10.2701881Z [00:02:37.228]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.2709056Z [00:02:37.229]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T21:11:10.2827740Z [00:02:37.241]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.012s)
2025-08-20T21:11:10.2841764Z [00:02:37.242]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.23.1.info
2025-08-20T21:11:10.2962804Z [00:02:37.254]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.23.1.info: 200 OK (0.012s)
2025-08-20T21:11:10.3034217Z [00:02:37.261]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:11:10.3129890Z [00:02:37.271]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.3146977Z [00:02:37.273]➜  # get https://proxy.golang.org/github.com/go-resty/resty/v2/@v/v2.16.5.info
2025-08-20T21:11:10.3249489Z [00:02:37.283]➜  # get https://proxy.golang.org/github.com/go-resty/resty/v2/@v/v2.16.5.info: 200 OK (0.010s)
2025-08-20T21:11:10.3255506Z [00:02:37.283]➜  # get https://proxy.golang.org/github.com/confluentinc/confluent-kafka-go/v2/@v/v2.10.0.info
2025-08-20T21:11:10.3371707Z [00:02:37.295]➜  # get https://proxy.golang.org/github.com/confluentinc/confluent-kafka-go/v2/@v/v2.10.0.info: 200 OK (0.012s)
2025-08-20T21:11:10.3384767Z [00:02:37.296]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go/v2/@v/v2.4.0.info
2025-08-20T21:11:10.3487781Z [00:02:37.307]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go/v2/@v/v2.4.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.3516683Z [00:02:37.309]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/kms/@v/v1.38.3.info
2025-08-20T21:11:10.3638501Z [00:02:37.322]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/kms/@v/v1.38.3.info: 200 OK (0.012s)
2025-08-20T21:11:10.3645764Z [00:02:37.322]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.9.0.info
2025-08-20T21:11:10.3747702Z [00:02:37.333]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.9.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.3753488Z [00:02:37.333]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info
2025-08-20T21:11:10.3855844Z [00:02:37.343]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info: 200 OK (0.010s)
2025-08-20T21:11:10.3860550Z [00:02:37.344]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info
2025-08-20T21:11:10.3960803Z [00:02:37.354]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.3970867Z [00:02:37.355]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info
2025-08-20T21:11:10.4081068Z [00:02:37.366]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info: 200 OK (0.011s)
2025-08-20T21:11:10.4089156Z [00:02:37.367]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T21:11:10.4189451Z [00:02:37.377]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.010s)
2025-08-20T21:11:10.4193441Z [00:02:37.377]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/azkeys/@v/v1.3.1.info
2025-08-20T21:11:10.4297612Z [00:02:37.388]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/azkeys/@v/v1.3.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.4299559Z [00:02:37.388]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/internal/@v/v1.1.1.info
2025-08-20T21:11:10.4402599Z [00:02:37.398]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/security/keyvault/internal/@v/v1.1.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.4405503Z [00:02:37.398]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-gcpkms/v2/@v/v2.2.0.info
2025-08-20T21:11:10.4511356Z [00:02:37.409]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-gcpkms/v2/@v/v2.2.0.info: 200 OK (0.011s)
2025-08-20T21:11:10.4516392Z [00:02:37.410]➜  # get https://proxy.golang.org/github.com/hashicorp/vault/api/@v/v1.16.0.info
2025-08-20T21:11:10.4619901Z [00:02:37.420]➜  # get https://proxy.golang.org/github.com/hashicorp/vault/api/@v/v1.16.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.4623142Z [00:02:37.420]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T21:11:10.4749895Z [00:02:37.433]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.013s)
2025-08-20T21:11:10.4752849Z [00:02:37.433]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T21:11:10.4860604Z [00:02:37.444]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.011s)
2025-08-20T21:11:10.4863013Z [00:02:37.444]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T21:11:10.4969130Z [00:02:37.455]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.011s)
2025-08-20T21:11:10.4971524Z [00:02:37.455]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T21:11:10.5070996Z [00:02:37.465]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.5073342Z [00:02:37.465]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info
2025-08-20T21:11:10.5174894Z [00:02:37.475]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info: 200 OK (0.010s)
2025-08-20T21:11:10.5177353Z [00:02:37.476]➜  # get https://proxy.golang.org/github.com/hashicorp/go-rootcerts/@v/v1.0.2.info
2025-08-20T21:11:10.5301366Z [00:02:37.488]➜  # get https://proxy.golang.org/github.com/hashicorp/go-rootcerts/@v/v1.0.2.info: 200 OK (0.012s)
2025-08-20T21:11:10.5303616Z [00:02:37.488]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/parseutil/@v/v0.2.0.info
2025-08-20T21:11:10.5405736Z [00:02:37.498]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/parseutil/@v/v0.2.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.5407870Z [00:02:37.499]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/strutil/@v/v0.1.2.info
2025-08-20T21:11:10.5529469Z [00:02:37.511]➜  # get https://proxy.golang.org/github.com/hashicorp/go-secure-stdlib/strutil/@v/v0.1.2.info: 200 OK (0.012s)
2025-08-20T21:11:10.5531452Z [00:02:37.511]➜  # get https://proxy.golang.org/github.com/ryanuber/go-glob/@v/v1.0.0.info
2025-08-20T21:11:10.5635409Z [00:02:37.521]➜  # get https://proxy.golang.org/github.com/ryanuber/go-glob/@v/v1.0.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.5638091Z [00:02:37.522]➜  # get https://proxy.golang.org/github.com/hashicorp/go-sockaddr/@v/v1.0.7.info
2025-08-20T21:11:10.5755085Z [00:02:37.533]➜  # get https://proxy.golang.org/github.com/hashicorp/go-sockaddr/@v/v1.0.7.info: 200 OK (0.012s)
2025-08-20T21:11:10.5757489Z [00:02:37.534]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info
2025-08-20T21:11:10.5860123Z [00:02:37.544]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.5862235Z [00:02:37.544]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/@v/v1.0.0.info
2025-08-20T21:11:10.5990058Z [00:02:37.557]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/@v/v1.0.0.info: 200 OK (0.013s)
2025-08-20T21:11:10.5996469Z [00:02:37.558]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-hcvault/v2/@v/v2.2.0.info
2025-08-20T21:11:10.7398066Z [00:02:37.698]➜  # get https://proxy.golang.org/github.com/tink-crypto/tink-go-hcvault/v2/@v/v2.2.0.info: 200 OK (0.140s)
2025-08-20T21:11:10.7401145Z [00:02:37.698]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info
2025-08-20T21:11:10.7501997Z [00:02:37.708]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.7505381Z [00:02:37.708]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T21:11:10.7606226Z [00:02:37.718]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.010s)
2025-08-20T21:11:10.7608521Z [00:02:37.719]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T21:11:10.7716745Z [00:02:37.730]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.011s)
2025-08-20T21:11:10.7719093Z [00:02:37.730]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T21:11:10.7819563Z [00:02:37.740]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.010s)
2025-08-20T21:11:10.7823177Z [00:02:37.740]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info
2025-08-20T21:11:10.7941821Z [00:02:37.752]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info: 200 OK (0.012s)
2025-08-20T21:11:10.7944483Z [00:02:37.752]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info
2025-08-20T21:11:10.8049213Z [00:02:37.763]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info: 200 OK (0.010s)
2025-08-20T21:11:10.8051488Z [00:02:37.763]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info
2025-08-20T21:11:10.8153605Z [00:02:37.773]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.8155130Z [00:02:37.773]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info
2025-08-20T21:11:10.8259918Z [00:02:37.784]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.8261799Z [00:02:37.784]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info
2025-08-20T21:11:10.8362255Z [00:02:37.794]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.8364951Z [00:02:37.794]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:11:10.8465489Z [00:02:37.804]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.8470086Z [00:02:37.805]➜  # get https://proxy.golang.org/github.com/santhosh-tekuri/jsonschema/v5/@v/v5.3.1.info
2025-08-20T21:11:10.8581993Z [00:02:37.816]➜  # get https://proxy.golang.org/github.com/santhosh-tekuri/jsonschema/v5/@v/v5.3.1.info: 200 OK (0.011s)
2025-08-20T21:11:10.8614472Z [00:02:37.819]➜  # get https://proxy.golang.org/github.com/vadv/gopher-lua-libs/@v/v0.5.0.info
2025-08-20T21:11:10.9375846Z [00:02:37.895]➜  # get https://proxy.golang.org/github.com/vadv/gopher-lua-libs/@v/v0.5.0.info: 200 OK (0.076s)
2025-08-20T21:11:10.9379726Z [00:02:37.896]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info
2025-08-20T21:11:10.9480350Z [00:02:37.906]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info: 200 OK (0.010s)
2025-08-20T21:11:10.9489597Z [00:02:37.907]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T21:11:10.9591351Z [00:02:37.917]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.9623712Z [00:02:37.920]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.2.info
2025-08-20T21:11:10.9733476Z [00:02:37.931]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.2.info: 200 OK (0.011s)
2025-08-20T21:11:10.9738214Z [00:02:37.932]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T21:11:10.9842473Z [00:02:37.942]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.010s)
2025-08-20T21:11:10.9846055Z [00:02:37.942]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T21:11:10.9958349Z [00:02:37.954]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.011s)
2025-08-20T21:11:10.9965901Z [00:02:37.954]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T21:11:11.0067359Z [00:02:37.965]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.010s)
2025-08-20T21:11:11.0072892Z [00:02:37.965]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.22.0.info
2025-08-20T21:11:11.0180981Z [00:02:37.976]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.22.0.info: 200 OK (0.011s)
2025-08-20T21:11:11.0183056Z [00:02:37.976]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T21:11:11.0285144Z [00:02:37.986]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.010s)
2025-08-20T21:11:11.0288005Z [00:02:37.987]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info
2025-08-20T21:11:11.0388751Z [00:02:37.997]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info: 200 OK (0.010s)
2025-08-20T21:11:11.0390895Z [00:02:37.997]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.63.0.info
2025-08-20T21:11:11.0496360Z [00:02:38.007]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.63.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.0500593Z [00:02:38.008]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T21:11:11.0600733Z [00:02:38.018]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.010s)
2025-08-20T21:11:11.0605187Z [00:02:38.018]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.16.1.info
2025-08-20T21:11:11.0717023Z [00:02:38.030]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.16.1.info: 200 OK (0.011s)
2025-08-20T21:11:11.0728462Z [00:02:38.031]➜  # get https://proxy.golang.org/github.com/technoweenie/multipartstreamer/@v/v1.0.1.info
2025-08-20T21:11:11.0835228Z [00:02:38.041]➜  # get https://proxy.golang.org/github.com/technoweenie/multipartstreamer/@v/v1.0.1.info: 200 OK (0.011s)
2025-08-20T21:11:11.0838341Z [00:02:38.042]➜  # get https://proxy.golang.org/github.com/cbroglie/mustache/@v/v1.4.0.info
2025-08-20T21:11:11.1624087Z [00:02:38.120]➜  # get https://proxy.golang.org/github.com/cbroglie/mustache/@v/v1.4.0.info: 200 OK (0.078s)
2025-08-20T21:11:11.1631026Z [00:02:38.121]➜  # get https://proxy.golang.org/github.com/yuin/gluamapper/@v/v0.0.0-20150323120927-d836955830e7.info
2025-08-20T21:11:11.2158488Z [00:02:38.174]➜  # get https://proxy.golang.org/github.com/yuin/gluamapper/@v/v0.0.0-20150323120927-d836955830e7.info: 200 OK (0.053s)
2025-08-20T21:11:11.2167733Z [00:02:38.175]➜  # get https://proxy.golang.org/gopkg.in/xmlpath.v2/@v/v2.0.0-20150820204837-860cbeca3ebc.info
2025-08-20T21:11:11.2269261Z [00:02:38.185]➜  # get https://proxy.golang.org/gopkg.in/xmlpath.v2/@v/v2.0.0-20150820204837-860cbeca3ebc.info: 200 OK (0.010s)
2025-08-20T21:11:11.2272967Z [00:02:38.185]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T21:11:11.2373579Z [00:02:38.195]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.2378156Z [00:02:38.196]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.7.info
2025-08-20T21:11:11.2482819Z [00:02:38.206]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.7.info: 200 OK (0.010s)
2025-08-20T21:11:11.2485235Z [00:02:38.206]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info
2025-08-20T21:11:11.2588135Z [00:02:38.217]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.2591230Z [00:02:38.217]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T21:11:11.2692108Z [00:02:38.227]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.2694446Z [00:02:38.227]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:11:11.2796306Z [00:02:38.237]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.010s)
2025-08-20T21:11:11.2798715Z [00:02:38.238]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T21:11:11.2900849Z [00:02:38.248]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.010s)
2025-08-20T21:11:11.2905106Z [00:02:38.248]➜  # get https://proxy.golang.org/github.com/alessio/shellescape/@v/v1.4.2.info
2025-08-20T21:11:11.3017654Z [00:02:38.260]➜  # get https://proxy.golang.org/github.com/alessio/shellescape/@v/v1.4.2.info: 200 OK (0.011s)
2025-08-20T21:11:11.3021410Z [00:02:38.260]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T21:11:11.3150670Z [00:02:38.273]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.013s)
2025-08-20T21:11:11.3155805Z [00:02:38.273]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.3.info
2025-08-20T21:11:11.3270754Z [00:02:38.285]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.3.info: 200 OK (0.011s)
2025-08-20T21:11:11.3286863Z [00:02:38.287]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T21:11:11.3403339Z [00:02:38.298]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.012s)
2025-08-20T21:11:11.3409743Z [00:02:38.299]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:11:11.3523249Z [00:02:38.310]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.011s)
2025-08-20T21:11:11.3533131Z [00:02:38.311]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T21:11:11.3634745Z [00:02:38.321]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.010s)
2025-08-20T21:11:11.3636348Z [00:02:38.322]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T21:11:11.3739459Z [00:02:38.332]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.3741422Z [00:02:38.332]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T21:11:11.3852150Z [00:02:38.343]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.011s)
2025-08-20T21:11:11.3867063Z [00:02:38.345]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info
2025-08-20T21:11:11.3971945Z [00:02:38.355]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info: 200 OK (0.010s)
2025-08-20T21:11:11.3974614Z [00:02:38.355]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info
2025-08-20T21:11:11.4077292Z [00:02:38.366]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info: 200 OK (0.010s)
2025-08-20T21:11:11.4087417Z [00:02:38.367]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.79.2.info
2025-08-20T21:11:11.4189028Z [00:02:38.377]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.79.2.info: 200 OK (0.010s)
2025-08-20T21:11:11.4191689Z [00:02:38.377]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info
2025-08-20T21:11:11.4293699Z [00:02:38.387]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info: 200 OK (0.010s)
2025-08-20T21:11:11.4298184Z [00:02:38.388]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.34.info
2025-08-20T21:11:11.4405513Z [00:02:38.398]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.34.info: 200 OK (0.011s)
2025-08-20T21:11:11.4410194Z [00:02:38.399]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.0.info
2025-08-20T21:11:11.4511369Z [00:02:38.409]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.4513942Z [00:02:38.409]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info
2025-08-20T21:11:11.4615523Z [00:02:38.419]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info: 200 OK (0.010s)
2025-08-20T21:11:11.4625462Z [00:02:38.420]➜  # get https://proxy.golang.org/github.com/gammazero/nexus/v3/@v/v3.2.2.info
2025-08-20T21:11:11.5402042Z [00:02:38.498]➜  # get https://proxy.golang.org/github.com/gammazero/nexus/v3/@v/v3.2.2.info: 200 OK (0.078s)
2025-08-20T21:11:11.5427331Z [00:02:38.501]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.12.info
2025-08-20T21:11:11.5530003Z [00:02:38.511]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.12.info: 200 OK (0.010s)
2025-08-20T21:11:11.5532859Z [00:02:38.511]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T21:11:11.5639444Z [00:02:38.522]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.011s)
2025-08-20T21:11:11.5644907Z [00:02:38.522]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info
2025-08-20T21:11:11.5744180Z [00:02:38.532]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.5769229Z [00:02:38.535]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T21:11:11.5871556Z [00:02:38.545]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.010s)
2025-08-20T21:11:11.5874159Z [00:02:38.545]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info
2025-08-20T21:11:11.5977342Z [00:02:38.556]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info: 200 OK (0.010s)
2025-08-20T21:11:11.5980384Z [00:02:38.556]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info
2025-08-20T21:11:11.6084921Z [00:02:38.566]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info: 200 OK (0.010s)
2025-08-20T21:11:11.6087412Z [00:02:38.567]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info
2025-08-20T21:11:11.6192445Z [00:02:38.577]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.6195389Z [00:02:38.577]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.2.1.info
2025-08-20T21:11:11.6302030Z [00:02:38.588]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.2.1.info: 200 OK (0.011s)
2025-08-20T21:11:11.6304525Z [00:02:38.588]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info
2025-08-20T21:11:11.6412605Z [00:02:38.599]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info: 200 OK (0.011s)
2025-08-20T21:11:11.6415208Z [00:02:38.599]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info
2025-08-20T21:11:11.6519560Z [00:02:38.610]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.6523753Z [00:02:38.610]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info
2025-08-20T21:11:11.6629738Z [00:02:38.621]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info: 200 OK (0.011s)
2025-08-20T21:11:11.6634145Z [00:02:38.621]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info
2025-08-20T21:11:11.6743397Z [00:02:38.632]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info: 200 OK (0.011s)
2025-08-20T21:11:11.6746745Z [00:02:38.633]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info
2025-08-20T21:11:11.6848049Z [00:02:38.643]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info: 200 OK (0.010s)
2025-08-20T21:11:11.6853706Z [00:02:38.643]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info
2025-08-20T21:11:11.6965128Z [00:02:38.654]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info: 200 OK (0.011s)
2025-08-20T21:11:11.7116331Z [00:02:38.669]➜  internal/goarch
2025-08-20T21:11:11.7118031Z [00:02:38.669]➜  mkdir -p $WORK/b007/
2025-08-20T21:11:11.7118387Z [00:02:38.669]➜  internal/unsafeheader
2025-08-20T21:11:11.7118671Z [00:02:38.670]➜  mkdir -p $WORK/b009/
2025-08-20T21:11:11.7118943Z [00:02:38.670]➜  internal/byteorder
2025-08-20T21:11:11.7119201Z [00:02:38.670]➜  mkdir -p $WORK/b013/
2025-08-20T21:11:11.7120015Z [00:02:38.670]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:11:11.7120461Z [00:02:38.670]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7122649Z [00:02:38.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T21:11:11.7124797Z [00:02:38.670]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:11:11.7135393Z [00:02:38.670]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:11:11.7137168Z [00:02:38.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:11:11.7139950Z [00:02:38.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:11:11.7147889Z [00:02:38.673]➜  internal/cpu
2025-08-20T21:11:11.7148806Z [00:02:38.673]➜  mkdir -p $WORK/b012/
2025-08-20T21:11:11.7153399Z [00:02:38.673]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:11:11.7154156Z [00:02:38.673]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:11:11.7156649Z [00:02:38.673]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T21:11:11.7203006Z [00:02:38.678]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:11:11.7203971Z [00:02:38.678]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7206520Z [00:02:38.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T21:11:11.7214650Z [00:02:38.678]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:11:11.7215383Z [00:02:38.679]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T21:11:11.7215922Z [00:02:38.679]➜  internal/abi
2025-08-20T21:11:11.7216169Z [00:02:38.679]➜  mkdir -p $WORK/b006/
2025-08-20T21:11:11.7216486Z [00:02:38.679]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:11:11.7216821Z [00:02:38.679]➜  cd /root/.go/src/internal/abi
2025-08-20T21:11:11.7217855Z [00:02:38.679]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:11:11.7229421Z [00:02:38.681]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:11:11.7246674Z [00:02:38.682]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T21:11:11.7247721Z [00:02:38.683]➜  internal/coverage/rtcov
2025-08-20T21:11:11.7248064Z [00:02:38.683]➜  mkdir -p $WORK/b015/
2025-08-20T21:11:11.7248429Z [00:02:38.683]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:11:11.7248798Z [00:02:38.683]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7250769Z [00:02:38.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:11:11.7259330Z [00:02:38.684]➜  cat >/tmp/go-build2720400589/b006/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7259750Z [00:02:38.684]➜  # import config
2025-08-20T21:11:11.7260130Z [00:02:38.684]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.7260477Z [00:02:38.684]➜  EOF
2025-08-20T21:11:11.7264058Z [00:02:38.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:11:11.7311853Z [00:02:38.689]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:11:11.7315876Z [00:02:38.689]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T21:11:11.7317793Z [00:02:38.690]➜  internal/godebugs
2025-08-20T21:11:11.7318213Z [00:02:38.690]➜  mkdir -p $WORK/b016/
2025-08-20T21:11:11.7320807Z [00:02:38.690]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:11:11.7323879Z [00:02:38.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:11:11.7354872Z [00:02:38.693]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:11:11.7359803Z [00:02:38.694]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T21:11:11.7362123Z [00:02:38.694]➜  internal/goexperiment
2025-08-20T21:11:11.7363134Z [00:02:38.694]➜  mkdir -p $WORK/b017/
2025-08-20T21:11:11.7366503Z [00:02:38.695]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:11:11.7375246Z [00:02:38.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:11:11.7465835Z [00:02:38.703]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:11:11.7474082Z [00:02:38.704]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T21:11:11.7474771Z [00:02:38.704]➜  internal/goos
2025-08-20T21:11:11.7475039Z [00:02:38.704]➜  mkdir -p $WORK/b018/
2025-08-20T21:11:11.7475419Z [00:02:38.705]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:11:11.7477264Z [00:02:38.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:11:11.7479213Z [00:02:38.705]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:11:11.7514911Z [00:02:38.708]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T21:11:11.7518716Z [00:02:38.708]➜  internal/profilerecord
2025-08-20T21:11:11.7519028Z [00:02:38.708]➜  mkdir -p $WORK/b019/
2025-08-20T21:11:11.7519410Z [00:02:38.708]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:11:11.7521170Z [00:02:38.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:11:11.7522650Z [00:02:38.708]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:11:11.7523580Z [00:02:38.708]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:11:11.7560892Z [00:02:38.713]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:11:11.7585981Z [00:02:38.716]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T21:11:11.7587590Z [00:02:38.716]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:11:11.7588055Z [00:02:38.716]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:11:11.7589499Z [00:02:38.717]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T21:11:11.7590259Z [00:02:38.717]➜  internal/runtime/math
2025-08-20T21:11:11.7597097Z [00:02:38.717]➜  mkdir -p $WORK/b023/
2025-08-20T21:11:11.7597552Z [00:02:38.717]➜  cat >/tmp/go-build2720400589/b023/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7597901Z [00:02:38.717]➜  # import config
2025-08-20T21:11:11.7598524Z [00:02:38.717]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.7598921Z [00:02:38.717]➜  EOF
2025-08-20T21:11:11.7599492Z [00:02:38.717]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T21:11:11.7600068Z [00:02:38.717]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7601696Z [00:02:38.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:11:11.7603089Z [00:02:38.717]➜  internal/bytealg
2025-08-20T21:11:11.7603343Z [00:02:38.717]➜  mkdir -p $WORK/b011/
2025-08-20T21:11:11.7603642Z [00:02:38.717]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:11:11.7603970Z [00:02:38.717]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:11:11.7605505Z [00:02:38.717]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T21:11:11.7647012Z [00:02:38.721]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:11:11.7657358Z [00:02:38.722]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T21:11:11.7658029Z [00:02:38.722]➜  cat >/tmp/go-build2720400589/b011/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7658371Z [00:02:38.722]➜  # import config
2025-08-20T21:11:11.7658734Z [00:02:38.722]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:11.7659071Z [00:02:38.722]➜  EOF
2025-08-20T21:11:11.7659336Z [00:02:38.722]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7662526Z [00:02:38.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:11:11.7665425Z [00:02:38.722]➜  internal/chacha8rand
2025-08-20T21:11:11.7665703Z [00:02:38.722]➜  mkdir -p $WORK/b014/
2025-08-20T21:11:11.7666003Z [00:02:38.722]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:11:11.7666330Z [00:02:38.722]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:11:11.7667474Z [00:02:38.722]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T21:11:11.7687810Z [00:02:38.726]➜  cat >/tmp/go-build2720400589/b014/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7698504Z [00:02:38.726]➜  # import config
2025-08-20T21:11:11.7698997Z [00:02:38.726]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:11.7699607Z [00:02:38.726]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:11.7700389Z [00:02:38.726]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.7700801Z [00:02:38.726]➜  EOF
2025-08-20T21:11:11.7701058Z [00:02:38.726]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7703058Z [00:02:38.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:11:11.7713649Z [00:02:38.729]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:11:11.7717957Z [00:02:38.730]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T21:11:11.7720647Z [00:02:38.730]➜  internal/runtime/atomic
2025-08-20T21:11:11.7738007Z [00:02:38.730]➜  mkdir -p $WORK/b020/
2025-08-20T21:11:11.7738460Z [00:02:38.732]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:11:11.7739860Z [00:02:38.732]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:11:11.7742683Z [00:02:38.732]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T21:11:11.7782327Z [00:02:38.736]➜  cat >/tmp/go-build2720400589/b020/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7783268Z [00:02:38.736]➜  # import config
2025-08-20T21:11:11.7783776Z [00:02:38.736]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:11.7786706Z [00:02:38.736]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.7787145Z [00:02:38.736]➜  EOF
2025-08-20T21:11:11.7787428Z [00:02:38.736]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:11:11.7788519Z [00:02:38.736]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T21:11:11.7789474Z [00:02:38.736]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7793238Z [00:02:38.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:11:11.7875808Z [00:02:38.745]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:11:11.7877618Z [00:02:38.745]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T21:11:11.7924179Z [00:02:38.750]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:11:11.7925754Z [00:02:38.750]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T21:11:11.7950885Z [00:02:38.753]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:11:11.7952333Z [00:02:38.753]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T21:11:11.7965915Z [00:02:38.754]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:11:11.7966868Z [00:02:38.754]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T21:11:11.7968111Z [00:02:38.754]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:11:11.7968988Z [00:02:38.754]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T21:11:11.7969859Z [00:02:38.755]➜  internal/runtime/strconv
2025-08-20T21:11:11.7970664Z [00:02:38.755]➜  mkdir -p $WORK/b022/
2025-08-20T21:11:11.7971805Z [00:02:38.755]➜  cat >/tmp/go-build2720400589/b022/importcfg << 'EOF' # internal
2025-08-20T21:11:11.7972175Z [00:02:38.755]➜  # import config
2025-08-20T21:11:11.7972579Z [00:02:38.755]➜  packagefile internal/runtime/math=/tmp/go-build2720400589/b023/_pkg_.a
2025-08-20T21:11:11.7972947Z [00:02:38.755]➜  EOF
2025-08-20T21:11:11.7973194Z [00:02:38.755]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.7976818Z [00:02:38.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:11:11.8041234Z [00:02:38.762]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:11:11.8043057Z [00:02:38.762]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T21:11:11.8075731Z [00:02:38.765]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T21:11:11.8101702Z [00:02:38.768]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T21:11:11.8102825Z [00:02:38.768]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:11:11.8118945Z [00:02:38.770]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T21:11:11.8119819Z [00:02:38.770]➜  internal/runtime/syscall
2025-08-20T21:11:11.8120135Z [00:02:38.770]➜  mkdir -p $WORK/b024/
2025-08-20T21:11:11.8120448Z [00:02:38.770]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:11:11.8120798Z [00:02:38.770]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:11:11.8122007Z [00:02:38.770]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T21:11:11.8149041Z [00:02:38.770]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:11:11.8150246Z [00:02:38.770]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:11:11.8166675Z [00:02:38.774]➜  cat >/tmp/go-build2720400589/b024/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8168205Z [00:02:38.774]➜  # import config
2025-08-20T21:11:11.8168597Z [00:02:38.774]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.8168946Z [00:02:38.774]➜  EOF
2025-08-20T21:11:11.8169191Z [00:02:38.774]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8171539Z [00:02:38.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:11:11.8197376Z [00:02:38.777]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:11:11.8200461Z [00:02:38.777]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T21:11:11.8201024Z [00:02:38.777]➜  internal/runtime/gc
2025-08-20T21:11:11.8201294Z [00:02:38.777]➜  mkdir -p $WORK/b026/
2025-08-20T21:11:11.8202020Z [00:02:38.777]➜  cat >/tmp/go-build2720400589/b026/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8202367Z [00:02:38.777]➜  # import config
2025-08-20T21:11:11.8202735Z [00:02:38.777]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.8203078Z [00:02:38.777]➜  EOF
2025-08-20T21:11:11.8205081Z [00:02:38.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:11:11.8206802Z [00:02:38.778]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:11:11.8207225Z [00:02:38.778]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T21:11:11.8207661Z [00:02:38.778]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:11:11.8212589Z [00:02:38.779]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T21:11:11.8239736Z [00:02:38.782]➜  internal/runtime/exithook
2025-08-20T21:11:11.8242578Z [00:02:38.782]➜  mkdir -p $WORK/b025/
2025-08-20T21:11:11.8243540Z [00:02:38.782]➜  cat >/tmp/go-build2720400589/b025/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8244065Z [00:02:38.782]➜  # import config
2025-08-20T21:11:11.8245105Z [00:02:38.782]➜  packagefile internal/runtime/atomic=/tmp/go-build2720400589/b020/_pkg_.a
2025-08-20T21:11:11.8245725Z [00:02:38.782]➜  EOF
2025-08-20T21:11:11.8246405Z [00:02:38.782]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8248369Z [00:02:38.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:11:11.8331609Z [00:02:38.791]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:11:11.8336209Z [00:02:38.791]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T21:11:11.8336865Z [00:02:38.791]➜  internal/asan
2025-08-20T21:11:11.8337489Z [00:02:38.791]➜  mkdir -p $WORK/b028/
2025-08-20T21:11:11.8337903Z [00:02:38.791]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:11:11.8341974Z [00:02:38.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:11:11.8408339Z [00:02:38.799]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:11:11.8409854Z [00:02:38.799]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:11:11.8458029Z [00:02:38.804]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T21:11:11.8458590Z [00:02:38.804]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:11:11.8462960Z [00:02:38.804]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T21:11:11.8466289Z [00:02:38.804]➜  internal/runtime/cgroup
2025-08-20T21:11:11.8466594Z [00:02:38.804]➜  mkdir -p $WORK/b021/
2025-08-20T21:11:11.8468238Z [00:02:38.805]➜  cat >/tmp/go-build2720400589/b021/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8470350Z [00:02:38.805]➜  # import config
2025-08-20T21:11:11.8471773Z [00:02:38.805]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:11.8472793Z [00:02:38.805]➜  packagefile internal/runtime/strconv=/tmp/go-build2720400589/b022/_pkg_.a
2025-08-20T21:11:11.8473379Z [00:02:38.805]➜  packagefile internal/runtime/syscall=/tmp/go-build2720400589/b024/_pkg_.a
2025-08-20T21:11:11.8473758Z [00:02:38.805]➜  EOF
2025-08-20T21:11:11.8474009Z [00:02:38.805]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8480578Z [00:02:38.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:11:11.8482549Z [00:02:38.805]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:11:11.8486516Z [00:02:38.806]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T21:11:11.8487073Z [00:02:38.806]➜  internal/msan
2025-08-20T21:11:11.8487326Z [00:02:38.806]➜  mkdir -p $WORK/b029/
2025-08-20T21:11:11.8487686Z [00:02:38.806]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:11:11.8489372Z [00:02:38.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:11:11.8507218Z [00:02:38.808]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:11:11.8511002Z [00:02:38.809]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T21:11:11.8521114Z [00:02:38.810]➜  internal/runtime/sys
2025-08-20T21:11:11.8522414Z [00:02:38.810]➜  mkdir -p $WORK/b031/
2025-08-20T21:11:11.8523137Z [00:02:38.810]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:11:11.8524018Z [00:02:38.810]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:11:11.8525724Z [00:02:38.810]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T21:11:11.8554428Z [00:02:38.813]➜  cat >/tmp/go-build2720400589/b031/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8554897Z [00:02:38.813]➜  # import config
2025-08-20T21:11:11.8555276Z [00:02:38.813]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:11.8555785Z [00:02:38.813]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.8556263Z [00:02:38.813]➜  packagefile internal/goos=/tmp/go-build2720400589/b018/_pkg_.a
2025-08-20T21:11:11.8556616Z [00:02:38.813]➜  EOF
2025-08-20T21:11:11.8556864Z [00:02:38.813]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8562382Z [00:02:38.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:11:11.8598006Z [00:02:38.817]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:11:11.8599386Z [00:02:38.817]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T21:11:11.8600206Z [00:02:38.817]➜  internal/stringslite
2025-08-20T21:11:11.8600951Z [00:02:38.817]➜  mkdir -p $WORK/b032/
2025-08-20T21:11:11.8601575Z [00:02:38.817]➜  cat >/tmp/go-build2720400589/b032/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8605668Z [00:02:38.817]➜  # import config
2025-08-20T21:11:11.8606452Z [00:02:38.817]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:11.8607284Z [00:02:38.817]➜  EOF
2025-08-20T21:11:11.8609118Z [00:02:38.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:11:11.8648308Z [00:02:38.823]➜  cd /root/.go/src/internal/abi
2025-08-20T21:11:11.8649998Z [00:02:38.823]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:11:11.8677527Z [00:02:38.826]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:11:11.8691520Z [00:02:38.827]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:11:11.8692085Z [00:02:38.827]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:11:11.8734601Z [00:02:38.831]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T21:11:11.8755183Z [00:02:38.833]➜  internal/race
2025-08-20T21:11:11.8755673Z [00:02:38.833]➜  mkdir -p $WORK/b030/
2025-08-20T21:11:11.8756316Z [00:02:38.833]➜  cat >/tmp/go-build2720400589/b030/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8756768Z [00:02:38.833]➜  # import config
2025-08-20T21:11:11.8757711Z [00:02:38.833]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:11.8758899Z [00:02:38.833]➜  EOF
2025-08-20T21:11:11.8759166Z [00:02:38.833]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8760829Z [00:02:38.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:11:11.8762270Z [00:02:38.833]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:11:11.8763357Z [00:02:38.833]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T21:11:11.8782726Z [00:02:38.836]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:11:11.8786907Z [00:02:38.836]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T21:11:11.8787494Z [00:02:38.836]➜  internal/trace/tracev2
2025-08-20T21:11:11.8787773Z [00:02:38.836]➜  mkdir -p $WORK/b033/
2025-08-20T21:11:11.8788123Z [00:02:38.837]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:11:11.8793766Z [00:02:38.837]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:11:11.8795637Z [00:02:38.837]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8798447Z [00:02:38.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:11:11.8801447Z [00:02:38.838]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:11:11.8803493Z [00:02:38.838]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:11:11.8807106Z [00:02:38.838]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T21:11:11.8807738Z [00:02:38.838]➜  sync/atomic
2025-08-20T21:11:11.8807997Z [00:02:38.838]➜  mkdir -p $WORK/b037/
2025-08-20T21:11:11.8808303Z [00:02:38.838]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:11:11.8808623Z [00:02:38.838]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:11:11.8809604Z [00:02:38.838]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:11:11.8836238Z [00:02:38.841]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:11:11.8837702Z [00:02:38.841]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T21:11:11.8838185Z [00:02:38.841]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:11:11.8839125Z [00:02:38.842]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T21:11:11.8842292Z [00:02:38.842]➜  internal/synctest
2025-08-20T21:11:11.8843508Z [00:02:38.842]➜  mkdir -p $WORK/b038/
2025-08-20T21:11:11.8850111Z [00:02:38.843]➜  cat >/tmp/go-build2720400589/b038/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8853123Z [00:02:38.843]➜  # import config
2025-08-20T21:11:11.8853866Z [00:02:38.843]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:11.8856178Z [00:02:38.843]➜  EOF
2025-08-20T21:11:11.8856450Z [00:02:38.843]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.8858078Z [00:02:38.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:11:11.8859525Z [00:02:38.843]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:11:11.8861557Z [00:02:38.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T21:11:11.8912621Z [00:02:38.849]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:11:11.8936872Z [00:02:38.851]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T21:11:11.8938107Z [00:02:38.851]➜  internal/runtime/maps
2025-08-20T21:11:11.8938898Z [00:02:38.851]➜  mkdir -p $WORK/b027/
2025-08-20T21:11:11.8939521Z [00:02:38.851]➜  cat >/tmp/go-build2720400589/b027/importcfg << 'EOF' # internal
2025-08-20T21:11:11.8940294Z [00:02:38.851]➜  # import config
2025-08-20T21:11:11.8940732Z [00:02:38.851]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:11.8941228Z [00:02:38.851]➜  packagefile internal/asan=/tmp/go-build2720400589/b028/_pkg_.a
2025-08-20T21:11:11.8941709Z [00:02:38.851]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.8942184Z [00:02:38.851]➜  packagefile internal/msan=/tmp/go-build2720400589/b029/_pkg_.a
2025-08-20T21:11:11.8942649Z [00:02:38.851]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:11.8943149Z [00:02:38.851]➜  packagefile internal/runtime/math=/tmp/go-build2720400589/b023/_pkg_.a
2025-08-20T21:11:11.8943935Z [00:02:38.851]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:11:11.8944542Z [00:02:38.851]➜  EOF
2025-08-20T21:11:11.8947741Z [00:02:38.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:11:11.8999072Z [00:02:38.857]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:11:11.9000218Z [00:02:38.858]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T21:11:11.9002691Z [00:02:38.858]➜  math/bits
2025-08-20T21:11:11.9004802Z [00:02:38.858]➜  mkdir -p $WORK/b040/
2025-08-20T21:11:11.9005488Z [00:02:38.858]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:11:11.9008104Z [00:02:38.858]➜  /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-20T21:11:11.9010325Z [00:02:38.859]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:11:11.9011077Z [00:02:38.859]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T21:11:11.9011625Z [00:02:38.859]➜  unicode
2025-08-20T21:11:11.9011864Z [00:02:38.859]➜  mkdir -p $WORK/b041/
2025-08-20T21:11:11.9018342Z [00:02:38.860]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:11:11.9020494Z [00:02:38.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T21:11:11.9157037Z [00:02:38.874]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:11:11.9159062Z [00:02:38.874]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:11:11.9240670Z [00:02:38.882]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:11:11.9247819Z [00:02:38.883]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:11:11.9248770Z [00:02:38.883]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:11:11.9254523Z [00:02:38.883]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T21:11:11.9288069Z [00:02:38.887]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T21:11:11.9288887Z [00:02:38.887]➜  unicode/utf8
2025-08-20T21:11:11.9289178Z [00:02:38.887]➜  mkdir -p $WORK/b042/
2025-08-20T21:11:11.9290795Z [00:02:38.887]➜  internal/sync
2025-08-20T21:11:11.9291588Z [00:02:38.887]➜  mkdir -p $WORK/b036/
2025-08-20T21:11:11.9294570Z [00:02:38.887]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:11:11.9295031Z [00:02:38.887]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.9296527Z [00:02:38.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:11:11.9297909Z [00:02:38.888]➜  cat >/tmp/go-build2720400589/b036/importcfg << 'EOF' # internal
2025-08-20T21:11:11.9298254Z [00:02:38.888]➜  # import config
2025-08-20T21:11:11.9298615Z [00:02:38.888]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:11.9299099Z [00:02:38.888]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:11.9299575Z [00:02:38.888]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:11.9300035Z [00:02:38.888]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:11.9300363Z [00:02:38.888]➜  EOF
2025-08-20T21:11:11.9302101Z [00:02:38.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T21:11:11.9513575Z [00:02:38.909]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:11:11.9514511Z [00:02:38.909]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T21:11:11.9515131Z [00:02:38.909]➜  internal/itoa
2025-08-20T21:11:11.9515391Z [00:02:38.909]➜  mkdir -p $WORK/b048/
2025-08-20T21:11:11.9515742Z [00:02:38.909]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:11:11.9517292Z [00:02:38.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b048=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:11:11.9533523Z [00:02:38.911]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:11:11.9541123Z [00:02:38.912]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T21:11:11.9543828Z [00:02:38.912]➜  cmp
2025-08-20T21:11:11.9544172Z [00:02:38.912]➜  mkdir -p $WORK/b051/
2025-08-20T21:11:11.9544701Z [00:02:38.912]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T21:11:11.9551728Z [00:02:38.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b051=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:11:11.9613913Z [00:02:38.919]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:11:11.9617012Z [00:02:38.920]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T21:11:11.9625235Z [00:02:38.920]➜  math
2025-08-20T21:11:11.9625827Z [00:02:38.921]➜  mkdir -p $WORK/b057/
2025-08-20T21:11:11.9629308Z [00:02:38.921]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T21:11:11.9631375Z [00:02:38.921]➜  cd /root/.go/src/math
2025-08-20T21:11:11.9632656Z [00:02:38.921]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b057/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T21:11:11.9644934Z [00:02:38.922]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:11:11.9655401Z [00:02:38.923]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T21:11:11.9656194Z [00:02:38.923]➜  encoding
2025-08-20T21:11:11.9656501Z [00:02:38.923]➜  mkdir -p $WORK/b059/
2025-08-20T21:11:11.9656993Z [00:02:38.923]➜  echo '# import config' > $WORK/b059/importcfg # internal
2025-08-20T21:11:11.9657512Z [00:02:38.924]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:11.9669949Z [00:02:38.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b059=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:11:11.9688522Z [00:02:38.926]➜  cat >/tmp/go-build2720400589/b057/importcfg << 'EOF' # internal
2025-08-20T21:11:11.9689306Z [00:02:38.926]➜  # import config
2025-08-20T21:11:11.9689672Z [00:02:38.926]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:11.9690003Z [00:02:38.926]➜  EOF
2025-08-20T21:11:11.9696639Z [00:02:38.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:11:11.9895377Z [00:02:38.947]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:11:11.9902366Z [00:02:38.948]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T21:11:11.9910618Z [00:02:38.948]➜  unicode/utf16
2025-08-20T21:11:11.9910932Z [00:02:38.948]➜  mkdir -p $WORK/b070/
2025-08-20T21:11:11.9911296Z [00:02:38.949]➜  echo '# import config' > $WORK/b070/importcfg # internal
2025-08-20T21:11:11.9913132Z [00:02:38.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b070=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:11:12.0057957Z [00:02:38.963]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:11:12.0067980Z [00:02:38.965]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T21:11:12.0095250Z [00:02:38.967]➜  container/list
2025-08-20T21:11:12.0095700Z [00:02:38.967]➜  mkdir -p $WORK/b080/
2025-08-20T21:11:12.0096071Z [00:02:38.967]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T21:11:12.0097685Z [00:02:38.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b080=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:11:12.0225481Z [00:02:38.980]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:11:12.0236879Z [00:02:38.981]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:11:12.0244982Z [00:02:38.982]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T21:11:12.0246459Z [00:02:38.982]➜  crypto/internal/fips140/alias
2025-08-20T21:11:12.0246963Z [00:02:38.982]➜  mkdir -p $WORK/b088/
2025-08-20T21:11:12.0248126Z [00:02:38.983]➜  echo '# import config' > $WORK/b088/importcfg # internal
2025-08-20T21:11:12.0250004Z [00:02:38.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b088=>" -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/b088/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:11:12.0257216Z [00:02:38.983]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T21:11:12.0372626Z [00:02:38.995]➜  runtime
2025-08-20T21:11:12.0373579Z [00:02:38.995]➜  mkdir -p $WORK/b010/
2025-08-20T21:11:12.0375104Z [00:02:38.995]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:11:12.0383709Z [00:02:38.996]➜  cd /root/.go/src/runtime
2025-08-20T21:11:12.0386344Z [00:02:38.996]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T21:11:12.0394747Z [00:02:38.997]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:11:12.0443385Z [00:02:39.002]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T21:11:12.0447468Z [00:02:39.003]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:11:12.0449015Z [00:02:39.003]➜  mkdir -p $WORK/b092/
2025-08-20T21:11:12.0450064Z [00:02:39.003]➜  cat >/tmp/go-build2720400589/b092/importcfg << 'EOF' # internal
2025-08-20T21:11:12.0450421Z [00:02:39.003]➜  # import config
2025-08-20T21:11:12.0450802Z [00:02:39.003]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:12.0451162Z [00:02:39.003]➜  EOF
2025-08-20T21:11:12.0453871Z [00:02:39.003]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.0456946Z [00:02:39.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b092=>" -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/b092/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:11:12.0473938Z [00:02:39.005]➜  cat >/tmp/go-build2720400589/b010/importcfg << 'EOF' # internal
2025-08-20T21:11:12.0474710Z [00:02:39.005]➜  # import config
2025-08-20T21:11:12.0475089Z [00:02:39.005]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:12.0475577Z [00:02:39.005]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:12.0476080Z [00:02:39.005]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:12.0476613Z [00:02:39.005]➜  packagefile internal/chacha8rand=/tmp/go-build2720400589/b014/_pkg_.a
2025-08-20T21:11:12.0477150Z [00:02:39.005]➜  packagefile internal/coverage/rtcov=/tmp/go-build2720400589/b015/_pkg_.a
2025-08-20T21:11:12.0477650Z [00:02:39.005]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:12.0478130Z [00:02:39.005]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:12.0478925Z [00:02:39.005]➜  packagefile internal/godebugs=/tmp/go-build2720400589/b016/_pkg_.a
2025-08-20T21:11:12.0479445Z [00:02:39.005]➜  packagefile internal/goexperiment=/tmp/go-build2720400589/b017/_pkg_.a
2025-08-20T21:11:12.0479945Z [00:02:39.005]➜  packagefile internal/goos=/tmp/go-build2720400589/b018/_pkg_.a
2025-08-20T21:11:12.0480449Z [00:02:39.005]➜  packagefile internal/profilerecord=/tmp/go-build2720400589/b019/_pkg_.a
2025-08-20T21:11:12.0480988Z [00:02:39.005]➜  packagefile internal/runtime/atomic=/tmp/go-build2720400589/b020/_pkg_.a
2025-08-20T21:11:12.0481536Z [00:02:39.005]➜  packagefile internal/runtime/cgroup=/tmp/go-build2720400589/b021/_pkg_.a
2025-08-20T21:11:12.0482088Z [00:02:39.005]➜  packagefile internal/runtime/exithook=/tmp/go-build2720400589/b025/_pkg_.a
2025-08-20T21:11:12.0482630Z [00:02:39.005]➜  packagefile internal/runtime/gc=/tmp/go-build2720400589/b026/_pkg_.a
2025-08-20T21:11:12.0483154Z [00:02:39.005]➜  packagefile internal/runtime/maps=/tmp/go-build2720400589/b027/_pkg_.a
2025-08-20T21:11:12.0483693Z [00:02:39.005]➜  packagefile internal/runtime/math=/tmp/go-build2720400589/b023/_pkg_.a
2025-08-20T21:11:12.0484226Z [00:02:39.005]➜  packagefile internal/runtime/strconv=/tmp/go-build2720400589/b022/_pkg_.a
2025-08-20T21:11:12.0484959Z [00:02:39.005]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:11:12.0485501Z [00:02:39.005]➜  packagefile internal/runtime/syscall=/tmp/go-build2720400589/b024/_pkg_.a
2025-08-20T21:11:12.0486042Z [00:02:39.005]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:12.0486569Z [00:02:39.005]➜  packagefile internal/trace/tracev2=/tmp/go-build2720400589/b033/_pkg_.a
2025-08-20T21:11:12.0486931Z [00:02:39.005]➜  EOF
2025-08-20T21:11:12.0512094Z [00:02:39.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:11:12.0549185Z [00:02:39.013]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:11:12.0552780Z [00:02:39.013]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T21:11:12.0553442Z [00:02:39.013]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:11:12.0553746Z [00:02:39.013]➜  mkdir -p $WORK/b093/
2025-08-20T21:11:12.0554139Z [00:02:39.013]➜  cat >/tmp/go-build2720400589/b093/importcfg << 'EOF' # internal
2025-08-20T21:11:12.0554663Z [00:02:39.013]➜  # import config
2025-08-20T21:11:12.0555032Z [00:02:39.013]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:12.0555511Z [00:02:39.013]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:12.0555853Z [00:02:39.013]➜  EOF
2025-08-20T21:11:12.0577335Z [00:02:39.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b093=>" -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/b093/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:11:12.0668233Z [00:02:39.025]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:11:12.0672994Z [00:02:39.025]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T21:11:12.0678455Z [00:02:39.026]➜  crypto/internal/fips140/subtle
2025-08-20T21:11:12.0707626Z [00:02:39.029]➜  mkdir -p $WORK/b096/
2025-08-20T21:11:12.0710351Z [00:02:39.029]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T21:11:12.0712690Z [00:02:39.029]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:11:12.0714229Z [00:02:39.029]➜  /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/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b096/symabis ./xor_arm64.s
2025-08-20T21:11:12.0743229Z [00:02:39.032]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:11:12.0750698Z [00:02:39.033]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T21:11:12.0751829Z [00:02:39.033]➜  crypto/internal/boring/sig
2025-08-20T21:11:12.0752159Z [00:02:39.033]➜  mkdir -p $WORK/b106/
2025-08-20T21:11:12.0752470Z [00:02:39.033]➜  echo -n > $WORK/b106/go_asm.h # internal
2025-08-20T21:11:12.0752817Z [00:02:39.033]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:11:12.0754044Z [00:02:39.033]➜  /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/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b106/symabis ./sig_other.s
2025-08-20T21:11:12.0762962Z [00:02:39.034]➜  cat >/tmp/go-build2720400589/b096/importcfg << 'EOF' # internal
2025-08-20T21:11:12.0763522Z [00:02:39.034]➜  # import config
2025-08-20T21:11:12.0764922Z [00:02:39.034]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:12.0765626Z [00:02:39.034]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:12.0766181Z [00:02:39.034]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:12.0766512Z [00:02:39.034]➜  EOF
2025-08-20T21:11:12.0766776Z [00:02:39.034]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.0769190Z [00:02:39.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b096=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:11:12.0828429Z [00:02:39.041]➜  echo '# import config' > $WORK/b106/importcfg # internal
2025-08-20T21:11:12.0830488Z [00:02:39.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b106=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -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/boring/sig/sig.go
2025-08-20T21:11:12.1001967Z [00:02:39.058]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:11:12.1003386Z [00:02:39.058]➜  /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/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b106/sig_other.o ./sig_other.s
2025-08-20T21:11:12.1005936Z [00:02:39.058]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:11:12.1007230Z [00:02:39.058]➜  /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/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b096/xor_arm64.o ./xor_arm64.s
2025-08-20T21:11:12.1032701Z [00:02:39.061]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:11:12.1033307Z [00:02:39.061]➜  go tool pack r $WORK/b106/_pkg_.a $WORK/b106/sig_other.o # internal
2025-08-20T21:11:12.1033748Z [00:02:39.061]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:11:12.1034124Z [00:02:39.061]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:11:12.1034684Z [00:02:39.061]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/xor_arm64.o # internal
2025-08-20T21:11:12.1040352Z [00:02:39.062]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:11:12.1044017Z [00:02:39.062]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T21:11:12.1044820Z [00:02:39.062]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:11:12.1045146Z [00:02:39.062]➜  mkdir -p $WORK/b129/
2025-08-20T21:11:12.1045496Z [00:02:39.062]➜  echo '# import config' > $WORK/b129/importcfg # internal
2025-08-20T21:11:12.1045876Z [00:02:39.062]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.1047848Z [00:02:39.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b129=>" -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/b129/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:11:12.1049847Z [00:02:39.062]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T21:11:12.1050439Z [00:02:39.062]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:11:12.1050747Z [00:02:39.062]➜  mkdir -p $WORK/b142/
2025-08-20T21:11:12.1051094Z [00:02:39.063]➜  echo '# import config' > $WORK/b142/importcfg # internal
2025-08-20T21:11:12.1053330Z [00:02:39.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b142=>" -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/b142/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:11:12.1086508Z [00:02:39.066]➜  cd /root/.go/src/math
2025-08-20T21:11:12.1087500Z [00:02:39.066]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/dim_arm64.o ./dim_arm64.s
2025-08-20T21:11:12.1105832Z [00:02:39.068]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/exp_arm64.o ./exp_arm64.s
2025-08-20T21:11:12.1139809Z [00:02:39.072]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/floor_arm64.o ./floor_arm64.s
2025-08-20T21:11:12.1143105Z [00:02:39.072]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:11:12.1152757Z [00:02:39.073]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T21:11:12.1153376Z [00:02:39.073]➜  internal/nettrace
2025-08-20T21:11:12.1153648Z [00:02:39.073]➜  mkdir -p $WORK/b160/
2025-08-20T21:11:12.1153999Z [00:02:39.073]➜  echo '# import config' > $WORK/b160/importcfg # internal
2025-08-20T21:11:12.1154627Z [00:02:39.073]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.1156214Z [00:02:39.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b160=>" -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/b160/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:11:12.1161899Z [00:02:39.074]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:11:12.1182113Z [00:02:39.076]➜  cd /root/.go/src/math
2025-08-20T21:11:12.1184503Z [00:02:39.076]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/modf_arm64.o ./modf_arm64.s
2025-08-20T21:11:12.1185780Z [00:02:39.076]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T21:11:12.1186327Z [00:02:39.076]➜  log/internal
2025-08-20T21:11:12.1186582Z [00:02:39.076]➜  mkdir -p $WORK/b173/
2025-08-20T21:11:12.1186949Z [00:02:39.076]➜  echo '# import config' > $WORK/b173/importcfg # internal
2025-08-20T21:11:12.1187314Z [00:02:39.076]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.1188806Z [00:02:39.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b173=>" -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/b173/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:11:12.1199644Z [00:02:39.078]➜  cd /root/.go/src/math
2025-08-20T21:11:12.1200505Z [00:02:39.078]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/dim_arm64.o $WORK/b057/exp_arm64.o $WORK/b057/floor_arm64.o $WORK/b057/modf_arm64.o # internal
2025-08-20T21:11:12.1201299Z [00:02:39.078]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:11:12.1227437Z [00:02:39.080]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T21:11:12.1230646Z [00:02:39.080]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T21:11:12.1230983Z [00:02:39.080]➜  mkdir -p $WORK/b268/
2025-08-20T21:11:12.1231334Z [00:02:39.080]➜  echo '# import config' > $WORK/b268/importcfg # internal
2025-08-20T21:11:12.1231694Z [00:02:39.080]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:12.1233886Z [00:02:39.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio;$WORK/b268=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid aBpbc23XcNxVPO2tSTG5/aBpbc23XcNxVPO2tSTG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio/byte.go
2025-08-20T21:11:12.1242177Z [00:02:39.082]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:11:12.1242863Z [00:02:39.082]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T21:11:12.1246265Z [00:02:39.082]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
2025-08-20T21:11:12.1246969Z [00:02:39.082]➜  mkdir -p $WORK/b336/
2025-08-20T21:11:12.1252001Z [00:02:39.083]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:11:12.1258413Z [00:02:39.083]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T21:11:12.1260901Z [00:02:39.084]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
2025-08-20T21:11:12.1262801Z [00:02:39.084]➜  mkdir -p $WORK/b349/
2025-08-20T21:11:12.1263189Z [00:02:39.084]➜  echo '# import config' > $WORK/b336/importcfg # internal
2025-08-20T21:11:12.1265878Z [00:02:39.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_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/b336=>" -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/b336/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-20T21:11:12.1268507Z [00:02:39.084]➜  echo '# import config' > $WORK/b349/importcfg # internal
2025-08-20T21:11:12.1271227Z [00:02:39.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_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/b349=>" -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/b349/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-20T21:11:12.1333299Z [00:02:39.090]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:11:12.1334218Z [00:02:39.091]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/49/4990878114ff38abae7a9d8ce7ff308df464255003deaae27dbf0e8613b96439-d # internal
2025-08-20T21:11:12.1339513Z [00:02:39.092]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/to
2025-08-20T21:11:12.1339933Z [00:02:39.092]➜  mkdir -p $WORK/b362/
2025-08-20T21:11:12.1343755Z [00:02:39.092]➜  echo '# import config' > $WORK/b362/importcfg # internal
2025-08-20T21:11:12.1346908Z [00:02:39.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_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/b362=>" -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/b362/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-20T21:11:12.1356128Z [00:02:39.093]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:11:12.1360003Z [00:02:39.094]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/29/29ff556f1df3ce249cb3680a2db54db5768e2ade506c1f477b8419c4df3c4119-d # internal
2025-08-20T21:11:12.1361539Z [00:02:39.094]➜  github.com/gocql/gocql/internal/lru
2025-08-20T21:11:12.1361867Z [00:02:39.094]➜  mkdir -p $WORK/b379/
2025-08-20T21:11:12.1368308Z [00:02:39.095]➜  cat >/tmp/go-build2720400589/b379/importcfg << 'EOF' # internal
2025-08-20T21:11:12.1368771Z [00:02:39.095]➜  # import config
2025-08-20T21:11:12.1369141Z [00:02:39.095]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:12.1369485Z [00:02:39.095]➜  EOF
2025-08-20T21:11:12.1371365Z [00:02:39.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/lru=>github.com/gocql/gocql@v1.7.0/internal/lru;$WORK/b379=>" -p github.com/gocql/gocql/internal/lru -lang=go1.13 -complete -installsuffix shared -buildid qQSZCPeSkJ7JXztbwBiA/qQSZCPeSkJ7JXztbwBiA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/lru/lru.go
2025-08-20T21:11:12.1397142Z [00:02:39.098]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:11:12.1403815Z [00:02:39.098]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/26/264990c294e5df3261a4e677927bab65456e0d98b3dfff316bb241abcaf0ad8c-d # internal
2025-08-20T21:11:12.1416401Z [00:02:39.099]➜  github.com/gocql/gocql/internal/murmur
2025-08-20T21:11:12.1425082Z [00:02:39.099]➜  mkdir -p $WORK/b380/
2025-08-20T21:11:12.1425780Z [00:02:39.099]➜  echo '# import config' > $WORK/b380/importcfg # internal
2025-08-20T21:11:12.1461755Z [00:02:39.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/murmur=>github.com/gocql/gocql@v1.7.0/internal/murmur;$WORK/b380=>" -p github.com/gocql/gocql/internal/murmur -lang=go1.13 -complete -installsuffix shared -buildid -9c1os7rcMGYAkWFSUBG/-9c1os7rcMGYAkWFSUBG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/murmur/murmur.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/murmur/murmur_unsafe.go
2025-08-20T21:11:12.1463944Z [00:02:39.103]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:11:12.1465357Z [00:02:39.104]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/3e/3e58f257a8eef1d90111a88cb8677cfc7f7baead6f7764eaf56f459eb2281d4f-d # internal
2025-08-20T21:11:12.1466774Z [00:02:39.104]➜  log/slog/internal
2025-08-20T21:11:12.1467430Z [00:02:39.104]➜  mkdir -p $WORK/b393/
2025-08-20T21:11:12.1467947Z [00:02:39.104]➜  echo '# import config' > $WORK/b393/importcfg # internal
2025-08-20T21:11:12.1469715Z [00:02:39.105]➜  /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-20T21:11:12.1514599Z [00:02:39.109]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:11:12.1519044Z [00:02:39.110]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/8d/8de68b77c774940e9a0671da752699ae09687081fa3ebe5d9b95de8e7ac30c9f-d # internal
2025-08-20T21:11:12.1520169Z [00:02:39.110]➜  go.opentelemetry.io/otel/internal
2025-08-20T21:11:12.1520490Z [00:02:39.110]➜  mkdir -p $WORK/b401/
2025-08-20T21:11:12.1531931Z [00:02:39.111]➜  cat >/tmp/go-build2720400589/b401/importcfg << 'EOF' # internal
2025-08-20T21:11:12.1533243Z [00:02:39.111]➜  # import config
2025-08-20T21:11:12.1534570Z [00:02:39.111]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:12.1535012Z [00:02:39.111]➜  EOF
2025-08-20T21:11:12.1537162Z [00:02:39.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal=>go.opentelemetry.io/otel@v1.35.0/internal;$WORK/b401=>" -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/b401/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-20T21:11:12.1555517Z [00:02:39.113]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:11:12.1558189Z [00:02:39.113]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T21:11:12.1559965Z [00:02:39.114]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:11:12.1560306Z [00:02:39.114]➜  mkdir -p $WORK/b406/
2025-08-20T21:11:12.1560686Z [00:02:39.114]➜  echo '# import config' > $WORK/b406/importcfg # internal
2025-08-20T21:11:12.1562739Z [00:02:39.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_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/b406=>" -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/b406/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/embedded/embedded.go
2025-08-20T21:11:12.1619609Z [00:02:39.120]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:11:12.1625852Z [00:02:39.120]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/9d/9d7424fd3d472d55adb6df9b2be374d2eedfd9223dcae21685fa99976d3a4c66-d # internal
2025-08-20T21:11:12.1626750Z [00:02:39.120]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:11:12.1627126Z [00:02:39.120]➜  mkdir -p $WORK/b410/
2025-08-20T21:11:12.1627791Z [00:02:39.120]➜  echo '# import config' > $WORK/b410/importcfg # internal
2025-08-20T21:11:12.1629991Z [00:02:39.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_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/b410=>" -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/b410/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/embedded/embedded.go
2025-08-20T21:11:12.1656820Z [00:02:39.123]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:11:12.1657584Z [00:02:39.123]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/a8/a8e753558cdc7de235f9344d75d5bdf26c43f32492de2b7c65b2cd4a7564dc3c-d # internal
2025-08-20T21:11:12.1658273Z [00:02:39.123]➜  github.com/elastic/elastic-transport-go/v8/elastictransport/version
2025-08-20T21:11:12.1658701Z [00:02:39.123]➜  mkdir -p $WORK/b414/
2025-08-20T21:11:12.1659046Z [00:02:39.123]➜  echo '# import config' > $WORK/b414/importcfg # internal
2025-08-20T21:11:12.1661566Z [00:02:39.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/version=>github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/version;$WORK/b414=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport/version -lang=go1.20 -complete -installsuffix shared -buildid Lq30SRgf-dvZ4KiSghTa/Lq30SRgf-dvZ4KiSghTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/version/version.go
2025-08-20T21:11:12.1687518Z [00:02:39.127]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:11:12.1690982Z [00:02:39.127]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/e9/e93b39213334a18d82c7cfc6779671781d201d6e4db0c5e99d434ad667f65ee7-d # internal
2025-08-20T21:11:12.1692406Z [00:02:39.127]➜  github.com/elastic/go-elasticsearch/v8/internal/version
2025-08-20T21:11:12.1693024Z [00:02:39.127]➜  mkdir -p $WORK/b416/
2025-08-20T21:11:12.1698380Z [00:02:39.128]➜  echo '# import config' > $WORK/b416/importcfg # internal
2025-08-20T21:11:12.1701087Z [00:02:39.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/internal/version=>github.com/elastic/go-elasticsearch/v8@v8.18.0/internal/version;$WORK/b416=>" -p github.com/elastic/go-elasticsearch/v8/internal/version -lang=go1.21 -complete -installsuffix shared -buildid JdxKR1mk-NiJjgyvK3Qk/JdxKR1mk-NiJjgyvK3Qk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/internal/version/version.go
2025-08-20T21:11:12.1743202Z [00:02:39.132]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:11:12.1745880Z [00:02:39.132]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/77/7754143ca11187dfd54e903c57924a9d355979b249bfcd53b09a2b989859b954-d # internal
2025-08-20T21:11:12.1755539Z [00:02:39.133]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:11:12.1756012Z [00:02:39.133]➜  mkdir -p $WORK/b1229/
2025-08-20T21:11:12.1756388Z [00:02:39.133]➜  echo '# import config' > $WORK/b1229/importcfg # internal
2025-08-20T21:11:12.1759259Z [00:02:39.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_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/b1229=>" -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/b1229/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-20T21:11:12.1795599Z [00:02:39.137]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:11:12.1800480Z [00:02:39.138]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/e8/e8616e3fb44702777e10c238c51e14a1a663d413fc8bfa6cb69bbd194d7b9544-d # internal
2025-08-20T21:11:12.1801218Z [00:02:39.138]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:11:12.1801589Z [00:02:39.138]➜  mkdir -p $WORK/b1241/
2025-08-20T21:11:12.1802206Z [00:02:39.138]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:11:12.1805107Z [00:02:39.138]➜  cat >/tmp/go-build2720400589/b1241/importcfg << 'EOF' # internal
2025-08-20T21:11:12.1808044Z [00:02:39.138]➜  # import config
2025-08-20T21:11:12.1809078Z [00:02:39.138]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:12.1809981Z [00:02:39.138]➜  EOF
2025-08-20T21:11:12.1810590Z [00:02:39.139]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/e1/e1283483f50e7d23a996dbfe56a2e4f6108ee931fc4dd99997d5cf1d7e653241-d # internal
2025-08-20T21:11:12.1812886Z [00:02:39.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_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/b1241=>" -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/b1241/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/set/ints.go
2025-08-20T21:11:12.1821891Z [00:02:39.139]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:11:12.1822273Z [00:02:39.139]➜  mkdir -p $WORK/b1264/
2025-08-20T21:11:12.1822626Z [00:02:39.139]➜  echo '# import config' > $WORK/b1264/importcfg # internal
2025-08-20T21:11:12.1825350Z [00:02:39.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/serviceconfig=>google.golang.org/grpc@v1.72.0/serviceconfig;$WORK/b1264=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid d23bgHDvkVOQ6vGqcunY/d23bgHDvkVOQ6vGqcunY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/serviceconfig/serviceconfig.go
2025-08-20T21:11:12.1863512Z [00:02:39.144]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:11:12.1864658Z [00:02:39.144]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d # internal
2025-08-20T21:11:12.1865342Z [00:02:39.144]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T21:11:12.1865665Z [00:02:39.144]➜  mkdir -p $WORK/b1326/
2025-08-20T21:11:12.1866021Z [00:02:39.144]➜  echo '# import config' > $WORK/b1326/importcfg # internal
2025-08-20T21:11:12.1868115Z [00:02:39.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internal=>github.com/googleapis/gax-go/v2@v2.14.1/internal;$WORK/b1326=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.21 -complete -installsuffix shared -buildid p-bJkCqlnwf8_BCkKWOt/p-bJkCqlnwf8_BCkKWOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internal/version.go
2025-08-20T21:11:12.1943850Z [00:02:39.151]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T21:11:12.1948009Z [00:02:39.153]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/cf/cff82733025ed2bcf41c848cfa398a8cbc3c35fe37fb42228c1045ba6acf3d1c-d # internal
2025-08-20T21:11:12.1951026Z [00:02:39.153]➜  cloud.google.com/go/storage/internal
2025-08-20T21:11:12.1952511Z [00:02:39.153]➜  mkdir -p $WORK/b1332/
2025-08-20T21:11:12.1963522Z [00:02:39.154]➜  echo '# import config' > $WORK/b1332/importcfg # internal
2025-08-20T21:11:12.1966675Z [00:02:39.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal=>cloud.google.com/go/storage@v1.52.0/internal;$WORK/b1332=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid GlSpZN9HKnUyJmHWY8HC/GlSpZN9HKnUyJmHWY8HC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/experimental.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/version.go
2025-08-20T21:11:12.1968787Z [00:02:39.154]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:11:12.1969176Z [00:02:39.154]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:11:12.1969868Z [00:02:39.155]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d # internal
2025-08-20T21:11:12.1972055Z [00:02:39.155]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/79/799e16bb390b831d8ce681081642f10ea8d51f2a0a7de35104e3e2743dd79f83-d # internal
2025-08-20T21:11:12.1979403Z [00:02:39.156]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T21:11:12.1979807Z [00:02:39.156]➜  mkdir -p $WORK/b1337/
2025-08-20T21:11:12.1989936Z [00:02:39.157]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:11:12.1990425Z [00:02:39.157]➜  mkdir -p $WORK/b1341/
2025-08-20T21:11:12.1990890Z [00:02:39.157]➜  echo '# import config' > $WORK/b1337/importcfg # internal
2025-08-20T21:11:12.1991795Z [00:02:39.157]➜  echo '# import config' > $WORK/b1341/importcfg # internal
2025-08-20T21:11:12.1993962Z [00:02:39.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_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/b1337=>" -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/b1337/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/reuse_slice.go
2025-08-20T21:11:12.2005858Z [00:02:39.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0=>go.opentelemetry.io/otel/sdk@v1.35.0;$WORK/b1341=>" -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/b1341/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/version.go
2025-08-20T21:11:12.2043223Z [00:02:39.162]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T21:11:12.2046798Z [00:02:39.162]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/59/59e32844d3220b85b5cf59a4beae3200e15d48edbc615710913f921bdb125a44-d # internal
2025-08-20T21:11:12.2048333Z [00:02:39.162]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:11:12.2049745Z [00:02:39.162]➜  mkdir -p $WORK/b1386/
2025-08-20T21:11:12.2050143Z [00:02:39.163]➜  echo '# import config' > $WORK/b1386/importcfg # internal
2025-08-20T21:11:12.2052945Z [00:02:39.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/alias=>golang.org/x/crypto@v0.37.0/internal/alias;$WORK/b1386=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid BBkZdgZdAt9t-2xosGxi/BBkZdgZdAt9t-2xosGxi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/alias/alias.go
2025-08-20T21:11:12.2083460Z [00:02:39.166]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T21:11:12.2084227Z [00:02:39.166]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/11/11cf8ce8807483aa5bc5845413ec8274aa3954e3b942a742a3713029f93e1c00-d # internal
2025-08-20T21:11:12.2085221Z [00:02:39.166]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:11:12.2085863Z [00:02:39.166]➜  mkdir -p $WORK/b1389/
2025-08-20T21:11:12.2086321Z [00:02:39.166]➜  echo '# import config' > $WORK/b1389/importcfg # internal
2025-08-20T21:11:12.2088325Z [00:02:39.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1=>golang.org/x/crypto@v0.37.0/cryptobyte/asn1;$WORK/b1389=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid _GliDEdO2Mdrz7htcYMd/_GliDEdO2Mdrz7htcYMd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1/asn1.go
2025-08-20T21:11:12.2090030Z [00:02:39.166]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T21:11:12.2096626Z [00:02:39.167]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/ee/ee8e3f0bf1ded07fdd28341dc7cc6f1577ffaaf067137f58e8d31dfe6632c356-d # internal
2025-08-20T21:11:12.2097264Z [00:02:39.168]➜  cloud.google.com/go/monitoring/internal
2025-08-20T21:11:12.2097599Z [00:02:39.168]➜  mkdir -p $WORK/b1445/
2025-08-20T21:11:12.2109316Z [00:02:39.168]➜  echo '# import config' > $WORK/b1445/importcfg # internal
2025-08-20T21:11:12.2111466Z [00:02:39.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_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/b1445=>" -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/b1445/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T21:11:12.2179147Z [00:02:39.175]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T21:11:12.2180962Z [00:02:39.176]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/7e/7e3b5b34a458fa2b3bb832d12e0783b646b8d8a0aa7cf9883e34b614e76cca0b-d # internal
2025-08-20T21:11:12.2182216Z [00:02:39.176]➜  google.golang.org/grpc/xds/internal/xdsclient/internal
2025-08-20T21:11:12.2182871Z [00:02:39.176]➜  mkdir -p $WORK/b1529/
2025-08-20T21:11:12.2183909Z [00:02:39.176]➜  echo '# import config' > $WORK/b1529/importcfg # internal
2025-08-20T21:11:12.2186678Z [00:02:39.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/internal=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/internal;$WORK/b1529=>" -p google.golang.org/grpc/xds/internal/xdsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid jRgbX81ykLR44_fi2nuf/jRgbX81ykLR44_fi2nuf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/internal/internal.go
2025-08-20T21:11:12.2194380Z [00:02:39.177]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T21:11:12.2199762Z [00:02:39.178]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/64/64efcf8f36e37344d123a502a4f5c8248e05b194b97e18efa8619b15f5235bb1-d # internal
2025-08-20T21:11:12.2203970Z [00:02:39.178]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T21:11:12.2204519Z [00:02:39.178]➜  mkdir -p $WORK/b1544/
2025-08-20T21:11:12.2209456Z [00:02:39.179]➜  echo '# import config' > $WORK/b1544/importcfg # internal
2025-08-20T21:11:12.2212323Z [00:02:39.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/version=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/version;$WORK/b1544=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.23 -complete -installsuffix shared -buildid UpHq4C8u-cxfXYgcqCDU/UpHq4C8u-cxfXYgcqCDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T21:11:12.2295033Z [00:02:39.187]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T21:11:12.2299366Z [00:02:39.188]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/2a/2a17cde6fb819ebac6d74851938f3a770ceec1fac3d9972a056df3f527109ad2-d # internal
2025-08-20T21:11:12.2302041Z [00:02:39.188]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T21:11:12.2303819Z [00:02:39.188]➜  mkdir -p $WORK/b1585/
2025-08-20T21:11:12.2310172Z [00:02:39.189]➜  echo '# import config' > $WORK/b1585/importcfg # internal
2025-08-20T21:11:12.2312548Z [00:02:39.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1585/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/internal=>google.golang.org/grpc@v1.72.0/xds/internal/resolver/internal;$WORK/b1585=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.23 -complete -installsuffix shared -buildid SaHAhVoNUGa9VNQysEER/SaHAhVoNUGa9VNQysEER -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/internal/internal.go
2025-08-20T21:11:12.2335600Z [00:02:39.191]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T21:11:12.2340803Z [00:02:39.192]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/ad/ad4bff27e52f4596ba190f3448d8d45353b820be783b05ddb4c5691b24f13dbe-d # internal
2025-08-20T21:11:12.2352069Z [00:02:39.193]➜  github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor
2025-08-20T21:11:12.2352560Z [00:02:39.193]➜  mkdir -p $WORK/b1606/
2025-08-20T21:11:12.2352895Z [00:02:39.193]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T21:11:12.2353299Z [00:02:39.193]➜  echo '# import config' > $WORK/b1606/importcfg # internal
2025-08-20T21:11:12.2356030Z [00:02:39.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor;$WORK/b1606=>" -p github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor -lang=go1.21 -complete -installsuffix shared -buildid g-SZoNeukg6CVKkZfKXm/g-SZoNeukg6CVKkZfKXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka.go
2025-08-20T21:11:12.2360562Z [00:02:39.194]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/cc/cce79a9f5f5b67de8551344d07818c4ad75dbb00c5ef1f88f3c3e9d31a5af2f3-d # internal
2025-08-20T21:11:12.2375415Z [00:02:39.195]➜  internal/gover
2025-08-20T21:11:12.2376509Z [00:02:39.196]➜  mkdir -p $WORK/b1614/
2025-08-20T21:11:12.2381184Z [00:02:39.196]➜  cat >/tmp/go-build2720400589/b1614/importcfg << 'EOF' # internal
2025-08-20T21:11:12.2381768Z [00:02:39.196]➜  # import config
2025-08-20T21:11:12.2382113Z [00:02:39.196]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:12.2382445Z [00:02:39.196]➜  EOF
2025-08-20T21:11:12.2385486Z [00:02:39.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b1614=>" -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/b1614/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T21:11:12.2412796Z [00:02:39.199]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T21:11:12.2413555Z [00:02:39.199]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/07/074602329ab7f977990a44de32a5580b4bc36651849dbc06a55de5a5ff347dda-d # internal
2025-08-20T21:11:12.2416305Z [00:02:39.200]➜  internal/goversion
2025-08-20T21:11:12.2417628Z [00:02:39.200]➜  mkdir -p $WORK/b1616/
2025-08-20T21:11:12.2421436Z [00:02:39.200]➜  echo '# import config' > $WORK/b1616/importcfg # internal
2025-08-20T21:11:12.2425947Z [00:02:39.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b1616=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid LV3fw3zKt9pvoVZw61on/LV3fw3zKt9pvoVZw61on -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:11:12.2453041Z [00:02:39.203]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T21:11:12.2471381Z [00:02:39.205]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/8a/8a887019e32570de001bf979b615f311755f15278843f4cf4957068f2e5fe722-d # internal
2025-08-20T21:11:12.2472083Z [00:02:39.205]➜  github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess
2025-08-20T21:11:12.2472448Z [00:02:39.205]➜  mkdir -p $WORK/b1633/
2025-08-20T21:11:12.2472800Z [00:02:39.205]➜  echo '# import config' > $WORK/b1633/importcfg # internal
2025-08-20T21:11:12.2475411Z [00:02:39.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/insecuresecretdataaccess=>github.com/tink-crypto/tink-go/v2@v2.4.0/insecuresecretdataaccess;$WORK/b1633=>" -p github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess -lang=go1.23 -complete -installsuffix shared -buildid XtemGciQj3T_DEtsCS8I/XtemGciQj3T_DEtsCS8I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/insecuresecretdataaccess/insecuresecretdataaccess.go
2025-08-20T21:11:12.2514786Z [00:02:39.209]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T21:11:12.2520042Z [00:02:39.210]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/93/93cc6ca44fd1901c627c219694794dadc3860e312aaa073980c15c555204df8f-d # internal
2025-08-20T21:11:12.2520984Z [00:02:39.210]➜  github.com/tink-crypto/tink-go/v2/internal/internalapi
2025-08-20T21:11:12.2523626Z [00:02:39.210]➜  mkdir -p $WORK/b1636/
2025-08-20T21:11:12.2529239Z [00:02:39.211]➜  echo '# import config' > $WORK/b1636/importcfg # internal
2025-08-20T21:11:12.2534899Z [00:02:39.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalapi=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalapi;$WORK/b1636=>" -p github.com/tink-crypto/tink-go/v2/internal/internalapi -lang=go1.23 -complete -installsuffix shared -buildid R6zVPxzZaKC6BSQbAFdG/R6zVPxzZaKC6BSQbAFdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalapi/token.go
2025-08-20T21:11:12.2588177Z [00:02:39.217]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T21:11:12.2591909Z [00:02:39.217]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/30/30bd2d50f067f40aea97fc8d2cc7ccee321c1a4adb459295ab42dd83ef434ff2-d # internal
2025-08-20T21:11:12.2593904Z [00:02:39.217]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T21:11:12.2596192Z [00:02:39.217]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/0d/0dbfccf47c33973428a9bfecbb9860cf04e7c37de2824daeb6bc6f25cfc24df0-d # internal
2025-08-20T21:11:12.2597518Z [00:02:39.218]➜  github.com/tink-crypto/tink-go/v2/key
2025-08-20T21:11:12.2597877Z [00:02:39.218]➜  mkdir -p $WORK/b1641/
2025-08-20T21:11:12.2600516Z [00:02:39.218]➜  echo '# import config' > $WORK/b1641/importcfg # internal
2025-08-20T21:11:12.2604982Z [00:02:39.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/key=>github.com/tink-crypto/tink-go/v2@v2.4.0/key;$WORK/b1641=>" -p github.com/tink-crypto/tink-go/v2/key -lang=go1.23 -complete -installsuffix shared -buildid fBssSiPVHuvJcUqpGUV2/fBssSiPVHuvJcUqpGUV2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/key/key.go
2025-08-20T21:11:12.2617368Z [00:02:39.218]➜  github.com/tink-crypto/tink-go/v2/monitoring
2025-08-20T21:11:12.2618110Z [00:02:39.218]➜  mkdir -p $WORK/b1638/
2025-08-20T21:11:12.2618495Z [00:02:39.219]➜  echo '# import config' > $WORK/b1638/importcfg # internal
2025-08-20T21:11:12.2621467Z [00:02:39.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/monitoring=>github.com/tink-crypto/tink-go/v2@v2.4.0/monitoring;$WORK/b1638=>" -p github.com/tink-crypto/tink-go/v2/monitoring -lang=go1.23 -complete -installsuffix shared -buildid U38Ou4KwiLKfm9Mb9uqk/U38Ou4KwiLKfm9Mb9uqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/monitoring/monitoring.go
2025-08-20T21:11:12.2648178Z [00:02:39.223]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T21:11:12.2661418Z [00:02:39.224]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/0c/0c64995848788433fc4706fe7ff7e95626b457605867315aefad0384a29b7f1c-d # internal
2025-08-20T21:11:12.2663944Z [00:02:39.224]➜  github.com/tink-crypto/tink-go/v2/internal
2025-08-20T21:11:12.2669085Z [00:02:39.224]➜  mkdir -p $WORK/b1644/
2025-08-20T21:11:12.2670140Z [00:02:39.225]➜  echo '# import config' > $WORK/b1644/importcfg # internal
2025-08-20T21:11:12.2672304Z [00:02:39.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal;$WORK/b1644=>" -p github.com/tink-crypto/tink-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid ULLDms0n2uZp4osQmntJ/ULLDms0n2uZp4osQmntJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internal.go
2025-08-20T21:11:12.2705401Z [00:02:39.228]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T21:11:12.2708911Z [00:02:39.229]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/6f/6f0abe7c04eda447deea0f230cf81e663f9af70bff47d049385bcbab67b925ad-d # internal
2025-08-20T21:11:12.2711539Z [00:02:39.229]➜  github.com/tink-crypto/tink-go/v2/internal/tinkerror
2025-08-20T21:11:12.2711910Z [00:02:39.229]➜  mkdir -p $WORK/b1667/
2025-08-20T21:11:12.2715245Z [00:02:39.229]➜  echo '# import config' > $WORK/b1667/importcfg # internal
2025-08-20T21:11:12.2719452Z [00:02:39.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/tinkerror=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/tinkerror;$WORK/b1667=>" -p github.com/tink-crypto/tink-go/v2/internal/tinkerror -lang=go1.23 -complete -installsuffix shared -buildid QsgONU-qgMDOa6QpiERg/QsgONU-qgMDOa6QpiERg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/tinkerror/doc.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/tinkerror/tinkerror.go
2025-08-20T21:11:12.2760715Z [00:02:39.233]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T21:11:12.2762463Z [00:02:39.234]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/62/6255c2317774031d256c5a70e195e2115bed95a62ba2a9636a27faf9ff7e0666-d # internal
2025-08-20T21:11:12.2763235Z [00:02:39.234]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported
2025-08-20T21:11:12.2763716Z [00:02:39.234]➜  mkdir -p $WORK/b1693/
2025-08-20T21:11:12.2764074Z [00:02:39.234]➜  echo '# import config' > $WORK/b1693/importcfg # internal
2025-08-20T21:11:12.2767366Z [00:02:39.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1693/_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/b1693=>" -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/b1693/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-20T21:11:12.2769860Z [00:02:39.235]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T21:11:12.2773406Z [00:02:39.235]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/ad/adf943490751f5559ebd59f5e4c0ff783b6d1ebdf3a09594c7647c7bd06c0027-d # internal
2025-08-20T21:11:12.2774337Z [00:02:39.235]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant
2025-08-20T21:11:12.2774901Z [00:02:39.235]➜  mkdir -p $WORK/b1697/
2025-08-20T21:11:12.2776819Z [00:02:39.236]➜  echo '# import config' > $WORK/b1697/importcfg # internal
2025-08-20T21:11:12.2780856Z [00:02:39.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1697/_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/b1697=>" -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/b1697/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-20T21:11:12.2823604Z [00:02:39.240]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T21:11:12.2831433Z [00:02:39.241]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/9e/9e0e0f7a7a55abd18ba5e64b8bc1a7b3762f4de85099154936214d2565a4f8db-d # internal
2025-08-20T21:11:12.2832412Z [00:02:39.241]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
2025-08-20T21:11:12.2833010Z [00:02:39.241]➜  mkdir -p $WORK/b1703/
2025-08-20T21:11:12.2833480Z [00:02:39.241]➜  echo '# import config' > $WORK/b1703/importcfg # internal
2025-08-20T21:11:12.2845824Z [00:02:39.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1703/_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/b1703=>" -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/b1703/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-20T21:11:12.2848351Z [00:02:39.242]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T21:11:12.2849028Z [00:02:39.242]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/7c/7cb8d6133e57af7778e869c906148fda9923eca7700555397e0cc54542fdd9b0-d # internal
2025-08-20T21:11:12.2856804Z [00:02:39.243]➜  github.com/bahlo/generic-list-go
2025-08-20T21:11:12.2857157Z [00:02:39.243]➜  mkdir -p $WORK/b1750/
2025-08-20T21:11:12.2857832Z [00:02:39.244]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T21:11:12.2861726Z [00:02:39.244]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/0b/0b198cdd9e2a65c84003c9f26e609e4d0783bc31bce10d285a52f309019145df-d # internal
2025-08-20T21:11:12.2863407Z [00:02:39.244]➜  echo '# import config' > $WORK/b1750/importcfg # internal
2025-08-20T21:11:12.2864050Z [00:02:39.244]➜  github.com/actgardner/gogen-avro/v10/vm/types
2025-08-20T21:11:12.2872466Z [00:02:39.244]➜  mkdir -p $WORK/b1770/
2025-08-20T21:11:12.2872852Z [00:02:39.245]➜  echo '# import config' > $WORK/b1770/importcfg # internal
2025-08-20T21:11:12.2878738Z [00:02:39.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types=>github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types;$WORK/b1770=>" -p github.com/actgardner/gogen-avro/v10/vm/types -lang=go1.17 -complete -installsuffix shared -buildid g8MvKkPdCgx8WYfrSPbi/g8MvKkPdCgx8WYfrSPbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1770/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/boolean.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/double.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/field.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/float.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/int.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/long.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/null.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/record.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/types/string.go
2025-08-20T21:11:12.2884431Z [00:02:39.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0=>github.com/bahlo/generic-list-go@v0.2.0;$WORK/b1750=>" -p github.com/bahlo/generic-list-go -lang=go1.18 -complete -installsuffix shared -buildid ydP3udHjxHMEtCjiAapA/ydP3udHjxHMEtCjiAapA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/importcfg -pack /root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0/list.go
2025-08-20T21:11:12.2917008Z [00:02:39.249]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T21:11:12.2918154Z [00:02:39.249]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/ae/aefa3d1cd2d2f2e431b24317652bf58ba9689858598e27f7a058f13442fa62f7-d # internal
2025-08-20T21:11:12.2919010Z [00:02:39.249]➜  github.com/aws/aws-sdk-go/aws/client/metadata
2025-08-20T21:11:12.2919437Z [00:02:39.249]➜  mkdir -p $WORK/b1782/
2025-08-20T21:11:12.2920075Z [00:02:39.249]➜  echo '# import config' > $WORK/b1782/importcfg # internal
2025-08-20T21:11:12.2922938Z [00:02:39.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/metadata=>github.com/aws/aws-sdk-go@v1.55.7/aws/client/metadata;$WORK/b1782=>" -p github.com/aws/aws-sdk-go/aws/client/metadata -lang=go1.19 -complete -installsuffix shared -buildid UktPQGcVh7YQCyMwK2a-/UktPQGcVh7YQCyMwK2a- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1782/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/metadata/client_info.go
2025-08-20T21:11:12.2980276Z [00:02:39.256]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T21:11:12.2988057Z [00:02:39.257]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/14/145364044bdc73d723855f6a0004bd013b08d6063a7525ddbff5fa0e0daf73ba-d # internal
2025-08-20T21:11:12.2994231Z [00:02:39.257]➜  github.com/aws/aws-sdk-go/internal/sdkmath
2025-08-20T21:11:12.2995205Z [00:02:39.257]➜  mkdir -p $WORK/b1796/
2025-08-20T21:11:12.3001282Z [00:02:39.258]➜  cat >/tmp/go-build2720400589/b1796/importcfg << 'EOF' # internal
2025-08-20T21:11:12.3001705Z [00:02:39.258]➜  # import config
2025-08-20T21:11:12.3002047Z [00:02:39.258]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:12.3002386Z [00:02:39.258]➜  EOF
2025-08-20T21:11:12.3004591Z [00:02:39.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkmath=>github.com/aws/aws-sdk-go@v1.55.7/internal/sdkmath;$WORK/b1796=>" -p github.com/aws/aws-sdk-go/internal/sdkmath -lang=go1.19 -complete -installsuffix shared -buildid C8RARCuxKPbD1i8YXxGj/C8RARCuxKPbD1i8YXxGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1796/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkmath/floor.go
2025-08-20T21:11:12.3028208Z [00:02:39.261]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T21:11:12.3031298Z [00:02:39.261]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/f0/f05e91db9dc2f9ad6514f301c17965fc1063a32a1b303dc033c881c2266d9a28-d # internal
2025-08-20T21:11:12.3032693Z [00:02:39.261]➜  github.com/lib/pq/oid
2025-08-20T21:11:12.3033007Z [00:02:39.261]➜  mkdir -p $WORK/b1835/
2025-08-20T21:11:12.3035939Z [00:02:39.261]➜  echo '# import config' > $WORK/b1835/importcfg # internal
2025-08-20T21:11:12.3039667Z [00:02:39.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b1835=>" -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/b1835/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/types.go
2025-08-20T21:11:12.3129802Z [00:02:39.271]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T21:11:12.3130834Z [00:02:39.271]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/72/722e377867224ccbe0bbb56c30fd799dcceebe13d10d9cf14dc1201e2ab0f10c-d # internal
2025-08-20T21:11:12.3131784Z [00:02:39.271]➜  golang.org/x/net/html/atom
2025-08-20T21:11:12.3132809Z [00:02:39.271]➜  mkdir -p $WORK/b1883/
2025-08-20T21:11:12.3136976Z [00:02:39.272]➜  echo '# import config' > $WORK/b1883/importcfg # internal
2025-08-20T21:11:12.3139341Z [00:02:39.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1883/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/html/atom=>golang.org/x/net@v0.39.0/html/atom;$WORK/b1883=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid kcTZa7Jk3LMFptj2Tz19/kcTZa7Jk3LMFptj2Tz19 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/atom/table.go
2025-08-20T21:11:12.3270172Z [00:02:39.285]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T21:11:12.3298092Z [00:02:39.288]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/ed/ed3a365d4fc161a8dc48fa96da461fa7b48eb0b31b755b72f6f80e56ff02de32-d # internal
2025-08-20T21:11:12.3298733Z [00:02:39.288]➜  github.com/VividCortex/ewma
2025-08-20T21:11:12.3299067Z [00:02:39.288]➜  mkdir -p $WORK/b1889/
2025-08-20T21:11:12.3299424Z [00:02:39.288]➜  echo '# import config' > $WORK/b1889/importcfg # internal
2025-08-20T21:11:12.3301698Z [00:02:39.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0=>github.com/VividCortex/ewma@v1.2.0;$WORK/b1889=>" -p github.com/VividCortex/ewma -lang=go1.12 -complete -installsuffix shared -buildid aXul6yw5gzwrc4OPH5kF/aXul6yw5gzwrc4OPH5kF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/importcfg -pack /root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0/ewma.go
2025-08-20T21:11:12.3421358Z [00:02:39.300]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T21:11:12.3444610Z [00:02:39.302]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T21:11:12.3445415Z [00:02:39.302]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/3f/3fdc38ae008bfc24cda4ae0798f704cf996afaeb1475fc858bee0e2dfb631911-d # internal
2025-08-20T21:11:12.3446802Z [00:02:39.302]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/4f/4fa8a52ceb2b6c09d43d8c820e86801af2ac27ceb6214b91bb10f8b9591eec26-d # internal
2025-08-20T21:11:12.3447422Z [00:02:39.302]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T21:11:12.3447747Z [00:02:39.302]➜  mkdir -p $WORK/b1904/
2025-08-20T21:11:12.3451692Z [00:02:39.303]➜  github.com/rivo/uniseg
2025-08-20T21:11:12.3452354Z [00:02:39.303]➜  mkdir -p $WORK/b1894/
2025-08-20T21:11:12.3453059Z [00:02:39.303]➜  echo '# import config' > $WORK/b1904/importcfg # internal
2025-08-20T21:11:12.3453739Z [00:02:39.303]➜  cat >/tmp/go-build2720400589/b1894/importcfg << 'EOF' # internal
2025-08-20T21:11:12.3454223Z [00:02:39.303]➜  # import config
2025-08-20T21:11:12.3460627Z [00:02:39.303]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:12.3461047Z [00:02:39.303]➜  EOF
2025-08-20T21:11:12.3466683Z [00:02:39.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b1894=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T21:11:12.3481509Z [00:02:39.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1904/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions=>go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions;$WORK/b1904=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid zEZFfyzruNJlskBLgcGj/zEZFfyzruNJlskBLgcGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1904/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/byte_slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/empty_interface_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/map_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/string_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/struct_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/time_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonoptions/uint_codec_options.go
2025-08-20T21:11:12.3489370Z [00:02:39.304]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T21:11:12.3490986Z [00:02:39.305]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/e6/e69e4978639e3316c3de95b3c70a1d78e6c74eb28223ba6f4f13fccf0c91b879-d # internal
2025-08-20T21:11:12.3497873Z [00:02:39.305]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T21:11:12.3499270Z [00:02:39.305]➜  mkdir -p $WORK/b1906/
2025-08-20T21:11:12.3499650Z [00:02:39.305]➜  echo '# import config' > $WORK/b1906/importcfg # internal
2025-08-20T21:11:12.3501756Z [00:02:39.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1906/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsontype=>go.mongodb.org/mongo-driver@v1.17.3/bson/bsontype;$WORK/b1906=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid nYgSZMxLVzvBkoXyo2Kd/nYgSZMxLVzvBkoXyo2Kd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1906/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsontype/bsontype.go
2025-08-20T21:11:12.3633486Z [00:02:39.321]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T21:11:12.3656665Z [00:02:39.321]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/9a/9a47d5877567671240601b3a5c0b019a170a022a657260a5be24d590861d9d31-d # internal
2025-08-20T21:11:12.3657724Z [00:02:39.321]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T21:11:12.3658060Z [00:02:39.321]➜  mkdir -p $WORK/b1913/
2025-08-20T21:11:12.3658419Z [00:02:39.322]➜  echo '# import config' > $WORK/b1913/importcfg # internal
2025-08-20T21:11:12.3660608Z [00:02:39.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1913/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/handshake=>go.mongodb.org/mongo-driver@v1.17.3/internal/handshake;$WORK/b1913=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid UnIDylPBx-iM5ohdxWJ0/UnIDylPBx-iM5ohdxWJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1913/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/handshake/handshake.go
2025-08-20T21:11:12.3663495Z [00:02:39.324]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T21:11:12.3664186Z [00:02:39.324]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/05/05d18022cc3c0befff697666cf75723498704773d9f71ec6c58ecb7dfad33f4f-d # internal
2025-08-20T21:11:12.3678270Z [00:02:39.326]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T21:11:12.3695389Z [00:02:39.327]➜  mkdir -p $WORK/b1914/
2025-08-20T21:11:12.3695788Z [00:02:39.327]➜  echo '# import config' > $WORK/b1914/importcfg # internal
2025-08-20T21:11:12.3697932Z [00:02:39.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1914/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/ptrutil=>go.mongodb.org/mongo-driver@v1.17.3/internal/ptrutil;$WORK/b1914=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid K3i96L-pKPm6R4qvk-U4/K3i96L-pKPm6R4qvk-U4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1914/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/ptrutil/int64.go
2025-08-20T21:11:12.3738508Z [00:02:39.332]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T21:11:12.3742070Z [00:02:39.332]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/44/44603950aec3d6fe585739deb49c77a62a7553e0b431f65ee9ee885a3f20da4b-d # internal
2025-08-20T21:11:12.3743906Z [00:02:39.332]➜  github.com/klauspost/compress
2025-08-20T21:11:12.3744908Z [00:02:39.332]➜  mkdir -p $WORK/b1933/
2025-08-20T21:11:12.3748123Z [00:02:39.333]➜  cat >/tmp/go-build2720400589/b1933/importcfg << 'EOF' # internal
2025-08-20T21:11:12.3749158Z [00:02:39.333]➜  # import config
2025-08-20T21:11:12.3749776Z [00:02:39.333]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:12.3750102Z [00:02:39.333]➜  EOF
2025-08-20T21:11:12.3752220Z [00:02:39.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b1933=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:11:12.3794904Z [00:02:39.337]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T21:11:12.3801945Z [00:02:39.338]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/e3/e379478fd884cc475d7cf9caef8ddba2c8fdb737673ac2d649b1f0b3c4b76fd3-d # internal
2025-08-20T21:11:12.3806452Z [00:02:39.339]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:11:12.3806860Z [00:02:39.339]➜  mkdir -p $WORK/b1936/
2025-08-20T21:11:12.3816146Z [00:02:39.339]➜  echo '# import config' > $WORK/b1936/importcfg # internal
2025-08-20T21:11:12.3819027Z [00:02:39.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1936/_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/b1936=>" -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/b1936/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T21:11:12.3877045Z [00:02:39.344]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T21:11:12.3878421Z [00:02:39.345]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T21:11:12.3879689Z [00:02:39.345]➜  go.mongodb.org/mongo-driver/version
2025-08-20T21:11:12.3880035Z [00:02:39.345]➜  mkdir -p $WORK/b1956/
2025-08-20T21:11:12.3880392Z [00:02:39.345]➜  echo '# import config' > $WORK/b1956/importcfg # internal
2025-08-20T21:11:12.3882366Z [00:02:39.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1956/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/version=>go.mongodb.org/mongo-driver@v1.17.3/version;$WORK/b1956=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid pUWRd6lyV0tTCkdQm-Aq/pUWRd6lyV0tTCkdQm-Aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1956/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/version/version.go
2025-08-20T21:11:12.3926783Z [00:02:39.351]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T21:11:12.3931195Z [00:02:39.351]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T21:11:12.3932871Z [00:02:39.351]➜  github.com/dgryski/go-rendezvous
2025-08-20T21:11:12.3933251Z [00:02:39.351]➜  mkdir -p $WORK/b1965/
2025-08-20T21:11:12.3937010Z [00:02:39.352]➜  echo '# import config' > $WORK/b1965/importcfg # internal
2025-08-20T21:11:12.3940216Z [00:02:39.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f=>github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f;$WORK/b1965=>" -p github.com/dgryski/go-rendezvous -lang=go1.16 -complete -installsuffix shared -buildid nHwHg4IW7CgQ0P5cMsMT/nHwHg4IW7CgQ0P5cMsMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1965/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f/rdv.go
2025-08-20T21:11:12.3959179Z [00:02:39.354]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T21:11:12.3961511Z [00:02:39.354]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/4f/4fcafa99d7519aa752706eb176369b35f289f3d198a907e93641b95165054af2-d # internal
2025-08-20T21:11:12.3963852Z [00:02:39.354]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T21:11:12.3965528Z [00:02:39.354]➜  mkdir -p $WORK/b1989/
2025-08-20T21:11:12.3969274Z [00:02:39.355]➜  echo '# import config' > $WORK/b1989/importcfg # internal
2025-08-20T21:11:12.3973801Z [00:02:39.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache=>github.com/aws/smithy-go@v1.22.3/container/private/cache;$WORK/b1989=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid A5Rg08bFjeSWg84nle_1/A5Rg08bFjeSWg84nle_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1989/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache/cache.go
2025-08-20T21:11:12.4055715Z [00:02:39.363]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T21:11:12.4071485Z [00:02:39.365]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T21:11:12.4073187Z [00:02:39.365]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/da/da34d08cb427dcffb29967c782aed27f654e6e3629ea4af8e22a56773eb67a01-d # internal
2025-08-20T21:11:12.4074144Z [00:02:39.365]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/ab/ab273930c730c2649daef38a6f6a5b3c0ab579605e80036b792071a8ecded337-d # internal
2025-08-20T21:11:12.4075340Z [00:02:39.365]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T21:11:12.4075697Z [00:02:39.365]➜  mkdir -p $WORK/b1990/
2025-08-20T21:11:12.4076004Z [00:02:39.365]➜  github.com/gammazero/nexus/v3/stdlog
2025-08-20T21:11:12.4076306Z [00:02:39.365]➜  mkdir -p $WORK/b2000/
2025-08-20T21:11:12.4076681Z [00:02:39.365]➜  cat >/tmp/go-build2720400589/b1990/importcfg << 'EOF' # internal
2025-08-20T21:11:12.4077041Z [00:02:39.365]➜  # import config
2025-08-20T21:11:12.4077408Z [00:02:39.365]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:12.4078033Z [00:02:39.365]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2720400589/b1989/_pkg_.a
2025-08-20T21:11:12.4078486Z [00:02:39.365]➜  EOF
2025-08-20T21:11:12.4082006Z [00:02:39.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache/lru=>github.com/aws/smithy-go@v1.22.3/container/private/cache/lru;$WORK/b1990=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid DQPE8DycM2ecfsRSCxyh/DQPE8DycM2ecfsRSCxyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1990/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/container/private/cache/lru/lru.go
2025-08-20T21:11:12.4084532Z [00:02:39.365]➜  echo '# import config' > $WORK/b2000/importcfg # internal
2025-08-20T21:11:12.4086627Z [00:02:39.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/stdlog=>github.com/gammazero/nexus/v3@v3.2.2/stdlog;$WORK/b2000=>" -p github.com/gammazero/nexus/v3/stdlog -lang=go1.20 -complete -installsuffix shared -buildid 3dJYjpRsJ_mlZ0TxdTfG/3dJYjpRsJ_mlZ0TxdTfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2000/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/stdlog/stdlog.go
2025-08-20T21:11:12.4173840Z [00:02:39.375]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T21:11:12.4174815Z [00:02:39.375]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/2f/2f2052d53b8ef20db62d289eb6e6fd671c0a06b25845fcbb61ef19593eefefb7-d # internal
2025-08-20T21:11:12.4175502Z [00:02:39.375]➜  github.com/tetratelabs/wazero/internal/internalapi
2025-08-20T21:11:12.4181072Z [00:02:39.376]➜  mkdir -p $WORK/b2008/
2025-08-20T21:11:12.4183947Z [00:02:39.376]➜  echo '# import config' > $WORK/b2008/importcfg # internal
2025-08-20T21:11:12.4186853Z [00:02:39.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/internalapi=>github.com/tetratelabs/wazero@v1.9.0/internal/internalapi;$WORK/b2008=>" -p github.com/tetratelabs/wazero/internal/internalapi -lang=go1.22 -complete -installsuffix shared -buildid 6vfHwQsEl9hQSIksF8Kh/6vfHwQsEl9hQSIksF8Kh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/internalapi/internal.go
2025-08-20T21:11:12.4257214Z [00:02:39.383]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T21:11:12.4257962Z [00:02:39.383]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/72/725c3608b019af840d2268ae56b893f4c3c7bd8c0a01b4d84617499b74a31d95-d # internal
2025-08-20T21:11:12.4259105Z [00:02:39.383]➜  github.com/tetratelabs/wazero/internal/expctxkeys
2025-08-20T21:11:12.4259949Z [00:02:39.383]➜  mkdir -p $WORK/b2010/
2025-08-20T21:11:12.4260390Z [00:02:39.384]➜  echo '# import config' > $WORK/b2010/importcfg # internal
2025-08-20T21:11:12.4264571Z [00:02:39.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys=>github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys;$WORK/b2010=>" -p github.com/tetratelabs/wazero/internal/expctxkeys -lang=go1.22 -complete -installsuffix shared -buildid 19W9eCw7GXUTegMfDWeY/19W9eCw7GXUTegMfDWeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/checkpoint.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/close.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/expctxkeys.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/importresolver.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/listener.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/expctxkeys/memory.go
2025-08-20T21:11:12.4308463Z [00:02:39.389]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T21:11:12.4329320Z [00:02:39.389]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/65/65b2317810d15e9eeeef2226cbb1b9008ca19e6986e57c8e7ee88ad83f481bef-d # internal
2025-08-20T21:11:12.4329999Z [00:02:39.390]➜  github.com/tetratelabs/wazero/internal/moremath
2025-08-20T21:11:12.4330342Z [00:02:39.390]➜  mkdir -p $WORK/b2016/
2025-08-20T21:11:12.4330758Z [00:02:39.390]➜  cat >/tmp/go-build2720400589/b2016/importcfg << 'EOF' # internal
2025-08-20T21:11:12.4331108Z [00:02:39.390]➜  # import config
2025-08-20T21:11:12.4331444Z [00:02:39.390]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:12.4331752Z [00:02:39.390]➜  EOF
2025-08-20T21:11:12.4333891Z [00:02:39.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/moremath=>github.com/tetratelabs/wazero@v1.9.0/internal/moremath;$WORK/b2016=>" -p github.com/tetratelabs/wazero/internal/moremath -lang=go1.22 -complete -installsuffix shared -buildid LRaETsU1wcT6UOUbH9tJ/LRaETsU1wcT6UOUbH9tJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2016/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/moremath/moremath.go
2025-08-20T21:11:12.4343562Z [00:02:39.392]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T21:11:12.4356904Z [00:02:39.393]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/ef/ef28faf582424e7c7ba1a9afd419e1656ec3dd45e121241b68a7fd154cb0f062-d # internal
2025-08-20T21:11:12.4360304Z [00:02:39.393]➜  github.com/tetratelabs/wazero/internal/wasmruntime
2025-08-20T21:11:12.4360659Z [00:02:39.393]➜  mkdir -p $WORK/b2027/
2025-08-20T21:11:12.4361022Z [00:02:39.393]➜  echo '# import config' > $WORK/b2027/importcfg # internal
2025-08-20T21:11:12.4363630Z [00:02:39.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmruntime=>github.com/tetratelabs/wazero@v1.9.0/internal/wasmruntime;$WORK/b2027=>" -p github.com/tetratelabs/wazero/internal/wasmruntime -lang=go1.22 -complete -installsuffix shared -buildid UTedASxGXO15ynRnnCM1/UTedASxGXO15ynRnnCM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2027/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmruntime/errors.go
2025-08-20T21:11:12.4459687Z [00:02:39.404]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T21:11:12.4463296Z [00:02:39.404]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/d8/d8416b018de609cfd750c4a43bcd4252c14d46f63499c5d3e72009b8dfa7b10f-d # internal
2025-08-20T21:11:12.4463939Z [00:02:39.404]➜  github.com/tetratelabs/wazero/internal/u32
2025-08-20T21:11:12.4464386Z [00:02:39.404]➜  mkdir -p $WORK/b2035/
2025-08-20T21:11:12.4464799Z [00:02:39.404]➜  echo '# import config' > $WORK/b2035/importcfg # internal
2025-08-20T21:11:12.4466922Z [00:02:39.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u32=>github.com/tetratelabs/wazero@v1.9.0/internal/u32;$WORK/b2035=>" -p github.com/tetratelabs/wazero/internal/u32 -lang=go1.22 -complete -installsuffix shared -buildid 8hKSMZqeRkj5-XFaT7U1/8hKSMZqeRkj5-XFaT7U1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2035/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u32/u32.go
2025-08-20T21:11:12.4534845Z [00:02:39.411]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T21:11:12.4542213Z [00:02:39.412]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/22/22bddf30dd588c5397a3434f02c6019e1749e9eea447b28ea35b14f4994ef217-d # internal
2025-08-20T21:11:12.4542971Z [00:02:39.412]➜  github.com/tetratelabs/wazero/internal/u64
2025-08-20T21:11:12.4543294Z [00:02:39.412]➜  mkdir -p $WORK/b2036/
2025-08-20T21:11:12.4545594Z [00:02:39.412]➜  echo '# import config' > $WORK/b2036/importcfg # internal
2025-08-20T21:11:12.4549288Z [00:02:39.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u64=>github.com/tetratelabs/wazero@v1.9.0/internal/u64;$WORK/b2036=>" -p github.com/tetratelabs/wazero/internal/u64 -lang=go1.22 -complete -installsuffix shared -buildid JECmRtEdNuog5iphy_Ey/JECmRtEdNuog5iphy_Ey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2036/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u64/u64.go
2025-08-20T21:11:12.4572977Z [00:02:39.415]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T21:11:12.4577736Z [00:02:39.415]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/79/7996e132448f00f2998ae16f93babc2b900d936e0b0a2199b1424493db826c33-d # internal
2025-08-20T21:11:12.4578406Z [00:02:39.416]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:11:12.4578737Z [00:02:39.416]➜  mkdir -p $WORK/b2062/
2025-08-20T21:11:12.4579780Z [00:02:39.416]➜  echo '# import config' > $WORK/b2062/importcfg # internal
2025-08-20T21:11:12.4582929Z [00:02:39.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2062/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal/identifier=>golang.org/x/text@v0.24.0/encoding/internal/identifier;$WORK/b2062=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid FRQQBuswm5HtPXf1UhG0/FRQQBuswm5HtPXf1UhG0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal/identifier/mib.go
2025-08-20T21:11:12.4639868Z [00:02:39.422]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T21:11:12.4640978Z [00:02:39.422]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/9c/9c6e2c4855963b292ad1762a423323dab6366d891066adeb169439264b05ebd5-d # internal
2025-08-20T21:11:12.4644476Z [00:02:39.422]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:11:12.4644917Z [00:02:39.422]➜  mkdir -p $WORK/b2064/
2025-08-20T21:11:12.4645283Z [00:02:39.422]➜  echo '# import config' > $WORK/b2064/importcfg # internal
2025-08-20T21:11:12.4647400Z [00:02:39.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2064/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/utf8internal=>golang.org/x/text@v0.24.0/internal/utf8internal;$WORK/b2064=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid zVNZEipfFtkee08o6Jgt/zVNZEipfFtkee08o6Jgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/utf8internal/utf8internal.go
2025-08-20T21:11:12.4692884Z [00:02:39.427]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T21:11:12.4699014Z [00:02:39.427]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/15/15e70e97418025936c39c8bb6c66c0f1a4a68e73a5ad3485c770d61122f926ad-d # internal
2025-08-20T21:11:12.4699834Z [00:02:39.427]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T21:11:12.4700188Z [00:02:39.428]➜  mkdir -p $WORK/b2068/
2025-08-20T21:11:12.4700565Z [00:02:39.428]➜  cat >/tmp/go-build2720400589/b2068/importcfg << 'EOF' # internal
2025-08-20T21:11:12.4700912Z [00:02:39.428]➜  # import config
2025-08-20T21:11:12.4701272Z [00:02:39.428]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:12.4701914Z [00:02:39.428]➜  EOF
2025-08-20T21:11:12.4704502Z [00:02:39.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters=>github.com/pelletier/go-toml/v2@v2.2.4/internal/characters;$WORK/b2068=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.21 -complete -installsuffix shared -buildid i9a7A4_hU38q4gXId4lL/i9a7A4_hU38q4gXId4lL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2068/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters/utf8.go
2025-08-20T21:11:12.4768332Z [00:02:39.434]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T21:11:12.4773329Z [00:02:39.434]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/43/439d49c72789982d245d0e18a83240a407b9d58660ce9d6983e3a660f271b770-d # internal
2025-08-20T21:11:12.4773986Z [00:02:39.435]➜  github.com/spf13/viper/internal/features
2025-08-20T21:11:12.4775314Z [00:02:39.435]➜  mkdir -p $WORK/b2073/
2025-08-20T21:11:12.4775745Z [00:02:39.435]➜  echo '# import config' > $WORK/b2073/importcfg # internal
2025-08-20T21:11:12.4778216Z [00:02:39.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features=>github.com/spf13/viper@v1.20.1/internal/features;$WORK/b2073=>" -p github.com/spf13/viper/internal/features -lang=go1.21 -complete -installsuffix shared -buildid QdZd1ZW6CIFZIOlMxWUt/QdZd1ZW6CIFZIOlMxWUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2073/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/bind_struct_default.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/finder_default.go
2025-08-20T21:11:12.4866411Z [00:02:39.444]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T21:11:12.4874685Z [00:02:39.445]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/97/97668d073a581f0e115bb9bc26b9ffc3fc73af5fb7f743394a69ea19c0b2149a-d # internal
2025-08-20T21:11:12.4910104Z [00:02:39.449]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T21:11:12.4917713Z [00:02:39.450]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/a7/a7db89bc7216bc3eba07e85894ac9566f666efb957705b0d36aedbd8d910d457-d # internal
2025-08-20T21:11:12.5268212Z [00:02:39.483]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T21:11:12.5269872Z [00:02:39.485]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T21:11:13.7121692Z [00:02:40.670]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T21:11:13.7122167Z [00:02:40.670]➜  cd /root/.go/src/runtime
2025-08-20T21:11:13.7123075Z [00:02:40.670]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:11:13.7150434Z [00:02:40.673]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T21:11:13.7236992Z [00:02:40.681]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:11:13.7257572Z [00:02:40.684]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T21:11:13.7286265Z [00:02:40.686]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:11:13.7312033Z [00:02:40.689]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T21:11:13.7335138Z [00:02:40.691]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T21:11:13.7359392Z [00:02:40.694]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T21:11:13.7397967Z [00:02:40.698]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T21:11:13.7421775Z [00:02:40.700]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T21:11:13.7474137Z [00:02:40.705]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T21:11:13.7515372Z [00:02:40.709]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T21:11:13.7516634Z [00:02:40.709]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:11:13.7792794Z [00:02:40.736]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T21:11:13.7793510Z [00:02:40.737]➜  iter
2025-08-20T21:11:13.7794935Z [00:02:40.737]➜  mkdir -p $WORK/b039/
2025-08-20T21:11:13.7795224Z [00:02:40.737]➜  sync
2025-08-20T21:11:13.7795454Z [00:02:40.737]➜  mkdir -p $WORK/b035/
2025-08-20T21:11:13.7796252Z [00:02:40.737]➜  cat >/tmp/go-build2720400589/b039/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7796670Z [00:02:40.737]➜  # import config
2025-08-20T21:11:13.7797039Z [00:02:40.737]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:13.7797502Z [00:02:40.737]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.7797834Z [00:02:40.737]➜  EOF
2025-08-20T21:11:13.7798095Z [00:02:40.737]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:13.7804770Z [00:02:40.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:11:13.7806125Z [00:02:40.737]➜  internal/reflectlite
2025-08-20T21:11:13.7806398Z [00:02:40.737]➜  mkdir -p $WORK/b005/
2025-08-20T21:11:13.7806794Z [00:02:40.737]➜  cat >/tmp/go-build2720400589/b035/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7807142Z [00:02:40.737]➜  # import config
2025-08-20T21:11:13.7807506Z [00:02:40.737]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:13.7807980Z [00:02:40.737]➜  packagefile internal/sync=/tmp/go-build2720400589/b036/_pkg_.a
2025-08-20T21:11:13.7808468Z [00:02:40.737]➜  packagefile internal/synctest=/tmp/go-build2720400589/b038/_pkg_.a
2025-08-20T21:11:13.7809372Z [00:02:40.737]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.7809818Z [00:02:40.737]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:13.7810146Z [00:02:40.737]➜  EOF
2025-08-20T21:11:13.7812475Z [00:02:40.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T21:11:13.7816718Z [00:02:40.737]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:11:13.7817374Z [00:02:40.737]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:11:13.7818834Z [00:02:40.737]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:11:13.7820035Z [00:02:40.738]➜  crypto/subtle
2025-08-20T21:11:13.7820419Z [00:02:40.738]➜  mkdir -p $WORK/b105/
2025-08-20T21:11:13.7820885Z [00:02:40.738]➜  cat >/tmp/go-build2720400589/b105/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7821232Z [00:02:40.738]➜  # import config
2025-08-20T21:11:13.7821667Z [00:02:40.738]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:13.7822224Z [00:02:40.738]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:11:13.7822713Z [00:02:40.738]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.7823034Z [00:02:40.739]➜  EOF
2025-08-20T21:11:13.7823278Z [00:02:40.739]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:13.7825506Z [00:02:40.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b105=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:11:13.7838776Z [00:02:40.742]➜  cat >/tmp/go-build2720400589/b005/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7839345Z [00:02:40.742]➜  # import config
2025-08-20T21:11:13.7839857Z [00:02:40.742]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:13.7840470Z [00:02:40.742]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:13.7841136Z [00:02:40.742]➜  packagefile internal/unsafeheader=/tmp/go-build2720400589/b009/_pkg_.a
2025-08-20T21:11:13.7841807Z [00:02:40.742]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.7842290Z [00:02:40.742]➜  EOF
2025-08-20T21:11:13.7844637Z [00:02:40.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:11:13.7898243Z [00:02:40.747]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:11:13.7904961Z [00:02:40.748]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T21:11:13.7905510Z [00:02:40.748]➜  slices
2025-08-20T21:11:13.7905748Z [00:02:40.748]➜  mkdir -p $WORK/b050/
2025-08-20T21:11:13.7906184Z [00:02:40.749]➜  cat >/tmp/go-build2720400589/b050/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7906939Z [00:02:40.749]➜  # import config
2025-08-20T21:11:13.7907545Z [00:02:40.749]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:13.7908057Z [00:02:40.749]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:13.7910169Z [00:02:40.749]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:13.7910557Z [00:02:40.749]➜  EOF
2025-08-20T21:11:13.7912396Z [00:02:40.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T21:11:13.7960098Z [00:02:40.754]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:11:13.7969512Z [00:02:40.755]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T21:11:13.7971566Z [00:02:40.755]➜  weak
2025-08-20T21:11:13.7971858Z [00:02:40.755]➜  mkdir -p $WORK/b123/
2025-08-20T21:11:13.7974948Z [00:02:40.755]➜  cat >/tmp/go-build2720400589/b123/importcfg << 'EOF' # internal
2025-08-20T21:11:13.7975404Z [00:02:40.755]➜  # import config
2025-08-20T21:11:13.7975786Z [00:02:40.755]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:13.7976238Z [00:02:40.755]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.7976577Z [00:02:40.755]➜  EOF
2025-08-20T21:11:13.7978162Z [00:02:40.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b123=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:11:13.8082029Z [00:02:40.765]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:11:13.8083157Z [00:02:40.766]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T21:11:13.8091326Z [00:02:40.767]➜  maps
2025-08-20T21:11:13.8092948Z [00:02:40.767]➜  mkdir -p $WORK/b157/
2025-08-20T21:11:13.8095292Z [00:02:40.767]➜  cat >/tmp/go-build2720400589/b157/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8095941Z [00:02:40.767]➜  # import config
2025-08-20T21:11:13.8097499Z [00:02:40.767]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:13.8097830Z [00:02:40.767]➜  EOF
2025-08-20T21:11:13.8099219Z [00:02:40.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b157=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:11:13.8124959Z [00:02:40.770]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:11:13.8152018Z [00:02:40.773]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T21:11:13.8152636Z [00:02:40.773]➜  runtime/metrics
2025-08-20T21:11:13.8152910Z [00:02:40.773]➜  mkdir -p $WORK/b1854/
2025-08-20T21:11:13.8153663Z [00:02:40.773]➜  cat >/tmp/go-build2720400589/b1854/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8154018Z [00:02:40.773]➜  # import config
2025-08-20T21:11:13.8154556Z [00:02:40.773]➜  packagefile internal/godebugs=/tmp/go-build2720400589/b016/_pkg_.a
2025-08-20T21:11:13.8156576Z [00:02:40.773]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:13.8157273Z [00:02:40.773]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.8158062Z [00:02:40.773]➜  EOF
2025-08-20T21:11:13.8161173Z [00:02:40.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1854/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b1854=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T21:11:13.8268275Z [00:02:40.785]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:11:13.8293026Z [00:02:40.787]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T21:11:13.8297767Z [00:02:40.787]➜  github.com/tetratelabs/wazero/internal/descriptor
2025-08-20T21:11:13.8299709Z [00:02:40.787]➜  mkdir -p $WORK/b2020/
2025-08-20T21:11:13.8301366Z [00:02:40.787]➜  cat >/tmp/go-build2720400589/b2020/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8302369Z [00:02:40.787]➜  # import config
2025-08-20T21:11:13.8302737Z [00:02:40.787]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:13.8303173Z [00:02:40.787]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:13.8303483Z [00:02:40.787]➜  EOF
2025-08-20T21:11:13.8305708Z [00:02:40.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/descriptor=>github.com/tetratelabs/wazero@v1.9.0/internal/descriptor;$WORK/b2020=>" -p github.com/tetratelabs/wazero/internal/descriptor -lang=go1.22 -complete -installsuffix shared -buildid GxtuQC3SBkH4y4UxF0i4/GxtuQC3SBkH4y4UxF0i4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2020/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/descriptor/table.go
2025-08-20T21:11:13.8427151Z [00:02:40.800]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T21:11:13.8431269Z [00:02:40.801]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/66/66161452e93bf9c7786ef0c328b0ee9fafe6516c75d5206f9cfe5e48ce8e899b-d # internal
2025-08-20T21:11:13.8548298Z [00:02:40.813]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T21:11:13.8576696Z [00:02:40.815]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T21:11:13.8723760Z [00:02:40.830]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:11:13.8726124Z [00:02:40.830]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:11:13.8750459Z [00:02:40.833]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:11:13.8751246Z [00:02:40.833]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:11:13.8769530Z [00:02:40.835]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T21:11:13.8773078Z [00:02:40.835]➜  errors
2025-08-20T21:11:13.8786459Z [00:02:40.835]➜  mkdir -p $WORK/b004/
2025-08-20T21:11:13.8787685Z [00:02:40.835]➜  cat >/tmp/go-build2720400589/b004/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8788606Z [00:02:40.835]➜  # import config
2025-08-20T21:11:13.8789653Z [00:02:40.835]➜  packagefile internal/reflectlite=/tmp/go-build2720400589/b005/_pkg_.a
2025-08-20T21:11:13.8790239Z [00:02:40.835]➜  EOF
2025-08-20T21:11:13.8791239Z [00:02:40.835]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:13.8792893Z [00:02:40.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:11:13.8794237Z [00:02:40.837]➜  sort
2025-08-20T21:11:13.8794642Z [00:02:40.837]➜  mkdir -p $WORK/b076/
2025-08-20T21:11:13.8795026Z [00:02:40.837]➜  cat >/tmp/go-build2720400589/b076/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8795371Z [00:02:40.837]➜  # import config
2025-08-20T21:11:13.8795779Z [00:02:40.837]➜  packagefile internal/reflectlite=/tmp/go-build2720400589/b005/_pkg_.a
2025-08-20T21:11:13.8796262Z [00:02:40.837]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:13.8796697Z [00:02:40.837]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:13.8797008Z [00:02:40.837]➜  EOF
2025-08-20T21:11:13.8798741Z [00:02:40.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b076=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:11:13.8971404Z [00:02:40.855]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:11:13.8971942Z [00:02:40.855]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:11:13.8984795Z [00:02:40.855]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T21:11:13.8985472Z [00:02:40.855]➜  internal/oserror
2025-08-20T21:11:13.8985738Z [00:02:40.855]➜  mkdir -p $WORK/b049/
2025-08-20T21:11:13.8986116Z [00:02:40.855]➜  cat >/tmp/go-build2720400589/b049/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8986461Z [00:02:40.855]➜  # import config
2025-08-20T21:11:13.8986799Z [00:02:40.855]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.8987472Z [00:02:40.855]➜  EOF
2025-08-20T21:11:13.8989026Z [00:02:40.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b049=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:11:13.8990356Z [00:02:40.856]➜  path
2025-08-20T21:11:13.8990581Z [00:02:40.856]➜  mkdir -p $WORK/b054/
2025-08-20T21:11:13.8990947Z [00:02:40.856]➜  cat >/tmp/go-build2720400589/b054/importcfg << 'EOF' # internal
2025-08-20T21:11:13.8991287Z [00:02:40.856]➜  # import config
2025-08-20T21:11:13.8991621Z [00:02:40.856]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.8992071Z [00:02:40.856]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:13.8992560Z [00:02:40.856]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:13.8992891Z [00:02:40.856]➜  EOF
2025-08-20T21:11:13.8994495Z [00:02:40.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b054=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:11:13.8996597Z [00:02:40.857]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T21:11:13.8997902Z [00:02:40.858]➜  io
2025-08-20T21:11:13.8998959Z [00:02:40.858]➜  mkdir -p $WORK/b034/
2025-08-20T21:11:13.9003065Z [00:02:40.858]➜  cat >/tmp/go-build2720400589/b034/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9003424Z [00:02:40.858]➜  # import config
2025-08-20T21:11:13.9003780Z [00:02:40.858]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.9004198Z [00:02:40.858]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:13.9005060Z [00:02:40.858]➜  EOF
2025-08-20T21:11:13.9007012Z [00:02:40.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:11:13.9077087Z [00:02:40.864]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:11:13.9077901Z [00:02:40.864]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T21:11:13.9078442Z [00:02:40.864]➜  internal/bisect
2025-08-20T21:11:13.9078699Z [00:02:40.864]➜  mkdir -p $WORK/b046/
2025-08-20T21:11:13.9079094Z [00:02:40.864]➜  cat >/tmp/go-build2720400589/b046/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9079440Z [00:02:40.864]➜  # import config
2025-08-20T21:11:13.9079783Z [00:02:40.864]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.9080205Z [00:02:40.864]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:13.9080640Z [00:02:40.864]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:13.9080982Z [00:02:40.864]➜  EOF
2025-08-20T21:11:13.9082456Z [00:02:40.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b046=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:11:13.9326431Z [00:02:40.890]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:11:13.9328403Z [00:02:40.891]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T21:11:13.9333110Z [00:02:40.891]➜  syscall
2025-08-20T21:11:13.9333431Z [00:02:40.891]➜  mkdir -p $WORK/b047/
2025-08-20T21:11:13.9333780Z [00:02:40.891]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:11:13.9334639Z [00:02:40.891]➜  cd /root/.go/src/syscall
2025-08-20T21:11:13.9337092Z [00:02:40.891]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm_linux_arm64.s
2025-08-20T21:11:13.9401134Z [00:02:40.898]➜  cat >/tmp/go-build2720400589/b047/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9402997Z [00:02:40.898]➜  # import config
2025-08-20T21:11:13.9404739Z [00:02:40.898]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.9405263Z [00:02:40.898]➜  packagefile internal/asan=/tmp/go-build2720400589/b028/_pkg_.a
2025-08-20T21:11:13.9405754Z [00:02:40.898]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:13.9406258Z [00:02:40.898]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:13.9406764Z [00:02:40.898]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:13.9407598Z [00:02:40.898]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:13.9408071Z [00:02:40.898]➜  packagefile internal/msan=/tmp/go-build2720400589/b029/_pkg_.a
2025-08-20T21:11:13.9408555Z [00:02:40.898]➜  packagefile internal/oserror=/tmp/go-build2720400589/b049/_pkg_.a
2025-08-20T21:11:13.9409038Z [00:02:40.898]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:13.9409553Z [00:02:40.898]➜  packagefile internal/runtime/syscall=/tmp/go-build2720400589/b024/_pkg_.a
2025-08-20T21:11:13.9410053Z [00:02:40.898]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:13.9410482Z [00:02:40.898]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:13.9410893Z [00:02:40.898]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:13.9411334Z [00:02:40.898]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:13.9411679Z [00:02:40.898]➜  EOF
2025-08-20T21:11:13.9411924Z [00:02:40.898]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:13.9417299Z [00:02:40.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b047/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T21:11:13.9714396Z [00:02:40.929]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:11:13.9731558Z [00:02:40.931]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T21:11:13.9736665Z [00:02:40.931]➜  strconv
2025-08-20T21:11:13.9738149Z [00:02:40.932]➜  mkdir -p $WORK/b056/
2025-08-20T21:11:13.9738585Z [00:02:40.932]➜  cat >/tmp/go-build2720400589/b056/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9738964Z [00:02:40.932]➜  # import config
2025-08-20T21:11:13.9739309Z [00:02:40.932]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.9739777Z [00:02:40.932]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:13.9740287Z [00:02:40.932]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:13.9740756Z [00:02:40.932]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:13.9741183Z [00:02:40.932]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:13.9741894Z [00:02:40.932]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:13.9742545Z [00:02:40.932]➜  EOF
2025-08-20T21:11:13.9747106Z [00:02:40.932]➜  /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-20T21:11:13.9767385Z [00:02:40.935]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:11:13.9778691Z [00:02:40.936]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:11:13.9781252Z [00:02:40.936]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T21:11:13.9783483Z [00:02:40.936]➜  bytes
2025-08-20T21:11:13.9784611Z [00:02:40.936]➜  mkdir -p $WORK/b003/
2025-08-20T21:11:13.9790457Z [00:02:40.937]➜  cat >/tmp/go-build2720400589/b003/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9790853Z [00:02:40.937]➜  # import config
2025-08-20T21:11:13.9791194Z [00:02:40.937]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:13.9791657Z [00:02:40.937]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:13.9792102Z [00:02:40.937]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:13.9792505Z [00:02:40.937]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:13.9792950Z [00:02:40.937]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:13.9793388Z [00:02:40.937]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:13.9793834Z [00:02:40.937]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:13.9794168Z [00:02:40.937]➜  EOF
2025-08-20T21:11:13.9796036Z [00:02:40.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T21:11:13.9829343Z [00:02:40.940]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T21:11:13.9830027Z [00:02:40.940]➜  internal/godebug
2025-08-20T21:11:13.9830630Z [00:02:40.940]➜  mkdir -p $WORK/b045/
2025-08-20T21:11:13.9831089Z [00:02:40.940]➜  cat >/tmp/go-build2720400589/b045/importcfg << 'EOF' # internal
2025-08-20T21:11:13.9831443Z [00:02:40.940]➜  # import config
2025-08-20T21:11:13.9831812Z [00:02:40.940]➜  packagefile internal/bisect=/tmp/go-build2720400589/b046/_pkg_.a
2025-08-20T21:11:13.9832320Z [00:02:40.940]➜  packagefile internal/godebugs=/tmp/go-build2720400589/b016/_pkg_.a
2025-08-20T21:11:13.9832788Z [00:02:40.940]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:13.9833221Z [00:02:40.940]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:13.9833551Z [00:02:40.940]➜  EOF
2025-08-20T21:11:13.9835204Z [00:02:40.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b045=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:11:14.0835633Z [00:02:41.041]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:11:14.0841987Z [00:02:41.042]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T21:11:14.0848265Z [00:02:41.043]➜  internal/testlog
2025-08-20T21:11:14.0848612Z [00:02:41.043]➜  mkdir -p $WORK/b068/
2025-08-20T21:11:14.0850619Z [00:02:41.043]➜  cat >/tmp/go-build2720400589/b068/importcfg << 'EOF' # internal
2025-08-20T21:11:14.0850988Z [00:02:41.043]➜  # import config
2025-08-20T21:11:14.0851322Z [00:02:41.043]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.0851763Z [00:02:41.043]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.0852093Z [00:02:41.043]➜  EOF
2025-08-20T21:11:14.0853775Z [00:02:41.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b068=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:11:14.0916977Z [00:02:41.050]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:11:14.0932779Z [00:02:41.051]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T21:11:14.0937356Z [00:02:41.051]➜  strings
2025-08-20T21:11:14.0937679Z [00:02:41.052]➜  mkdir -p $WORK/b069/
2025-08-20T21:11:14.0942405Z [00:02:41.052]➜  cat >/tmp/go-build2720400589/b069/importcfg << 'EOF' # internal
2025-08-20T21:11:14.0942859Z [00:02:41.052]➜  # import config
2025-08-20T21:11:14.0943241Z [00:02:41.052]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.0943696Z [00:02:41.052]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:14.0944176Z [00:02:41.052]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.0944863Z [00:02:41.052]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:14.0946520Z [00:02:41.052]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.0947539Z [00:02:41.052]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:14.0948023Z [00:02:41.052]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.0948454Z [00:02:41.052]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.0949023Z [00:02:41.052]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:14.0949476Z [00:02:41.052]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:14.0949810Z [00:02:41.052]➜  EOF
2025-08-20T21:11:14.0952341Z [00:02:41.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b069=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:11:14.1032619Z [00:02:41.061]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:11:14.1050331Z [00:02:41.063]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T21:11:14.1053790Z [00:02:41.063]➜  encoding/base64
2025-08-20T21:11:14.1055332Z [00:02:41.063]➜  mkdir -p $WORK/b055/
2025-08-20T21:11:14.1061316Z [00:02:41.064]➜  cat >/tmp/go-build2720400589/b055/importcfg << 'EOF' # internal
2025-08-20T21:11:14.1062271Z [00:02:41.064]➜  # import config
2025-08-20T21:11:14.1063101Z [00:02:41.064]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:14.1063627Z [00:02:41.064]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.1064640Z [00:02:41.064]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.1065081Z [00:02:41.064]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:14.1065400Z [00:02:41.064]➜  EOF
2025-08-20T21:11:14.1066897Z [00:02:41.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b055=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:11:14.1077425Z [00:02:41.065]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:11:14.1082909Z [00:02:41.066]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T21:11:14.1083623Z [00:02:41.066]➜  reflect
2025-08-20T21:11:14.1083865Z [00:02:41.066]➜  mkdir -p $WORK/b062/
2025-08-20T21:11:14.1084327Z [00:02:41.066]➜  echo -n > $WORK/b062/go_asm.h # internal
2025-08-20T21:11:14.1085776Z [00:02:41.066]➜  cd /root/.go/src/reflect
2025-08-20T21:11:14.1087133Z [00:02:41.066]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b062/symabis ./asm_arm64.s
2025-08-20T21:11:14.1159999Z [00:02:41.074]➜  cat >/tmp/go-build2720400589/b062/importcfg << 'EOF' # internal
2025-08-20T21:11:14.1160447Z [00:02:41.074]➜  # import config
2025-08-20T21:11:14.1160825Z [00:02:41.074]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.1161284Z [00:02:41.074]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:14.1161775Z [00:02:41.074]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.1162872Z [00:02:41.074]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:14.1164902Z [00:02:41.074]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:14.1167130Z [00:02:41.074]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:14.1168347Z [00:02:41.074]➜  packagefile internal/runtime/maps=/tmp/go-build2720400589/b027/_pkg_.a
2025-08-20T21:11:14.1170905Z [00:02:41.074]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:11:14.1171464Z [00:02:41.074]➜  packagefile internal/unsafeheader=/tmp/go-build2720400589/b009/_pkg_.a
2025-08-20T21:11:14.1172316Z [00:02:41.074]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:14.1172801Z [00:02:41.074]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:14.1173230Z [00:02:41.074]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.1173661Z [00:02:41.074]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:14.1174094Z [00:02:41.074]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.1174749Z [00:02:41.074]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:14.1175205Z [00:02:41.074]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:14.1175537Z [00:02:41.074]➜  EOF
2025-08-20T21:11:14.1175787Z [00:02:41.074]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.1178647Z [00:02:41.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b062/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack -asmhdr $WORK/b062/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T21:11:14.1526514Z [00:02:41.110]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:11:14.1529473Z [00:02:41.111]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T21:11:14.1530044Z [00:02:41.111]➜  hash
2025-08-20T21:11:14.1530283Z [00:02:41.111]➜  mkdir -p $WORK/b079/
2025-08-20T21:11:14.1550745Z [00:02:41.113]➜  cat >/tmp/go-build2720400589/b079/importcfg << 'EOF' # internal
2025-08-20T21:11:14.1551776Z [00:02:41.113]➜  # import config
2025-08-20T21:11:14.1552209Z [00:02:41.113]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.1552532Z [00:02:41.113]➜  EOF
2025-08-20T21:11:14.1553824Z [00:02:41.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b079=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:11:14.1836588Z [00:02:41.141]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:11:14.1841032Z [00:02:41.142]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T21:11:14.1843760Z [00:02:41.142]➜  hash/crc32
2025-08-20T21:11:14.1844032Z [00:02:41.142]➜  mkdir -p $WORK/b078/
2025-08-20T21:11:14.1844560Z [00:02:41.142]➜  echo -n > $WORK/b078/go_asm.h # internal
2025-08-20T21:11:14.1846445Z [00:02:41.142]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:11:14.1847472Z [00:02:41.142]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b078/symabis ./crc32_arm64.s
2025-08-20T21:11:14.1931379Z [00:02:41.151]➜  cat >/tmp/go-build2720400589/b078/importcfg << 'EOF' # internal
2025-08-20T21:11:14.1931814Z [00:02:41.151]➜  # import config
2025-08-20T21:11:14.1932171Z [00:02:41.151]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.1932595Z [00:02:41.151]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.1933060Z [00:02:41.151]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:14.1933937Z [00:02:41.151]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:14.1934724Z [00:02:41.151]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.1935196Z [00:02:41.151]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.1935537Z [00:02:41.151]➜  EOF
2025-08-20T21:11:14.1935792Z [00:02:41.151]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.1937841Z [00:02:41.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b078=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b078/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack -asmhdr $WORK/b078/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:11:14.2206622Z [00:02:41.178]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:11:14.2226201Z [00:02:41.180]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T21:11:14.2229865Z [00:02:41.181]➜  bufio
2025-08-20T21:11:14.2232628Z [00:02:41.181]➜  mkdir -p $WORK/b073/
2025-08-20T21:11:14.2239325Z [00:02:41.182]➜  cat >/tmp/go-build2720400589/b073/importcfg << 'EOF' # internal
2025-08-20T21:11:14.2240172Z [00:02:41.182]➜  # import config
2025-08-20T21:11:14.2240529Z [00:02:41.182]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.2240954Z [00:02:41.182]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.2241364Z [00:02:41.182]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.2241780Z [00:02:41.182]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:14.2242228Z [00:02:41.182]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:14.2242560Z [00:02:41.182]➜  EOF
2025-08-20T21:11:14.2245963Z [00:02:41.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b073=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:11:14.2519035Z [00:02:41.210]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:11:14.2548843Z [00:02:41.213]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b078/crc32_arm64.o ./crc32_arm64.s
2025-08-20T21:11:14.2599483Z [00:02:41.218]➜  go tool pack r $WORK/b078/_pkg_.a $WORK/b078/crc32_arm64.o # internal
2025-08-20T21:11:14.2617917Z [00:02:41.220]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:11:14.2618740Z [00:02:41.220]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T21:11:14.2619287Z [00:02:41.220]➜  crypto
2025-08-20T21:11:14.2619522Z [00:02:41.220]➜  mkdir -p $WORK/b083/
2025-08-20T21:11:14.2619898Z [00:02:41.220]➜  cat >/tmp/go-build2720400589/b083/importcfg << 'EOF' # internal
2025-08-20T21:11:14.2620241Z [00:02:41.220]➜  # import config
2025-08-20T21:11:14.2620588Z [00:02:41.220]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.2620997Z [00:02:41.220]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.2621411Z [00:02:41.220]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:14.2621728Z [00:02:41.220]➜  EOF
2025-08-20T21:11:14.2621973Z [00:02:41.220]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.2623717Z [00:02:41.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b083=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:11:14.2835729Z [00:02:41.241]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:11:14.2842972Z [00:02:41.242]➜  cd /root/.go/src/syscall
2025-08-20T21:11:14.2847251Z [00:02:41.242]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:11:14.2856564Z [00:02:41.243]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T21:11:14.2864823Z [00:02:41.244]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:11:14.2865504Z [00:02:41.244]➜  mkdir -p $WORK/b087/
2025-08-20T21:11:14.2876143Z [00:02:41.245]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_linux_arm64.o # internal
2025-08-20T21:11:14.2876626Z [00:02:41.246]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:11:14.2877003Z [00:02:41.246]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:11:14.2895836Z [00:02:41.247]➜  cat >/tmp/go-build2720400589/b087/importcfg << 'EOF' # internal
2025-08-20T21:11:14.2896874Z [00:02:41.247]➜  # import config
2025-08-20T21:11:14.2897328Z [00:02:41.247]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:14.2897693Z [00:02:41.247]➜  EOF
2025-08-20T21:11:14.2897945Z [00:02:41.247]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.2899879Z [00:02:41.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b087=>" -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/b087/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:11:14.2901838Z [00:02:41.247]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T21:11:14.2902380Z [00:02:41.247]➜  crypto/internal/impl
2025-08-20T21:11:14.2902660Z [00:02:41.247]➜  mkdir -p $WORK/b094/
2025-08-20T21:11:14.2903029Z [00:02:41.247]➜  cat >/tmp/go-build2720400589/b094/importcfg << 'EOF' # internal
2025-08-20T21:11:14.2903371Z [00:02:41.247]➜  # import config
2025-08-20T21:11:14.2903717Z [00:02:41.247]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:14.2904032Z [00:02:41.247]➜  EOF
2025-08-20T21:11:14.2906468Z [00:02:41.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b094=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:11:14.2927436Z [00:02:41.251]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T21:11:14.2931202Z [00:02:41.251]➜  time
2025-08-20T21:11:14.2931470Z [00:02:41.251]➜  mkdir -p $WORK/b044/
2025-08-20T21:11:14.2935842Z [00:02:41.251]➜  cat >/tmp/go-build2720400589/b044/importcfg << 'EOF' # internal
2025-08-20T21:11:14.2936357Z [00:02:41.251]➜  # import config
2025-08-20T21:11:14.2936714Z [00:02:41.251]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.2937177Z [00:02:41.251]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.2937669Z [00:02:41.251]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:14.2938201Z [00:02:41.251]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:14.2938685Z [00:02:41.251]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.2939122Z [00:02:41.251]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.2939575Z [00:02:41.251]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.2940444Z [00:02:41.251]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:14.2940762Z [00:02:41.251]➜  EOF
2025-08-20T21:11:14.2943056Z [00:02:41.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b044=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T21:11:14.3046117Z [00:02:41.262]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:11:14.3057730Z [00:02:41.264]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T21:11:14.3065385Z [00:02:41.264]➜  internal/syscall/unix
2025-08-20T21:11:14.3065703Z [00:02:41.264]➜  mkdir -p $WORK/b066/
2025-08-20T21:11:14.3075623Z [00:02:41.265]➜  cat >/tmp/go-build2720400589/b066/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3076062Z [00:02:41.265]➜  # import config
2025-08-20T21:11:14.3077711Z [00:02:41.265]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.3078173Z [00:02:41.265]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.3078647Z [00:02:41.265]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:14.3078966Z [00:02:41.265]➜  EOF
2025-08-20T21:11:14.3092416Z [00:02:41.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b066=>" -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/b066/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:11:14.3098948Z [00:02:41.266]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:11:14.3099632Z [00:02:41.267]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T21:11:14.3100192Z [00:02:41.267]➜  internal/syscall/execenv
2025-08-20T21:11:14.3100468Z [00:02:41.267]➜  mkdir -p $WORK/b067/
2025-08-20T21:11:14.3100837Z [00:02:41.268]➜  cat >/tmp/go-build2720400589/b067/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3101179Z [00:02:41.268]➜  # import config
2025-08-20T21:11:14.3101525Z [00:02:41.268]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:14.3102196Z [00:02:41.268]➜  EOF
2025-08-20T21:11:14.3103867Z [00:02:41.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b067=>" -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/b067/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:11:14.3227375Z [00:02:41.281]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:11:14.3238428Z [00:02:41.282]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T21:11:14.3239095Z [00:02:41.282]➜  crypto/internal/fips140
2025-08-20T21:11:14.3239382Z [00:02:41.282]➜  mkdir -p $WORK/b086/
2025-08-20T21:11:14.3239756Z [00:02:41.282]➜  cat >/tmp/go-build2720400589/b086/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3240120Z [00:02:41.282]➜  # import config
2025-08-20T21:11:14.3240575Z [00:02:41.282]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2720400589/b087/_pkg_.a
2025-08-20T21:11:14.3241102Z [00:02:41.282]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.3241520Z [00:02:41.282]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.3241940Z [00:02:41.282]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.3242369Z [00:02:41.282]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:14.3242697Z [00:02:41.282]➜  EOF
2025-08-20T21:11:14.3245330Z [00:02:41.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b086=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:11:14.3456287Z [00:02:41.303]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:11:14.3456968Z [00:02:41.304]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:11:14.3468383Z [00:02:41.305]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T21:11:14.3476061Z [00:02:41.305]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T21:11:14.3489413Z [00:02:41.307]➜  crypto/internal/fips140/sha256
2025-08-20T21:11:14.3491364Z [00:02:41.307]➜  mkdir -p $WORK/b091/
2025-08-20T21:11:14.3491771Z [00:02:41.307]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T21:11:14.3492180Z [00:02:41.307]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:11:14.3493504Z [00:02:41.307]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b091/symabis ./sha256block_arm64.s
2025-08-20T21:11:14.3494829Z [00:02:41.307]➜  math/rand/v2
2025-08-20T21:11:14.3495080Z [00:02:41.307]➜  mkdir -p $WORK/b103/
2025-08-20T21:11:14.3495460Z [00:02:41.307]➜  cat >/tmp/go-build2720400589/b103/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3495806Z [00:02:41.307]➜  # import config
2025-08-20T21:11:14.3496151Z [00:02:41.307]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.3496622Z [00:02:41.307]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:14.3497570Z [00:02:41.307]➜  packagefile internal/chacha8rand=/tmp/go-build2720400589/b014/_pkg_.a
2025-08-20T21:11:14.3498035Z [00:02:41.307]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:14.3498463Z [00:02:41.307]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.3498784Z [00:02:41.307]➜  EOF
2025-08-20T21:11:14.3499030Z [00:02:41.307]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.3501162Z [00:02:41.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b103=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:11:14.3523990Z [00:02:41.310]➜  cat >/tmp/go-build2720400589/b091/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3525036Z [00:02:41.310]➜  # import config
2025-08-20T21:11:14.3525480Z [00:02:41.310]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.3525985Z [00:02:41.310]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.3526602Z [00:02:41.310]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.3527259Z [00:02:41.310]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:14.3527819Z [00:02:41.310]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:14.3528286Z [00:02:41.310]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.3528706Z [00:02:41.310]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.3529129Z [00:02:41.310]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.3529467Z [00:02:41.310]➜  EOF
2025-08-20T21:11:14.3532498Z [00:02:41.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b091=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b091/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T21:11:14.3856473Z [00:02:41.342]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:11:14.3878362Z [00:02:41.342]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b091/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T21:11:14.3879725Z [00:02:41.345]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/sha256block_arm64.o # internal
2025-08-20T21:11:14.3881368Z [00:02:41.345]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:11:14.3892135Z [00:02:41.347]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T21:11:14.3893103Z [00:02:41.347]➜  crypto/internal/fips140/sha3
2025-08-20T21:11:14.3893525Z [00:02:41.347]➜  mkdir -p $WORK/b095/
2025-08-20T21:11:14.3906518Z [00:02:41.348]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T21:11:14.3906998Z [00:02:41.348]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:11:14.3908261Z [00:02:41.348]➜  /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/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b095/symabis ./sha3_arm64.s
2025-08-20T21:11:14.3942812Z [00:02:41.352]➜  cat >/tmp/go-build2720400589/b095/importcfg << 'EOF' # internal
2025-08-20T21:11:14.3943591Z [00:02:41.352]➜  # import config
2025-08-20T21:11:14.3944053Z [00:02:41.352]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.3946346Z [00:02:41.352]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.3947015Z [00:02:41.352]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:14.3947655Z [00:02:41.352]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.3948288Z [00:02:41.352]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:14.3948865Z [00:02:41.352]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:14.3949336Z [00:02:41.352]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.3949772Z [00:02:41.352]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.3950208Z [00:02:41.352]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.3950524Z [00:02:41.352]➜  EOF
2025-08-20T21:11:14.3950779Z [00:02:41.352]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.3953752Z [00:02:41.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b095=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:11:14.3997895Z [00:02:41.357]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:11:14.3998984Z [00:02:41.358]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T21:11:14.4050854Z [00:02:41.363]➜  crypto/internal/fips140/sha512
2025-08-20T21:11:14.4054727Z [00:02:41.363]➜  mkdir -p $WORK/b097/
2025-08-20T21:11:14.4055867Z [00:02:41.363]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T21:11:14.4056806Z [00:02:41.364]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:11:14.4058154Z [00:02:41.364]➜  /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/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b097/symabis ./sha512block_arm64.s
2025-08-20T21:11:14.4141307Z [00:02:41.372]➜  cat >/tmp/go-build2720400589/b097/importcfg << 'EOF' # internal
2025-08-20T21:11:14.4142042Z [00:02:41.372]➜  # import config
2025-08-20T21:11:14.4142560Z [00:02:41.372]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.4144057Z [00:02:41.372]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.4144891Z [00:02:41.372]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.4145527Z [00:02:41.372]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:14.4146085Z [00:02:41.372]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:14.4146942Z [00:02:41.372]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.4147367Z [00:02:41.372]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.4147795Z [00:02:41.372]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.4148117Z [00:02:41.372]➜  EOF
2025-08-20T21:11:14.4157184Z [00:02:41.373]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.4165032Z [00:02:41.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b097=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b097/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack -asmhdr $WORK/b097/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T21:11:14.4766410Z [00:02:41.434]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:11:14.4789661Z [00:02:41.434]➜  /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/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b097/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T21:11:14.4874063Z [00:02:41.445]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/sha512block_arm64.o # internal
2025-08-20T21:11:14.4875458Z [00:02:41.445]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:11:14.4876493Z [00:02:41.445]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:11:14.4877791Z [00:02:41.445]➜  /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/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b095/sha3_arm64.o ./sha3_arm64.s
2025-08-20T21:11:14.4907073Z [00:02:41.448]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T21:11:14.4907761Z [00:02:41.449]➜  crypto/internal/randutil
2025-08-20T21:11:14.4908050Z [00:02:41.449]➜  mkdir -p $WORK/b102/
2025-08-20T21:11:14.4918167Z [00:02:41.450]➜  cat >/tmp/go-build2720400589/b102/importcfg << 'EOF' # internal
2025-08-20T21:11:14.4919086Z [00:02:41.450]➜  # import config
2025-08-20T21:11:14.4920627Z [00:02:41.450]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.4921136Z [00:02:41.450]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:14.4921475Z [00:02:41.450]➜  EOF
2025-08-20T21:11:14.4921723Z [00:02:41.450]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.4923485Z [00:02:41.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b102=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:11:14.4948572Z [00:02:41.453]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:11:14.4949065Z [00:02:41.453]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/sha3_arm64.o # internal
2025-08-20T21:11:14.4949533Z [00:02:41.453]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:11:14.4963427Z [00:02:41.454]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T21:11:14.4978522Z [00:02:41.456]➜  crypto/internal/fips140/hmac
2025-08-20T21:11:14.4978879Z [00:02:41.456]➜  mkdir -p $WORK/b090/
2025-08-20T21:11:14.4981513Z [00:02:41.456]➜  cat >/tmp/go-build2720400589/b090/importcfg << 'EOF' # internal
2025-08-20T21:11:14.4982083Z [00:02:41.456]➜  # import config
2025-08-20T21:11:14.4982437Z [00:02:41.456]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.4983136Z [00:02:41.456]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.4983717Z [00:02:41.456]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:14.4984743Z [00:02:41.456]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:14.4985401Z [00:02:41.456]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:14.4985902Z [00:02:41.456]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.4986319Z [00:02:41.456]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.4986628Z [00:02:41.456]➜  EOF
2025-08-20T21:11:14.4986884Z [00:02:41.456]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.4988857Z [00:02:41.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b090=>" -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/b090/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:11:14.5152086Z [00:02:41.473]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:11:14.5156159Z [00:02:41.473]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T21:11:14.5158759Z [00:02:41.474]➜  math/rand
2025-08-20T21:11:14.5160245Z [00:02:41.474]➜  mkdir -p $WORK/b108/
2025-08-20T21:11:14.5163924Z [00:02:41.474]➜  cat >/tmp/go-build2720400589/b108/importcfg << 'EOF' # internal
2025-08-20T21:11:14.5164347Z [00:02:41.474]➜  # import config
2025-08-20T21:11:14.5164744Z [00:02:41.474]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:14.5165209Z [00:02:41.474]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:14.5165620Z [00:02:41.474]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.5166055Z [00:02:41.474]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.5166389Z [00:02:41.474]➜  EOF
2025-08-20T21:11:14.5168642Z [00:02:41.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b108=>" -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/b108/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T21:11:14.5338353Z [00:02:41.491]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:11:14.5342463Z [00:02:41.492]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T21:11:14.5343074Z [00:02:41.492]➜  crypto/internal/fips140/check
2025-08-20T21:11:14.5343371Z [00:02:41.492]➜  mkdir -p $WORK/b089/
2025-08-20T21:11:14.5352142Z [00:02:41.493]➜  cat >/tmp/go-build2720400589/b089/importcfg << 'EOF' # internal
2025-08-20T21:11:14.5352621Z [00:02:41.493]➜  # import config
2025-08-20T21:11:14.5353048Z [00:02:41.493]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.5353657Z [00:02:41.493]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:14.5365351Z [00:02:41.493]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:14.5366449Z [00:02:41.493]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.5367099Z [00:02:41.493]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2720400589/b087/_pkg_.a
2025-08-20T21:11:14.5367610Z [00:02:41.493]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.5367913Z [00:02:41.493]➜  EOF
2025-08-20T21:11:14.5369635Z [00:02:41.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b089=>" -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/b089/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:11:14.5557051Z [00:02:41.513]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:11:14.5557972Z [00:02:41.513]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T21:11:14.5558543Z [00:02:41.513]➜  crypto/internal/fips140/aes
2025-08-20T21:11:14.5558836Z [00:02:41.513]➜  mkdir -p $WORK/b085/
2025-08-20T21:11:14.5559142Z [00:02:41.513]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T21:11:14.5559492Z [00:02:41.514]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:11:14.5560783Z [00:02:41.514]➜  /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/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b085/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T21:11:14.5590343Z [00:02:41.517]➜  cat >/tmp/go-build2720400589/b085/importcfg << 'EOF' # internal
2025-08-20T21:11:14.5590765Z [00:02:41.517]➜  # import config
2025-08-20T21:11:14.5591144Z [00:02:41.517]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:14.5591634Z [00:02:41.517]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:14.5592206Z [00:02:41.517]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:14.5592785Z [00:02:41.517]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:14.5593369Z [00:02:41.517]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:14.5594615Z [00:02:41.517]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.5595353Z [00:02:41.517]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:14.5595975Z [00:02:41.517]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2720400589/b087/_pkg_.a
2025-08-20T21:11:14.5596547Z [00:02:41.517]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:14.5597027Z [00:02:41.517]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.5597461Z [00:02:41.517]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.5597893Z [00:02:41.517]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:14.5598209Z [00:02:41.517]➜  EOF
2025-08-20T21:11:14.5598453Z [00:02:41.517]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.5601971Z [00:02:41.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b085=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b085/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:11:14.5960602Z [00:02:41.554]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:11:14.5998993Z [00:02:41.558]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T21:11:14.5999927Z [00:02:41.558]➜  context
2025-08-20T21:11:14.6000332Z [00:02:41.558]➜  mkdir -p $WORK/b043/
2025-08-20T21:11:14.6011329Z [00:02:41.559]➜  cat >/tmp/go-build2720400589/b043/importcfg << 'EOF' # internal
2025-08-20T21:11:14.6011743Z [00:02:41.559]➜  # import config
2025-08-20T21:11:14.6012086Z [00:02:41.559]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.6012602Z [00:02:41.559]➜  packagefile internal/reflectlite=/tmp/go-build2720400589/b005/_pkg_.a
2025-08-20T21:11:14.6013069Z [00:02:41.559]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.6013503Z [00:02:41.559]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.6013935Z [00:02:41.559]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:14.6014368Z [00:02:41.559]➜  EOF
2025-08-20T21:11:14.6015801Z [00:02:41.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b043=>" -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/b043/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:11:14.6208053Z [00:02:41.577]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:11:14.6209439Z [00:02:41.577]➜  /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/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b085/aes_arm64.o ./aes_arm64.s
2025-08-20T21:11:14.6236989Z [00:02:41.581]➜  /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/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b085/ctr_arm64.o ./ctr_arm64.s
2025-08-20T21:11:14.6314782Z [00:02:41.589]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/aes_arm64.o $WORK/b085/ctr_arm64.o # internal
2025-08-20T21:11:14.6316240Z [00:02:41.589]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:11:14.6324948Z [00:02:41.590]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T21:11:14.6359443Z [00:02:41.594]➜  io/fs
2025-08-20T21:11:14.6360971Z [00:02:41.594]➜  mkdir -p $WORK/b053/
2025-08-20T21:11:14.6363565Z [00:02:41.594]➜  cat >/tmp/go-build2720400589/b053/importcfg << 'EOF' # internal
2025-08-20T21:11:14.6364035Z [00:02:41.594]➜  # import config
2025-08-20T21:11:14.6365017Z [00:02:41.594]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.6365515Z [00:02:41.594]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.6366042Z [00:02:41.594]➜  packagefile internal/oserror=/tmp/go-build2720400589/b049/_pkg_.a
2025-08-20T21:11:14.6366493Z [00:02:41.594]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.6366900Z [00:02:41.594]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:14.6367320Z [00:02:41.594]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.6367734Z [00:02:41.594]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:14.6368577Z [00:02:41.594]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:14.6368914Z [00:02:41.594]➜  EOF
2025-08-20T21:11:14.6369168Z [00:02:41.594]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.6371365Z [00:02:41.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b053=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:11:14.6395792Z [00:02:41.597]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:11:14.6401266Z [00:02:41.598]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T21:11:14.6435764Z [00:02:41.601]➜  internal/poll
2025-08-20T21:11:14.6439916Z [00:02:41.602]➜  mkdir -p $WORK/b065/
2025-08-20T21:11:14.6454583Z [00:02:41.603]➜  cat >/tmp/go-build2720400589/b065/importcfg << 'EOF' # internal
2025-08-20T21:11:14.6455036Z [00:02:41.603]➜  # import config
2025-08-20T21:11:14.6455414Z [00:02:41.603]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.6455874Z [00:02:41.603]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:14.6456409Z [00:02:41.603]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:11:14.6456875Z [00:02:41.603]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.6457299Z [00:02:41.603]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.6457715Z [00:02:41.603]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.6458163Z [00:02:41.603]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.6458608Z [00:02:41.603]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:14.6459026Z [00:02:41.603]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:14.6459335Z [00:02:41.603]➜  EOF
2025-08-20T21:11:14.6480366Z [00:02:41.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b065=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:11:14.6873572Z [00:02:41.645]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:11:14.6915277Z [00:02:41.649]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T21:11:14.6922600Z [00:02:41.650]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:11:14.6923369Z [00:02:41.650]➜  mkdir -p $WORK/b115/
2025-08-20T21:11:14.6946709Z [00:02:41.653]➜  cat >/tmp/go-build2720400589/b115/importcfg << 'EOF' # internal
2025-08-20T21:11:14.6947118Z [00:02:41.653]➜  # import config
2025-08-20T21:11:14.6947571Z [00:02:41.653]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:14.6948164Z [00:02:41.653]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:14.6948665Z [00:02:41.653]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.6949123Z [00:02:41.653]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.6949447Z [00:02:41.653]➜  EOF
2025-08-20T21:11:14.6954412Z [00:02:41.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b115=>" -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/b115/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:11:14.7410139Z [00:02:41.699]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:11:14.7436572Z [00:02:41.700]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T21:11:14.7437789Z [00:02:41.701]➜  embed
2025-08-20T21:11:14.7438236Z [00:02:41.701]➜  mkdir -p $WORK/b052/
2025-08-20T21:11:14.7438738Z [00:02:41.701]➜  cat >/tmp/go-build2720400589/b052/importcfg << 'EOF' # internal
2025-08-20T21:11:14.7439858Z [00:02:41.701]➜  # import config
2025-08-20T21:11:14.7440651Z [00:02:41.701]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.7441199Z [00:02:41.701]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.7441712Z [00:02:41.701]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:14.7442176Z [00:02:41.701]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.7442582Z [00:02:41.701]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:14.7443011Z [00:02:41.701]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:14.7443316Z [00:02:41.701]➜  EOF
2025-08-20T21:11:14.7444842Z [00:02:41.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b052=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:11:14.7892731Z [00:02:41.747]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:11:14.7904787Z [00:02:41.748]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T21:11:14.7905492Z [00:02:41.748]➜  internal/filepathlite
2025-08-20T21:11:14.7905784Z [00:02:41.748]➜  mkdir -p $WORK/b064/
2025-08-20T21:11:14.7910871Z [00:02:41.749]➜  cat >/tmp/go-build2720400589/b064/importcfg << 'EOF' # internal
2025-08-20T21:11:14.7911938Z [00:02:41.749]➜  # import config
2025-08-20T21:11:14.7912459Z [00:02:41.749]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.7914239Z [00:02:41.749]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.7926610Z [00:02:41.749]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:14.7927092Z [00:02:41.749]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:14.7927539Z [00:02:41.749]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.7927853Z [00:02:41.749]➜  EOF
2025-08-20T21:11:14.7929881Z [00:02:41.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b064=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T21:11:14.8070228Z [00:02:41.765]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:11:14.8076231Z [00:02:41.765]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T21:11:14.8077248Z [00:02:41.766]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:11:14.8077611Z [00:02:41.766]➜  mkdir -p $WORK/b116/
2025-08-20T21:11:14.8080954Z [00:02:41.766]➜  cat >/tmp/go-build2720400589/b116/importcfg << 'EOF' # internal
2025-08-20T21:11:14.8081573Z [00:02:41.766]➜  # import config
2025-08-20T21:11:14.8083259Z [00:02:41.766]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:14.8083879Z [00:02:41.766]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:14.8085117Z [00:02:41.766]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.8086343Z [00:02:41.766]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.8086839Z [00:02:41.766]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.8087172Z [00:02:41.766]➜  EOF
2025-08-20T21:11:14.8090098Z [00:02:41.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:11:14.8328244Z [00:02:41.791]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:11:14.8335262Z [00:02:41.791]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T21:11:14.8370025Z [00:02:41.795]➜  os
2025-08-20T21:11:14.8370392Z [00:02:41.795]➜  mkdir -p $WORK/b063/
2025-08-20T21:11:14.8377434Z [00:02:41.796]➜  cat >/tmp/go-build2720400589/b063/importcfg << 'EOF' # internal
2025-08-20T21:11:14.8378136Z [00:02:41.796]➜  # import config
2025-08-20T21:11:14.8378659Z [00:02:41.796]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.8380688Z [00:02:41.796]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:14.8381223Z [00:02:41.796]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:14.8381752Z [00:02:41.796]➜  packagefile internal/filepathlite=/tmp/go-build2720400589/b064/_pkg_.a
2025-08-20T21:11:14.8382676Z [00:02:41.796]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:14.8383155Z [00:02:41.796]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:14.8383626Z [00:02:41.796]➜  packagefile internal/poll=/tmp/go-build2720400589/b065/_pkg_.a
2025-08-20T21:11:14.8384121Z [00:02:41.796]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:14.8384876Z [00:02:41.796]➜  packagefile internal/syscall/execenv=/tmp/go-build2720400589/b067/_pkg_.a
2025-08-20T21:11:14.8385431Z [00:02:41.796]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:11:14.8385939Z [00:02:41.796]➜  packagefile internal/testlog=/tmp/go-build2720400589/b068/_pkg_.a
2025-08-20T21:11:14.8386379Z [00:02:41.796]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.8386785Z [00:02:41.796]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:14.8387221Z [00:02:41.796]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.8387637Z [00:02:41.796]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.8388049Z [00:02:41.796]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.8388479Z [00:02:41.796]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:14.8388921Z [00:02:41.796]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:14.8389347Z [00:02:41.796]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:14.8389654Z [00:02:41.796]➜  EOF
2025-08-20T21:11:14.8399861Z [00:02:41.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b063=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T21:11:14.8597108Z [00:02:41.817]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:11:14.8598364Z [00:02:41.818]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T21:11:14.8599521Z [00:02:41.818]➜  crypto/internal/fips140/bigmod
2025-08-20T21:11:14.8600002Z [00:02:41.818]➜  mkdir -p $WORK/b121/
2025-08-20T21:11:14.8602276Z [00:02:41.818]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T21:11:14.8603159Z [00:02:41.818]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:11:14.8604599Z [00:02:41.818]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b121/symabis ./nat_arm64.s
2025-08-20T21:11:14.8637224Z [00:02:41.822]➜  cat >/tmp/go-build2720400589/b121/importcfg << 'EOF' # internal
2025-08-20T21:11:14.8637654Z [00:02:41.822]➜  # import config
2025-08-20T21:11:14.8638096Z [00:02:41.822]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:14.8638725Z [00:02:41.822]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:14.8639381Z [00:02:41.822]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:14.8639942Z [00:02:41.822]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:14.8640413Z [00:02:41.822]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.8640844Z [00:02:41.822]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:14.8641179Z [00:02:41.822]➜  EOF
2025-08-20T21:11:14.8650422Z [00:02:41.823]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.8652721Z [00:02:41.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b121/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack -asmhdr $WORK/b121/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:11:14.8778876Z [00:02:41.835]➜  cd /root/.go/src/reflect
2025-08-20T21:11:14.8779913Z [00:02:41.836]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b062/asm_arm64.o ./asm_arm64.s
2025-08-20T21:11:14.8815367Z [00:02:41.839]➜  go tool pack r $WORK/b062/_pkg_.a $WORK/b062/asm_arm64.o # internal
2025-08-20T21:11:14.8815842Z [00:02:41.839]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:11:14.8902959Z [00:02:41.848]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T21:11:14.8903564Z [00:02:41.848]➜  internal/fmtsort
2025-08-20T21:11:14.8903845Z [00:02:41.848]➜  mkdir -p $WORK/b061/
2025-08-20T21:11:14.8925040Z [00:02:41.850]➜  cat >/tmp/go-build2720400589/b061/importcfg << 'EOF' # internal
2025-08-20T21:11:14.8926109Z [00:02:41.850]➜  # import config
2025-08-20T21:11:14.8927115Z [00:02:41.850]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:14.8927598Z [00:02:41.850]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:14.8928026Z [00:02:41.850]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.8928377Z [00:02:41.850]➜  EOF
2025-08-20T21:11:14.8928637Z [00:02:41.851]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.8930197Z [00:02:41.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b061=>" -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/b061/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:11:14.9383855Z [00:02:41.896]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:11:14.9385213Z [00:02:41.896]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T21:11:14.9386340Z [00:02:41.896]➜  encoding/binary
2025-08-20T21:11:14.9386702Z [00:02:41.896]➜  mkdir -p $WORK/b077/
2025-08-20T21:11:14.9387563Z [00:02:41.896]➜  cat >/tmp/go-build2720400589/b077/importcfg << 'EOF' # internal
2025-08-20T21:11:14.9387929Z [00:02:41.896]➜  # import config
2025-08-20T21:11:14.9388273Z [00:02:41.896]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:14.9388689Z [00:02:41.896]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:14.9389096Z [00:02:41.896]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:14.9389517Z [00:02:41.896]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:14.9389956Z [00:02:41.896]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:14.9390377Z [00:02:41.896]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.9390684Z [00:02:41.896]➜  EOF
2025-08-20T21:11:14.9392531Z [00:02:41.896]➜  /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-20T21:11:14.9424578Z [00:02:41.900]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:11:14.9426510Z [00:02:41.900]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b121/nat_arm64.o ./nat_arm64.s
2025-08-20T21:11:14.9453757Z [00:02:41.903]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/nat_arm64.o # internal
2025-08-20T21:11:14.9454452Z [00:02:41.903]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:11:14.9470244Z [00:02:41.905]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T21:11:14.9471545Z [00:02:41.905]➜  crypto/internal/fips140cache
2025-08-20T21:11:14.9472291Z [00:02:41.905]➜  mkdir -p $WORK/b122/
2025-08-20T21:11:14.9491443Z [00:02:41.906]➜  cat >/tmp/go-build2720400589/b122/importcfg << 'EOF' # internal
2025-08-20T21:11:14.9491881Z [00:02:41.906]➜  # import config
2025-08-20T21:11:14.9492238Z [00:02:41.906]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:14.9492667Z [00:02:41.906]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:14.9493460Z [00:02:41.906]➜  packagefile weak=/tmp/go-build2720400589/b123/_pkg_.a
2025-08-20T21:11:14.9493829Z [00:02:41.906]➜  EOF
2025-08-20T21:11:14.9494080Z [00:02:41.906]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:14.9496109Z [00:02:41.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b122=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:11:14.9612423Z [00:02:41.919]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:11:14.9624423Z [00:02:41.920]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T21:11:14.9625211Z [00:02:41.920]➜  crypto/sha3
2025-08-20T21:11:14.9625649Z [00:02:41.920]➜  mkdir -p $WORK/b125/
2025-08-20T21:11:14.9634091Z [00:02:41.921]➜  cat >/tmp/go-build2720400589/b125/importcfg << 'EOF' # internal
2025-08-20T21:11:14.9634747Z [00:02:41.921]➜  # import config
2025-08-20T21:11:14.9635229Z [00:02:41.921]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:14.9635886Z [00:02:41.921]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:14.9636972Z [00:02:41.921]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:14.9637448Z [00:02:41.921]➜  EOF
2025-08-20T21:11:14.9638999Z [00:02:41.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b125=>" -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/b125/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:11:15.0105098Z [00:02:41.968]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:11:15.0152801Z [00:02:41.971]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T21:11:15.0153609Z [00:02:41.971]➜  crypto/internal/fips140hash
2025-08-20T21:11:15.0154048Z [00:02:41.971]➜  mkdir -p $WORK/b124/
2025-08-20T21:11:15.0154962Z [00:02:41.971]➜  cat >/tmp/go-build2720400589/b124/importcfg << 'EOF' # internal
2025-08-20T21:11:15.0155447Z [00:02:41.971]➜  # import config
2025-08-20T21:11:15.0156021Z [00:02:41.971]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:15.0156659Z [00:02:41.971]➜  packagefile crypto/sha3=/tmp/go-build2720400589/b125/_pkg_.a
2025-08-20T21:11:15.0157190Z [00:02:41.971]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.0157598Z [00:02:41.971]➜  EOF
2025-08-20T21:11:15.0159482Z [00:02:41.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b124=>" -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/b124/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:11:15.0471841Z [00:02:42.005]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:11:15.0479753Z [00:02:42.006]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T21:11:15.0480413Z [00:02:42.006]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:11:15.0483978Z [00:02:42.006]➜  mkdir -p $WORK/b132/
2025-08-20T21:11:15.0491778Z [00:02:42.007]➜  cat >/tmp/go-build2720400589/b132/importcfg << 'EOF' # internal
2025-08-20T21:11:15.0493382Z [00:02:42.007]➜  # import config
2025-08-20T21:11:15.0494191Z [00:02:42.007]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.0495058Z [00:02:42.007]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2720400589/b116/_pkg_.a
2025-08-20T21:11:15.0495699Z [00:02:42.007]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.0496318Z [00:02:42.007]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.0496871Z [00:02:42.007]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.0497302Z [00:02:42.007]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.0497724Z [00:02:42.007]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.0498027Z [00:02:42.007]➜  EOF
2025-08-20T21:11:15.0501154Z [00:02:42.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:11:15.0625751Z [00:02:42.020]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:11:15.0736878Z [00:02:42.031]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T21:11:15.0738795Z [00:02:42.031]➜  crypto/internal/fips140/nistec
2025-08-20T21:11:15.0739161Z [00:02:42.031]➜  mkdir -p $WORK/b114/
2025-08-20T21:11:15.0739476Z [00:02:42.031]➜  echo -n > $WORK/b114/go_asm.h # internal
2025-08-20T21:11:15.0739836Z [00:02:42.031]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:11:15.0741145Z [00:02:42.031]➜  /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/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b114/symabis ./p256_asm_arm64.s
2025-08-20T21:11:15.0873986Z [00:02:42.045]➜  cat >/tmp/go-build2720400589/b114/importcfg << 'EOF' # internal
2025-08-20T21:11:15.0875106Z [00:02:42.045]➜  # import config
2025-08-20T21:11:15.0875649Z [00:02:42.045]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.0876277Z [00:02:42.045]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2720400589/b115/_pkg_.a
2025-08-20T21:11:15.0876936Z [00:02:42.045]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.0877564Z [00:02:42.045]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.0878093Z [00:02:42.045]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.0878527Z [00:02:42.045]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.0878974Z [00:02:42.045]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:15.0879387Z [00:02:42.045]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.0879690Z [00:02:42.045]➜  EOF
2025-08-20T21:11:15.0879951Z [00:02:42.045]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.0883895Z [00:02:42.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b114=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b114/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack -asmhdr $WORK/b114/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:11:15.1363351Z [00:02:42.094]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:11:15.1456970Z [00:02:42.103]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T21:11:15.1460836Z [00:02:42.104]➜  crypto/internal/fips140/hkdf
2025-08-20T21:11:15.1508567Z [00:02:42.109]➜  mkdir -p $WORK/b134/
2025-08-20T21:11:15.1512494Z [00:02:42.109]➜  cat >/tmp/go-build2720400589/b134/importcfg << 'EOF' # internal
2025-08-20T21:11:15.1512876Z [00:02:42.109]➜  # import config
2025-08-20T21:11:15.1513223Z [00:02:42.109]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.1513712Z [00:02:42.109]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.1514848Z [00:02:42.109]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.1515433Z [00:02:42.109]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:15.1516015Z [00:02:42.109]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.1516511Z [00:02:42.109]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.1516927Z [00:02:42.109]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.1517251Z [00:02:42.109]➜  EOF
2025-08-20T21:11:15.1519431Z [00:02:42.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b134=>" -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/b134/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:11:15.1815762Z [00:02:42.139]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:11:15.1825462Z [00:02:42.140]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T21:11:15.1834653Z [00:02:42.140]➜  crypto/internal/fips140/tls12
2025-08-20T21:11:15.1834987Z [00:02:42.140]➜  mkdir -p $WORK/b137/
2025-08-20T21:11:15.1835360Z [00:02:42.140]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:11:15.1850970Z [00:02:42.143]➜  cat >/tmp/go-build2720400589/b137/importcfg << 'EOF' # internal
2025-08-20T21:11:15.1851759Z [00:02:42.143]➜  # import config
2025-08-20T21:11:15.1853180Z [00:02:42.143]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.1854039Z [00:02:42.143]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.1855002Z [00:02:42.143]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.1856810Z [00:02:42.143]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:15.1857409Z [00:02:42.143]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.1858001Z [00:02:42.143]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.1858496Z [00:02:42.143]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.1859277Z [00:02:42.143]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.1859662Z [00:02:42.143]➜  EOF
2025-08-20T21:11:15.1861608Z [00:02:42.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b137=>" -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/b137/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:11:15.1873733Z [00:02:42.145]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T21:11:15.1875107Z [00:02:42.145]➜  crypto/internal/fips140/tls13
2025-08-20T21:11:15.1875671Z [00:02:42.145]➜  mkdir -p $WORK/b138/
2025-08-20T21:11:15.1904810Z [00:02:42.148]➜  cat >/tmp/go-build2720400589/b138/importcfg << 'EOF' # internal
2025-08-20T21:11:15.1905448Z [00:02:42.148]➜  # import config
2025-08-20T21:11:15.1906250Z [00:02:42.148]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.1907035Z [00:02:42.148]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.1909576Z [00:02:42.148]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.1910718Z [00:02:42.148]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2720400589/b134/_pkg_.a
2025-08-20T21:11:15.1911313Z [00:02:42.148]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.1911935Z [00:02:42.148]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.1912461Z [00:02:42.148]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.1912886Z [00:02:42.148]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.1913195Z [00:02:42.148]➜  EOF
2025-08-20T21:11:15.1915331Z [00:02:42.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b138=>" -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/b138/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:11:15.2126679Z [00:02:42.170]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:11:15.2131881Z [00:02:42.171]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T21:11:15.2149181Z [00:02:42.173]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:11:15.2151121Z [00:02:42.173]➜  mkdir -p $WORK/b143/
2025-08-20T21:11:15.2155309Z [00:02:42.173]➜  cat >/tmp/go-build2720400589/b143/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2156133Z [00:02:42.173]➜  # import config
2025-08-20T21:11:15.2163011Z [00:02:42.173]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:15.2164135Z [00:02:42.173]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:15.2165108Z [00:02:42.173]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.2167156Z [00:02:42.173]➜  EOF
2025-08-20T21:11:15.2170337Z [00:02:42.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b143=>" -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/b143/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:11:15.2262888Z [00:02:42.184]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:11:15.2272367Z [00:02:42.185]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T21:11:15.2274076Z [00:02:42.185]➜  crypto/fips140
2025-08-20T21:11:15.2274681Z [00:02:42.185]➜  mkdir -p $WORK/b151/
2025-08-20T21:11:15.2310219Z [00:02:42.189]➜  cat >/tmp/go-build2720400589/b151/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2311141Z [00:02:42.189]➜  # import config
2025-08-20T21:11:15.2311606Z [00:02:42.189]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.2312217Z [00:02:42.189]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.2312616Z [00:02:42.189]➜  EOF
2025-08-20T21:11:15.2314093Z [00:02:42.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b151=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:11:15.2359866Z [00:02:42.194]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:11:15.2408976Z [00:02:42.198]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:11:15.2411757Z [00:02:42.199]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T21:11:15.2412376Z [00:02:42.199]➜  crypto/tls/internal/fips140tls
2025-08-20T21:11:15.2412676Z [00:02:42.199]➜  mkdir -p $WORK/b150/
2025-08-20T21:11:15.2413080Z [00:02:42.199]➜  cat >/tmp/go-build2720400589/b150/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2413433Z [00:02:42.199]➜  # import config
2025-08-20T21:11:15.2413807Z [00:02:42.199]➜  packagefile crypto/fips140=/tmp/go-build2720400589/b151/_pkg_.a
2025-08-20T21:11:15.2414411Z [00:02:42.199]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:15.2414818Z [00:02:42.199]➜  EOF
2025-08-20T21:11:15.2416570Z [00:02:42.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b150=>" -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/b150/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:11:15.2477595Z [00:02:42.205]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:11:15.2479427Z [00:02:42.206]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T21:11:15.2480091Z [00:02:42.206]➜  encoding/pem
2025-08-20T21:11:15.2480353Z [00:02:42.206]➜  mkdir -p $WORK/b156/
2025-08-20T21:11:15.2483945Z [00:02:42.206]➜  cat >/tmp/go-build2720400589/b156/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2485678Z [00:02:42.206]➜  # import config
2025-08-20T21:11:15.2486040Z [00:02:42.206]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.2486503Z [00:02:42.206]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:15.2486956Z [00:02:42.206]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.2487367Z [00:02:42.206]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.2487771Z [00:02:42.206]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:15.2488213Z [00:02:42.206]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:15.2488534Z [00:02:42.206]➜  EOF
2025-08-20T21:11:15.2489982Z [00:02:42.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b156=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:11:15.2507480Z [00:02:42.209]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T21:11:15.2510796Z [00:02:42.209]➜  fmt
2025-08-20T21:11:15.2511082Z [00:02:42.209]➜  mkdir -p $WORK/b060/
2025-08-20T21:11:15.2535670Z [00:02:42.211]➜  cat >/tmp/go-build2720400589/b060/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2536389Z [00:02:42.211]➜  # import config
2025-08-20T21:11:15.2537075Z [00:02:42.211]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.2537799Z [00:02:42.211]➜  packagefile internal/fmtsort=/tmp/go-build2720400589/b061/_pkg_.a
2025-08-20T21:11:15.2538680Z [00:02:42.211]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.2539232Z [00:02:42.211]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.2539795Z [00:02:42.211]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:15.2540418Z [00:02:42.211]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:15.2540976Z [00:02:42.211]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:15.2541660Z [00:02:42.211]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.2542400Z [00:02:42.211]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.2543023Z [00:02:42.211]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:15.2569017Z [00:02:42.211]➜  EOF
2025-08-20T21:11:15.2570801Z [00:02:42.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b060=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T21:11:15.2612934Z [00:02:42.219]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:11:15.2615772Z [00:02:42.219]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T21:11:15.2616372Z [00:02:42.219]➜  crypto/internal/sysrand
2025-08-20T21:11:15.2616665Z [00:02:42.219]➜  mkdir -p $WORK/b101/
2025-08-20T21:11:15.2617039Z [00:02:42.219]➜  cat >/tmp/go-build2720400589/b101/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2617744Z [00:02:42.219]➜  # import config
2025-08-20T21:11:15.2618135Z [00:02:42.219]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.2618621Z [00:02:42.219]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:11:15.2619091Z [00:02:42.219]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.2619500Z [00:02:42.219]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:15.2619930Z [00:02:42.219]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:15.2620353Z [00:02:42.219]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.2620785Z [00:02:42.219]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:15.2621233Z [00:02:42.219]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:15.2621652Z [00:02:42.219]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:15.2621963Z [00:02:42.219]➜  EOF
2025-08-20T21:11:15.2623810Z [00:02:42.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b101=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:11:15.2830579Z [00:02:42.241]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:11:15.2843634Z [00:02:42.242]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T21:11:15.2850766Z [00:02:42.242]➜  crypto/internal/entropy
2025-08-20T21:11:15.2851093Z [00:02:42.242]➜  mkdir -p $WORK/b100/
2025-08-20T21:11:15.2851476Z [00:02:42.242]➜  cat >/tmp/go-build2720400589/b100/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2851864Z [00:02:42.242]➜  # import config
2025-08-20T21:11:15.2852274Z [00:02:42.242]➜  packagefile crypto/internal/sysrand=/tmp/go-build2720400589/b101/_pkg_.a
2025-08-20T21:11:15.2852650Z [00:02:42.242]➜  EOF
2025-08-20T21:11:15.2855911Z [00:02:42.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b100=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:11:15.2887149Z [00:02:42.245]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:11:15.2890097Z [00:02:42.245]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T21:11:15.2890703Z [00:02:42.246]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:11:15.2891041Z [00:02:42.246]➜  mkdir -p $WORK/b159/
2025-08-20T21:11:15.2891416Z [00:02:42.246]➜  cat >/tmp/go-build2720400589/b159/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2891762Z [00:02:42.247]➜  # import config
2025-08-20T21:11:15.2892098Z [00:02:42.247]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.2892415Z [00:02:42.247]➜  EOF
2025-08-20T21:11:15.2894372Z [00:02:42.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b159=>" -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/b159/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:11:15.2940950Z [00:02:42.252]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:11:15.2947393Z [00:02:42.252]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T21:11:15.2948046Z [00:02:42.252]➜  crypto/internal/fips140/drbg
2025-08-20T21:11:15.2948339Z [00:02:42.252]➜  mkdir -p $WORK/b099/
2025-08-20T21:11:15.2948710Z [00:02:42.252]➜  cat >/tmp/go-build2720400589/b099/importcfg << 'EOF' # internal
2025-08-20T21:11:15.2949068Z [00:02:42.252]➜  # import config
2025-08-20T21:11:15.2949407Z [00:02:42.252]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.2949897Z [00:02:42.252]➜  packagefile crypto/internal/entropy=/tmp/go-build2720400589/b100/_pkg_.a
2025-08-20T21:11:15.2950442Z [00:02:42.252]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.2951005Z [00:02:42.252]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:11:15.2951597Z [00:02:42.252]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.2952185Z [00:02:42.252]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.2952810Z [00:02:42.252]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.2953405Z [00:02:42.252]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:15.2954229Z [00:02:42.252]➜  packagefile crypto/internal/sysrand=/tmp/go-build2720400589/b101/_pkg_.a
2025-08-20T21:11:15.2954862Z [00:02:42.252]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.2955354Z [00:02:42.252]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.2955790Z [00:02:42.252]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.2956221Z [00:02:42.252]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.2956527Z [00:02:42.252]➜  EOF
2025-08-20T21:11:15.2958651Z [00:02:42.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b099=>" -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/b099/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:11:15.3216600Z [00:02:42.279]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:11:15.3229183Z [00:02:42.280]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T21:11:15.3237788Z [00:02:42.281]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:11:15.3238123Z [00:02:42.281]➜  mkdir -p $WORK/b098/
2025-08-20T21:11:15.3238477Z [00:02:42.281]➜  echo -n > $WORK/b098/go_asm.h # internal
2025-08-20T21:11:15.3238844Z [00:02:42.281]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:11:15.3240128Z [00:02:42.281]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b098/symabis ./gcm_arm64.s
2025-08-20T21:11:15.3272532Z [00:02:42.285]➜  cat >/tmp/go-build2720400589/b098/importcfg << 'EOF' # internal
2025-08-20T21:11:15.3275313Z [00:02:42.285]➜  # import config
2025-08-20T21:11:15.3275755Z [00:02:42.285]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.3276475Z [00:02:42.285]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:11:15.3277070Z [00:02:42.285]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:15.3277995Z [00:02:42.285]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.3278636Z [00:02:42.285]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.3279225Z [00:02:42.285]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.3279850Z [00:02:42.285]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.3280494Z [00:02:42.285]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:11:15.3281056Z [00:02:42.285]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:15.3281530Z [00:02:42.285]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.3281955Z [00:02:42.285]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.3282266Z [00:02:42.285]➜  EOF
2025-08-20T21:11:15.3282525Z [00:02:42.285]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.3287244Z [00:02:42.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b098/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack -asmhdr $WORK/b098/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:11:15.3790239Z [00:02:42.337]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:11:15.3793040Z [00:02:42.337]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b098/gcm_arm64.o ./gcm_arm64.s
2025-08-20T21:11:15.3861938Z [00:02:42.344]➜  go tool pack r $WORK/b098/_pkg_.a $WORK/b098/gcm_arm64.o # internal
2025-08-20T21:11:15.3862818Z [00:02:42.344]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:11:15.3870982Z [00:02:42.345]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T21:11:15.3871876Z [00:02:42.345]➜  crypto/internal/fips140only
2025-08-20T21:11:15.3872270Z [00:02:42.345]➜  mkdir -p $WORK/b104/
2025-08-20T21:11:15.3873697Z [00:02:42.345]➜  cat >/tmp/go-build2720400589/b104/importcfg << 'EOF' # internal
2025-08-20T21:11:15.3874154Z [00:02:42.345]➜  # import config
2025-08-20T21:11:15.3874727Z [00:02:42.345]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.3875342Z [00:02:42.345]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.3875925Z [00:02:42.345]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:15.3876532Z [00:02:42.345]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.3877024Z [00:02:42.345]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.3877475Z [00:02:42.345]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:15.3877930Z [00:02:42.345]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.3878227Z [00:02:42.345]➜  EOF
2025-08-20T21:11:15.3878475Z [00:02:42.345]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.3880544Z [00:02:42.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b104=>" -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/b104/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:11:15.4332880Z [00:02:42.391]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:11:15.4337859Z [00:02:42.391]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T21:11:15.4340359Z [00:02:42.392]➜  crypto/cipher
2025-08-20T21:11:15.4340645Z [00:02:42.392]➜  mkdir -p $WORK/b084/
2025-08-20T21:11:15.4341031Z [00:02:42.392]➜  cat >/tmp/go-build2720400589/b084/importcfg << 'EOF' # internal
2025-08-20T21:11:15.4341380Z [00:02:42.392]➜  # import config
2025-08-20T21:11:15.4341759Z [00:02:42.392]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.4342269Z [00:02:42.392]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:11:15.4342865Z [00:02:42.392]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2720400589/b098/_pkg_.a
2025-08-20T21:11:15.4343457Z [00:02:42.392]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:15.4346952Z [00:02:42.392]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.4347499Z [00:02:42.392]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:15.4347947Z [00:02:42.392]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.4348416Z [00:02:42.392]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:15.4348866Z [00:02:42.392]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.4349185Z [00:02:42.392]➜  EOF
2025-08-20T21:11:15.4351397Z [00:02:42.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b084=>" -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/b084/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:11:15.4724945Z [00:02:42.430]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:11:15.4750064Z [00:02:42.433]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T21:11:15.4754092Z [00:02:42.433]➜  encoding/json
2025-08-20T21:11:15.4754554Z [00:02:42.433]➜  mkdir -p $WORK/b058/
2025-08-20T21:11:15.4758790Z [00:02:42.434]➜  cat >/tmp/go-build2720400589/b058/importcfg << 'EOF' # internal
2025-08-20T21:11:15.4759224Z [00:02:42.434]➜  # import config
2025-08-20T21:11:15.4759562Z [00:02:42.434]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.4759978Z [00:02:42.434]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:15.4760438Z [00:02:42.434]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:15.4760909Z [00:02:42.434]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:15.4761362Z [00:02:42.434]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.4761772Z [00:02:42.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:15.4762172Z [00:02:42.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.4762575Z [00:02:42.434]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.4763324Z [00:02:42.434]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:15.4763838Z [00:02:42.434]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:15.4764435Z [00:02:42.434]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.4764961Z [00:02:42.434]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:15.4765401Z [00:02:42.434]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.4765816Z [00:02:42.434]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:15.4766263Z [00:02:42.434]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:15.4766724Z [00:02:42.434]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:15.4767060Z [00:02:42.434]➜  EOF
2025-08-20T21:11:15.4769906Z [00:02:42.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b058=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T21:11:15.4890179Z [00:02:42.447]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:11:15.4932112Z [00:02:42.451]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T21:11:15.4933426Z [00:02:42.451]➜  compress/flate
2025-08-20T21:11:15.4936099Z [00:02:42.451]➜  mkdir -p $WORK/b075/
2025-08-20T21:11:15.4938539Z [00:02:42.451]➜  cat >/tmp/go-build2720400589/b075/importcfg << 'EOF' # internal
2025-08-20T21:11:15.4939408Z [00:02:42.451]➜  # import config
2025-08-20T21:11:15.4939942Z [00:02:42.451]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:15.4940552Z [00:02:42.451]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.4941486Z [00:02:42.451]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:15.4942131Z [00:02:42.451]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.4942750Z [00:02:42.451]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.4943486Z [00:02:42.451]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.4944194Z [00:02:42.451]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:15.4944967Z [00:02:42.451]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.4945798Z [00:02:42.451]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.4946409Z [00:02:42.451]➜  EOF
2025-08-20T21:11:15.4949033Z [00:02:42.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b075=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:11:15.5140091Z [00:02:42.472]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:11:15.5148186Z [00:02:42.473]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T21:11:15.5150648Z [00:02:42.473]➜  crypto/internal/boring
2025-08-20T21:11:15.5151890Z [00:02:42.473]➜  mkdir -p $WORK/b082/
2025-08-20T21:11:15.5152408Z [00:02:42.473]➜  cat >/tmp/go-build2720400589/b082/importcfg << 'EOF' # internal
2025-08-20T21:11:15.5152772Z [00:02:42.473]➜  # import config
2025-08-20T21:11:15.5153118Z [00:02:42.473]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.5153573Z [00:02:42.473]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:15.5154119Z [00:02:42.473]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2720400589/b106/_pkg_.a
2025-08-20T21:11:15.5154851Z [00:02:42.473]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.5155174Z [00:02:42.473]➜  EOF
2025-08-20T21:11:15.5156954Z [00:02:42.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b082=>" -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/b082/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:11:15.5396459Z [00:02:42.497]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:11:15.5405522Z [00:02:42.498]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T21:11:15.5411816Z [00:02:42.499]➜  math/big
2025-08-20T21:11:15.5412112Z [00:02:42.499]➜  mkdir -p $WORK/b107/
2025-08-20T21:11:15.5413870Z [00:02:42.499]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T21:11:15.5414379Z [00:02:42.499]➜  cd /root/.go/src/math/big
2025-08-20T21:11:15.5415410Z [00:02:42.499]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b107/symabis ./arith_arm64.s
2025-08-20T21:11:15.5418424Z [00:02:42.499]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:11:15.5419735Z [00:02:42.499]➜  /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/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b114/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T21:11:15.5439215Z [00:02:42.502]➜  cat >/tmp/go-build2720400589/b107/importcfg << 'EOF' # internal
2025-08-20T21:11:15.5440726Z [00:02:42.502]➜  # import config
2025-08-20T21:11:15.5441097Z [00:02:42.502]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.5441524Z [00:02:42.502]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.5441940Z [00:02:42.502]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:15.5442401Z [00:02:42.502]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:15.5442881Z [00:02:42.502]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.5443291Z [00:02:42.502]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:15.5443714Z [00:02:42.502]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.5444155Z [00:02:42.502]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:15.5444865Z [00:02:42.502]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:15.5445293Z [00:02:42.502]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.5445720Z [00:02:42.502]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:15.5446140Z [00:02:42.502]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.5446446Z [00:02:42.502]➜  EOF
2025-08-20T21:11:15.5446689Z [00:02:42.502]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.5451206Z [00:02:42.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b107=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -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/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:11:15.5494652Z [00:02:42.507]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:11:15.5495338Z [00:02:42.507]➜  go tool pack r $WORK/b114/_pkg_.a $WORK/b114/p256_asm_arm64.o # internal
2025-08-20T21:11:15.5495788Z [00:02:42.507]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:11:15.5516809Z [00:02:42.510]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T21:11:15.5517834Z [00:02:42.510]➜  crypto/aes
2025-08-20T21:11:15.5518089Z [00:02:42.510]➜  mkdir -p $WORK/b110/
2025-08-20T21:11:15.5520788Z [00:02:42.510]➜  cat >/tmp/go-build2720400589/b110/importcfg << 'EOF' # internal
2025-08-20T21:11:15.5521150Z [00:02:42.510]➜  # import config
2025-08-20T21:11:15.5521519Z [00:02:42.510]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:15.5522099Z [00:02:42.510]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.5522665Z [00:02:42.510]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:11:15.5523164Z [00:02:42.510]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.5523483Z [00:02:42.510]➜  EOF
2025-08-20T21:11:15.5523730Z [00:02:42.510]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.5525471Z [00:02:42.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b110=>" -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/b110/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:11:15.5623353Z [00:02:42.520]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:11:15.5628743Z [00:02:42.521]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T21:11:15.5629337Z [00:02:42.521]➜  crypto/des
2025-08-20T21:11:15.5629589Z [00:02:42.521]➜  mkdir -p $WORK/b111/
2025-08-20T21:11:15.5644857Z [00:02:42.521]➜  cat >/tmp/go-build2720400589/b111/importcfg << 'EOF' # internal
2025-08-20T21:11:15.5645372Z [00:02:42.521]➜  # import config
2025-08-20T21:11:15.5645759Z [00:02:42.521]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:15.5646334Z [00:02:42.521]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:15.5646919Z [00:02:42.521]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.5647421Z [00:02:42.521]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.5647891Z [00:02:42.521]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:15.5648367Z [00:02:42.521]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.5649153Z [00:02:42.521]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.5649535Z [00:02:42.521]➜  EOF
2025-08-20T21:11:15.5651179Z [00:02:42.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b111=>" -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/b111/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:11:15.5920385Z [00:02:42.550]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:11:15.5927955Z [00:02:42.551]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T21:11:15.5928580Z [00:02:42.551]➜  crypto/internal/fips140/ecdh
2025-08-20T21:11:15.5928875Z [00:02:42.551]➜  mkdir -p $WORK/b113/
2025-08-20T21:11:15.5934853Z [00:02:42.551]➜  cat >/tmp/go-build2720400589/b113/importcfg << 'EOF' # internal
2025-08-20T21:11:15.5935247Z [00:02:42.551]➜  # import config
2025-08-20T21:11:15.5935587Z [00:02:42.551]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.5936070Z [00:02:42.551]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.5937084Z [00:02:42.551]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.5937668Z [00:02:42.551]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.5938254Z [00:02:42.551]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2720400589/b114/_pkg_.a
2025-08-20T21:11:15.5938886Z [00:02:42.551]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.5939415Z [00:02:42.551]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.5939836Z [00:02:42.551]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.5940256Z [00:02:42.551]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.5940682Z [00:02:42.551]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.5940987Z [00:02:42.551]➜  EOF
2025-08-20T21:11:15.5942879Z [00:02:42.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b113=>" -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/b113/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:11:15.6306679Z [00:02:42.588]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:11:15.6322720Z [00:02:42.590]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T21:11:15.6333738Z [00:02:42.591]➜  compress/gzip
2025-08-20T21:11:15.6334045Z [00:02:42.591]➜  mkdir -p $WORK/b074/
2025-08-20T21:11:15.6334572Z [00:02:42.591]➜  cat >/tmp/go-build2720400589/b074/importcfg << 'EOF' # internal
2025-08-20T21:11:15.6334931Z [00:02:42.591]➜  # import config
2025-08-20T21:11:15.6335302Z [00:02:42.591]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:15.6335757Z [00:02:42.591]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:11:15.6336239Z [00:02:42.591]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:15.6336693Z [00:02:42.591]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.6337104Z [00:02:42.591]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:15.6337525Z [00:02:42.591]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:11:15.6338344Z [00:02:42.591]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.6338825Z [00:02:42.591]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:15.6339135Z [00:02:42.591]➜  EOF
2025-08-20T21:11:15.6340768Z [00:02:42.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b074=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:11:15.6404186Z [00:02:42.598]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:11:15.6408830Z [00:02:42.599]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T21:11:15.6409398Z [00:02:42.599]➜  crypto/ecdh
2025-08-20T21:11:15.6409671Z [00:02:42.599]➜  mkdir -p $WORK/b112/
2025-08-20T21:11:15.6440559Z [00:02:42.602]➜  cat >/tmp/go-build2720400589/b112/importcfg << 'EOF' # internal
2025-08-20T21:11:15.6442436Z [00:02:42.602]➜  # import config
2025-08-20T21:11:15.6442824Z [00:02:42.602]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.6443252Z [00:02:42.602]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.6444191Z [00:02:42.602]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.6444996Z [00:02:42.602]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2720400589/b113/_pkg_.a
2025-08-20T21:11:15.6445639Z [00:02:42.602]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2720400589/b116/_pkg_.a
2025-08-20T21:11:15.6446267Z [00:02:42.602]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.6446841Z [00:02:42.602]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:15.6447356Z [00:02:42.602]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:15.6447805Z [00:02:42.602]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.6448213Z [00:02:42.602]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.6448515Z [00:02:42.602]➜  EOF
2025-08-20T21:11:15.6450197Z [00:02:42.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b112=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:11:15.6753617Z [00:02:42.633]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:11:15.6764869Z [00:02:42.634]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T21:11:15.6765538Z [00:02:42.634]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:11:15.6765832Z [00:02:42.634]➜  mkdir -p $WORK/b120/
2025-08-20T21:11:15.6766205Z [00:02:42.634]➜  cat >/tmp/go-build2720400589/b120/importcfg << 'EOF' # internal
2025-08-20T21:11:15.6766553Z [00:02:42.634]➜  # import config
2025-08-20T21:11:15.6766910Z [00:02:42.634]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.6767423Z [00:02:42.634]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.6768010Z [00:02:42.634]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2720400589/b121/_pkg_.a
2025-08-20T21:11:15.6768594Z [00:02:42.634]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.6787017Z [00:02:42.634]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.6789922Z [00:02:42.634]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:15.6790611Z [00:02:42.634]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2720400589/b114/_pkg_.a
2025-08-20T21:11:15.6791211Z [00:02:42.634]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.6791728Z [00:02:42.634]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.6792144Z [00:02:42.634]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.6792543Z [00:02:42.634]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.6792948Z [00:02:42.634]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.6793254Z [00:02:42.634]➜  EOF
2025-08-20T21:11:15.6796166Z [00:02:42.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:11:15.7441986Z [00:02:42.702]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:11:15.7446615Z [00:02:42.702]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T21:11:15.7447191Z [00:02:42.702]➜  crypto/sha512
2025-08-20T21:11:15.7447450Z [00:02:42.702]➜  mkdir -p $WORK/b126/
2025-08-20T21:11:15.7447833Z [00:02:42.702]➜  cat >/tmp/go-build2720400589/b126/importcfg << 'EOF' # internal
2025-08-20T21:11:15.7448181Z [00:02:42.702]➜  # import config
2025-08-20T21:11:15.7448557Z [00:02:42.702]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.7449046Z [00:02:42.702]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.7449613Z [00:02:42.702]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.7450107Z [00:02:42.702]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.7450440Z [00:02:42.702]➜  EOF
2025-08-20T21:11:15.7451861Z [00:02:42.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b126=>" -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/b126/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:11:15.7729510Z [00:02:42.731]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:11:15.7750223Z [00:02:42.732]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T21:11:15.7750857Z [00:02:42.733]➜  crypto/internal/fips140/ed25519
2025-08-20T21:11:15.7751171Z [00:02:42.733]➜  mkdir -p $WORK/b131/
2025-08-20T21:11:15.7752419Z [00:02:42.733]➜  cat >/tmp/go-build2720400589/b131/importcfg << 'EOF' # internal
2025-08-20T21:11:15.7753217Z [00:02:42.733]➜  # import config
2025-08-20T21:11:15.7754190Z [00:02:42.733]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.7754905Z [00:02:42.733]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.7755488Z [00:02:42.733]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.7756069Z [00:02:42.733]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.7756986Z [00:02:42.733]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2720400589/b132/_pkg_.a
2025-08-20T21:11:15.7757657Z [00:02:42.733]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.7758160Z [00:02:42.733]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.7758587Z [00:02:42.733]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.7759023Z [00:02:42.733]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.7759330Z [00:02:42.733]➜  EOF
2025-08-20T21:11:15.7766605Z [00:02:42.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:11:15.7815390Z [00:02:42.739]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:11:15.7820476Z [00:02:42.740]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T21:11:15.7821966Z [00:02:42.740]➜  crypto/hkdf
2025-08-20T21:11:15.7825326Z [00:02:42.740]➜  mkdir -p $WORK/b133/
2025-08-20T21:11:15.7826135Z [00:02:42.740]➜  cat >/tmp/go-build2720400589/b133/importcfg << 'EOF' # internal
2025-08-20T21:11:15.7826497Z [00:02:42.740]➜  # import config
2025-08-20T21:11:15.7826928Z [00:02:42.740]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2720400589/b134/_pkg_.a
2025-08-20T21:11:15.7827512Z [00:02:42.740]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:11:15.7828086Z [00:02:42.740]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.7828589Z [00:02:42.740]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.7829011Z [00:02:42.740]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.7829320Z [00:02:42.740]➜  EOF
2025-08-20T21:11:15.7830740Z [00:02:42.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b133=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:11:15.7992924Z [00:02:42.757]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:11:15.7998912Z [00:02:42.758]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T21:11:15.8000087Z [00:02:42.758]➜  crypto/hmac
2025-08-20T21:11:15.8000407Z [00:02:42.758]➜  mkdir -p $WORK/b135/
2025-08-20T21:11:15.8000822Z [00:02:42.758]➜  cat >/tmp/go-build2720400589/b135/importcfg << 'EOF' # internal
2025-08-20T21:11:15.8001169Z [00:02:42.758]➜  # import config
2025-08-20T21:11:15.8001573Z [00:02:42.758]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.8002138Z [00:02:42.758]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:15.8002727Z [00:02:42.758]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:11:15.8003297Z [00:02:42.758]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.8003811Z [00:02:42.758]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:15.8004394Z [00:02:42.758]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.8004756Z [00:02:42.758]➜  EOF
2025-08-20T21:11:15.8006628Z [00:02:42.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:11:15.8192363Z [00:02:42.777]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:11:15.8206502Z [00:02:42.778]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T21:11:15.8229811Z [00:02:42.781]➜  crypto/internal/fips140/mlkem
2025-08-20T21:11:15.8234804Z [00:02:42.781]➜  mkdir -p $WORK/b136/
2025-08-20T21:11:15.8242730Z [00:02:42.782]➜  cat >/tmp/go-build2720400589/b136/importcfg << 'EOF' # internal
2025-08-20T21:11:15.8243147Z [00:02:42.782]➜  # import config
2025-08-20T21:11:15.8243488Z [00:02:42.782]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.8244013Z [00:02:42.782]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.8244812Z [00:02:42.782]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.8245403Z [00:02:42.782]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.8245980Z [00:02:42.782]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:15.8246942Z [00:02:42.782]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.8247568Z [00:02:42.782]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:11:15.8248095Z [00:02:42.782]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.8248407Z [00:02:42.782]➜  EOF
2025-08-20T21:11:15.8256571Z [00:02:42.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b136=>" -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/b136/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:11:15.8308068Z [00:02:42.789]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:11:15.8346215Z [00:02:42.791]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T21:11:15.8346864Z [00:02:42.791]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:11:15.8347182Z [00:02:42.791]➜  mkdir -p $WORK/b141/
2025-08-20T21:11:15.8347495Z [00:02:42.791]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T21:11:15.8347892Z [00:02:42.791]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:11:15.8349247Z [00:02:42.791]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b141/symabis ./chacha_arm64.s
2025-08-20T21:11:15.8393788Z [00:02:42.797]➜  cat >/tmp/go-build2720400589/b141/importcfg << 'EOF' # internal
2025-08-20T21:11:15.8394220Z [00:02:42.797]➜  # import config
2025-08-20T21:11:15.8394830Z [00:02:42.797]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:11:15.8395402Z [00:02:42.797]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:15.8395890Z [00:02:42.797]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:15.8396343Z [00:02:42.797]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.8397256Z [00:02:42.797]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b142/_pkg_.a
2025-08-20T21:11:15.8397881Z [00:02:42.797]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.8398320Z [00:02:42.797]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:15.8398636Z [00:02:42.797]➜  EOF
2025-08-20T21:11:15.8398894Z [00:02:42.797]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.8401453Z [00:02:42.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b141=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:11:15.9113187Z [00:02:42.869]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:11:15.9146426Z [00:02:42.872]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:11:15.9148670Z [00:02:42.872]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b141/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:11:15.9209144Z [00:02:42.879]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T21:11:15.9209800Z [00:02:42.879]➜  crypto/md5
2025-08-20T21:11:15.9210613Z [00:02:42.879]➜  mkdir -p $WORK/b144/
2025-08-20T21:11:15.9211407Z [00:02:42.879]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:11:15.9211938Z [00:02:42.879]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:11:15.9215060Z [00:02:42.879]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b144/symabis ./md5block_arm64.s
2025-08-20T21:11:15.9216206Z [00:02:42.879]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:11:15.9216668Z [00:02:42.879]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/chacha_arm64.o # internal
2025-08-20T21:11:15.9217095Z [00:02:42.879]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:11:15.9222114Z [00:02:42.880]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T21:11:15.9238850Z [00:02:42.882]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:11:15.9239351Z [00:02:42.882]➜  mkdir -p $WORK/b140/
2025-08-20T21:11:15.9239739Z [00:02:42.882]➜  cat >/tmp/go-build2720400589/b140/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9241605Z [00:02:42.882]➜  # import config
2025-08-20T21:11:15.9242526Z [00:02:42.882]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:11:15.9243507Z [00:02:42.882]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:11:15.9244874Z [00:02:42.882]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:11:15.9246897Z [00:02:42.882]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:15.9248840Z [00:02:42.882]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:15.9249327Z [00:02:42.882]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9250140Z [00:02:42.882]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2720400589/b141/_pkg_.a
2025-08-20T21:11:15.9250873Z [00:02:42.882]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b142/_pkg_.a
2025-08-20T21:11:15.9251565Z [00:02:42.882]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2720400589/b143/_pkg_.a
2025-08-20T21:11:15.9252023Z [00:02:42.882]➜  EOF
2025-08-20T21:11:15.9252268Z [00:02:42.882]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.9255621Z [00:02:42.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b140=>" -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/b140/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:11:15.9258391Z [00:02:42.883]➜  cat >/tmp/go-build2720400589/b144/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9258736Z [00:02:42.883]➜  # import config
2025-08-20T21:11:15.9259071Z [00:02:42.883]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.9259859Z [00:02:42.883]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.9260350Z [00:02:42.883]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9260764Z [00:02:42.883]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.9261229Z [00:02:42.883]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:15.9261702Z [00:02:42.883]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.9262035Z [00:02:42.883]➜  EOF
2025-08-20T21:11:15.9263859Z [00:02:42.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:11:15.9303168Z [00:02:42.888]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:11:15.9317744Z [00:02:42.889]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T21:11:15.9326549Z [00:02:42.889]➜  crypto/rc4
2025-08-20T21:11:15.9326876Z [00:02:42.889]➜  mkdir -p $WORK/b145/
2025-08-20T21:11:15.9327574Z [00:02:42.889]➜  cat >/tmp/go-build2720400589/b145/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9328010Z [00:02:42.889]➜  # import config
2025-08-20T21:11:15.9328448Z [00:02:42.889]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:11:15.9329033Z [00:02:42.890]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.9329526Z [00:02:42.890]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9329973Z [00:02:42.890]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:15.9330289Z [00:02:42.890]➜  EOF
2025-08-20T21:11:15.9331664Z [00:02:42.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b145=>" -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/b145/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:11:15.9608461Z [00:02:42.918]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:11:15.9613309Z [00:02:42.919]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T21:11:15.9618661Z [00:02:42.920]➜  crypto/internal/fips140/rsa
2025-08-20T21:11:15.9619355Z [00:02:42.920]➜  mkdir -p $WORK/b147/
2025-08-20T21:11:15.9620630Z [00:02:42.920]➜  cat >/tmp/go-build2720400589/b147/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9621324Z [00:02:42.920]➜  # import config
2025-08-20T21:11:15.9622268Z [00:02:42.920]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:15.9623377Z [00:02:42.920]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.9624007Z [00:02:42.920]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2720400589/b121/_pkg_.a
2025-08-20T21:11:15.9624764Z [00:02:42.920]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:15.9625349Z [00:02:42.920]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.9625935Z [00:02:42.920]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.9626513Z [00:02:42.920]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:11:15.9627107Z [00:02:42.920]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:11:15.9627696Z [00:02:42.920]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:11:15.9628202Z [00:02:42.920]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9628615Z [00:02:42.920]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.9629018Z [00:02:42.920]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.9629428Z [00:02:42.920]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:15.9629748Z [00:02:42.920]➜  EOF
2025-08-20T21:11:15.9632279Z [00:02:42.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:11:15.9659293Z [00:02:42.924]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:11:15.9660728Z [00:02:42.924]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b144/md5block_arm64.o ./md5block_arm64.s
2025-08-20T21:11:15.9662027Z [00:02:42.924]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:11:15.9665921Z [00:02:42.924]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T21:11:15.9666691Z [00:02:42.925]➜  crypto/sha1
2025-08-20T21:11:15.9666991Z [00:02:42.925]➜  mkdir -p $WORK/b148/
2025-08-20T21:11:15.9668918Z [00:02:42.925]➜  echo -n > $WORK/b148/go_asm.h # internal
2025-08-20T21:11:15.9669240Z [00:02:42.925]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:11:15.9670252Z [00:02:42.925]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b148=>" -I $WORK/b148/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b148/symabis ./sha1block_arm64.s
2025-08-20T21:11:15.9695081Z [00:02:42.927]➜  cat >/tmp/go-build2720400589/b148/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9695514Z [00:02:42.927]➜  # import config
2025-08-20T21:11:15.9695868Z [00:02:42.927]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.9696367Z [00:02:42.927]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.9696933Z [00:02:42.927]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.9697833Z [00:02:42.927]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:11:15.9698307Z [00:02:42.927]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9698726Z [00:02:42.927]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.9699187Z [00:02:42.927]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:15.9699678Z [00:02:42.927]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:15.9700147Z [00:02:42.927]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:15.9700467Z [00:02:42.927]➜  EOF
2025-08-20T21:11:15.9700719Z [00:02:42.927]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.9704612Z [00:02:42.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b148=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b148/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack -asmhdr $WORK/b148/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T21:11:15.9735853Z [00:02:42.931]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:11:15.9736323Z [00:02:42.931]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/md5block_arm64.o # internal
2025-08-20T21:11:15.9738698Z [00:02:42.931]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:11:15.9757521Z [00:02:42.933]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T21:11:15.9758213Z [00:02:42.933]➜  crypto/sha256
2025-08-20T21:11:15.9758477Z [00:02:42.934]➜  mkdir -p $WORK/b149/
2025-08-20T21:11:15.9765496Z [00:02:42.934]➜  cat >/tmp/go-build2720400589/b149/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9765999Z [00:02:42.934]➜  # import config
2025-08-20T21:11:15.9766346Z [00:02:42.934]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:15.9766839Z [00:02:42.934]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.9767410Z [00:02:42.934]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:15.9767904Z [00:02:42.934]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:15.9768210Z [00:02:42.934]➜  EOF
2025-08-20T21:11:15.9770115Z [00:02:42.934]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.9772669Z [00:02:42.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b149=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:11:15.9831586Z [00:02:42.941]➜  cd /root/.go/src/math/big
2025-08-20T21:11:15.9837953Z [00:02:42.941]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b107/arith_arm64.o ./arith_arm64.s
2025-08-20T21:11:15.9874824Z [00:02:42.945]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/arith_arm64.o # internal
2025-08-20T21:11:15.9883262Z [00:02:42.946]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:11:15.9906917Z [00:02:42.949]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T21:11:15.9908262Z [00:02:42.949]➜  crypto/rand
2025-08-20T21:11:15.9908679Z [00:02:42.949]➜  mkdir -p $WORK/b081/
2025-08-20T21:11:15.9910552Z [00:02:42.949]➜  cat >/tmp/go-build2720400589/b081/importcfg << 'EOF' # internal
2025-08-20T21:11:15.9911463Z [00:02:42.949]➜  # import config
2025-08-20T21:11:15.9913283Z [00:02:42.949]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:15.9914710Z [00:02:42.949]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:15.9915609Z [00:02:42.949]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:11:15.9916360Z [00:02:42.949]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:15.9917603Z [00:02:42.949]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:15.9918189Z [00:02:42.949]➜  packagefile crypto/internal/sysrand=/tmp/go-build2720400589/b101/_pkg_.a
2025-08-20T21:11:15.9918675Z [00:02:42.949]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:15.9919079Z [00:02:42.949]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:15.9919494Z [00:02:42.949]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:15.9919826Z [00:02:42.949]➜  EOF
2025-08-20T21:11:15.9920072Z [00:02:42.949]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:15.9921786Z [00:02:42.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b081=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:11:16.0005847Z [00:02:42.957]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:11:16.0007444Z [00:02:42.958]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T21:11:16.0008552Z [00:02:42.958]➜  crypto/elliptic
2025-08-20T21:11:16.0008947Z [00:02:42.958]➜  mkdir -p $WORK/b118/
2025-08-20T21:11:16.0009458Z [00:02:42.958]➜  cat >/tmp/go-build2720400589/b118/importcfg << 'EOF' # internal
2025-08-20T21:11:16.0009892Z [00:02:42.958]➜  # import config
2025-08-20T21:11:16.0010409Z [00:02:42.958]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2720400589/b114/_pkg_.a
2025-08-20T21:11:16.0011710Z [00:02:42.958]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.0012138Z [00:02:42.958]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.0012557Z [00:02:42.958]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.0013333Z [00:02:42.958]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.0013720Z [00:02:42.958]➜  EOF
2025-08-20T21:11:16.0015857Z [00:02:42.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b118=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:11:16.0029576Z [00:02:42.961]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:11:16.0039123Z [00:02:42.961]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b148=>" -I $WORK/b148/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b148/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T21:11:16.0069393Z [00:02:42.965]➜  go tool pack r $WORK/b148/_pkg_.a $WORK/b148/sha1block_arm64.o # internal
2025-08-20T21:11:16.0070001Z [00:02:42.965]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:11:16.0072446Z [00:02:42.965]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T21:11:16.0074470Z [00:02:42.965]➜  crypto/internal/boring/bbig
2025-08-20T21:11:16.0075842Z [00:02:42.965]➜  mkdir -p $WORK/b119/
2025-08-20T21:11:16.0076319Z [00:02:42.965]➜  cat >/tmp/go-build2720400589/b119/importcfg << 'EOF' # internal
2025-08-20T21:11:16.0076679Z [00:02:42.965]➜  # import config
2025-08-20T21:11:16.0077096Z [00:02:42.965]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:16.0077592Z [00:02:42.965]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.0077915Z [00:02:42.965]➜  EOF
2025-08-20T21:11:16.0078161Z [00:02:42.965]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.0079918Z [00:02:42.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b119=>" -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/b119/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:11:16.0105683Z [00:02:42.968]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:11:16.0117777Z [00:02:42.970]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T21:11:16.0120576Z [00:02:42.970]➜  encoding/asn1
2025-08-20T21:11:16.0120850Z [00:02:42.970]➜  mkdir -p $WORK/b128/
2025-08-20T21:11:16.0159812Z [00:02:42.974]➜  cat >/tmp/go-build2720400589/b128/importcfg << 'EOF' # internal
2025-08-20T21:11:16.0160613Z [00:02:42.974]➜  # import config
2025-08-20T21:11:16.0161180Z [00:02:42.974]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.0162416Z [00:02:42.974]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.0162855Z [00:02:42.974]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.0163268Z [00:02:42.974]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:16.0163711Z [00:02:42.974]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.0164142Z [00:02:42.974]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:16.0164771Z [00:02:42.974]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.0165194Z [00:02:42.974]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:16.0165625Z [00:02:42.974]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.0166043Z [00:02:42.974]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:16.0166854Z [00:02:42.974]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:16.0167391Z [00:02:42.974]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.0167723Z [00:02:42.974]➜  EOF
2025-08-20T21:11:16.0169498Z [00:02:42.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b128=>" -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/b128/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:11:16.0231590Z [00:02:42.981]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:11:16.0238650Z [00:02:42.981]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T21:11:16.0239272Z [00:02:42.981]➜  crypto/ed25519
2025-08-20T21:11:16.0239527Z [00:02:42.981]➜  mkdir -p $WORK/b130/
2025-08-20T21:11:16.0239904Z [00:02:42.981]➜  cat >/tmp/go-build2720400589/b130/importcfg << 'EOF' # internal
2025-08-20T21:11:16.0240249Z [00:02:42.981]➜  # import config
2025-08-20T21:11:16.0240588Z [00:02:42.981]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:16.0241502Z [00:02:42.981]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2720400589/b131/_pkg_.a
2025-08-20T21:11:16.0242090Z [00:02:42.981]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2720400589/b122/_pkg_.a
2025-08-20T21:11:16.0242666Z [00:02:42.981]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:16.0243175Z [00:02:42.981]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:16.0243638Z [00:02:42.981]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:16.0244091Z [00:02:42.981]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.0244745Z [00:02:42.981]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.0245163Z [00:02:42.981]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:16.0245480Z [00:02:42.981]➜  EOF
2025-08-20T21:11:16.0246948Z [00:02:42.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b130=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:11:16.0908230Z [00:02:43.048]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:11:16.0925742Z [00:02:43.050]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T21:11:16.0929713Z [00:02:43.051]➜  crypto/internal/hpke
2025-08-20T21:11:16.0933433Z [00:02:43.051]➜  mkdir -p $WORK/b139/
2025-08-20T21:11:16.0941288Z [00:02:43.052]➜  cat >/tmp/go-build2720400589/b139/importcfg << 'EOF' # internal
2025-08-20T21:11:16.0941690Z [00:02:43.052]➜  # import config
2025-08-20T21:11:16.0943306Z [00:02:43.052]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:11:16.0943896Z [00:02:43.052]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:16.0944471Z [00:02:43.052]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:16.0944997Z [00:02:43.052]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:16.0945459Z [00:02:43.052]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:11:16.0945918Z [00:02:43.052]➜  packagefile crypto/hkdf=/tmp/go-build2720400589/b133/_pkg_.a
2025-08-20T21:11:16.0946763Z [00:02:43.052]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:16.0947272Z [00:02:43.052]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.0947828Z [00:02:43.052]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b140/_pkg_.a
2025-08-20T21:11:16.0948416Z [00:02:43.052]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:16.0948903Z [00:02:43.052]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:16.0949224Z [00:02:43.052]➜  EOF
2025-08-20T21:11:16.0950809Z [00:02:43.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b139=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:11:16.1140279Z [00:02:43.072]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:11:16.1155509Z [00:02:43.073]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T21:11:16.1156106Z [00:02:43.073]➜  crypto/rsa
2025-08-20T21:11:16.1156365Z [00:02:43.074]➜  mkdir -p $WORK/b146/
2025-08-20T21:11:16.1164131Z [00:02:43.074]➜  cat >/tmp/go-build2720400589/b146/importcfg << 'EOF' # internal
2025-08-20T21:11:16.1165042Z [00:02:43.074]➜  # import config
2025-08-20T21:11:16.1165386Z [00:02:43.074]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:16.1165880Z [00:02:43.074]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:16.1166435Z [00:02:43.074]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2720400589/b119/_pkg_.a
2025-08-20T21:11:16.1167018Z [00:02:43.074]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2720400589/b121/_pkg_.a
2025-08-20T21:11:16.1167607Z [00:02:43.074]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2720400589/b147/_pkg_.a
2025-08-20T21:11:16.1168178Z [00:02:43.074]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:11:16.1168794Z [00:02:43.074]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:16.1169350Z [00:02:43.074]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:16.1169860Z [00:02:43.074]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:16.1170323Z [00:02:43.074]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:16.1170764Z [00:02:43.074]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.1171175Z [00:02:43.074]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.1171581Z [00:02:43.074]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:16.1172042Z [00:02:43.074]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:16.1172486Z [00:02:43.074]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.1172895Z [00:02:43.074]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:16.1173317Z [00:02:43.074]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.1173644Z [00:02:43.074]➜  EOF
2025-08-20T21:11:16.1175588Z [00:02:43.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b146=>" -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/b146/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:11:16.1543283Z [00:02:43.112]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:11:16.1576000Z [00:02:43.115]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T21:11:16.1592040Z [00:02:43.115]➜  crypto/dsa
2025-08-20T21:11:16.1592385Z [00:02:43.115]➜  mkdir -p $WORK/b153/
2025-08-20T21:11:16.1592773Z [00:02:43.115]➜  cat >/tmp/go-build2720400589/b153/importcfg << 'EOF' # internal
2025-08-20T21:11:16.1593157Z [00:02:43.115]➜  # import config
2025-08-20T21:11:16.1593580Z [00:02:43.115]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:16.1594139Z [00:02:43.115]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:16.1594805Z [00:02:43.115]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.1595217Z [00:02:43.115]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.1595637Z [00:02:43.115]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.1595964Z [00:02:43.115]➜  EOF
2025-08-20T21:11:16.1597345Z [00:02:43.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b153=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:11:16.1635809Z [00:02:43.121]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:11:16.1656095Z [00:02:43.123]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T21:11:16.1661648Z [00:02:43.124]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:11:16.1662002Z [00:02:43.124]➜  mkdir -p $WORK/b127/
2025-08-20T21:11:16.1663905Z [00:02:43.124]➜  cat >/tmp/go-build2720400589/b127/importcfg << 'EOF' # internal
2025-08-20T21:11:16.1664380Z [00:02:43.124]➜  # import config
2025-08-20T21:11:16.1664937Z [00:02:43.124]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:11:16.1665503Z [00:02:43.124]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:11:16.1665952Z [00:02:43.124]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.1666368Z [00:02:43.124]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.1666938Z [00:02:43.124]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b129/_pkg_.a
2025-08-20T21:11:16.1667484Z [00:02:43.124]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.1670004Z [00:02:43.124]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:16.1670495Z [00:02:43.124]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:16.1670811Z [00:02:43.124]➜  EOF
2025-08-20T21:11:16.1673155Z [00:02:43.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b127=>" -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/b127/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:11:16.1716583Z [00:02:43.128]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:11:16.1718104Z [00:02:43.130]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T21:11:16.1722045Z [00:02:43.130]➜  encoding/hex
2025-08-20T21:11:16.1723104Z [00:02:43.130]➜  mkdir -p $WORK/b155/
2025-08-20T21:11:16.1728563Z [00:02:43.131]➜  cat >/tmp/go-build2720400589/b155/importcfg << 'EOF' # internal
2025-08-20T21:11:16.1729538Z [00:02:43.131]➜  # import config
2025-08-20T21:11:16.1729967Z [00:02:43.131]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.1730410Z [00:02:43.131]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.1730817Z [00:02:43.131]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.1731260Z [00:02:43.131]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.1731684Z [00:02:43.131]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.1731999Z [00:02:43.131]➜  EOF
2025-08-20T21:11:16.1740229Z [00:02:43.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b155=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:11:16.1850327Z [00:02:43.143]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:11:16.1856140Z [00:02:43.143]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T21:11:16.1856980Z [00:02:43.143]➜  internal/singleflight
2025-08-20T21:11:16.1858114Z [00:02:43.143]➜  mkdir -p $WORK/b161/
2025-08-20T21:11:16.1859070Z [00:02:43.144]➜  cat >/tmp/go-build2720400589/b161/importcfg << 'EOF' # internal
2025-08-20T21:11:16.1859476Z [00:02:43.144]➜  # import config
2025-08-20T21:11:16.1859820Z [00:02:43.144]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.1860132Z [00:02:43.144]➜  EOF
2025-08-20T21:11:16.1861758Z [00:02:43.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:11:16.1985865Z [00:02:43.156]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:11:16.2006092Z [00:02:43.158]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T21:11:16.2019390Z [00:02:43.160]➜  unique
2025-08-20T21:11:16.2020104Z [00:02:43.160]➜  mkdir -p $WORK/b163/
2025-08-20T21:11:16.2021856Z [00:02:43.160]➜  cat >/tmp/go-build2720400589/b163/importcfg << 'EOF' # internal
2025-08-20T21:11:16.2022242Z [00:02:43.160]➜  # import config
2025-08-20T21:11:16.2022611Z [00:02:43.160]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:16.2023088Z [00:02:43.160]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:11:16.2023621Z [00:02:43.160]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:16.2024126Z [00:02:43.160]➜  packagefile internal/sync=/tmp/go-build2720400589/b036/_pkg_.a
2025-08-20T21:11:16.2024756Z [00:02:43.160]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:16.2025183Z [00:02:43.160]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.2025634Z [00:02:43.160]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:16.2026066Z [00:02:43.160]➜  packagefile weak=/tmp/go-build2720400589/b123/_pkg_.a
2025-08-20T21:11:16.2026374Z [00:02:43.160]➜  EOF
2025-08-20T21:11:16.2028383Z [00:02:43.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b163=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T21:11:16.2039195Z [00:02:43.162]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:11:16.2050438Z [00:02:43.163]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T21:11:16.2058893Z [00:02:43.164]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:11:16.2071766Z [00:02:43.165]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T21:11:16.2096336Z [00:02:43.167]➜  crypto/x509/pkix
2025-08-20T21:11:16.2097190Z [00:02:43.167]➜  mkdir -p $WORK/b154/
2025-08-20T21:11:16.2105790Z [00:02:43.168]➜  cat >/tmp/go-build2720400589/b154/importcfg << 'EOF' # internal
2025-08-20T21:11:16.2107306Z [00:02:43.169]➜  # import config
2025-08-20T21:11:16.2107769Z [00:02:43.169]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:11:16.2108253Z [00:02:43.169]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:16.2108828Z [00:02:43.169]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.2109260Z [00:02:43.169]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.2109683Z [00:02:43.169]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:16.2110383Z [00:02:43.169]➜  EOF
2025-08-20T21:11:16.2111876Z [00:02:43.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b154=>" -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/b154/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:11:16.2216790Z [00:02:43.179]➜  runtime/cgo
2025-08-20T21:11:16.2217156Z [00:02:43.180]➜  mkdir -p $WORK/b164/
2025-08-20T21:11:16.2233796Z [00:02:43.180]➜  echo -n > $WORK/b164/preferlinkext # internal
2025-08-20T21:11:16.2236319Z [00:02:43.182]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.2237673Z [00:02:43.182]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b164/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b164/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:11:16.2567802Z [00:02:43.215]➜  cd $WORK/b164
2025-08-20T21:11:16.2569523Z [00:02:43.215]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x001.o -c _cgo_export.c
2025-08-20T21:11:16.2608328Z [00:02:43.219]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:11:16.2636196Z [00:02:43.221]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T21:11:16.2636883Z [00:02:43.222]➜  net/url
2025-08-20T21:11:16.2637344Z [00:02:43.222]➜  mkdir -p $WORK/b165/
2025-08-20T21:11:16.2639150Z [00:02:43.222]➜  cat >/tmp/go-build2720400589/b165/importcfg << 'EOF' # internal
2025-08-20T21:11:16.2639548Z [00:02:43.222]➜  # import config
2025-08-20T21:11:16.2639896Z [00:02:43.222]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.2640316Z [00:02:43.222]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.2640730Z [00:02:43.222]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:16.2641144Z [00:02:43.222]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:16.2641974Z [00:02:43.222]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.2642477Z [00:02:43.222]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:16.2642912Z [00:02:43.222]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.2643229Z [00:02:43.222]➜  EOF
2025-08-20T21:11:16.2643469Z [00:02:43.222]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.2645130Z [00:02:43.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b165=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:11:16.2656429Z [00:02:43.223]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:11:16.2677833Z [00:02:43.226]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T21:11:16.2702061Z [00:02:43.228]➜  crypto/ecdsa
2025-08-20T21:11:16.2702844Z [00:02:43.228]➜  mkdir -p $WORK/b117/
2025-08-20T21:11:16.2708697Z [00:02:43.229]➜  cat >/tmp/go-build2720400589/b117/importcfg << 'EOF' # internal
2025-08-20T21:11:16.2711599Z [00:02:43.229]➜  # import config
2025-08-20T21:11:16.2712073Z [00:02:43.229]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:11:16.2713104Z [00:02:43.229]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:11:16.2713643Z [00:02:43.229]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:16.2714084Z [00:02:43.229]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:11:16.2714716Z [00:02:43.229]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:11:16.2715226Z [00:02:43.229]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:16.2715794Z [00:02:43.229]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2720400589/b119/_pkg_.a
2025-08-20T21:11:16.2716372Z [00:02:43.229]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2720400589/b120/_pkg_.a
2025-08-20T21:11:16.2716967Z [00:02:43.229]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2720400589/b114/_pkg_.a
2025-08-20T21:11:16.2717565Z [00:02:43.229]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2720400589/b122/_pkg_.a
2025-08-20T21:11:16.2718147Z [00:02:43.229]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:11:16.2718719Z [00:02:43.229]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:16.2719272Z [00:02:43.229]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:11:16.2719775Z [00:02:43.229]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:16.2720252Z [00:02:43.229]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:16.2720698Z [00:02:43.229]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.2721232Z [00:02:43.229]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b127/_pkg_.a
2025-08-20T21:11:16.2721886Z [00:02:43.229]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b129/_pkg_.a
2025-08-20T21:11:16.2722421Z [00:02:43.229]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.2722838Z [00:02:43.229]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:16.2723282Z [00:02:43.229]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:16.2723615Z [00:02:43.229]➜  EOF
2025-08-20T21:11:16.2725747Z [00:02:43.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b117=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:11:16.2783548Z [00:02:43.236]➜  cd $WORK/b164
2025-08-20T21:11:16.2787985Z [00:02:43.236]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x002.o -c cgo.cgo2.c
2025-08-20T21:11:16.2918125Z [00:02:43.249]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:11:16.2938652Z [00:02:43.252]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T21:11:16.2946170Z [00:02:43.252]➜  net/netip
2025-08-20T21:11:16.2946451Z [00:02:43.252]➜  mkdir -p $WORK/b162/
2025-08-20T21:11:16.2946845Z [00:02:43.252]➜  cat >/tmp/go-build2720400589/b162/importcfg << 'EOF' # internal
2025-08-20T21:11:16.2947195Z [00:02:43.252]➜  # import config
2025-08-20T21:11:16.2947526Z [00:02:43.252]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:16.2948398Z [00:02:43.252]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.2948862Z [00:02:43.252]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:16.2949358Z [00:02:43.252]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:16.2949851Z [00:02:43.252]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:16.2950285Z [00:02:43.252]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:16.2950722Z [00:02:43.252]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:16.2951155Z [00:02:43.252]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:16.2951580Z [00:02:43.252]➜  packagefile unique=/tmp/go-build2720400589/b163/_pkg_.a
2025-08-20T21:11:16.2951888Z [00:02:43.252]➜  EOF
2025-08-20T21:11:16.2952137Z [00:02:43.252]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.2953716Z [00:02:43.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b162=>" -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/b162/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:11:16.2999324Z [00:02:43.257]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.3003599Z [00:02:43.257]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x003.o -c gcc_context.c
2025-08-20T21:11:16.3360094Z [00:02:43.293]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x004.o -c gcc_fatalf.c
2025-08-20T21:11:16.3608695Z [00:02:43.318]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:11:16.3620476Z [00:02:43.320]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T21:11:16.3621410Z [00:02:43.320]➜  path/filepath
2025-08-20T21:11:16.3622195Z [00:02:43.320]➜  mkdir -p $WORK/b166/
2025-08-20T21:11:16.3626321Z [00:02:43.320]➜  cat >/tmp/go-build2720400589/b166/importcfg << 'EOF' # internal
2025-08-20T21:11:16.3626832Z [00:02:43.320]➜  # import config
2025-08-20T21:11:16.3627314Z [00:02:43.320]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.3627916Z [00:02:43.320]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:16.3628553Z [00:02:43.320]➜  packagefile internal/filepathlite=/tmp/go-build2720400589/b064/_pkg_.a
2025-08-20T21:11:16.3629137Z [00:02:43.320]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:16.3629705Z [00:02:43.320]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:16.3630262Z [00:02:43.320]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:16.3630840Z [00:02:43.320]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.3631385Z [00:02:43.320]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.3631927Z [00:02:43.320]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:16.3632497Z [00:02:43.320]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.3632959Z [00:02:43.320]➜  EOF
2025-08-20T21:11:16.3633243Z [00:02:43.320]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.3636005Z [00:02:43.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b166=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T21:11:16.3691578Z [00:02:43.327]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.3693196Z [00:02:43.327]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x005.o -c gcc_libinit.c
2025-08-20T21:11:16.4005831Z [00:02:43.358]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x006.o -c gcc_linux_arm64.c
2025-08-20T21:11:16.4377907Z [00:02:43.395]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x007.o -c gcc_mmap.c
2025-08-20T21:11:16.4861070Z [00:02:43.444]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x008.o -c gcc_setenv.c
2025-08-20T21:11:16.5031558Z [00:02:43.461]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:11:16.5040766Z [00:02:43.462]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T21:11:16.5042274Z [00:02:43.462]➜  vendor/golang.org/x/text/transform
2025-08-20T21:11:16.5043432Z [00:02:43.462]➜  mkdir -p $WORK/b170/
2025-08-20T21:11:16.5043825Z [00:02:43.462]➜  cat >/tmp/go-build2720400589/b170/importcfg << 'EOF' # internal
2025-08-20T21:11:16.5044172Z [00:02:43.462]➜  # import config
2025-08-20T21:11:16.5044701Z [00:02:43.462]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.5045150Z [00:02:43.462]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.5045557Z [00:02:43.462]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.5045991Z [00:02:43.462]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.5046322Z [00:02:43.462]➜  EOF
2025-08-20T21:11:16.5046560Z [00:02:43.462]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.5048421Z [00:02:43.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b170=>" -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/b170/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:11:16.5341202Z [00:02:43.492]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.5597928Z [00:02:43.492]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x009.o -c gcc_sigaction.c
2025-08-20T21:11:16.5599826Z [00:02:43.517]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:11:16.5610592Z [00:02:43.519]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T21:11:16.5611184Z [00:02:43.519]➜  log
2025-08-20T21:11:16.5611422Z [00:02:43.519]➜  mkdir -p $WORK/b172/
2025-08-20T21:11:16.5611797Z [00:02:43.519]➜  cat >/tmp/go-build2720400589/b172/importcfg << 'EOF' # internal
2025-08-20T21:11:16.5612142Z [00:02:43.519]➜  # import config
2025-08-20T21:11:16.5612472Z [00:02:43.519]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.5612893Z [00:02:43.519]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.5613325Z [00:02:43.519]➜  packagefile log/internal=/tmp/go-build2720400589/b173/_pkg_.a
2025-08-20T21:11:16.5613755Z [00:02:43.519]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:16.5614174Z [00:02:43.519]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:16.5614803Z [00:02:43.519]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.5615241Z [00:02:43.519]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:16.5615687Z [00:02:43.519]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:16.5615995Z [00:02:43.519]➜  EOF
2025-08-20T21:11:16.5616243Z [00:02:43.519]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.5617572Z [00:02:43.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b172=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:11:16.5709217Z [00:02:43.529]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:11:16.5753445Z [00:02:43.533]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.5757853Z [00:02:43.533]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x010.o -c gcc_stack_unix.c
2025-08-20T21:11:16.5788123Z [00:02:43.536]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:11:16.5793841Z [00:02:43.537]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T21:11:16.5800442Z [00:02:43.538]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:11:16.5801062Z [00:02:43.538]➜  mkdir -p $WORK/b174/
2025-08-20T21:11:16.5809098Z [00:02:43.539]➜  cat >/tmp/go-build2720400589/b174/importcfg << 'EOF' # internal
2025-08-20T21:11:16.5809764Z [00:02:43.539]➜  # import config
2025-08-20T21:11:16.5810524Z [00:02:43.539]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:11:16.5811316Z [00:02:43.539]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:16.5811989Z [00:02:43.539]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.5813235Z [00:02:43.539]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2720400589/b170/_pkg_.a
2025-08-20T21:11:16.5814122Z [00:02:43.539]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.5818130Z [00:02:43.539]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.5818972Z [00:02:43.539]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.5819312Z [00:02:43.539]➜  EOF
2025-08-20T21:11:16.5819561Z [00:02:43.539]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.5823469Z [00:02:43.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b174=>" -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/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:11:16.5846445Z [00:02:43.541]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T21:11:16.5847041Z [00:02:43.541]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:11:16.5847347Z [00:02:43.541]➜  mkdir -p $WORK/b177/
2025-08-20T21:11:16.5847738Z [00:02:43.541]➜  cat >/tmp/go-build2720400589/b177/importcfg << 'EOF' # internal
2025-08-20T21:11:16.5848086Z [00:02:43.541]➜  # import config
2025-08-20T21:11:16.5848414Z [00:02:43.541]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.5848833Z [00:02:43.541]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.5849240Z [00:02:43.541]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.5849654Z [00:02:43.541]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.5850055Z [00:02:43.541]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.5850360Z [00:02:43.541]➜  EOF
2025-08-20T21:11:16.5881213Z [00:02:43.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b177=>" -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/b177/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:11:16.6097990Z [00:02:43.568]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.6100024Z [00:02:43.568]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x011.o -c gcc_traceback.c
2025-08-20T21:11:16.6165882Z [00:02:43.574]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:11:16.6166998Z [00:02:43.574]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T21:11:16.6167904Z [00:02:43.574]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:11:16.6168524Z [00:02:43.574]➜  mkdir -p $WORK/b171/
2025-08-20T21:11:16.6169190Z [00:02:43.574]➜  cat >/tmp/go-build2720400589/b171/importcfg << 'EOF' # internal
2025-08-20T21:11:16.6170141Z [00:02:43.574]➜  # import config
2025-08-20T21:11:16.6170872Z [00:02:43.574]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.6171840Z [00:02:43.574]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:16.6172695Z [00:02:43.574]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.6173281Z [00:02:43.574]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:16.6174606Z [00:02:43.574]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:16.6175204Z [00:02:43.574]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.6175550Z [00:02:43.574]➜  EOF
2025-08-20T21:11:16.6175797Z [00:02:43.574]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.6178898Z [00:02:43.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b171=>" -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/b171/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:11:16.6284601Z [00:02:43.586]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.6286301Z [00:02:43.586]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x012.o -c gcc_util.c
2025-08-20T21:11:16.6535515Z [00:02:43.611]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:11:16.6549019Z [00:02:43.613]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T21:11:16.6552904Z [00:02:43.613]➜  mime
2025-08-20T21:11:16.6553217Z [00:02:43.613]➜  mkdir -p $WORK/b178/
2025-08-20T21:11:16.6554781Z [00:02:43.613]➜  cat >/tmp/go-build2720400589/b178/importcfg << 'EOF' # internal
2025-08-20T21:11:16.6555597Z [00:02:43.613]➜  # import config
2025-08-20T21:11:16.6556027Z [00:02:43.613]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:16.6556449Z [00:02:43.613]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.6556908Z [00:02:43.613]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:16.6557359Z [00:02:43.613]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.6557797Z [00:02:43.613]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.6558198Z [00:02:43.613]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.6558608Z [00:02:43.613]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:16.6559012Z [00:02:43.613]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:16.6559427Z [00:02:43.613]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.6559881Z [00:02:43.613]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.6560310Z [00:02:43.613]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.6560728Z [00:02:43.613]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:16.6561172Z [00:02:43.613]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.6561505Z [00:02:43.613]➜  EOF
2025-08-20T21:11:16.6562113Z [00:02:43.613]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.6564532Z [00:02:43.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b178=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:11:16.6637960Z [00:02:43.621]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.6639639Z [00:02:43.621]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x013.o -c linux_syscall.c
2025-08-20T21:11:16.6969653Z [00:02:43.654]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_x014.o -c gcc_arm64.S
2025-08-20T21:11:16.7216848Z [00:02:43.679]➜  cd $WORK/b164
2025-08-20T21:11:16.7220409Z [00:02:43.679]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -I $WORK/b164/ -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/b164/_cgo_main.o -c _cgo_main.c
2025-08-20T21:11:16.7474437Z [00:02:43.705]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:11:16.7488459Z [00:02:43.707]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T21:11:16.7489948Z [00:02:43.707]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:11:16.7492743Z [00:02:43.707]➜  mkdir -p $WORK/b169/
2025-08-20T21:11:16.7498704Z [00:02:43.708]➜  cat >/tmp/go-build2720400589/b169/importcfg << 'EOF' # internal
2025-08-20T21:11:16.7499123Z [00:02:43.708]➜  # import config
2025-08-20T21:11:16.7500109Z [00:02:43.708]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:11:16.7500889Z [00:02:43.708]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:11:16.7501548Z [00:02:43.708]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.7502223Z [00:02:43.708]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2720400589/b170/_pkg_.a
2025-08-20T21:11:16.7503043Z [00:02:43.708]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b171/_pkg_.a
2025-08-20T21:11:16.7503751Z [00:02:43.708]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.7504195Z [00:02:43.708]➜  EOF
2025-08-20T21:11:16.7504605Z [00:02:43.708]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.7507038Z [00:02:43.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b169=>" -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/b169/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:11:16.7659147Z [00:02:43.723]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -o $WORK/b164/_cgo_.o $WORK/b164/_cgo_main.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o -O2 -g -lpthread
2025-08-20T21:11:16.7705569Z [00:02:43.728]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:11:16.7715607Z [00:02:43.729]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T21:11:16.7719582Z [00:02:43.730]➜  mime/quotedprintable
2025-08-20T21:11:16.7719886Z [00:02:43.730]➜  mkdir -p $WORK/b180/
2025-08-20T21:11:16.7720268Z [00:02:43.730]➜  cat >/tmp/go-build2720400589/b180/importcfg << 'EOF' # internal
2025-08-20T21:11:16.7720639Z [00:02:43.730]➜  # import config
2025-08-20T21:11:16.7720976Z [00:02:43.730]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:16.7721390Z [00:02:43.730]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.7721799Z [00:02:43.730]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.7722204Z [00:02:43.730]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.7722509Z [00:02:43.730]➜  EOF
2025-08-20T21:11:16.7729175Z [00:02:43.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b180=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:11:16.7965471Z [00:02:43.754]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:11:16.7976956Z [00:02:43.755]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T21:11:16.7984631Z [00:02:43.756]➜  net/http/internal
2025-08-20T21:11:16.7989793Z [00:02:43.757]➜  mkdir -p $WORK/b182/
2025-08-20T21:11:16.8000214Z [00:02:43.758]➜  cat >/tmp/go-build2720400589/b182/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8001157Z [00:02:43.758]➜  # import config
2025-08-20T21:11:16.8001970Z [00:02:43.758]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:16.8003021Z [00:02:43.758]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:16.8003545Z [00:02:43.758]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:16.8003968Z [00:02:43.758]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.8004516Z [00:02:43.758]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.8005217Z [00:02:43.758]➜  EOF
2025-08-20T21:11:16.8016607Z [00:02:43.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b182=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:11:16.8341300Z [00:02:43.791]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:11:16.8347965Z [00:02:43.793]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T21:11:16.8348907Z [00:02:43.793]➜  net/http/internal/ascii
2025-08-20T21:11:16.8349388Z [00:02:43.793]➜  mkdir -p $WORK/b183/
2025-08-20T21:11:16.8349987Z [00:02:43.793]➜  cat >/tmp/go-build2720400589/b183/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8350508Z [00:02:43.793]➜  # import config
2025-08-20T21:11:16.8351574Z [00:02:43.793]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.8352015Z [00:02:43.793]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:16.8352335Z [00:02:43.793]➜  EOF
2025-08-20T21:11:16.8353940Z [00:02:43.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b183=>" -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/b183/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:11:16.8390495Z [00:02:43.797]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:11:16.8412347Z [00:02:43.799]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T21:11:16.8429495Z [00:02:43.801]➜  vendor/golang.org/x/net/idna
2025-08-20T21:11:16.8432833Z [00:02:43.801]➜  mkdir -p $WORK/b168/
2025-08-20T21:11:16.8434616Z [00:02:43.801]➜  cat >/tmp/go-build2720400589/b168/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8435037Z [00:02:43.801]➜  # import config
2025-08-20T21:11:16.8435499Z [00:02:43.801]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:11:16.8436106Z [00:02:43.801]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:11:16.8437053Z [00:02:43.801]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:11:16.8437614Z [00:02:43.801]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.8438164Z [00:02:43.801]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2720400589/b169/_pkg_.a
2025-08-20T21:11:16.8438807Z [00:02:43.801]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b171/_pkg_.a
2025-08-20T21:11:16.8439451Z [00:02:43.801]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b174/_pkg_.a
2025-08-20T21:11:16.8439971Z [00:02:43.801]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:16.8440394Z [00:02:43.801]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.8440840Z [00:02:43.801]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.8441173Z [00:02:43.801]➜  EOF
2025-08-20T21:11:16.8445584Z [00:02:43.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b168=>" -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/b168/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:11:16.8492450Z [00:02:43.807]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:11:16.8493856Z [00:02:43.807]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T21:11:16.8494573Z [00:02:43.807]➜  regexp/syntax
2025-08-20T21:11:16.8494838Z [00:02:43.807]➜  mkdir -p $WORK/b186/
2025-08-20T21:11:16.8495216Z [00:02:43.807]➜  cat >/tmp/go-build2720400589/b186/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8495562Z [00:02:43.807]➜  # import config
2025-08-20T21:11:16.8495899Z [00:02:43.807]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.8496320Z [00:02:43.807]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:16.8496758Z [00:02:43.807]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:16.8497188Z [00:02:43.807]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.8497626Z [00:02:43.807]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.8498046Z [00:02:43.807]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:16.8498494Z [00:02:43.807]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.8498825Z [00:02:43.807]➜  EOF
2025-08-20T21:11:16.8501287Z [00:02:43.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b186=>" -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/b186/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T21:11:16.8509753Z [00:02:43.809]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:11:16.8553914Z [00:02:43.813]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T21:11:16.8555176Z [00:02:43.813]➜  io/ioutil
2025-08-20T21:11:16.8556122Z [00:02:43.813]➜  mkdir -p $WORK/b189/
2025-08-20T21:11:16.8556888Z [00:02:43.813]➜  cat >/tmp/go-build2720400589/b189/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8557501Z [00:02:43.813]➜  # import config
2025-08-20T21:11:16.8558089Z [00:02:43.813]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.8558803Z [00:02:43.813]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:16.8559503Z [00:02:43.813]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:16.8561406Z [00:02:43.813]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:16.8561842Z [00:02:43.813]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.8562160Z [00:02:43.813]➜  EOF
2025-08-20T21:11:16.8563687Z [00:02:43.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b189=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:11:16.8910264Z [00:02:43.849]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b164=/tmp/go-build -gno-record-gcc-switches -o $WORK/b164/_cgo_.o $WORK/b164/_cgo_main.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:11:16.8913428Z [00:02:43.849]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b164/_cgo_.o -dynout $WORK/b164/_cgo_import.go -dynlinker
2025-08-20T21:11:16.8926160Z [00:02:43.850]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:11:16.8941792Z [00:02:43.852]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T21:11:16.8951252Z [00:02:43.853]➜  html
2025-08-20T21:11:16.8951698Z [00:02:43.853]➜  mkdir -p $WORK/b191/
2025-08-20T21:11:16.8964217Z [00:02:43.854]➜  cat >/tmp/go-build2720400589/b191/importcfg << 'EOF' # internal
2025-08-20T21:11:16.8964835Z [00:02:43.854]➜  # import config
2025-08-20T21:11:16.8965209Z [00:02:43.854]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:16.8965638Z [00:02:43.854]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.8966262Z [00:02:43.854]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.8966747Z [00:02:43.854]➜  EOF
2025-08-20T21:11:16.8968331Z [00:02:43.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b191=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:11:16.8993334Z [00:02:43.857]➜  echo -n > $WORK/b164/go_asm.h # internal
2025-08-20T21:11:16.8993714Z [00:02:43.857]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:16.9004580Z [00:02:43.857]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b164/symabis ./asm_arm64.s
2025-08-20T21:11:16.9027793Z [00:02:43.861]➜  cat >/tmp/go-build2720400589/b164/importcfg << 'EOF' # internal
2025-08-20T21:11:16.9028403Z [00:02:43.861]➜  # import config
2025-08-20T21:11:16.9028906Z [00:02:43.861]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:11:16.9030797Z [00:02:43.861]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:16.9031327Z [00:02:43.861]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:16.9031664Z [00:02:43.861]➜  EOF
2025-08-20T21:11:16.9037357Z [00:02:43.862]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:16.9041549Z [00:02:43.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b164/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack -asmhdr $WORK/b164/go_asm.h /root/.go/src/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/b164/_cgo_gotypes.go $WORK/b164/cgo.cgo1.go $WORK/b164/_cgo_import.go
2025-08-20T21:11:16.9396554Z [00:02:43.897]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:11:16.9409873Z [00:02:43.898]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T21:11:16.9410458Z [00:02:43.899]➜  text/tabwriter
2025-08-20T21:11:16.9411113Z [00:02:43.899]➜  mkdir -p $WORK/b194/
2025-08-20T21:11:16.9413767Z [00:02:43.899]➜  cat >/tmp/go-build2720400589/b194/importcfg << 'EOF' # internal
2025-08-20T21:11:16.9415498Z [00:02:43.899]➜  # import config
2025-08-20T21:11:16.9415902Z [00:02:43.899]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:16.9416321Z [00:02:43.899]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:16.9416758Z [00:02:43.899]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:16.9417095Z [00:02:43.899]➜  EOF
2025-08-20T21:11:16.9418616Z [00:02:43.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b194=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:11:17.0010469Z [00:02:43.959]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:11:17.0022703Z [00:02:43.960]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T21:11:17.0023366Z [00:02:43.960]➜  runtime/pprof
2025-08-20T21:11:17.0023646Z [00:02:43.960]➜  mkdir -p $WORK/b193/
2025-08-20T21:11:17.0025333Z [00:02:43.960]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:11:17.0034200Z [00:02:43.961]➜  cat >/tmp/go-build2720400589/b193/importcfg << 'EOF' # internal
2025-08-20T21:11:17.0034952Z [00:02:43.961]➜  # import config
2025-08-20T21:11:17.0036852Z [00:02:43.961]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:17.0039076Z [00:02:43.961]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.0039525Z [00:02:43.961]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:17.0039990Z [00:02:43.961]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:17.0040478Z [00:02:43.961]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:17.0040940Z [00:02:43.961]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:17.0041392Z [00:02:43.961]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.0041835Z [00:02:43.961]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.0042269Z [00:02:43.961]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:11:17.0043093Z [00:02:43.961]➜  packagefile internal/profilerecord=/tmp/go-build2720400589/b019/_pkg_.a
2025-08-20T21:11:17.0043605Z [00:02:43.961]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.0044010Z [00:02:43.961]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:17.0064178Z [00:02:43.961]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.0064893Z [00:02:43.961]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:17.0065331Z [00:02:43.961]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.0065745Z [00:02:43.961]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.0066159Z [00:02:43.961]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.0066585Z [00:02:43.961]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.0066996Z [00:02:43.961]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.0067426Z [00:02:43.961]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:17.0067880Z [00:02:43.961]➜  packagefile text/tabwriter=/tmp/go-build2720400589/b194/_pkg_.a
2025-08-20T21:11:17.0068319Z [00:02:43.961]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.0068626Z [00:02:43.961]➜  EOF
2025-08-20T21:11:17.0071498Z [00:02:43.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b193=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:11:17.0082580Z [00:02:43.963]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T21:11:17.0083488Z [00:02:43.963]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b164/abi_GOARCH.h
2025-08-20T21:11:17.0083848Z [00:02:43.963]➜  runtime/trace
2025-08-20T21:11:17.0084123Z [00:02:43.963]➜  mkdir -p $WORK/b195/
2025-08-20T21:11:17.0084649Z [00:02:43.963]➜  cat >/tmp/go-build2720400589/b195/importcfg << 'EOF' # internal
2025-08-20T21:11:17.0084997Z [00:02:43.963]➜  # import config
2025-08-20T21:11:17.0085337Z [00:02:43.963]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:17.0085761Z [00:02:43.963]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.0086176Z [00:02:43.963]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.0086662Z [00:02:43.963]➜  packagefile internal/trace/tracev2=/tmp/go-build2720400589/b033/_pkg_.a
2025-08-20T21:11:17.0087122Z [00:02:43.963]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.0087537Z [00:02:43.963]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:17.0087958Z [00:02:43.963]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.0088373Z [00:02:43.963]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.0088813Z [00:02:43.963]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:17.0089247Z [00:02:43.963]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.0089552Z [00:02:43.963]➜  EOF
2025-08-20T21:11:17.0092227Z [00:02:43.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b195=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:11:17.0094612Z [00:02:43.964]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:11:17.0095647Z [00:02:43.966]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b164/asm_arm64.o ./asm_arm64.s
2025-08-20T21:11:17.0138355Z [00:02:43.972]➜  go tool pack r $WORK/b164/_pkg_.a $WORK/b164/asm_arm64.o $WORK/b164/preferlinkext $WORK/b164/_x001.o $WORK/b164/_x002.o $WORK/b164/_x003.o $WORK/b164/_x004.o $WORK/b164/_x005.o $WORK/b164/_x006.o $WORK/b164/_x007.o $WORK/b164/_x008.o $WORK/b164/_x009.o $WORK/b164/_x010.o $WORK/b164/_x011.o $WORK/b164/_x012.o $WORK/b164/_x013.o $WORK/b164/_x014.o # internal
2025-08-20T21:11:17.0151309Z [00:02:43.973]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:11:17.0183626Z [00:02:43.976]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T21:11:17.0206109Z [00:02:43.978]➜  net
2025-08-20T21:11:17.0207051Z [00:02:43.978]➜  mkdir -p $WORK/b158/
2025-08-20T21:11:17.0208511Z [00:02:43.978]➜  echo -n > $WORK/b158/preferlinkext # internal
2025-08-20T21:11:17.0208843Z [00:02:43.978]➜  cd /root/.go/src/net
2025-08-20T21:11:17.0209987Z [00:02:43.978]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b158/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T21:11:17.0262597Z [00:02:43.984]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:11:17.0285614Z [00:02:43.986]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T21:11:17.0295819Z [00:02:43.987]➜  regexp
2025-08-20T21:11:17.0315163Z [00:02:43.987]➜  mkdir -p $WORK/b185/
2025-08-20T21:11:17.0328150Z [00:02:43.991]➜  cat >/tmp/go-build2720400589/b185/importcfg << 'EOF' # internal
2025-08-20T21:11:17.0328671Z [00:02:43.991]➜  # import config
2025-08-20T21:11:17.0329015Z [00:02:43.991]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.0329435Z [00:02:43.991]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.0329875Z [00:02:43.991]➜  packagefile regexp/syntax=/tmp/go-build2720400589/b186/_pkg_.a
2025-08-20T21:11:17.0330321Z [00:02:43.991]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.0330747Z [00:02:43.991]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.0331190Z [00:02:43.991]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.0331612Z [00:02:43.991]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.0332032Z [00:02:43.991]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:17.0332477Z [00:02:43.991]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:17.0332819Z [00:02:43.991]➜  EOF
2025-08-20T21:11:17.0333076Z [00:02:43.991]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.0334993Z [00:02:43.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b185=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T21:11:17.0598617Z [00:02:44.017]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:11:17.0612174Z [00:02:44.019]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T21:11:17.0617823Z [00:02:44.019]➜  runtime/debug
2025-08-20T21:11:17.0621145Z [00:02:44.020]➜  mkdir -p $WORK/b196/
2025-08-20T21:11:17.0625254Z [00:02:44.020]➜  echo -n > $WORK/b196/go_asm.h # internal
2025-08-20T21:11:17.0626387Z [00:02:44.021]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:11:17.0629999Z [00:02:44.021]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b196=>" -I $WORK/b196/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b196/symabis ./debug.s
2025-08-20T21:11:17.0732397Z [00:02:44.031]➜  cat >/tmp/go-build2720400589/b196/importcfg << 'EOF' # internal
2025-08-20T21:11:17.0733268Z [00:02:44.031]➜  # import config
2025-08-20T21:11:17.0734225Z [00:02:44.031]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.0735046Z [00:02:44.031]➜  packagefile internal/poll=/tmp/go-build2720400589/b065/_pkg_.a
2025-08-20T21:11:17.0735494Z [00:02:44.031]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.0735923Z [00:02:44.031]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:17.0736744Z [00:02:44.031]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.0737172Z [00:02:44.031]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.0737602Z [00:02:44.031]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.0738024Z [00:02:44.031]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.0738332Z [00:02:44.031]➜  EOF
2025-08-20T21:11:17.0738592Z [00:02:44.031]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.0740690Z [00:02:44.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b196=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b196/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack -asmhdr $WORK/b196/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T21:11:17.1379543Z [00:02:44.096]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:11:17.1380649Z [00:02:44.096]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b196=>" -I $WORK/b196/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b196/debug.o ./debug.s
2025-08-20T21:11:17.1448279Z [00:02:44.103]➜  go tool pack r $WORK/b196/_pkg_.a $WORK/b196/debug.o # internal
2025-08-20T21:11:17.1448845Z [00:02:44.103]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:11:17.1456139Z [00:02:44.103]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T21:11:17.1457961Z [00:02:44.104]➜  encoding/base32
2025-08-20T21:11:17.1458288Z [00:02:44.104]➜  mkdir -p $WORK/b198/
2025-08-20T21:11:17.1463236Z [00:02:44.104]➜  cat >/tmp/go-build2720400589/b198/importcfg << 'EOF' # internal
2025-08-20T21:11:17.1463764Z [00:02:44.104]➜  # import config
2025-08-20T21:11:17.1485427Z [00:02:44.104]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.1486451Z [00:02:44.104]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.1486988Z [00:02:44.104]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.1487320Z [00:02:44.104]➜  EOF
2025-08-20T21:11:17.1487573Z [00:02:44.104]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.1489529Z [00:02:44.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b198=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:11:17.1936163Z [00:02:44.151]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:11:17.1943737Z [00:02:44.152]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T21:11:17.1944784Z [00:02:44.152]➜  internal/saferio
2025-08-20T21:11:17.1945191Z [00:02:44.152]➜  mkdir -p $WORK/b200/
2025-08-20T21:11:17.1953871Z [00:02:44.153]➜  cat >/tmp/go-build2720400589/b200/importcfg << 'EOF' # internal
2025-08-20T21:11:17.1954731Z [00:02:44.153]➜  # import config
2025-08-20T21:11:17.1955960Z [00:02:44.153]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.1956329Z [00:02:44.153]➜  EOF
2025-08-20T21:11:17.1957828Z [00:02:44.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b200=>" -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/b200/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:11:17.2110360Z [00:02:44.169]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:11:17.2135619Z [00:02:44.171]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T21:11:17.2143156Z [00:02:44.172]➜  internal/profile
2025-08-20T21:11:17.2143706Z [00:02:44.172]➜  mkdir -p $WORK/b192/
2025-08-20T21:11:17.2152267Z [00:02:44.173]➜  cat >/tmp/go-build2720400589/b192/importcfg << 'EOF' # internal
2025-08-20T21:11:17.2152898Z [00:02:44.173]➜  # import config
2025-08-20T21:11:17.2153398Z [00:02:44.173]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.2154815Z [00:02:44.173]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:17.2155280Z [00:02:44.173]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.2155699Z [00:02:44.173]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.2156123Z [00:02:44.173]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.2156536Z [00:02:44.173]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:17.2156951Z [00:02:44.173]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.2157369Z [00:02:44.173]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.2157798Z [00:02:44.173]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.2158217Z [00:02:44.173]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.2158535Z [00:02:44.173]➜  EOF
2025-08-20T21:11:17.2160968Z [00:02:44.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b192=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/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-20T21:11:17.2185867Z [00:02:44.176]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:11:17.2194843Z [00:02:44.177]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T21:11:17.2229288Z [00:02:44.181]➜  encoding/gob
2025-08-20T21:11:17.2230268Z [00:02:44.181]➜  mkdir -p $WORK/b199/
2025-08-20T21:11:17.2239564Z [00:02:44.182]➜  cat >/tmp/go-build2720400589/b199/importcfg << 'EOF' # internal
2025-08-20T21:11:17.2240204Z [00:02:44.182]➜  # import config
2025-08-20T21:11:17.2240844Z [00:02:44.182]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:17.2245245Z [00:02:44.182]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:17.2245835Z [00:02:44.182]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:17.2246298Z [00:02:44.182]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.2246713Z [00:02:44.182]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.2247168Z [00:02:44.182]➜  packagefile internal/saferio=/tmp/go-build2720400589/b200/_pkg_.a
2025-08-20T21:11:17.2247611Z [00:02:44.182]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.2248028Z [00:02:44.182]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:17.2248440Z [00:02:44.182]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:17.2248866Z [00:02:44.182]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:17.2249284Z [00:02:44.182]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.2249696Z [00:02:44.182]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:17.2250480Z [00:02:44.182]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.2250912Z [00:02:44.182]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:17.2251354Z [00:02:44.182]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:17.2251802Z [00:02:44.182]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:17.2252134Z [00:02:44.182]➜  EOF
2025-08-20T21:11:17.2254861Z [00:02:44.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b199=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:11:17.2793030Z [00:02:44.237]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:11:17.2827683Z [00:02:44.240]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T21:11:17.2834219Z [00:02:44.241]➜  github.com/jrnd-io/jr/pkg/configuration
2025-08-20T21:11:17.2835567Z [00:02:44.241]➜  mkdir -p $WORK/b202/
2025-08-20T21:11:17.2835959Z [00:02:44.241]➜  cat >/tmp/go-build2720400589/b202/importcfg << 'EOF' # internal
2025-08-20T21:11:17.2836311Z [00:02:44.241]➜  # import config
2025-08-20T21:11:17.2836644Z [00:02:44.241]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.2836955Z [00:02:44.241]➜  EOF
2025-08-20T21:11:17.2846588Z [00:02:44.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/configuration=>github.com/jrnd-io/jr/pkg/configuration;$WORK/b202=>" -p github.com/jrnd-io/jr/pkg/configuration -lang=go1.24 -complete -installsuffix shared -buildid mPe50Dk7R4cvHW1j6rxC/mPe50Dk7R4cvHW1j6rxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack ./pkg/configuration/configuration.go
2025-08-20T21:11:17.2954060Z [00:02:44.253]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:11:17.2969269Z [00:02:44.255]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/9d/9dc828334bafe572a15dffaa8282d35270db078809cfc99b54dfbd7e21ef6033-d # internal
2025-08-20T21:11:17.2970308Z [00:02:44.255]➜  github.com/adrg/xdg/internal/pathutil
2025-08-20T21:11:17.2970765Z [00:02:44.255]➜  mkdir -p $WORK/b205/
2025-08-20T21:11:17.2971720Z [00:02:44.255]➜  cat >/tmp/go-build2720400589/b205/importcfg << 'EOF' # internal
2025-08-20T21:11:17.2972364Z [00:02:44.255]➜  # import config
2025-08-20T21:11:17.2973614Z [00:02:44.255]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.2974050Z [00:02:44.255]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.2974630Z [00:02:44.255]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:17.2975042Z [00:02:44.255]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.2975482Z [00:02:44.255]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:17.2975931Z [00:02:44.255]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.2976262Z [00:02:44.255]➜  EOF
2025-08-20T21:11:17.2978466Z [00:02:44.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil=>github.com/adrg/xdg@v0.5.3/internal/pathutil;$WORK/b205=>" -p github.com/adrg/xdg/internal/pathutil -lang=go1.19 -complete -installsuffix shared -buildid MFw58w5rD0FFsZlw01l_/MFw58w5rD0FFsZlw01l_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil_unix.go
2025-08-20T21:11:17.3309654Z [00:02:44.289]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:11:17.3314657Z [00:02:44.289]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/5b/5b699a92d274a4dca9fc6489b960584efc68acaa1abc40edda330095a581fb68-d # internal
2025-08-20T21:11:17.3315328Z [00:02:44.289]➜  github.com/adrg/xdg/internal/userdirs
2025-08-20T21:11:17.3315676Z [00:02:44.289]➜  mkdir -p $WORK/b206/
2025-08-20T21:11:17.3316566Z [00:02:44.290]➜  cat >/tmp/go-build2720400589/b206/importcfg << 'EOF' # internal
2025-08-20T21:11:17.3317370Z [00:02:44.290]➜  # import config
2025-08-20T21:11:17.3319494Z [00:02:44.290]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:17.3320144Z [00:02:44.290]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2720400589/b205/_pkg_.a
2025-08-20T21:11:17.3321083Z [00:02:44.290]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.3321757Z [00:02:44.290]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.3322341Z [00:02:44.290]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.3323002Z [00:02:44.290]➜  EOF
2025-08-20T21:11:17.3325588Z [00:02:44.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs=>github.com/adrg/xdg@v0.5.3/internal/userdirs;$WORK/b206=>" -p github.com/adrg/xdg/internal/userdirs -lang=go1.19 -complete -installsuffix shared -buildid B9tmsCNd826iGN_lUOf6/B9tmsCNd826iGN_lUOf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/config_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/userdirs.go
2025-08-20T21:11:17.3575776Z [00:02:44.313]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:11:17.3577020Z [00:02:44.313]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/85/85a78660d4874ccfc5b45c8571bbc33f343b3046716e8d6593ab9ea464efd675-d # internal
2025-08-20T21:11:17.3578969Z [00:02:44.313]➜  github.com/adrg/xdg
2025-08-20T21:11:17.3579326Z [00:02:44.313]➜  mkdir -p $WORK/b204/
2025-08-20T21:11:17.3579712Z [00:02:44.314]➜  cat >/tmp/go-build2720400589/b204/importcfg << 'EOF' # internal
2025-08-20T21:11:17.3580060Z [00:02:44.314]➜  # import config
2025-08-20T21:11:17.3580949Z [00:02:44.314]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2720400589/b205/_pkg_.a
2025-08-20T21:11:17.3581664Z [00:02:44.314]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build2720400589/b206/_pkg_.a
2025-08-20T21:11:17.3582175Z [00:02:44.314]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.3582616Z [00:02:44.314]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:17.3583098Z [00:02:44.314]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.3583419Z [00:02:44.314]➜  EOF
2025-08-20T21:11:17.3585814Z [00:02:44.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3=>github.com/adrg/xdg@v0.5.3;$WORK/b204=>" -p github.com/adrg/xdg -lang=go1.19 -complete -installsuffix shared -buildid cPRzNRpmLkahSpakaGbr/cPRzNRpmLkahSpakaGbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/base_dirs.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/doc.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/paths_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/xdg.go
2025-08-20T21:11:17.3986264Z [00:02:44.355]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:11:17.3998265Z [00:02:44.358]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:11:17.4007679Z [00:02:44.359]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/15/1575ad9f38e8390d77fe255f5cfa28b9e79cdcf2e50524c30e5072f5932c4f07-d # internal
2025-08-20T21:11:17.4012662Z [00:02:44.359]➜  github.com/jrnd-io/jr/pkg/constants
2025-08-20T21:11:17.4013033Z [00:02:44.359]➜  mkdir -p $WORK/b203/
2025-08-20T21:11:17.4017903Z [00:02:44.360]➜  cat >/tmp/go-build2720400589/b203/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4023187Z [00:02:44.360]➜  # import config
2025-08-20T21:11:17.4023575Z [00:02:44.360]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.4024077Z [00:02:44.360]➜  packagefile github.com/adrg/xdg=/tmp/go-build2720400589/b204/_pkg_.a
2025-08-20T21:11:17.4029099Z [00:02:44.360]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.4029416Z [00:02:44.360]➜  EOF
2025-08-20T21:11:17.4031077Z [00:02:44.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/constants=>github.com/jrnd-io/jr/pkg/constants;$WORK/b203=>" -p github.com/jrnd-io/jr/pkg/constants -lang=go1.24 -complete -installsuffix shared -buildid wWOcaEo1V4QhhEyjnO72/wWOcaEo1V4QhhEyjnO72 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack ./pkg/constants/constants.go
2025-08-20T21:11:17.4075246Z [00:02:44.365]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T21:11:17.4079024Z [00:02:44.365]➜  github.com/jrnd-io/jr/pkg/ctx
2025-08-20T21:11:17.4079392Z [00:02:44.365]➜  mkdir -p $WORK/b208/
2025-08-20T21:11:17.4084033Z [00:02:44.366]➜  cat >/tmp/go-build2720400589/b208/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4084652Z [00:02:44.366]➜  # import config
2025-08-20T21:11:17.4085006Z [00:02:44.366]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.4085424Z [00:02:44.366]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.4085734Z [00:02:44.366]➜  EOF
2025-08-20T21:11:17.4099052Z [00:02:44.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/ctx=>github.com/jrnd-io/jr/pkg/ctx;$WORK/b208=>" -p github.com/jrnd-io/jr/pkg/ctx -lang=go1.24 -complete -installsuffix shared -buildid VxBBNlgn3CfoCHVJ9w4M/VxBBNlgn3CfoCHVJ9w4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack ./pkg/ctx/context.go
2025-08-20T21:11:17.4173684Z [00:02:44.375]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:11:17.4181773Z [00:02:44.376]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/ac/acf54c90d32b56ebe27d756e0cb18058071ab69453998027a58a49416f1641da-d # internal
2025-08-20T21:11:17.4186216Z [00:02:44.377]➜  encoding/csv
2025-08-20T21:11:17.4207714Z [00:02:44.379]➜  mkdir -p $WORK/b210/
2025-08-20T21:11:17.4215428Z [00:02:44.379]➜  cat >/tmp/go-build2720400589/b210/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4215820Z [00:02:44.379]➜  # import config
2025-08-20T21:11:17.4216164Z [00:02:44.379]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:17.4216619Z [00:02:44.379]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.4217036Z [00:02:44.379]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.4217449Z [00:02:44.379]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.4217850Z [00:02:44.379]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.4218265Z [00:02:44.379]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.4218707Z [00:02:44.379]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:17.4219159Z [00:02:44.379]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:17.4219492Z [00:02:44.379]➜  EOF
2025-08-20T21:11:17.4225358Z [00:02:44.380]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:11:17.4239061Z [00:02:44.382]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/3a/3a88b90648885a75704838359710f272b255a06af767ff2769d8ad8b75c35f47-d # internal
2025-08-20T21:11:17.4241541Z [00:02:44.382]➜  github.com/cnkei/gospline
2025-08-20T21:11:17.4243043Z [00:02:44.382]➜  mkdir -p $WORK/b211/
2025-08-20T21:11:17.4243513Z [00:02:44.382]➜  cat >/tmp/go-build2720400589/b211/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4243869Z [00:02:44.382]➜  # import config
2025-08-20T21:11:17.4244204Z [00:02:44.382]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:17.4244803Z [00:02:44.382]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.4245114Z [00:02:44.382]➜  EOF
2025-08-20T21:11:17.4248494Z [00:02:44.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294=>github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294;$WORK/b211=>" -p github.com/cnkei/gospline -lang=go1.13 -complete -installsuffix shared -buildid wP_DIaN2DRAPSdv7Q40T/wP_DIaN2DRAPSdv7Q40T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294/algorithm.go /root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294/cubic.go /root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294/hermite.go /root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294/spline.go /root/go/pkg/mod/github.com/cnkei/gospline@v0.0.0-20191204052713-d67fac29a294/test.go
2025-08-20T21:11:17.4258460Z [00:02:44.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b210=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:11:17.4635727Z [00:02:44.421]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:11:17.4646582Z [00:02:44.422]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T21:11:17.4647233Z [00:02:44.422]➜  database/sql/driver
2025-08-20T21:11:17.4647507Z [00:02:44.422]➜  mkdir -p $WORK/b213/
2025-08-20T21:11:17.4647885Z [00:02:44.422]➜  cat >/tmp/go-build2720400589/b213/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4648231Z [00:02:44.422]➜  # import config
2025-08-20T21:11:17.4648574Z [00:02:44.422]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:17.4649437Z [00:02:44.422]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.4649935Z [00:02:44.422]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.4650357Z [00:02:44.422]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:17.4650784Z [00:02:44.422]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.4651578Z [00:02:44.422]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.4652033Z [00:02:44.422]➜  EOF
2025-08-20T21:11:17.4653884Z [00:02:44.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b213=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:11:17.4675240Z [00:02:44.425]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:11:17.4688326Z [00:02:44.425]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/42/425f22e48c0b5d9e6505c91fbc42e3af0f63064e4a888cdb45b8b0cde54cd004-d # internal
2025-08-20T21:11:17.4700146Z [00:02:44.428]➜  golang.org/x/sys/unix
2025-08-20T21:11:17.4702992Z [00:02:44.428]➜  mkdir -p $WORK/b219/
2025-08-20T21:11:17.4703719Z [00:02:44.428]➜  echo -n > $WORK/b219/go_asm.h # internal
2025-08-20T21:11:17.4704093Z [00:02:44.428]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:11:17.4705501Z [00:02:44.428]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b219=>" -I $WORK/b219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b219/symabis ./asm_linux_arm64.s
2025-08-20T21:11:17.4752884Z [00:02:44.433]➜  cat >/tmp/go-build2720400589/b219/importcfg << 'EOF' # internal
2025-08-20T21:11:17.4753989Z [00:02:44.433]➜  # import config
2025-08-20T21:11:17.4755590Z [00:02:44.433]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.4756456Z [00:02:44.433]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:17.4757240Z [00:02:44.433]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:17.4757883Z [00:02:44.433]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:17.4758751Z [00:02:44.433]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.4759643Z [00:02:44.433]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.4760378Z [00:02:44.433]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.4761072Z [00:02:44.433]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.4761852Z [00:02:44.433]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.4762721Z [00:02:44.433]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:17.4763421Z [00:02:44.433]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.4764206Z [00:02:44.433]➜  EOF
2025-08-20T21:11:17.4764954Z [00:02:44.433]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.4780723Z [00:02:44.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b219=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid OcpE_BF5YVyzXni8CT7n/OcpE_BF5YVyzXni8CT7n -goversion go1.25.0 -symabis $WORK/b219/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack -asmhdr $WORK/b219/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ztypes_linux_arm64.go
2025-08-20T21:11:17.5461526Z [00:02:44.504]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:11:17.5482738Z [00:02:44.506]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T21:11:17.5520202Z [00:02:44.510]➜  github.com/paulmach/go.geojson
2025-08-20T21:11:17.5521352Z [00:02:44.510]➜  mkdir -p $WORK/b214/
2025-08-20T21:11:17.5532480Z [00:02:44.511]➜  cat >/tmp/go-build2720400589/b214/importcfg << 'EOF' # internal
2025-08-20T21:11:17.5533174Z [00:02:44.511]➜  # import config
2025-08-20T21:11:17.5533850Z [00:02:44.511]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:11:17.5535202Z [00:02:44.511]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:17.5535943Z [00:02:44.511]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.5536752Z [00:02:44.511]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.5537183Z [00:02:44.511]➜  EOF
2025-08-20T21:11:17.5540412Z [00:02:44.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0=>github.com/paulmach/go.geojson@v1.5.0;$WORK/b214=>" -p github.com/paulmach/go.geojson -lang=go1.18 -complete -installsuffix shared -buildid moy-gNuRtvj-ANH62cpF/moy-gNuRtvj-ANH62cpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0/boundingbox.go /root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0/feature.go /root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0/feature_collection.go /root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0/geometry.go /root/go/pkg/mod/github.com/paulmach/go.geojson@v1.5.0/properties.go
2025-08-20T21:11:17.5555015Z [00:02:44.513]➜  cd $WORK/b158
2025-08-20T21:11:17.5557375Z [00:02:44.513]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x001.o -c _cgo_export.c
2025-08-20T21:11:17.6009630Z [00:02:44.559]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:11:17.6029516Z [00:02:44.561]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:11:17.6037612Z [00:02:44.562]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/65/6561a3e4cc49a023468fa12abf9ca987b16cd20c2ec6d3e02f28a5619abd162b-d # internal
2025-08-20T21:11:17.6045798Z [00:02:44.562]➜  github.com/squeeze69/codicefiscale
2025-08-20T21:11:17.6046939Z [00:02:44.563]➜  mkdir -p $WORK/b222/
2025-08-20T21:11:17.6050754Z [00:02:44.563]➜  cat >/tmp/go-build2720400589/b222/importcfg << 'EOF' # internal
2025-08-20T21:11:17.6052216Z [00:02:44.563]➜  # import config
2025-08-20T21:11:17.6053541Z [00:02:44.563]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:17.6054765Z [00:02:44.563]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.6056954Z [00:02:44.563]➜  EOF
2025-08-20T21:11:17.6057219Z [00:02:44.563]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.6059907Z [00:02:44.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/squeeze69/codicefiscale@v1.0.4=>github.com/squeeze69/codicefiscale@v1.0.4;$WORK/b222=>" -p github.com/squeeze69/codicefiscale -lang=go1.15 -complete -installsuffix shared -buildid xFZWyJv_b79H3D769mgP/xFZWyJv_b79H3D769mgP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/github.com/squeeze69/codicefiscale@v1.0.4/codicedicontrollo.go /root/go/pkg/mod/github.com/squeeze69/codicefiscale@v1.0.4/codicefiscale.go /root/go/pkg/mod/github.com/squeeze69/codicefiscale@v1.0.4/confrontacodicifiscali.go
2025-08-20T21:11:17.6452608Z [00:02:44.603]➜  cd $WORK/b158
2025-08-20T21:11:17.6456237Z [00:02:44.603]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:11:17.6468581Z [00:02:44.605]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:11:17.6470016Z [00:02:44.605]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/f6/f6aee28504ae82ea81c6cdd5af3705a8f5af77d915eff0f312a38b2e64aaf986-d # internal
2025-08-20T21:11:17.6482551Z [00:02:44.606]➜  github.com/squeeze69/generacodicefiscale
2025-08-20T21:11:17.6483942Z [00:02:44.606]➜  mkdir -p $WORK/b221/
2025-08-20T21:11:17.6487823Z [00:02:44.607]➜  cat >/tmp/go-build2720400589/b221/importcfg << 'EOF' # internal
2025-08-20T21:11:17.6488227Z [00:02:44.607]➜  # import config
2025-08-20T21:11:17.6488560Z [00:02:44.607]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.6489087Z [00:02:44.607]➜  packagefile github.com/squeeze69/codicefiscale=/tmp/go-build2720400589/b222/_pkg_.a
2025-08-20T21:11:17.6489605Z [00:02:44.607]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:17.6490024Z [00:02:44.607]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.6490447Z [00:02:44.607]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.6491236Z [00:02:44.607]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.6491603Z [00:02:44.607]➜  EOF
2025-08-20T21:11:17.6499834Z [00:02:44.608]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.6504949Z [00:02:44.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5=>github.com/squeeze69/generacodicefiscale@v1.0.5;$WORK/b221=>" -p github.com/squeeze69/generacodicefiscale -lang=go1.15 -complete -installsuffix shared -buildid thM6ntHn_hmCkXl4yrod/thM6ntHn_hmCkXl4yrod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5/comuni.go /root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5/generacodicefiscale.go /root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5/nazioni.go /root/go/pkg/mod/github.com/squeeze69/generacodicefiscale@v1.0.5/ricerca.go
2025-08-20T21:11:17.6759244Z [00:02:44.632]➜  cd $WORK/b158
2025-08-20T21:11:17.6760728Z [00:02:44.632]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:11:17.6854982Z [00:02:44.643]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:11:17.6965136Z [00:02:44.654]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:11:17.7027718Z [00:02:44.661]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T21:11:17.7029264Z [00:02:44.661]➜  github.com/gorilla/securecookie
2025-08-20T21:11:17.7029589Z [00:02:44.661]➜  mkdir -p $WORK/b201/
2025-08-20T21:11:17.7029968Z [00:02:44.661]➜  cat >/tmp/go-build2720400589/b201/importcfg << 'EOF' # internal
2025-08-20T21:11:17.7030313Z [00:02:44.661]➜  # import config
2025-08-20T21:11:17.7030676Z [00:02:44.661]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.7031114Z [00:02:44.661]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:17.7031577Z [00:02:44.661]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:17.7032042Z [00:02:44.661]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:17.7032495Z [00:02:44.661]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:17.7032977Z [00:02:44.661]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:17.7033445Z [00:02:44.661]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:17.7033973Z [00:02:44.661]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:17.7034686Z [00:02:44.661]➜  packagefile encoding/gob=/tmp/go-build2720400589/b199/_pkg_.a
2025-08-20T21:11:17.7035186Z [00:02:44.661]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:17.7035619Z [00:02:44.661]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.7036027Z [00:02:44.661]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:17.7036427Z [00:02:44.661]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.7036840Z [00:02:44.661]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.7037267Z [00:02:44.661]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.7038034Z [00:02:44.661]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.7038411Z [00:02:44.661]➜  EOF
2025-08-20T21:11:17.7038663Z [00:02:44.661]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.7040809Z [00:02:44.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/securecookie@v1.1.2=>github.com/gorilla/securecookie@v1.1.2;$WORK/b201=>" -p github.com/gorilla/securecookie -lang=go1.20 -complete -installsuffix shared -buildid sql1nvi-JIAHtKOOfHTt/sql1nvi-JIAHtKOOfHTt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/github.com/gorilla/securecookie@v1.1.2/doc.go /root/go/pkg/mod/github.com/gorilla/securecookie@v1.1.2/securecookie.go
2025-08-20T21:11:17.7272353Z [00:02:44.684]➜  cd $WORK/b158
2025-08-20T21:11:17.7273859Z [00:02:44.684]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:11:17.7542352Z [00:02:44.712]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -I $WORK/b158/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b158/_cgo_main.o -c _cgo_main.c
2025-08-20T21:11:17.7589835Z [00:02:44.717]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:11:17.7603512Z [00:02:44.718]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/2d/2dc11ecf0d430092b6e44ea32867b3468ebc6d25ea12f58cc18caf5c2e8fae80-d # internal
2025-08-20T21:11:17.7608966Z [00:02:44.719]➜  golang.org/x/text/internal/tag
2025-08-20T21:11:17.7609902Z [00:02:44.719]➜  mkdir -p $WORK/b227/
2025-08-20T21:11:17.7610764Z [00:02:44.719]➜  cat >/tmp/go-build2720400589/b227/importcfg << 'EOF' # internal
2025-08-20T21:11:17.7611551Z [00:02:44.719]➜  # import config
2025-08-20T21:11:17.7612592Z [00:02:44.719]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.7613235Z [00:02:44.719]➜  EOF
2025-08-20T21:11:17.7623242Z [00:02:44.720]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:17.7625249Z [00:02:44.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag=>golang.org/x/text@v0.24.0/internal/tag;$WORK/b227=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid boHU_W9N5oMOyJMKWle9/boHU_W9N5oMOyJMKWle9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag/tag.go
2025-08-20T21:11:17.7721757Z [00:02:44.729]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -o $WORK/b158/_cgo_.o $WORK/b158/_cgo_main.o $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o -O2 -g -lresolv
2025-08-20T21:11:17.7775412Z [00:02:44.735]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:11:17.7801360Z [00:02:44.736]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/77/778c2c0843b8ada30ab5bd1d5512e4337acada22f1d535a98d53131301d1f885-d # internal
2025-08-20T21:11:17.7810766Z [00:02:44.739]➜  golang.org/x/text/internal/language
2025-08-20T21:11:17.7812277Z [00:02:44.739]➜  mkdir -p $WORK/b226/
2025-08-20T21:11:17.7816328Z [00:02:44.739]➜  cat >/tmp/go-build2720400589/b226/importcfg << 'EOF' # internal
2025-08-20T21:11:17.7817502Z [00:02:44.739]➜  # import config
2025-08-20T21:11:17.7819031Z [00:02:44.739]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:17.7820539Z [00:02:44.739]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.7821369Z [00:02:44.739]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:17.7822386Z [00:02:44.739]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2720400589/b227/_pkg_.a
2025-08-20T21:11:17.7823167Z [00:02:44.739]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:17.7823991Z [00:02:44.739]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:17.7825625Z [00:02:44.739]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:17.7825962Z [00:02:44.739]➜  EOF
2025-08-20T21:11:17.7830205Z [00:02:44.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language=>golang.org/x/text@v0.24.0/internal/language;$WORK/b226=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid mwB_jWFUHr721nmKpfaZ/mwB_jWFUHr721nmKpfaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tags.go
2025-08-20T21:11:17.9895276Z [00:02:44.947]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b158=/tmp/go-build -gno-record-gcc-switches -o $WORK/b158/_cgo_.o $WORK/b158/_cgo_main.o $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:11:17.9897859Z [00:02:44.947]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b158/_cgo_.o -dynout $WORK/b158/_cgo_import.go
2025-08-20T21:11:17.9935040Z [00:02:44.951]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:11:17.9959156Z [00:02:44.954]➜  cat >/tmp/go-build2720400589/b158/importcfg << 'EOF' # internal
2025-08-20T21:11:17.9959887Z [00:02:44.954]➜  # import config
2025-08-20T21:11:17.9960609Z [00:02:44.954]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:11:17.9961702Z [00:02:44.954]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:17.9962318Z [00:02:44.954]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:17.9963308Z [00:02:44.954]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:17.9964943Z [00:02:44.954]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2720400589/b159/_pkg_.a
2025-08-20T21:11:17.9965532Z [00:02:44.954]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:11:17.9966033Z [00:02:44.954]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:17.9966542Z [00:02:44.954]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:11:17.9967030Z [00:02:44.954]➜  packagefile internal/nettrace=/tmp/go-build2720400589/b160/_pkg_.a
2025-08-20T21:11:17.9967517Z [00:02:44.954]➜  packagefile internal/poll=/tmp/go-build2720400589/b065/_pkg_.a
2025-08-20T21:11:17.9968023Z [00:02:44.954]➜  packagefile internal/singleflight=/tmp/go-build2720400589/b161/_pkg_.a
2025-08-20T21:11:17.9968550Z [00:02:44.954]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:11:17.9969084Z [00:02:44.954]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:11:17.9969543Z [00:02:44.954]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:17.9969948Z [00:02:44.954]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:17.9970375Z [00:02:44.954]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:11:17.9970787Z [00:02:44.954]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:17.9971544Z [00:02:44.954]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:17.9971972Z [00:02:44.954]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:17.9972386Z [00:02:44.954]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:17.9972818Z [00:02:44.954]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:17.9973258Z [00:02:44.954]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:17.9973689Z [00:02:44.954]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:17.9974127Z [00:02:44.954]➜  packagefile runtime/cgo=/tmp/go-build2720400589/b164/_pkg_.a
2025-08-20T21:11:17.9974657Z [00:02:44.954]➜  EOF
2025-08-20T21:11:17.9983376Z [00:02:44.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b158=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/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/b158/_cgo_gotypes.go $WORK/b158/cgo_linux.cgo1.go $WORK/b158/cgo_resnew.cgo1.go $WORK/b158/cgo_socknew.cgo1.go $WORK/b158/cgo_unix_cgo.cgo1.go $WORK/b158/cgo_unix_cgo_res.cgo1.go $WORK/b158/_cgo_import.go
2025-08-20T21:11:18.0000979Z [00:02:44.957]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/21/21ee947134555f2cafe86dd208774c57d3101e44a6da1debf229c18610f3a895-d # internal
2025-08-20T21:11:18.0001598Z [00:02:44.957]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:11:18.0001919Z [00:02:44.957]➜  mkdir -p $WORK/b228/
2025-08-20T21:11:18.0002307Z [00:02:44.957]➜  cat >/tmp/go-build2720400589/b228/importcfg << 'EOF' # internal
2025-08-20T21:11:18.0002653Z [00:02:44.957]➜  # import config
2025-08-20T21:11:18.0003098Z [00:02:44.957]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2720400589/b226/_pkg_.a
2025-08-20T21:11:18.0003611Z [00:02:44.957]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:18.0004032Z [00:02:44.957]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.0004843Z [00:02:44.957]➜  EOF
2025-08-20T21:11:18.0008073Z [00:02:44.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact=>golang.org/x/text@v0.24.0/internal/language/compact;$WORK/b228=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid SJNZ-uBhwKaZ7WZngu_3/SJNZ-uBhwKaZ7WZngu_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tags.go
2025-08-20T21:11:18.0237855Z [00:02:44.981]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:11:18.0464984Z [00:02:45.004]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:11:18.0488375Z [00:02:45.006]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/24/241a0d3d04deba1d4db4847a431e990b49e43e5bd131c1e42353afb6c69f7920-d # internal
2025-08-20T21:11:18.0500569Z [00:02:45.006]➜  golang.org/x/text/language
2025-08-20T21:11:18.0500886Z [00:02:45.006]➜  mkdir -p $WORK/b225/
2025-08-20T21:11:18.0501272Z [00:02:45.006]➜  cat >/tmp/go-build2720400589/b225/importcfg << 'EOF' # internal
2025-08-20T21:11:18.0501700Z [00:02:45.006]➜  # import config
2025-08-20T21:11:18.0502048Z [00:02:45.006]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.0502464Z [00:02:45.007]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.0502998Z [00:02:45.007]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2720400589/b226/_pkg_.a
2025-08-20T21:11:18.0503671Z [00:02:45.007]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2720400589/b228/_pkg_.a
2025-08-20T21:11:18.0504327Z [00:02:45.007]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:18.0504808Z [00:02:45.007]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.0505242Z [00:02:45.007]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.0505560Z [00:02:45.007]➜  EOF
2025-08-20T21:11:18.0508934Z [00:02:45.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/language=>golang.org/x/text@v0.24.0/language;$WORK/b225=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid peTkbL2JLeDarE3VKKUM/peTkbL2JLeDarE3VKKUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tags.go
2025-08-20T21:11:18.0524134Z [00:02:45.009]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/ae/aea4ad52f4697aa0e71103d40bb82b542b986d6ec7dbb271e4d8307127a0c8e0-d # internal
2025-08-20T21:11:18.0524966Z [00:02:45.010]➜  golang.org/x/text/transform
2025-08-20T21:11:18.0525270Z [00:02:45.010]➜  mkdir -p $WORK/b229/
2025-08-20T21:11:18.0525670Z [00:02:45.010]➜  cat >/tmp/go-build2720400589/b229/importcfg << 'EOF' # internal
2025-08-20T21:11:18.0526022Z [00:02:45.010]➜  # import config
2025-08-20T21:11:18.0526367Z [00:02:45.010]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.0526789Z [00:02:45.010]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.0527207Z [00:02:45.010]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.0528111Z [00:02:45.010]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.0528445Z [00:02:45.010]➜  EOF
2025-08-20T21:11:18.0530198Z [00:02:45.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/transform=>golang.org/x/text@v0.24.0/transform;$WORK/b229=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid GoTq1uzLuz5jqf7OO4V2/GoTq1uzLuz5jqf7OO4V2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/transform/transform.go
2025-08-20T21:11:18.0688978Z [00:02:45.026]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:11:18.0692720Z [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.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b219=>" -I $WORK/b219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b219/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:11:18.0719783Z [00:02:45.030]➜  go tool pack r $WORK/b219/_pkg_.a $WORK/b219/asm_linux_arm64.o # internal
2025-08-20T21:11:18.0721060Z [00:02:45.030]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:11:18.0825676Z [00:02:45.040]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d # internal
2025-08-20T21:11:18.0826354Z [00:02:45.040]➜  github.com/mattn/go-isatty
2025-08-20T21:11:18.0826683Z [00:02:45.040]➜  mkdir -p $WORK/b218/
2025-08-20T21:11:18.0837132Z [00:02:45.042]➜  cat >/tmp/go-build2720400589/b218/importcfg << 'EOF' # internal
2025-08-20T21:11:18.0837969Z [00:02:45.042]➜  # import config
2025-08-20T21:11:18.0840637Z [00:02:45.042]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:11:18.0841163Z [00:02:45.042]➜  EOF
2025-08-20T21:11:18.0841681Z [00:02:45.042]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:18.0844901Z [00:02:45.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b218=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid pXszj_oFBW2qm6QEV5OB/pXszj_oFBW2qm6QEV5OB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T21:11:18.0860140Z [00:02:45.044]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:11:18.0868292Z [00:02:45.045]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d # internal
2025-08-20T21:11:18.0873663Z [00:02:45.045]➜  golang.org/x/text/unicode/norm
2025-08-20T21:11:18.0875800Z [00:02:45.045]➜  mkdir -p $WORK/b230/
2025-08-20T21:11:18.0878543Z [00:02:45.046]➜  cat >/tmp/go-build2720400589/b230/importcfg << 'EOF' # internal
2025-08-20T21:11:18.0879978Z [00:02:45.046]➜  # import config
2025-08-20T21:11:18.0880368Z [00:02:45.046]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:18.0880819Z [00:02:45.046]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.0881327Z [00:02:45.046]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:11:18.0881801Z [00:02:45.046]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.0882221Z [00:02:45.046]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.0882665Z [00:02:45.046]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.0882996Z [00:02:45.046]➜  EOF
2025-08-20T21:11:18.0886932Z [00:02:45.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm=>golang.org/x/text@v0.24.0/unicode/norm;$WORK/b230=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid QGxGgOt-7sh3SURtq7H3/QGxGgOt-7sh3SURtq7H3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/trie.go
2025-08-20T21:11:18.1112627Z [00:02:45.069]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:11:18.1113727Z [00:02:45.069]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/0f/0fbb217e9dc1439789059d82e7d69cd69cb365aa18cee62f0a3d741d2b50b658-d # internal
2025-08-20T21:11:18.1114502Z [00:02:45.069]➜  github.com/mattn/go-colorable
2025-08-20T21:11:18.1120771Z [00:02:45.069]➜  mkdir -p $WORK/b217/
2025-08-20T21:11:18.1121262Z [00:02:45.069]➜  cat >/tmp/go-build2720400589/b217/importcfg << 'EOF' # internal
2025-08-20T21:11:18.1121611Z [00:02:45.069]➜  # import config
2025-08-20T21:11:18.1121950Z [00:02:45.069]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.1122457Z [00:02:45.069]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2720400589/b218/_pkg_.a
2025-08-20T21:11:18.1122930Z [00:02:45.069]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.1123327Z [00:02:45.069]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.1123629Z [00:02:45.069]➜  EOF
2025-08-20T21:11:18.1125816Z [00:02:45.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b217=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid FFcYPvXJyI7aWkK0Yqyl/FFcYPvXJyI7aWkK0Yqyl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/noncolorable.go
2025-08-20T21:11:18.1460568Z [00:02:45.104]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:11:18.1480118Z [00:02:45.106]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/74/74c5477a0cffbe0527f24886649be3961700b429032c4c4700a07fd87b8512de-d # internal
2025-08-20T21:11:18.1482080Z [00:02:45.106]➜  text/template/parse
2025-08-20T21:11:18.1483600Z [00:02:45.106]➜  mkdir -p $WORK/b232/
2025-08-20T21:11:18.1484047Z [00:02:45.106]➜  cat >/tmp/go-build2720400589/b232/importcfg << 'EOF' # internal
2025-08-20T21:11:18.1484558Z [00:02:45.106]➜  # import config
2025-08-20T21:11:18.1484932Z [00:02:45.106]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.1485350Z [00:02:45.106]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.1485772Z [00:02:45.106]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.1486203Z [00:02:45.106]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.1486631Z [00:02:45.106]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.1487058Z [00:02:45.106]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:18.1487520Z [00:02:45.106]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.1487851Z [00:02:45.106]➜  EOF
2025-08-20T21:11:18.1489683Z [00:02:45.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b232=>" -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/b232/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:11:18.1648674Z [00:02:45.123]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:11:18.1669304Z [00:02:45.125]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/01/01d133cd83a739ec921d8d5faeee2ab4c59d32f6ba05fa5c166c725587395c1c-d # internal
2025-08-20T21:11:18.1669905Z [00:02:45.125]➜  golang.org/x/text/internal
2025-08-20T21:11:18.1670234Z [00:02:45.125]➜  mkdir -p $WORK/b224/
2025-08-20T21:11:18.1676439Z [00:02:45.125]➜  cat >/tmp/go-build2720400589/b224/importcfg << 'EOF' # internal
2025-08-20T21:11:18.1676817Z [00:02:45.125]➜  # import config
2025-08-20T21:11:18.1677238Z [00:02:45.125]➜  packagefile golang.org/x/text/language=/tmp/go-build2720400589/b225/_pkg_.a
2025-08-20T21:11:18.1677727Z [00:02:45.125]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:18.1678059Z [00:02:45.125]➜  EOF
2025-08-20T21:11:18.1680033Z [00:02:45.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal=>golang.org/x/text@v0.24.0/internal;$WORK/b224=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid FGwH3Hv4I4TSqUgRtUJf/FGwH3Hv4I4TSqUgRtUJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/match.go
2025-08-20T21:11:18.1859400Z [00:02:45.144]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:11:18.1878258Z [00:02:45.146]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/e5/e57754b0922107c22c9b4de35ccbe1bd6e5e05733d16aa293d7aaed6382d8189-d # internal
2025-08-20T21:11:18.1879740Z [00:02:45.146]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T21:11:18.1880137Z [00:02:45.146]➜  mkdir -p $WORK/b236/
2025-08-20T21:11:18.1880522Z [00:02:45.146]➜  cat >/tmp/go-build2720400589/b236/importcfg << 'EOF' # internal
2025-08-20T21:11:18.1880870Z [00:02:45.146]➜  # import config
2025-08-20T21:11:18.1881232Z [00:02:45.146]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:18.1881667Z [00:02:45.146]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.1882068Z [00:02:45.146]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.1882842Z [00:02:45.146]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:18.1883235Z [00:02:45.146]➜  EOF
2025-08-20T21:11:18.1885454Z [00:02:45.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand;$WORK/b236=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid 7Wc_WKUzQvv3tMoQDPMP/7Wc_WKUzQvv3tMoQDPMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand/rand.go
2025-08-20T21:11:18.1993273Z [00:02:45.157]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:11:18.1998095Z [00:02:45.158]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/f7/f790be2be5370ec6713915bcd86d1f59f41e8f727b0875866b21eba591490a0a-d # internal
2025-08-20T21:11:18.2018386Z [00:02:45.160]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T21:11:18.2018955Z [00:02:45.160]➜  mkdir -p $WORK/b237/
2025-08-20T21:11:18.2022943Z [00:02:45.160]➜  cat >/tmp/go-build2720400589/b237/importcfg << 'EOF' # internal
2025-08-20T21:11:18.2024735Z [00:02:45.160]➜  # import config
2025-08-20T21:11:18.2026110Z [00:02:45.160]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.2027546Z [00:02:45.160]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.2028346Z [00:02:45.160]➜  EOF
2025-08-20T21:11:18.2030621Z [00:02:45.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk;$WORK/b237=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid --Mr2v20jMQw-aKGFRSx/--Mr2v20jMQw-aKGFRSx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk/time.go
2025-08-20T21:11:18.2169506Z [00:02:45.175]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:11:18.2170777Z [00:02:45.175]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/dd/dd166ccb5ed84104e4c595d407da2b06cb2018580a849fbb2d798f182fa5b299-d # internal
2025-08-20T21:11:18.2172249Z [00:02:45.175]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T21:11:18.2172683Z [00:02:45.175]➜  mkdir -p $WORK/b238/
2025-08-20T21:11:18.2173063Z [00:02:45.175]➜  cat >/tmp/go-build2720400589/b238/importcfg << 'EOF' # internal
2025-08-20T21:11:18.2173407Z [00:02:45.175]➜  # import config
2025-08-20T21:11:18.2173743Z [00:02:45.175]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.2174165Z [00:02:45.175]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.2174764Z [00:02:45.175]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.2175201Z [00:02:45.175]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.2175649Z [00:02:45.175]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:11:18.2176090Z [00:02:45.175]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.2176398Z [00:02:45.175]➜  EOF
2025-08-20T21:11:18.2178930Z [00:02:45.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight;$WORK/b238=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid QtkwFXsRuKBN2xLFUedD/QtkwFXsRuKBN2xLFUedD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight/singleflight.go
2025-08-20T21:11:18.2509187Z [00:02:45.209]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:11:18.2518204Z [00:02:45.209]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/76/768476d392283ea7dd0998e61a4597b6ae2b4647e23d0e26f3bbc12735505c36-d # internal
2025-08-20T21:11:18.2518849Z [00:02:45.209]➜  github.com/aws/smithy-go/context
2025-08-20T21:11:18.2519150Z [00:02:45.209]➜  mkdir -p $WORK/b240/
2025-08-20T21:11:18.2519545Z [00:02:45.209]➜  cat >/tmp/go-build2720400589/b240/importcfg << 'EOF' # internal
2025-08-20T21:11:18.2519893Z [00:02:45.209]➜  # import config
2025-08-20T21:11:18.2520235Z [00:02:45.209]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.2520553Z [00:02:45.209]➜  EOF
2025-08-20T21:11:18.2522404Z [00:02:45.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/context=>github.com/aws/smithy-go@v1.22.3/context;$WORK/b240=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid hLyDXaBt4_OVzmZ2EfLr/hLyDXaBt4_OVzmZ2EfLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/context/suppress_expired.go
2025-08-20T21:11:18.2804388Z [00:02:45.238]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:11:18.2808907Z [00:02:45.239]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/fb/fb3d80fbee9a1f62aa270882f59eb4a5c150ee364e1a89799f06f060e789f90d-d # internal
2025-08-20T21:11:18.2811568Z [00:02:45.239]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T21:11:18.2812113Z [00:02:45.239]➜  mkdir -p $WORK/b241/
2025-08-20T21:11:18.2813156Z [00:02:45.239]➜  cat >/tmp/go-build2720400589/b241/importcfg << 'EOF' # internal
2025-08-20T21:11:18.2814099Z [00:02:45.239]➜  # import config
2025-08-20T21:11:18.2814736Z [00:02:45.239]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.2815202Z [00:02:45.239]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.2815625Z [00:02:45.239]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.2816042Z [00:02:45.239]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.2816497Z [00:02:45.239]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:11:18.2816938Z [00:02:45.239]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.2817261Z [00:02:45.239]➜  EOF
2025-08-20T21:11:18.2819780Z [00:02:45.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/internal/sync/singleflight=>github.com/aws/smithy-go@v1.22.3/internal/sync/singleflight;$WORK/b241=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid Zf-YPuBCUDCtszRz9mKT/Zf-YPuBCUDCtszRz9mKT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/internal/sync/singleflight/singleflight.go
2025-08-20T21:11:18.3300279Z [00:02:45.288]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:11:18.3320961Z [00:02:45.290]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d # internal
2025-08-20T21:11:18.3324221Z [00:02:45.290]➜  golang.org/x/text/cases
2025-08-20T21:11:18.3328104Z [00:02:45.291]➜  mkdir -p $WORK/b223/
2025-08-20T21:11:18.3328579Z [00:02:45.291]➜  cat >/tmp/go-build2720400589/b223/importcfg << 'EOF' # internal
2025-08-20T21:11:18.3329613Z [00:02:45.291]➜  # import config
2025-08-20T21:11:18.3330050Z [00:02:45.291]➜  packagefile golang.org/x/text/internal=/tmp/go-build2720400589/b224/_pkg_.a
2025-08-20T21:11:18.3330613Z [00:02:45.291]➜  packagefile golang.org/x/text/language=/tmp/go-build2720400589/b225/_pkg_.a
2025-08-20T21:11:18.3331425Z [00:02:45.291]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:11:18.3333377Z [00:02:45.291]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b230/_pkg_.a
2025-08-20T21:11:18.3334060Z [00:02:45.291]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.3334673Z [00:02:45.291]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:18.3335165Z [00:02:45.291]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.3335501Z [00:02:45.291]➜  EOF
2025-08-20T21:11:18.3338463Z [00:02:45.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/cases=>golang.org/x/text@v0.24.0/cases;$WORK/b223=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid Hn-jUwZrHHrqE6TGvhfQ/Hn-jUwZrHHrqE6TGvhfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/trieval.go
2025-08-20T21:11:18.3349250Z [00:02:45.293]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:11:18.3350846Z [00:02:45.293]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/f8/f84e7d1d50709e3a5e81287ee542d6f6b3899771e5a077afbf9fb31dedbc02f5-d # internal
2025-08-20T21:11:18.3358211Z [00:02:45.294]➜  github.com/aws/smithy-go/logging
2025-08-20T21:11:18.3358989Z [00:02:45.294]➜  mkdir -p $WORK/b243/
2025-08-20T21:11:18.3363390Z [00:02:45.294]➜  cat >/tmp/go-build2720400589/b243/importcfg << 'EOF' # internal
2025-08-20T21:11:18.3363830Z [00:02:45.294]➜  # import config
2025-08-20T21:11:18.3364201Z [00:02:45.294]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.3364771Z [00:02:45.294]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.3365177Z [00:02:45.294]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:18.3365484Z [00:02:45.294]➜  EOF
2025-08-20T21:11:18.3367325Z [00:02:45.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/logging=>github.com/aws/smithy-go@v1.22.3/logging;$WORK/b243=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid jXWCfUsSn1dNnuYlSIND/jXWCfUsSn1dNnuYlSIND -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/logging/logger.go
2025-08-20T21:11:18.3670344Z [00:02:45.325]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:11:18.3675413Z [00:02:45.325]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/1c/1ce4a129a805411966aac01f73af12c2e205c96023703a1ec81e0dd525f9fb66-d # internal
2025-08-20T21:11:18.3677622Z [00:02:45.325]➜  github.com/aws/smithy-go/middleware
2025-08-20T21:11:18.3682333Z [00:02:45.325]➜  mkdir -p $WORK/b242/
2025-08-20T21:11:18.3682765Z [00:02:45.326]➜  cat >/tmp/go-build2720400589/b242/importcfg << 'EOF' # internal
2025-08-20T21:11:18.3683117Z [00:02:45.326]➜  # import config
2025-08-20T21:11:18.3683463Z [00:02:45.326]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.3683908Z [00:02:45.326]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.3684561Z [00:02:45.326]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:18.3685123Z [00:02:45.326]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.3685540Z [00:02:45.326]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:18.3685971Z [00:02:45.326]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.3686573Z [00:02:45.326]➜  EOF
2025-08-20T21:11:18.3705962Z [00:02:45.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware=>github.com/aws/smithy-go@v1.22.3/middleware;$WORK/b242=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid Ieho7A4onceTQZW35IkW/Ieho7A4onceTQZW35IkW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/ordered_group.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/stack.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/stack_values.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/step_build.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/step_deserialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/step_finalize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/step_initialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/middleware/step_serialize.go
2025-08-20T21:11:18.3730316Z [00:02:45.331]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:11:18.3768840Z [00:02:45.334]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T21:11:18.3778513Z [00:02:45.335]➜  text/template
2025-08-20T21:11:18.3778788Z [00:02:45.335]➜  mkdir -p $WORK/b231/
2025-08-20T21:11:18.3779169Z [00:02:45.335]➜  cat >/tmp/go-build2720400589/b231/importcfg << 'EOF' # internal
2025-08-20T21:11:18.3779518Z [00:02:45.335]➜  # import config
2025-08-20T21:11:18.3779876Z [00:02:45.335]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.3780292Z [00:02:45.335]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.3780742Z [00:02:45.335]➜  packagefile internal/fmtsort=/tmp/go-build2720400589/b061/_pkg_.a
2025-08-20T21:11:18.3781188Z [00:02:45.335]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.3781612Z [00:02:45.335]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:18.3782025Z [00:02:45.335]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:18.3782442Z [00:02:45.335]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:18.3782850Z [00:02:45.335]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.3783259Z [00:02:45.335]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:18.3783703Z [00:02:45.335]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:18.3784161Z [00:02:45.335]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:18.3785904Z [00:02:45.335]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.3786345Z [00:02:45.335]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.3786761Z [00:02:45.335]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.3787244Z [00:02:45.335]➜  packagefile text/template/parse=/tmp/go-build2720400589/b232/_pkg_.a
2025-08-20T21:11:18.3787712Z [00:02:45.335]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:18.3788157Z [00:02:45.335]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.3788491Z [00:02:45.335]➜  EOF
2025-08-20T21:11:18.3790906Z [00:02:45.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b231=>" -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/b231/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:11:18.5046255Z [00:02:45.462]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:11:18.5062956Z [00:02:45.464]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/49/49441d57ca13a4843b902c8a7c5f27bb19f74c419f0c132ea3b787811cc85a8d-d # internal
2025-08-20T21:11:18.5079385Z [00:02:45.466]➜  github.com/aws/smithy-go
2025-08-20T21:11:18.5080235Z [00:02:45.466]➜  mkdir -p $WORK/b245/
2025-08-20T21:11:18.5090326Z [00:02:45.467]➜  cat >/tmp/go-build2720400589/b245/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5092983Z [00:02:45.467]➜  # import config
2025-08-20T21:11:18.5093633Z [00:02:45.467]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.5094666Z [00:02:45.467]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.5095442Z [00:02:45.467]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:18.5096054Z [00:02:45.467]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.5096603Z [00:02:45.467]➜  EOF
2025-08-20T21:11:18.5099847Z [00:02:45.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3=>github.com/aws/smithy-go@v1.22.3;$WORK/b245=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid jxIcn9ebAb1YbdF24SQn/jxIcn9ebAb1YbdF24SQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/errors.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/validation.go
2025-08-20T21:11:18.5248696Z [00:02:45.483]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:11:18.5288014Z [00:02:45.487]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/92/926c4a56b98fe8157c6161747d720b4db3e0c9fca3da893f024e1aadf07ed359-d # internal
2025-08-20T21:11:18.5289504Z [00:02:45.487]➜  github.com/aws/smithy-go/time
2025-08-20T21:11:18.5290164Z [00:02:45.487]➜  mkdir -p $WORK/b248/
2025-08-20T21:11:18.5290837Z [00:02:45.487]➜  cat >/tmp/go-build2720400589/b248/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5291359Z [00:02:45.487]➜  # import config
2025-08-20T21:11:18.5291967Z [00:02:45.487]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.5292814Z [00:02:45.487]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.5293455Z [00:02:45.487]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:18.5294098Z [00:02:45.487]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.5294997Z [00:02:45.487]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.5295556Z [00:02:45.487]➜  EOF
2025-08-20T21:11:18.5297545Z [00:02:45.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/time=>github.com/aws/smithy-go@v1.22.3/time;$WORK/b248=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid a-3-oYkk6GVgEMgfio0i/a-3-oYkk6GVgEMgfio0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/time/time.go
2025-08-20T21:11:18.5575354Z [00:02:45.515]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:11:18.5582374Z [00:02:45.516]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/bb/bb4b627157258631951fdb2618bfce6e42f346e9245c03685a8f5ec8cd88fcf6-d # internal
2025-08-20T21:11:18.5583996Z [00:02:45.516]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T21:11:18.5584552Z [00:02:45.516]➜  mkdir -p $WORK/b250/
2025-08-20T21:11:18.5584931Z [00:02:45.516]➜  cat >/tmp/go-build2720400589/b250/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5585274Z [00:02:45.516]➜  # import config
2025-08-20T21:11:18.5585600Z [00:02:45.516]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.5586030Z [00:02:45.516]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.5586338Z [00:02:45.516]➜  EOF
2025-08-20T21:11:18.5588455Z [00:02:45.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/internal/io=>github.com/aws/smithy-go@v1.22.3/transport/http/internal/io;$WORK/b250=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid ift7Wra7_BHYE9ozctcE/ift7Wra7_BHYE9ozctcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/internal/io/safe.go
2025-08-20T21:11:18.5728093Z [00:02:45.530]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:11:18.5738338Z [00:02:45.531]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/97/979d9811642e42bf95c0e009357b7669257dd54f1b9c67d588f21aa339643f72-d # internal
2025-08-20T21:11:18.5739954Z [00:02:45.531]➜  github.com/aws/smithy-go/auth
2025-08-20T21:11:18.5740589Z [00:02:45.531]➜  mkdir -p $WORK/b246/
2025-08-20T21:11:18.5741182Z [00:02:45.532]➜  cat >/tmp/go-build2720400589/b246/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5741621Z [00:02:45.532]➜  # import config
2025-08-20T21:11:18.5742320Z [00:02:45.532]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.5745536Z [00:02:45.532]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:18.5746638Z [00:02:45.532]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.5747209Z [00:02:45.532]➜  EOF
2025-08-20T21:11:18.5750091Z [00:02:45.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth=>github.com/aws/smithy-go@v1.22.3/auth;$WORK/b246=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid hQs4r_5fdMCvg9dlw9aa/hQs4r_5fdMCvg9dlw9aa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/identity.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/option.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/scheme_id.go
2025-08-20T21:11:18.5916397Z [00:02:45.549]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:11:18.5920914Z [00:02:45.550]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/3b/3bf2962c25b9a6ff21bb5d117acb4cc52aad3a98d80d3b65b491877dcd8a9ab0-d # internal
2025-08-20T21:11:18.5921741Z [00:02:45.550]➜  github.com/aws/smithy-go/metrics
2025-08-20T21:11:18.5922167Z [00:02:45.550]➜  mkdir -p $WORK/b247/
2025-08-20T21:11:18.5939444Z [00:02:45.552]➜  cat >/tmp/go-build2720400589/b247/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5940100Z [00:02:45.552]➜  # import config
2025-08-20T21:11:18.5942585Z [00:02:45.552]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.5943184Z [00:02:45.552]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:18.5943564Z [00:02:45.552]➜  EOF
2025-08-20T21:11:18.5946020Z [00:02:45.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/metrics=>github.com/aws/smithy-go@v1.22.3/metrics;$WORK/b247=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid PT4qlwEPpC8AZQNEQUy1/PT4qlwEPpC8AZQNEQUy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/metrics/nop.go
2025-08-20T21:11:18.5947968Z [00:02:45.552]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:11:18.5949182Z [00:02:45.553]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/c4/c49f603116126de7d53391adee912fd76051b15572fe03ef1ca04cfe90dad86b-d # internal
2025-08-20T21:11:18.5950155Z [00:02:45.553]➜  github.com/aws/smithy-go/tracing
2025-08-20T21:11:18.5953488Z [00:02:45.553]➜  mkdir -p $WORK/b249/
2025-08-20T21:11:18.5954154Z [00:02:45.553]➜  cat >/tmp/go-build2720400589/b249/importcfg << 'EOF' # internal
2025-08-20T21:11:18.5956995Z [00:02:45.553]➜  # import config
2025-08-20T21:11:18.5957359Z [00:02:45.553]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.5957858Z [00:02:45.553]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:18.5958229Z [00:02:45.553]➜  EOF
2025-08-20T21:11:18.5960523Z [00:02:45.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/tracing=>github.com/aws/smithy-go@v1.22.3/tracing;$WORK/b249=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid Vjpp_5JG7Vya72UeAGMK/Vjpp_5JG7Vya72UeAGMK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/tracing/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/tracing/nop.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/tracing/tracing.go
2025-08-20T21:11:18.6464812Z [00:02:45.604]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:11:18.6473146Z [00:02:45.605]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/cc/ccb2dad1b2058878100e883689b3351e81091228046412dd60f778bc2053bc14-d # internal
2025-08-20T21:11:18.6473780Z [00:02:45.605]➜  github.com/aws/smithy-go/ptr
2025-08-20T21:11:18.6474113Z [00:02:45.605]➜  mkdir -p $WORK/b252/
2025-08-20T21:11:18.6486194Z [00:02:45.606]➜  cat >/tmp/go-build2720400589/b252/importcfg << 'EOF' # internal
2025-08-20T21:11:18.6495109Z [00:02:45.606]➜  # import config
2025-08-20T21:11:18.6495676Z [00:02:45.606]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.6496559Z [00:02:45.606]➜  EOF
2025-08-20T21:11:18.6501428Z [00:02:45.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/ptr=>github.com/aws/smithy-go@v1.22.3/ptr;$WORK/b252=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid MsZFYQ42XMmHkeEiWPWp/MsZFYQ42XMmHkeEiWPWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/ptr/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/ptr/from_ptr.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/ptr/to_ptr.go
2025-08-20T21:11:18.6626607Z [00:02:45.620]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:11:18.6684107Z [00:02:45.626]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/84/84f2082fd31d3fc06d0031fcfa36c12abcfafb2726baacbe54f89ad923268e2c-d # internal
2025-08-20T21:11:18.6685491Z [00:02:45.626]➜  github.com/aws/smithy-go/rand
2025-08-20T21:11:18.6685799Z [00:02:45.626]➜  mkdir -p $WORK/b255/
2025-08-20T21:11:18.6686205Z [00:02:45.626]➜  cat >/tmp/go-build2720400589/b255/importcfg << 'EOF' # internal
2025-08-20T21:11:18.6686552Z [00:02:45.626]➜  # import config
2025-08-20T21:11:18.6686912Z [00:02:45.626]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:18.6687375Z [00:02:45.626]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:18.6687811Z [00:02:45.626]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.6688212Z [00:02:45.626]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.6688994Z [00:02:45.626]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:18.6689384Z [00:02:45.626]➜  EOF
2025-08-20T21:11:18.6699145Z [00:02:45.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/rand=>github.com/aws/smithy-go@v1.22.3/rand;$WORK/b255=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid XhFESpeznFV9zZ7AAU1X/XhFESpeznFV9zZ7AAU1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/rand/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/rand/rand.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/rand/uuid.go
2025-08-20T21:11:18.7202756Z [00:02:45.678]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:11:18.7206149Z [00:02:45.678]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:11:18.7216330Z [00:02:45.679]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/01/0129c2bd7b3f5bd3c53dedf6929b89058d8b78ab163746d26d9690b356f2652d-d # internal
2025-08-20T21:11:18.7219783Z [00:02:45.679]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T21:11:18.7225174Z [00:02:45.680]➜  mkdir -p $WORK/b260/
2025-08-20T21:11:18.7230200Z [00:02:45.680]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/10/10db03900ef201490dbb0d781275985ca7ede93cee98c119e13d77442f7677b7-d # internal
2025-08-20T21:11:18.7232253Z [00:02:45.680]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T21:11:18.7232589Z [00:02:45.680]➜  mkdir -p $WORK/b261/
2025-08-20T21:11:18.7232983Z [00:02:45.681]➜  cat >/tmp/go-build2720400589/b261/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7233331Z [00:02:45.681]➜  # import config
2025-08-20T21:11:18.7233672Z [00:02:45.681]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.7234219Z [00:02:45.681]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:18.7234916Z [00:02:45.681]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.7235229Z [00:02:45.681]➜  EOF
2025-08-20T21:11:18.7237235Z [00:02:45.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context;$WORK/b261=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid 99Hz-vpaLYoITchIh-RD/99Hz-vpaLYoITchIh-RD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context/context.go
2025-08-20T21:11:18.7239139Z [00:02:45.681]➜  cat >/tmp/go-build2720400589/b260/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7239483Z [00:02:45.681]➜  # import config
2025-08-20T21:11:18.7239822Z [00:02:45.681]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.7240238Z [00:02:45.681]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.7240656Z [00:02:45.681]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.7240965Z [00:02:45.681]➜  EOF
2025-08-20T21:11:18.7258994Z [00:02:45.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit;$WORK/b260=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid YjS_WM16RDxeIKMcOEwU/YjS_WM16RDxeIKMcOEwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/token_rate_limit.go
2025-08-20T21:11:18.7415088Z [00:02:45.699]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:11:18.7446939Z [00:02:45.700]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/7c/7cfc1f6bbd9ae6fc42a83fe89ecfd5026fb218d3eb5f5670a3dcacaf63c16439-d # internal
2025-08-20T21:11:18.7449047Z [00:02:45.700]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T21:11:18.7449433Z [00:02:45.700]➜  mkdir -p $WORK/b262/
2025-08-20T21:11:18.7449815Z [00:02:45.700]➜  cat >/tmp/go-build2720400589/b262/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7450181Z [00:02:45.700]➜  # import config
2025-08-20T21:11:18.7450516Z [00:02:45.700]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.7450827Z [00:02:45.700]➜  EOF
2025-08-20T21:11:18.7452875Z [00:02:45.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv;$WORK/b262=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid xq2QkDQs6CktFR41JIX1/xq2QkDQs6CktFR41JIX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv/duration.go
2025-08-20T21:11:18.7502736Z [00:02:45.708]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:11:18.7539502Z [00:02:45.712]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T21:11:18.7541270Z [00:02:45.712]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T21:11:18.7541989Z [00:02:45.712]➜  mkdir -p $WORK/b263/
2025-08-20T21:11:18.7544792Z [00:02:45.712]➜  cat >/tmp/go-build2720400589/b263/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7545494Z [00:02:45.712]➜  # import config
2025-08-20T21:11:18.7546055Z [00:02:45.712]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.7546667Z [00:02:45.712]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.7547424Z [00:02:45.712]➜  EOF
2025-08-20T21:11:18.7550000Z [00:02:45.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_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/b263=>" -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/b263/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-20T21:11:18.7575326Z [00:02:45.715]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:11:18.7580620Z [00:02:45.716]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/21/21868b8177dae858fe3ce0188abb22464ad9c02e17f21eef08aba471fa3690fc-d # internal
2025-08-20T21:11:18.7581214Z [00:02:45.716]➜  github.com/aws/smithy-go/io
2025-08-20T21:11:18.7581525Z [00:02:45.716]➜  mkdir -p $WORK/b264/
2025-08-20T21:11:18.7585196Z [00:02:45.716]➜  cat >/tmp/go-build2720400589/b264/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7585752Z [00:02:45.716]➜  # import config
2025-08-20T21:11:18.7586785Z [00:02:45.716]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.7587498Z [00:02:45.716]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.7587972Z [00:02:45.716]➜  EOF
2025-08-20T21:11:18.7590840Z [00:02:45.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/io=>github.com/aws/smithy-go@v1.22.3/io;$WORK/b264=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid MzQ7rTHOajSAEXQglJpo/MzQ7rTHOajSAEXQglJpo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/io/byte.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/io/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/io/reader.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/io/ringbuffer.go
2025-08-20T21:11:18.7602685Z [00:02:45.718]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:11:18.7609686Z [00:02:45.719]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/8b/8b6723ad0f86e25b5f4de90b0beebfe64c89c36266fb351cc11ea26d5f179fb6-d # internal
2025-08-20T21:11:18.7610838Z [00:02:45.719]➜  os/exec
2025-08-20T21:11:18.7611328Z [00:02:45.719]➜  mkdir -p $WORK/b269/
2025-08-20T21:11:18.7612103Z [00:02:45.719]➜  cat >/tmp/go-build2720400589/b269/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7612677Z [00:02:45.719]➜  # import config
2025-08-20T21:11:18.7613315Z [00:02:45.719]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.7613874Z [00:02:45.719]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.7614500Z [00:02:45.719]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.7615288Z [00:02:45.719]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:18.7616060Z [00:02:45.719]➜  packagefile internal/syscall/execenv=/tmp/go-build2720400589/b067/_pkg_.a
2025-08-20T21:11:18.7617147Z [00:02:45.719]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:11:18.7618026Z [00:02:45.719]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.7619002Z [00:02:45.719]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:18.7619599Z [00:02:45.719]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.7620572Z [00:02:45.719]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:18.7621300Z [00:02:45.719]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.7621875Z [00:02:45.719]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.7623278Z [00:02:45.719]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.7623760Z [00:02:45.719]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:18.7624189Z [00:02:45.719]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.7624690Z [00:02:45.719]➜  EOF
2025-08-20T21:11:18.7626296Z [00:02:45.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b269=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:11:18.7700452Z [00:02:45.728]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:11:18.7707372Z [00:02:45.728]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d # internal
2025-08-20T21:11:18.7709491Z [00:02:45.729]➜  os/user
2025-08-20T21:11:18.7711551Z [00:02:45.729]➜  mkdir -p $WORK/b272/
2025-08-20T21:11:18.7713429Z [00:02:45.729]➜  echo -n > $WORK/b272/preferlinkext # internal
2025-08-20T21:11:18.7715562Z [00:02:45.729]➜  cd /root/.go/src/os/user
2025-08-20T21:11:18.7719229Z [00:02:45.730]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b272/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b272/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:11:18.7777906Z [00:02:45.736]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:11:18.7783568Z [00:02:45.736]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/bb/bb022be38d1286f9e98d177281588a7a6d3f6066111e594548e0d72850426882-d # internal
2025-08-20T21:11:18.7784967Z [00:02:45.736]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T21:11:18.7785384Z [00:02:45.736]➜  mkdir -p $WORK/b275/
2025-08-20T21:11:18.7788169Z [00:02:45.737]➜  cat >/tmp/go-build2720400589/b275/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7788632Z [00:02:45.737]➜  # import config
2025-08-20T21:11:18.7789003Z [00:02:45.737]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:18.7789617Z [00:02:45.737]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:18.7790154Z [00:02:45.737]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.7790589Z [00:02:45.737]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.7790908Z [00:02:45.737]➜  EOF
2025-08-20T21:11:18.7791166Z [00:02:45.737]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:18.7793336Z [00:02:45.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson;$WORK/b275=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid 6BzdV8dyV_rAH0pot-NH/6BzdV8dyV_rAH0pot-NH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson/decoder_util.go
2025-08-20T21:11:18.7962555Z [00:02:45.754]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:11:18.7968968Z [00:02:45.755]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ab/abe155c1f4c53cdcf4ffcdbf08a4fbe660062e48cbe40eb5e199c9c82fe32d0a-d # internal
2025-08-20T21:11:18.7970520Z [00:02:45.755]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T21:11:18.7971694Z [00:02:45.755]➜  mkdir -p $WORK/b278/
2025-08-20T21:11:18.7972160Z [00:02:45.755]➜  cat >/tmp/go-build2720400589/b278/importcfg << 'EOF' # internal
2025-08-20T21:11:18.7972865Z [00:02:45.755]➜  # import config
2025-08-20T21:11:18.7973308Z [00:02:45.755]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.7973632Z [00:02:45.755]➜  EOF
2025-08-20T21:11:18.7975771Z [00:02:45.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings;$WORK/b278=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid -7hjwuPUeNlcBde32JEP/-7hjwuPUeNlcBde32JEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings/strings.go
2025-08-20T21:11:18.8054171Z [00:02:45.763]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:11:18.8107417Z [00:02:45.768]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/d9/d96710735da4536115cd40b39868a502c0e4f357e41b57c753e7f2ec50fe5a38-d # internal
2025-08-20T21:11:18.8108092Z [00:02:45.768]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T21:11:18.8108431Z [00:02:45.768]➜  mkdir -p $WORK/b285/
2025-08-20T21:11:18.8108823Z [00:02:45.768]➜  cat >/tmp/go-build2720400589/b285/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8109174Z [00:02:45.768]➜  # import config
2025-08-20T21:11:18.8109517Z [00:02:45.768]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:18.8110086Z [00:02:45.768]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:11:18.8110734Z [00:02:45.768]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:18.8111280Z [00:02:45.768]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:18.8111709Z [00:02:45.768]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.8112016Z [00:02:45.768]➜  EOF
2025-08-20T21:11:18.8114474Z [00:02:45.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware;$WORK/b285=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid xPKe-x1JiyL1IJGwupFT/xPKe-x1JiyL1IJGwupFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware/middleware.go
2025-08-20T21:11:18.8116394Z [00:02:45.769]➜  cd /root/.go/src/net
2025-08-20T21:11:18.8117142Z [00:02:45.769]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/preferlinkext $WORK/b158/_x001.o $WORK/b158/_x002.o $WORK/b158/_x003.o $WORK/b158/_x004.o $WORK/b158/_x005.o $WORK/b158/_x006.o # internal
2025-08-20T21:11:18.8117858Z [00:02:45.769]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:11:18.8224151Z [00:02:45.780]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/b9/b9aa4b03de54fd5d3d11e9f15d674b2586b871b4ec2920a1e0c9985d0cb5905b-d # internal
2025-08-20T21:11:18.8233137Z [00:02:45.781]➜  crypto/x509
2025-08-20T21:11:18.8233981Z [00:02:45.781]➜  mkdir -p $WORK/b152/
2025-08-20T21:11:18.8242596Z [00:02:45.782]➜  cat >/tmp/go-build2720400589/b152/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8243040Z [00:02:45.782]➜  # import config
2025-08-20T21:11:18.8243475Z [00:02:45.782]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:11:18.8244128Z [00:02:45.782]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:11:18.8245142Z [00:02:45.782]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.8245563Z [00:02:45.782]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:18.8254899Z [00:02:45.782]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:18.8255390Z [00:02:45.782]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:18.8255854Z [00:02:45.782]➜  packagefile crypto/des=/tmp/go-build2720400589/b111/_pkg_.a
2025-08-20T21:11:18.8256301Z [00:02:45.782]➜  packagefile crypto/dsa=/tmp/go-build2720400589/b153/_pkg_.a
2025-08-20T21:11:18.8256772Z [00:02:45.782]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:11:18.8257229Z [00:02:45.782]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:18.8257693Z [00:02:45.782]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:11:18.8258170Z [00:02:45.782]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:11:18.8258648Z [00:02:45.782]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:18.8259097Z [00:02:45.782]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:18.8259550Z [00:02:45.782]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:11:18.8260010Z [00:02:45.782]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:18.8260474Z [00:02:45.782]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:18.8260957Z [00:02:45.782]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:11:18.8261439Z [00:02:45.782]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:11:18.8261965Z [00:02:45.782]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:18.8262427Z [00:02:45.782]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:18.8262878Z [00:02:45.782]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.8263288Z [00:02:45.782]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.8263820Z [00:02:45.782]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b127/_pkg_.a
2025-08-20T21:11:18.8264614Z [00:02:45.782]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b129/_pkg_.a
2025-08-20T21:11:18.8265259Z [00:02:45.782]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:18.8266029Z [00:02:45.782]➜  packagefile internal/goos=/tmp/go-build2720400589/b018/_pkg_.a
2025-08-20T21:11:18.8266538Z [00:02:45.782]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.8266945Z [00:02:45.782]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:18.8267354Z [00:02:45.782]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:18.8267765Z [00:02:45.782]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:18.8268182Z [00:02:45.782]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:18.8268607Z [00:02:45.782]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:18.8269045Z [00:02:45.782]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:18.8269465Z [00:02:45.782]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.8269893Z [00:02:45.782]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:11:18.8270336Z [00:02:45.782]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:18.8270747Z [00:02:45.782]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.8271183Z [00:02:45.782]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:18.8271632Z [00:02:45.782]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:18.8272063Z [00:02:45.782]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:18.8272761Z [00:02:45.782]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.8273188Z [00:02:45.782]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.8273607Z [00:02:45.782]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.8274016Z [00:02:45.782]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.8280710Z [00:02:45.782]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:18.8281251Z [00:02:45.782]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:18.8281722Z [00:02:45.782]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.8282056Z [00:02:45.782]➜  EOF
2025-08-20T21:11:18.8282305Z [00:02:45.782]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:18.8285665Z [00:02:45.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b152=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid d5MxNC9epfNi-DT51Kww/d5MxNC9epfNi-DT51Kww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:11:18.8321840Z [00:02:45.790]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:11:18.8335637Z [00:02:45.791]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/d1/d1084d83a71066156f4601d7abba67ab171cdc1f1b1b1e9d566c2d0d47bfb8e1-d # internal
2025-08-20T21:11:18.8336228Z [00:02:45.791]➜  net/textproto
2025-08-20T21:11:18.8336521Z [00:02:45.791]➜  mkdir -p $WORK/b175/
2025-08-20T21:11:18.8346196Z [00:02:45.792]➜  cat >/tmp/go-build2720400589/b175/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8346842Z [00:02:45.793]➜  # import config
2025-08-20T21:11:18.8347804Z [00:02:45.793]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:18.8348315Z [00:02:45.793]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.8348744Z [00:02:45.793]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.8349184Z [00:02:45.793]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.8349589Z [00:02:45.793]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.8350000Z [00:02:45.793]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:18.8350407Z [00:02:45.793]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.8350822Z [00:02:45.793]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.8351590Z [00:02:45.793]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.8352008Z [00:02:45.793]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.8352314Z [00:02:45.793]➜  EOF
2025-08-20T21:11:18.8355859Z [00:02:45.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b175=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid FqK0uYSphiMtTrUk2V42/FqK0uYSphiMtTrUk2V42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:11:18.8405803Z [00:02:45.798]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:11:18.8423105Z [00:02:45.800]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T21:11:18.8423801Z [00:02:45.800]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:11:18.8424119Z [00:02:45.800]➜  mkdir -p $WORK/b176/
2025-08-20T21:11:18.8426447Z [00:02:45.801]➜  cat >/tmp/go-build2720400589/b176/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8426842Z [00:02:45.801]➜  # import config
2025-08-20T21:11:18.8427258Z [00:02:45.801]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:11:18.8427706Z [00:02:45.801]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.8428134Z [00:02:45.801]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.8428631Z [00:02:45.801]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2720400589/b168/_pkg_.a
2025-08-20T21:11:18.8429113Z [00:02:45.801]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.8429545Z [00:02:45.801]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:11:18.8429993Z [00:02:45.801]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:18.8430405Z [00:02:45.801]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.8430814Z [00:02:45.801]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.8431261Z [00:02:45.801]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.8431592Z [00:02:45.801]➜  EOF
2025-08-20T21:11:18.8433812Z [00:02:45.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b176=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid TdiekBJT_mgw4rTI1i5J/TdiekBJT_mgw4rTI1i5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:11:18.8704192Z [00:02:45.828]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:11:18.8715332Z [00:02:45.829]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/e9/e9f1941a47712fb5db1bb33ffb6c9d0d63dbb89f4b6d95df87cf0d4cd6dbc44b-d # internal
2025-08-20T21:11:18.8719958Z [00:02:45.830]➜  github.com/google/uuid
2025-08-20T21:11:18.8720277Z [00:02:45.830]➜  mkdir -p $WORK/b212/
2025-08-20T21:11:18.8725874Z [00:02:45.830]➜  cat >/tmp/go-build2720400589/b212/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8726284Z [00:02:45.830]➜  # import config
2025-08-20T21:11:18.8726648Z [00:02:45.830]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.8727134Z [00:02:45.830]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:18.8727590Z [00:02:45.830]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:18.8728045Z [00:02:45.830]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:11:18.8728531Z [00:02:45.830]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:11:18.8729429Z [00:02:45.830]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:18.8729905Z [00:02:45.830]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:18.8730367Z [00:02:45.830]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:18.8730809Z [00:02:45.830]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.8731222Z [00:02:45.830]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.8731641Z [00:02:45.830]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:18.8732046Z [00:02:45.830]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.8732445Z [00:02:45.830]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.8732843Z [00:02:45.830]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.8733265Z [00:02:45.830]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.8749571Z [00:02:45.830]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:18.8752606Z [00:02:45.830]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.8754008Z [00:02:45.830]➜  EOF
2025-08-20T21:11:18.8758697Z [00:02:45.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b212=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid iqqJ28Zj6LQBPZG2oQKi/iqqJ28Zj6LQBPZG2oQKi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T21:11:18.8969495Z [00:02:45.855]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:11:18.8972485Z [00:02:45.855]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/22/22ccf94f0314f5b27353a6ed3e6c6ca9d7856d29f49f55dd553794bc6fbb56a2-d # internal
2025-08-20T21:11:18.8973106Z [00:02:45.855]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:11:18.8973417Z [00:02:45.855]➜  mkdir -p $WORK/b167/
2025-08-20T21:11:18.8973822Z [00:02:45.855]➜  cat >/tmp/go-build2720400589/b167/importcfg << 'EOF' # internal
2025-08-20T21:11:18.8974194Z [00:02:45.855]➜  # import config
2025-08-20T21:11:18.8974735Z [00:02:45.855]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:11:18.8975269Z [00:02:45.855]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2720400589/b168/_pkg_.a
2025-08-20T21:11:18.8975756Z [00:02:45.855]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.8976200Z [00:02:45.855]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:18.8976669Z [00:02:45.855]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.8977119Z [00:02:45.855]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.8977452Z [00:02:45.855]➜  EOF
2025-08-20T21:11:18.8979520Z [00:02:45.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b167=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 6wp7e1Jt3XBsGbXaDwYv/6wp7e1Jt3XBsGbXaDwYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:11:18.9152943Z [00:02:45.873]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:11:18.9158711Z [00:02:45.874]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/90/908f114ce7e13f34ee023180aaf7e9306714f08b3d84332eb2bf4d1cfe380600-d # internal
2025-08-20T21:11:18.9164113Z [00:02:45.874]➜  mime/multipart
2025-08-20T21:11:18.9164555Z [00:02:45.874]➜  mkdir -p $WORK/b179/
2025-08-20T21:11:18.9169142Z [00:02:45.875]➜  cat >/tmp/go-build2720400589/b179/importcfg << 'EOF' # internal
2025-08-20T21:11:18.9171150Z [00:02:45.875]➜  # import config
2025-08-20T21:11:18.9171504Z [00:02:45.875]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:18.9171949Z [00:02:45.875]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:18.9172392Z [00:02:45.875]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:18.9172832Z [00:02:45.875]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:18.9173243Z [00:02:45.875]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.9173696Z [00:02:45.875]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:18.9174155Z [00:02:45.875]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:18.9174725Z [00:02:45.875]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:18.9175139Z [00:02:45.875]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:18.9175545Z [00:02:45.875]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:18.9176018Z [00:02:45.875]➜  packagefile mime/quotedprintable=/tmp/go-build2720400589/b180/_pkg_.a
2025-08-20T21:11:18.9176529Z [00:02:45.875]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:18.9176959Z [00:02:45.875]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:18.9177394Z [00:02:45.875]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:18.9177835Z [00:02:45.875]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:18.9178258Z [00:02:45.875]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.9206124Z [00:02:45.875]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:18.9207129Z [00:02:45.875]➜  EOF
2025-08-20T21:11:18.9209290Z [00:02:45.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:11:18.9380199Z [00:02:45.896]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:11:18.9394994Z [00:02:45.897]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/a6/a62dcc8d0b1c738dadfd0333ce81bc405b802edba09e3b8c87616cba64c1781a-d # internal
2025-08-20T21:11:18.9399098Z [00:02:45.898]➜  github.com/rs/zerolog/internal/json
2025-08-20T21:11:18.9399462Z [00:02:45.898]➜  mkdir -p $WORK/b220/
2025-08-20T21:11:18.9401366Z [00:02:45.898]➜  cat >/tmp/go-build2720400589/b220/importcfg << 'EOF' # internal
2025-08-20T21:11:18.9402554Z [00:02:45.898]➜  # import config
2025-08-20T21:11:18.9404208Z [00:02:45.898]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:18.9405560Z [00:02:45.898]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:18.9406411Z [00:02:45.898]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:18.9406837Z [00:02:45.898]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:18.9407266Z [00:02:45.898]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:18.9407680Z [00:02:45.898]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:18.9408114Z [00:02:45.898]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:18.9408453Z [00:02:45.899]➜  EOF
2025-08-20T21:11:18.9411371Z [00:02:45.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_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/b220=>" -p github.com/rs/zerolog/internal/json -lang=go1.15 -complete -installsuffix shared -buildid VBLjZRdYmopJ1K-O2R5G/VBLjZRdYmopJ1K-O2R5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/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-20T21:11:19.0091676Z [00:02:45.967]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:11:19.0112768Z [00:02:45.969]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/33/336b95e1180c95d80fd81e98fcd4ec1e3d33a3a07018463d37718693aea4a5c3-d # internal
2025-08-20T21:11:19.0123522Z [00:02:45.970]➜  github.com/rs/zerolog
2025-08-20T21:11:19.0130696Z [00:02:45.971]➜  mkdir -p $WORK/b216/
2025-08-20T21:11:19.0141117Z [00:02:45.972]➜  cat >/tmp/go-build2720400589/b216/importcfg << 'EOF' # internal
2025-08-20T21:11:19.0141871Z [00:02:45.972]➜  # import config
2025-08-20T21:11:19.0142656Z [00:02:45.972]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.0143711Z [00:02:45.972]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:19.0145062Z [00:02:45.972]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:19.0145648Z [00:02:45.972]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:19.0146349Z [00:02:45.972]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:19.0146775Z [00:02:45.972]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.0147804Z [00:02:45.972]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2720400589/b217/_pkg_.a
2025-08-20T21:11:19.0148712Z [00:02:45.972]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build2720400589/b220/_pkg_.a
2025-08-20T21:11:19.0149279Z [00:02:45.972]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.0149690Z [00:02:45.972]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:19.0150119Z [00:02:45.972]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:19.0150558Z [00:02:45.972]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:19.0150954Z [00:02:45.972]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.0151354Z [00:02:45.972]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:19.0151795Z [00:02:45.972]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:19.0152245Z [00:02:45.972]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:19.0152669Z [00:02:45.972]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.0153105Z [00:02:45.972]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.0154168Z [00:02:45.972]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.0155554Z [00:02:45.972]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.0155998Z [00:02:45.972]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:19.0156750Z [00:02:45.972]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.0157064Z [00:02:45.972]➜  EOF
2025-08-20T21:11:19.0157367Z [00:02:45.973]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:11:19.0161906Z [00:02:45.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0=>github.com/rs/zerolog@v1.34.0;$WORK/b216=>" -p github.com/rs/zerolog -lang=go1.15 -complete -installsuffix shared -buildid 5agPSFherwZEuoUGssIw/5agPSFherwZEuoUGssIw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/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-20T21:11:19.0171631Z [00:02:45.975]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T21:11:19.0172302Z [00:02:45.975]➜  github.com/aws/smithy-go/document
2025-08-20T21:11:19.0172619Z [00:02:45.975]➜  mkdir -p $WORK/b289/
2025-08-20T21:11:19.0176221Z [00:02:45.975]➜  cat >/tmp/go-build2720400589/b289/importcfg << 'EOF' # internal
2025-08-20T21:11:19.0177364Z [00:02:45.976]➜  # import config
2025-08-20T21:11:19.0196667Z [00:02:45.977]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.0197162Z [00:02:45.978]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:19.0197604Z [00:02:45.978]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:19.0198770Z [00:02:45.978]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.0199274Z [00:02:45.978]➜  EOF
2025-08-20T21:11:19.0201996Z [00:02:45.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/document=>github.com/aws/smithy-go@v1.22.3/document;$WORK/b289=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid o6A__LgyzeEwDxUdCtZF/o6A__LgyzeEwDxUdCtZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/document/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/document/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/document/errors.go
2025-08-20T21:11:19.0627273Z [00:02:46.020]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:11:19.0638771Z [00:02:46.022]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/da/da7101b54ee9379482b5cf539ee255858117ba5ecdf57f305c5c7b9cb7029421-d # internal
2025-08-20T21:11:19.0641050Z [00:02:46.022]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T21:11:19.0642471Z [00:02:46.022]➜  mkdir -p $WORK/b288/
2025-08-20T21:11:19.0644848Z [00:02:46.022]➜  cat >/tmp/go-build2720400589/b288/importcfg << 'EOF' # internal
2025-08-20T21:11:19.0646291Z [00:02:46.022]➜  # import config
2025-08-20T21:11:19.0648166Z [00:02:46.022]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.0648668Z [00:02:46.022]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:19.0649248Z [00:02:46.022]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:19.0649923Z [00:02:46.022]➜  EOF
2025-08-20T21:11:19.0652268Z [00:02:46.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_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/b288=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid xXvIwcSkrMrGu9pQdQKg/xXvIwcSkrMrGu9pQdQKg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/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-20T21:11:19.1002012Z [00:02:46.058]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:11:19.1043963Z [00:02:46.062]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/4e/4e26c7b40211f722bac09931db0271216eec74d95a9b09b07eb00033eb713186-d # internal
2025-08-20T21:11:19.1044804Z [00:02:46.062]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T21:11:19.1045143Z [00:02:46.062]➜  mkdir -p $WORK/b293/
2025-08-20T21:11:19.1046408Z [00:02:46.063]➜  cat >/tmp/go-build2720400589/b293/importcfg << 'EOF' # internal
2025-08-20T21:11:19.1047243Z [00:02:46.063]➜  # import config
2025-08-20T21:11:19.1047850Z [00:02:46.063]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.1048858Z [00:02:46.063]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:19.1049562Z [00:02:46.063]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:19.1049970Z [00:02:46.063]➜  EOF
2025-08-20T21:11:19.1052392Z [00:02:46.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_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/b293=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid kAvYF4ZNtSV2jhHEcJfc/kAvYF4ZNtSV2jhHEcJfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/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-20T21:11:19.1217207Z [00:02:46.080]➜  cd $WORK/b272
2025-08-20T21:11:19.1219009Z [00:02:46.080]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -I $WORK/b272/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b272/_x001.o -c _cgo_export.c
2025-08-20T21:11:19.1380950Z [00:02:46.096]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -I $WORK/b272/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b272/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:11:19.1463840Z [00:02:46.104]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:11:19.1487820Z [00:02:46.107]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/c5/c5dc2bf3c844c692bbf4b179d1935f6e0ad8da166af9524b7da2f616ac18287f-d # internal
2025-08-20T21:11:19.1488875Z [00:02:46.107]➜  github.com/aws/smithy-go/encoding
2025-08-20T21:11:19.1489339Z [00:02:46.107]➜  mkdir -p $WORK/b295/
2025-08-20T21:11:19.1490561Z [00:02:46.107]➜  cat >/tmp/go-build2720400589/b295/importcfg << 'EOF' # internal
2025-08-20T21:11:19.1490920Z [00:02:46.107]➜  # import config
2025-08-20T21:11:19.1491253Z [00:02:46.107]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.1491669Z [00:02:46.107]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:19.1492434Z [00:02:46.107]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.1492754Z [00:02:46.107]➜  EOF
2025-08-20T21:11:19.1493001Z [00:02:46.107]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:19.1495323Z [00:02:46.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding=>github.com/aws/smithy-go@v1.22.3/encoding;$WORK/b295=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid Y7vzuXjMtxTi_6KIvATa/Y7vzuXjMtxTi_6KIvATa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/encoding.go
2025-08-20T21:11:19.1685442Z [00:02:46.126]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:11:19.1694762Z [00:02:46.127]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/c5/c562fbce5196aed2194390cb95ddeef26ce5a8085118152b9585c4117f2cb19c-d # internal
2025-08-20T21:11:19.1701554Z [00:02:46.128]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T21:11:19.1705095Z [00:02:46.128]➜  mkdir -p $WORK/b294/
2025-08-20T21:11:19.1706866Z [00:02:46.129]➜  cat >/tmp/go-build2720400589/b294/importcfg << 'EOF' # internal
2025-08-20T21:11:19.1707798Z [00:02:46.129]➜  # import config
2025-08-20T21:11:19.1708738Z [00:02:46.129]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.1709271Z [00:02:46.129]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:19.1709781Z [00:02:46.129]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:19.1710223Z [00:02:46.129]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.1710736Z [00:02:46.129]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2720400589/b295/_pkg_.a
2025-08-20T21:11:19.1711225Z [00:02:46.129]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.1711654Z [00:02:46.129]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:19.1712086Z [00:02:46.129]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.1712530Z [00:02:46.129]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:19.1712861Z [00:02:46.129]➜  EOF
2025-08-20T21:11:19.1719627Z [00:02:46.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json=>github.com/aws/smithy-go@v1.22.3/encoding/json;$WORK/b294=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid fltygXSekAxHYOaQ73pz/fltygXSekAxHYOaQ73pz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/decoder_util.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/object.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/json/value.go
2025-08-20T21:11:19.1746662Z [00:02:46.133]➜  cd $WORK/b272
2025-08-20T21:11:19.1748583Z [00:02:46.133]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -I $WORK/b272/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b272/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:11:19.2171135Z [00:02:46.175]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -I $WORK/b272/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b272/_cgo_main.o -c _cgo_main.c
2025-08-20T21:11:19.2371865Z [00:02:46.195]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:11:19.2383477Z [00:02:46.196]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/94/94a1af27381151100c68abf6ded265cba9f5e599756c8e64e6556c4599942594-d # internal
2025-08-20T21:11:19.2457238Z [00:02:46.204]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:19.2458922Z [00:02:46.204]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -o $WORK/b272/_cgo_.o $WORK/b272/_cgo_main.o $WORK/b272/preferlinkext $WORK/b272/_x001.o $WORK/b272/_x002.o $WORK/b272/_x003.o -O2 -g
2025-08-20T21:11:19.2522374Z [00:02:46.210]➜  encoding/xml
2025-08-20T21:11:19.2523059Z [00:02:46.210]➜  mkdir -p $WORK/b298/
2025-08-20T21:11:19.2532993Z [00:02:46.211]➜  cat >/tmp/go-build2720400589/b298/importcfg << 'EOF' # internal
2025-08-20T21:11:19.2533428Z [00:02:46.211]➜  # import config
2025-08-20T21:11:19.2533779Z [00:02:46.211]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:19.2534201Z [00:02:46.211]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.2534832Z [00:02:46.211]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:19.2535268Z [00:02:46.211]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:19.2535699Z [00:02:46.211]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.2536099Z [00:02:46.211]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.2536516Z [00:02:46.211]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:19.2536941Z [00:02:46.211]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:19.2537368Z [00:02:46.211]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.2537799Z [00:02:46.211]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.2538214Z [00:02:46.211]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.2538631Z [00:02:46.211]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:19.2539073Z [00:02:46.211]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:19.2539411Z [00:02:46.211]➜  EOF
2025-08-20T21:11:19.2541566Z [00:02:46.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b298=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T21:11:19.2796573Z [00:02:46.237]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:11:19.2879819Z [00:02:46.246]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/05/051a2f94c3cc118a2166e1539b8d9e0aba62e7aee2c2d10203ff15d61c47b2dd-d # internal
2025-08-20T21:11:19.2890785Z [00:02:46.247]➜  crypto/tls
2025-08-20T21:11:19.2891708Z [00:02:46.247]➜  mkdir -p $WORK/b109/
2025-08-20T21:11:19.2901621Z [00:02:46.248]➜  cat >/tmp/go-build2720400589/b109/importcfg << 'EOF' # internal
2025-08-20T21:11:19.2902406Z [00:02:46.248]➜  # import config
2025-08-20T21:11:19.2904043Z [00:02:46.248]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:11:19.2904922Z [00:02:46.248]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:11:19.2905439Z [00:02:46.248]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.2905892Z [00:02:46.248]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:19.2906796Z [00:02:46.248]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:19.2907225Z [00:02:46.248]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:19.2907661Z [00:02:46.248]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:19.2908120Z [00:02:46.248]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:19.2908588Z [00:02:46.248]➜  packagefile crypto/des=/tmp/go-build2720400589/b111/_pkg_.a
2025-08-20T21:11:19.2909041Z [00:02:46.248]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:11:19.2909514Z [00:02:46.248]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:19.2909986Z [00:02:46.248]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:11:19.2910458Z [00:02:46.248]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:11:19.2910928Z [00:02:46.248]➜  packagefile crypto/hkdf=/tmp/go-build2720400589/b133/_pkg_.a
2025-08-20T21:11:19.2911396Z [00:02:46.248]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:19.2911903Z [00:02:46.248]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:11:19.2912461Z [00:02:46.248]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:11:19.2913041Z [00:02:46.248]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2720400589/b098/_pkg_.a
2025-08-20T21:11:19.2913648Z [00:02:46.248]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2720400589/b136/_pkg_.a
2025-08-20T21:11:19.2914230Z [00:02:46.248]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2720400589/b137/_pkg_.a
2025-08-20T21:11:19.2915073Z [00:02:46.248]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2720400589/b138/_pkg_.a
2025-08-20T21:11:19.2915623Z [00:02:46.248]➜  packagefile crypto/internal/hpke=/tmp/go-build2720400589/b139/_pkg_.a
2025-08-20T21:11:19.2916119Z [00:02:46.248]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:19.2916570Z [00:02:46.248]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:19.2917046Z [00:02:46.248]➜  packagefile crypto/rc4=/tmp/go-build2720400589/b145/_pkg_.a
2025-08-20T21:11:19.2917496Z [00:02:46.248]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:19.2917947Z [00:02:46.248]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:11:19.2918408Z [00:02:46.248]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:19.2919170Z [00:02:46.248]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:19.2919724Z [00:02:46.248]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:19.2920260Z [00:02:46.248]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2720400589/b150/_pkg_.a
2025-08-20T21:11:19.2920778Z [00:02:46.248]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:19.2921248Z [00:02:46.248]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:19.2921689Z [00:02:46.248]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:19.2922100Z [00:02:46.248]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.2922653Z [00:02:46.248]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b140/_pkg_.a
2025-08-20T21:11:19.2923310Z [00:02:46.248]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b127/_pkg_.a
2025-08-20T21:11:19.2923833Z [00:02:46.248]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:19.2926289Z [00:02:46.248]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:19.2926864Z [00:02:46.248]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:19.2927345Z [00:02:46.248]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:19.2928096Z [00:02:46.248]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.2928503Z [00:02:46.248]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:19.2928900Z [00:02:46.248]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.2929313Z [00:02:46.248]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:19.2929734Z [00:02:46.248]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:19.2930156Z [00:02:46.248]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.2930575Z [00:02:46.248]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.2931002Z [00:02:46.248]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.2931416Z [00:02:46.248]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.2931850Z [00:02:46.248]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:19.2932290Z [00:02:46.248]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.2932700Z [00:02:46.248]➜  packagefile weak=/tmp/go-build2720400589/b123/_pkg_.a
2025-08-20T21:11:19.2933006Z [00:02:46.248]➜  EOF
2025-08-20T21:11:19.2937515Z [00:02:46.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b109=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid Yqit7tpycqyUvQMNjKB9/Yqit7tpycqyUvQMNjKB9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:11:19.4218874Z [00:02:46.379]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b272=/tmp/go-build -gno-record-gcc-switches -o $WORK/b272/_cgo_.o $WORK/b272/_cgo_main.o $WORK/b272/preferlinkext $WORK/b272/_x001.o $WORK/b272/_x002.o $WORK/b272/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:11:19.4223072Z [00:02:46.379]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b272/_cgo_.o -dynout $WORK/b272/_cgo_import.go
2025-08-20T21:11:19.4253114Z [00:02:46.383]➜  cat >/tmp/go-build2720400589/b272/importcfg << 'EOF' # internal
2025-08-20T21:11:19.4257913Z [00:02:46.383]➜  # import config
2025-08-20T21:11:19.4258322Z [00:02:46.383]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.4258756Z [00:02:46.383]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:19.4259187Z [00:02:46.383]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.4259617Z [00:02:46.383]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.4260062Z [00:02:46.383]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.4260484Z [00:02:46.383]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:19.4260922Z [00:02:46.383]➜  packagefile runtime/cgo=/tmp/go-build2720400589/b164/_pkg_.a
2025-08-20T21:11:19.4261251Z [00:02:46.383]➜  EOF
2025-08-20T21:11:19.4263413Z [00:02:46.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b272=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/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/b272/_cgo_gotypes.go $WORK/b272/cgo_lookup_cgo.cgo1.go $WORK/b272/getgrouplist_unix.cgo1.go $WORK/b272/_cgo_import.go
2025-08-20T21:11:19.4284567Z [00:02:46.386]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:11:19.4342780Z [00:02:46.392]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/24/244e6eff6cbfebcb77b1634c8b0dfcc37c6de5f6a0aad34c070e911e0c2bd2a1-d # internal
2025-08-20T21:11:19.4345211Z [00:02:46.392]➜  github.com/rs/zerolog/log
2025-08-20T21:11:19.4347957Z [00:02:46.393]➜  mkdir -p $WORK/b215/
2025-08-20T21:11:19.4355456Z [00:02:46.393]➜  cat >/tmp/go-build2720400589/b215/importcfg << 'EOF' # internal
2025-08-20T21:11:19.4356639Z [00:02:46.393]➜  # import config
2025-08-20T21:11:19.4356998Z [00:02:46.393]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:19.4357428Z [00:02:46.393]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.4357897Z [00:02:46.393]➜  packagefile github.com/rs/zerolog=/tmp/go-build2720400589/b216/_pkg_.a
2025-08-20T21:11:19.4358363Z [00:02:46.393]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.4358760Z [00:02:46.393]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.4359059Z [00:02:46.393]➜  EOF
2025-08-20T21:11:19.4360770Z [00:02:46.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log=>github.com/rs/zerolog@v1.34.0/log;$WORK/b215=>" -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/b215/importcfg -pack /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log/log.go
2025-08-20T21:11:19.4740568Z [00:02:46.432]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:11:19.4747776Z [00:02:46.433]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/96/960c6ccc552f225416b38a07ddfb7bd39402254071228bdc167ede97b97ee146-d # internal
2025-08-20T21:11:19.4757716Z [00:02:46.434]➜  github.com/jrnd-io/jr/pkg/functions
2025-08-20T21:11:19.4760524Z [00:02:46.434]➜  mkdir -p $WORK/b209/
2025-08-20T21:11:19.4763166Z [00:02:46.434]➜  cat >/tmp/go-build2720400589/b209/importcfg << 'EOF' # internal
2025-08-20T21:11:19.4763918Z [00:02:46.434]➜  # import config
2025-08-20T21:11:19.4764483Z [00:02:46.434]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:19.4764948Z [00:02:46.434]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.4765392Z [00:02:46.434]➜  packagefile encoding/csv=/tmp/go-build2720400589/b210/_pkg_.a
2025-08-20T21:11:19.4765883Z [00:02:46.434]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:19.4766322Z [00:02:46.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.4766812Z [00:02:46.434]➜  packagefile github.com/cnkei/gospline=/tmp/go-build2720400589/b211/_pkg_.a
2025-08-20T21:11:19.4767354Z [00:02:46.434]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:11:19.4767935Z [00:02:46.434]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build2720400589/b203/_pkg_.a
2025-08-20T21:11:19.4768540Z [00:02:46.434]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build2720400589/b208/_pkg_.a
2025-08-20T21:11:19.4769114Z [00:02:46.434]➜  packagefile github.com/paulmach/go.geojson=/tmp/go-build2720400589/b214/_pkg_.a
2025-08-20T21:11:19.4769680Z [00:02:46.434]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:19.4770298Z [00:02:46.434]➜  packagefile github.com/squeeze69/generacodicefiscale=/tmp/go-build2720400589/b221/_pkg_.a
2025-08-20T21:11:19.4771240Z [00:02:46.434]➜  packagefile golang.org/x/text/cases=/tmp/go-build2720400589/b223/_pkg_.a
2025-08-20T21:11:19.4771795Z [00:02:46.434]➜  packagefile golang.org/x/text/language=/tmp/go-build2720400589/b225/_pkg_.a
2025-08-20T21:11:19.4772269Z [00:02:46.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.4772677Z [00:02:46.434]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:19.4773103Z [00:02:46.434]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:19.4773535Z [00:02:46.434]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:19.4773938Z [00:02:46.434]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.4774598Z [00:02:46.434]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:19.4775126Z [00:02:46.434]➜  packagefile regexp/syntax=/tmp/go-build2720400589/b186/_pkg_.a
2025-08-20T21:11:19.4775564Z [00:02:46.434]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.4775995Z [00:02:46.434]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.4776414Z [00:02:46.434]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.4776860Z [00:02:46.434]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:11:19.4777307Z [00:02:46.434]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.4777614Z [00:02:46.434]➜  EOF
2025-08-20T21:11:19.4780456Z [00:02:46.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions=>github.com/jrnd-io/jr/pkg/functions;$WORK/b209=>" -p github.com/jrnd-io/jr/pkg/functions -lang=go1.24 -complete -installsuffix shared -buildid P1fzS2Jx-HhoETAHKkPE/P1fzS2Jx-HhoETAHKkPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack ./pkg/functions/address.go ./pkg/functions/finance.go ./pkg/functions/functions.go ./pkg/functions/functionsDescription.go ./pkg/functions/helper.go ./pkg/functions/networking.go ./pkg/functions/nonsense.go ./pkg/functions/people.go ./pkg/functions/phone.go ./pkg/functions/regex.go ./pkg/functions/timeAndDates.go ./pkg/functions/utilities.go
2025-08-20T21:11:19.4882013Z [00:02:46.446]➜  cd /root/.go/src/os/user
2025-08-20T21:11:19.4888729Z [00:02:46.446]➜  go tool pack r $WORK/b272/_pkg_.a $WORK/b272/preferlinkext $WORK/b272/_x001.o $WORK/b272/_x002.o $WORK/b272/_x003.o # internal
2025-08-20T21:11:19.4889340Z [00:02:46.446]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:11:19.4892213Z [00:02:46.447]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/23/230dc969294d26945ba0278beb93da79bc53567db76499cc40d32eecd76cd047-d # internal
2025-08-20T21:11:19.4918400Z [00:02:46.450]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T21:11:19.4919234Z [00:02:46.450]➜  mkdir -p $WORK/b271/
2025-08-20T21:11:19.4921062Z [00:02:46.450]➜  cat >/tmp/go-build2720400589/b271/importcfg << 'EOF' # internal
2025-08-20T21:11:19.4921468Z [00:02:46.450]➜  # import config
2025-08-20T21:11:19.4921800Z [00:02:46.450]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.4922225Z [00:02:46.450]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:19.4922676Z [00:02:46.450]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:19.4923013Z [00:02:46.450]➜  EOF
2025-08-20T21:11:19.4927776Z [00:02:46.451]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:19.4930529Z [00:02:46.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults;$WORK/b271=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid lv9KuJbdRoDXegd4EAr2/lv9KuJbdRoDXegd4EAr2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults/shared_config.go
2025-08-20T21:11:19.5137206Z [00:02:46.471]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:11:19.5141131Z [00:02:46.472]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/c9/c90e533704bd798d3c793ca31763abf5fc5975b145c7c724412ff1da52ac28d8-d # internal
2025-08-20T21:11:19.5142208Z [00:02:46.472]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T21:11:19.5143082Z [00:02:46.472]➜  mkdir -p $WORK/b304/
2025-08-20T21:11:19.5158706Z [00:02:46.474]➜  cat >/tmp/go-build2720400589/b304/importcfg << 'EOF' # internal
2025-08-20T21:11:19.5160034Z [00:02:46.474]➜  # import config
2025-08-20T21:11:19.5160408Z [00:02:46.474]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.5160897Z [00:02:46.474]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:19.5161475Z [00:02:46.474]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:19.5161997Z [00:02:46.474]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.5162305Z [00:02:46.474]➜  EOF
2025-08-20T21:11:19.5164779Z [00:02:46.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types;$WORK/b304=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid KEdXO_VUJ4ERYD5Xbj3R/KEdXO_VUJ4ERYD5Xbj3R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types/types.go
2025-08-20T21:11:19.5442528Z [00:02:46.502]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:11:19.5455482Z [00:02:46.503]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/cd/cd6d980f4c76976875faa350f47f2ca42aa2b6919b6af8799790bcdfc2f6cc35-d # internal
2025-08-20T21:11:19.5468800Z [00:02:46.503]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T21:11:19.5469148Z [00:02:46.503]➜  mkdir -p $WORK/b306/
2025-08-20T21:11:19.5469523Z [00:02:46.503]➜  cat >/tmp/go-build2720400589/b306/importcfg << 'EOF' # internal
2025-08-20T21:11:19.5469870Z [00:02:46.503]➜  # import config
2025-08-20T21:11:19.5470203Z [00:02:46.503]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.5470609Z [00:02:46.503]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.5471263Z [00:02:46.503]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.5471818Z [00:02:46.503]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.5472241Z [00:02:46.503]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.5472668Z [00:02:46.503]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.5472999Z [00:02:46.503]➜  EOF
2025-08-20T21:11:19.5478176Z [00:02:46.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_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/b306=>" -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/b306/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-20T21:11:19.5482968Z [00:02:46.505]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:11:19.5562578Z [00:02:46.514]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T21:11:19.5598338Z [00:02:46.518]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T21:11:19.5598759Z [00:02:46.518]➜  mkdir -p $WORK/b300/
2025-08-20T21:11:19.5599165Z [00:02:46.518]➜  cat >/tmp/go-build2720400589/b300/importcfg << 'EOF' # internal
2025-08-20T21:11:19.5599522Z [00:02:46.518]➜  # import config
2025-08-20T21:11:19.5599887Z [00:02:46.518]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:19.5600320Z [00:02:46.518]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.5600741Z [00:02:46.518]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.5601046Z [00:02:46.518]➜  EOF
2025-08-20T21:11:19.5603082Z [00:02:46.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml;$WORK/b300=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid qFhwHY4AZKhj5rjI3rm7/qFhwHY4AZKhj5rjI3rm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml/error_utils.go
2025-08-20T21:11:19.5718423Z [00:02:46.530]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:11:19.5725497Z [00:02:46.530]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/af/af8b27d6902eb9873d3eca7bf0e0e1fb474f38436b86e679ce6c0676e09fee4d-d # internal
2025-08-20T21:11:19.5726118Z [00:02:46.530]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T21:11:19.5726453Z [00:02:46.530]➜  mkdir -p $WORK/b305/
2025-08-20T21:11:19.5728815Z [00:02:46.531]➜  cat >/tmp/go-build2720400589/b305/importcfg << 'EOF' # internal
2025-08-20T21:11:19.5729745Z [00:02:46.531]➜  # import config
2025-08-20T21:11:19.5730184Z [00:02:46.531]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:19.5730673Z [00:02:46.531]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:19.5731108Z [00:02:46.531]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.5731989Z [00:02:46.531]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2720400589/b295/_pkg_.a
2025-08-20T21:11:19.5732548Z [00:02:46.531]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.5732972Z [00:02:46.531]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:19.5733402Z [00:02:46.531]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.5733842Z [00:02:46.531]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.5734490Z [00:02:46.531]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:19.5734940Z [00:02:46.531]➜  EOF
2025-08-20T21:11:19.5739283Z [00:02:46.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml=>github.com/aws/smithy-go@v1.22.3/encoding/xml;$WORK/b305=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid 88dDLqQ2yXDI3xIwqJPp/88dDLqQ2yXDI3xIwqJPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/element.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/error_utils.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/map.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/value.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/xml/xml_decoder.go
2025-08-20T21:11:19.6309340Z [00:02:46.589]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:11:19.6332944Z [00:02:46.591]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/76/76d862a42e02b9d37d8c9270aa735d74c7b1610c60f495381985e2c678317812-d # internal
2025-08-20T21:11:19.6336445Z [00:02:46.592]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/types
2025-08-20T21:11:19.6337130Z [00:02:46.592]➜  mkdir -p $WORK/b309/
2025-08-20T21:11:19.6341280Z [00:02:46.592]➜  cat >/tmp/go-build2720400589/b309/importcfg << 'EOF' # internal
2025-08-20T21:11:19.6341661Z [00:02:46.592]➜  # import config
2025-08-20T21:11:19.6343398Z [00:02:46.592]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.6344635Z [00:02:46.592]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:19.6345221Z [00:02:46.592]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:19.6345720Z [00:02:46.592]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.6346027Z [00:02:46.592]➜  EOF
2025-08-20T21:11:19.6348858Z [00:02:46.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/types=>github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/types;$WORK/b309=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/types -lang=go1.22 -complete -installsuffix shared -buildid 0Rh96-xuEyOCOiIg0-oy/0Rh96-xuEyOCOiIg0-oy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/types/types.go
2025-08-20T21:11:19.6371241Z [00:02:46.595]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:11:19.6396418Z [00:02:46.597]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d # internal
2025-08-20T21:11:19.6403364Z [00:02:46.598]➜  github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types
2025-08-20T21:11:19.6408239Z [00:02:46.598]➜  mkdir -p $WORK/b310/
2025-08-20T21:11:19.6415165Z [00:02:46.599]➜  cat >/tmp/go-build2720400589/b310/importcfg << 'EOF' # internal
2025-08-20T21:11:19.6416206Z [00:02:46.599]➜  # import config
2025-08-20T21:11:19.6417143Z [00:02:46.599]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.6417722Z [00:02:46.599]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:19.6418334Z [00:02:46.599]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:19.6418835Z [00:02:46.599]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.6419144Z [00:02:46.599]➜  EOF
2025-08-20T21:11:19.6422056Z [00:02:46.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams@v1.25.3/types=>github.com/aws/aws-sdk-go-v2/service/dynamodbstreams@v1.25.3/types;$WORK/b310=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types -lang=go1.22 -complete -installsuffix shared -buildid _0eitc6hA1tei-R_E6vV/_0eitc6hA1tei-R_E6vV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams@v1.25.3/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams@v1.25.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodbstreams@v1.25.3/types/types.go
2025-08-20T21:11:19.6568899Z [00:02:46.615]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:11:19.6583065Z [00:02:46.616]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/09/096972e7a2dab7f01e568c374bf8d14e8e3c2d9651b6d2765554445d05531731-d # internal
2025-08-20T21:11:19.6589770Z [00:02:46.617]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T21:11:19.6590744Z [00:02:46.617]➜  mkdir -p $WORK/b312/
2025-08-20T21:11:19.6591430Z [00:02:46.617]➜  cat >/tmp/go-build2720400589/b312/importcfg << 'EOF' # internal
2025-08-20T21:11:19.6591957Z [00:02:46.617]➜  # import config
2025-08-20T21:11:19.6593387Z [00:02:46.617]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.6594149Z [00:02:46.617]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.6595298Z [00:02:46.617]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.6595762Z [00:02:46.617]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:19.6596192Z [00:02:46.617]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.6596608Z [00:02:46.617]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.6596917Z [00:02:46.617]➜  EOF
2025-08-20T21:11:19.6599841Z [00:02:46.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil;$WORK/b312=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid VGwHqg8a2cN4x9X1m1Nq/VGwHqg8a2cN4x9X1m1Nq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/awsutil/string_value.go
2025-08-20T21:11:19.7057778Z [00:02:46.664]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:11:19.7070863Z [00:02:46.665]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/a0/a00354520c5b7f80973f26d89395595e88a86cf08e69f28fa36d83785d7b86ae-d # internal
2025-08-20T21:11:19.7102086Z [00:02:46.668]➜  github.com/aws/smithy-go/waiter
2025-08-20T21:11:19.7102470Z [00:02:46.668]➜  mkdir -p $WORK/b317/
2025-08-20T21:11:19.7103135Z [00:02:46.668]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:11:19.7110031Z [00:02:46.669]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/63/633010c47f1c6156cdaa4ef05ac3ef37bf268acb370c39524af717f98c8db15a-d # internal
2025-08-20T21:11:19.7110941Z [00:02:46.669]➜  github.com/aws/aws-sdk-go/aws/awserr
2025-08-20T21:11:19.7112134Z [00:02:46.669]➜  mkdir -p $WORK/b319/
2025-08-20T21:11:19.7125048Z [00:02:46.670]➜  cat >/tmp/go-build2720400589/b319/importcfg << 'EOF' # internal
2025-08-20T21:11:19.7125707Z [00:02:46.670]➜  # import config
2025-08-20T21:11:19.7127133Z [00:02:46.670]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:19.7127590Z [00:02:46.670]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.7127901Z [00:02:46.670]➜  EOF
2025-08-20T21:11:19.7140537Z [00:02:46.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awserr=>github.com/aws/aws-sdk-go@v1.55.7/aws/awserr;$WORK/b319=>" -p github.com/aws/aws-sdk-go/aws/awserr -lang=go1.19 -complete -installsuffix shared -buildid 14l0hLDKGL5w8nfwOceY/14l0hLDKGL5w8nfwOceY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awserr/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awserr/types.go
2025-08-20T21:11:19.7149861Z [00:02:46.673]➜  cat >/tmp/go-build2720400589/b317/importcfg << 'EOF' # internal
2025-08-20T21:11:19.7150531Z [00:02:46.673]➜  # import config
2025-08-20T21:11:19.7150880Z [00:02:46.673]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:19.7151299Z [00:02:46.673]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.7151812Z [00:02:46.673]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:19.7152413Z [00:02:46.673]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:19.7153016Z [00:02:46.673]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2720400589/b255/_pkg_.a
2025-08-20T21:11:19.7153502Z [00:02:46.673]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:19.7153909Z [00:02:46.673]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.7154215Z [00:02:46.673]➜  EOF
2025-08-20T21:11:19.7177364Z [00:02:46.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/waiter=>github.com/aws/smithy-go@v1.22.3/waiter;$WORK/b317=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid a0rXRGt9twuJyI8MSypd/a0rXRGt9twuJyI8MSypd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/waiter/waiter.go
2025-08-20T21:11:19.7549182Z [00:02:46.713]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:11:19.7559108Z [00:02:46.714]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/d7/d73f1779e90966d2f2a0e2d31e252c7e540b945313c85223961da1e700598953-d # internal
2025-08-20T21:11:19.7565407Z [00:02:46.714]➜  github.com/aws/aws-sdk-go/internal/shareddefaults
2025-08-20T21:11:19.7570148Z [00:02:46.715]➜  mkdir -p $WORK/b322/
2025-08-20T21:11:19.7577900Z [00:02:46.716]➜  cat >/tmp/go-build2720400589/b322/importcfg << 'EOF' # internal
2025-08-20T21:11:19.7580130Z [00:02:46.716]➜  # import config
2025-08-20T21:11:19.7580547Z [00:02:46.716]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.7580974Z [00:02:46.716]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:19.7581430Z [00:02:46.716]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:19.7581770Z [00:02:46.716]➜  EOF
2025-08-20T21:11:19.7582055Z [00:02:46.716]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:11:19.7597665Z [00:02:46.718]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/46/4663e604aa55887cc885dd696ed6608cab20dc4ac66dab82f0001d52ecbf9e65-d # internal
2025-08-20T21:11:19.7602656Z [00:02:46.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/shareddefaults=>github.com/aws/aws-sdk-go@v1.55.7/internal/shareddefaults;$WORK/b322=>" -p github.com/aws/aws-sdk-go/internal/shareddefaults -lang=go1.19 -complete -installsuffix shared -buildid 39HC2BKn99IULj0ACAvA/39HC2BKn99IULj0ACAvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/shareddefaults/ecs_container.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/shareddefaults/shared_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/shareddefaults/shared_config_resolve_home_go1.12.go
2025-08-20T21:11:19.7607565Z [00:02:46.718]➜  github.com/aws/aws-sdk-go/internal/ini
2025-08-20T21:11:19.7614742Z [00:02:46.719]➜  mkdir -p $WORK/b321/
2025-08-20T21:11:19.7617953Z [00:02:46.720]➜  cat >/tmp/go-build2720400589/b321/importcfg << 'EOF' # internal
2025-08-20T21:11:19.7618330Z [00:02:46.720]➜  # import config
2025-08-20T21:11:19.7618672Z [00:02:46.720]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:19.7619088Z [00:02:46.720]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.7619973Z [00:02:46.720]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:11:19.7620468Z [00:02:46.720]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.7620890Z [00:02:46.720]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:19.7621305Z [00:02:46.720]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.7621708Z [00:02:46.720]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.7622145Z [00:02:46.720]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.7622582Z [00:02:46.720]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.7623010Z [00:02:46.720]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:19.7623325Z [00:02:46.720]➜  EOF
2025-08-20T21:11:19.7649689Z [00:02:46.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini=>github.com/aws/aws-sdk-go@v1.55.7/internal/ini;$WORK/b321=>" -p github.com/aws/aws-sdk-go/internal/ini -lang=go1.19 -complete -installsuffix shared -buildid KFOZdK4loPM1DukjRPH3/KFOZdK4loPM1DukjRPH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/ast.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/comma_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/comment_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/empty_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/expression.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/ini_lexer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/ini_parser.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/literal_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/newline_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/number_helper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/op_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/parse_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/parse_stack.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/sep_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/skipper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/statement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/value_util.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/visitor.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/walker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/ini/ws_token.go
2025-08-20T21:11:19.7885082Z [00:02:46.746]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:11:19.7891491Z [00:02:46.747]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/92/92ad82dbf008f437e27c90d70677f07cd75f60007a5b384fd945322f5935612b-d # internal
2025-08-20T21:11:19.7893435Z [00:02:46.747]➜  github.com/aws/aws-sdk-go/internal/sync/singleflight
2025-08-20T21:11:19.7894885Z [00:02:46.747]➜  mkdir -p $WORK/b323/
2025-08-20T21:11:19.7895285Z [00:02:46.747]➜  cat >/tmp/go-build2720400589/b323/importcfg << 'EOF' # internal
2025-08-20T21:11:19.7895633Z [00:02:46.747]➜  # import config
2025-08-20T21:11:19.7895987Z [00:02:46.747]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.7896300Z [00:02:46.747]➜  EOF
2025-08-20T21:11:19.7898469Z [00:02:46.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sync/singleflight=>github.com/aws/aws-sdk-go@v1.55.7/internal/sync/singleflight;$WORK/b323=>" -p github.com/aws/aws-sdk-go/internal/sync/singleflight -lang=go1.19 -complete -installsuffix shared -buildid 9Kt2P150icSpJ-yr2pE3/9Kt2P150icSpJ-yr2pE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sync/singleflight/singleflight.go
2025-08-20T21:11:19.8186730Z [00:02:46.776]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:11:19.8189491Z [00:02:46.777]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:11:19.8193249Z [00:02:46.777]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/d6/d61005bc60d28295a12b6601594f463354bf5fff9cdb22b0d5a4b364583a92fc-d # internal
2025-08-20T21:11:19.8209534Z [00:02:46.779]➜  github.com/aws/aws-sdk-go/aws/endpoints
2025-08-20T21:11:19.8212130Z [00:02:46.779]➜  mkdir -p $WORK/b324/
2025-08-20T21:11:19.8217825Z [00:02:46.780]➜  cat >/tmp/go-build2720400589/b324/importcfg << 'EOF' # internal
2025-08-20T21:11:19.8218380Z [00:02:46.780]➜  # import config
2025-08-20T21:11:19.8219150Z [00:02:46.780]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:19.8219832Z [00:02:46.780]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.8220894Z [00:02:46.780]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:11:19.8222042Z [00:02:46.780]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.8222531Z [00:02:46.780]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:19.8222969Z [00:02:46.780]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.8223689Z [00:02:46.780]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.8224064Z [00:02:46.780]➜  EOF
2025-08-20T21:11:19.8227860Z [00:02:46.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints=>github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints;$WORK/b324=>" -p github.com/aws/aws-sdk-go/aws/endpoints -lang=go1.19 -complete -installsuffix shared -buildid 3JvzeU5qGLhft1Zfhpfl/3JvzeU5qGLhft1Zfhpfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/dep_service_ids.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/legacy_regions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/endpoints/v3model.go
2025-08-20T21:11:19.8303730Z [00:02:46.788]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/10/1061c52081932079671c80ec6cf8f0bc84672c641b002e8fea18e3e2d6b5627f-d # internal
2025-08-20T21:11:19.8307197Z [00:02:46.789]➜  github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
2025-08-20T21:11:19.8308438Z [00:02:46.789]➜  mkdir -p $WORK/b308/
2025-08-20T21:11:19.8312528Z [00:02:46.789]➜  cat >/tmp/go-build2720400589/b308/importcfg << 'EOF' # internal
2025-08-20T21:11:19.8313297Z [00:02:46.789]➜  # import config
2025-08-20T21:11:19.8313724Z [00:02:46.789]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:19.8314157Z [00:02:46.789]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.8314935Z [00:02:46.789]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build2720400589/b309/_pkg_.a
2025-08-20T21:11:19.8315725Z [00:02:46.789]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types=/tmp/go-build2720400589/b310/_pkg_.a
2025-08-20T21:11:19.8316322Z [00:02:46.789]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:19.8316741Z [00:02:46.789]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:19.8317161Z [00:02:46.789]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:19.8317599Z [00:02:46.789]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:19.8318018Z [00:02:46.789]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.8318430Z [00:02:46.789]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.8318735Z [00:02:46.789]➜  EOF
2025-08-20T21:11:19.8324890Z [00:02:46.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13=>github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13;$WORK/b308=>" -p github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue -lang=go1.22 -complete -installsuffix shared -buildid INIfE-Ve8BSuJsEsHGcR/INIfE-Ve8BSuJsEsHGcR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/convert.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/field.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/field_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue@v1.18.13/tag.go
2025-08-20T21:11:19.8859900Z [00:02:46.844]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:11:19.8881924Z [00:02:46.846]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/3d/3d6f10ad76b84042929966d43a7a220070903d2ceaf682b662925910bc668b40-d # internal
2025-08-20T21:11:19.8905687Z [00:02:46.848]➜  github.com/aws/aws-sdk-go/aws/credentials
2025-08-20T21:11:19.8906138Z [00:02:46.848]➜  mkdir -p $WORK/b320/
2025-08-20T21:11:19.8906523Z [00:02:46.848]➜  cat >/tmp/go-build2720400589/b320/importcfg << 'EOF' # internal
2025-08-20T21:11:19.8906870Z [00:02:46.848]➜  # import config
2025-08-20T21:11:19.8907221Z [00:02:46.848]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:19.8907640Z [00:02:46.848]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.8908163Z [00:02:46.848]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:11:19.8908800Z [00:02:46.848]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build2720400589/b321/_pkg_.a
2025-08-20T21:11:19.8909475Z [00:02:46.848]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build2720400589/b322/_pkg_.a
2025-08-20T21:11:19.8910204Z [00:02:46.848]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build2720400589/b323/_pkg_.a
2025-08-20T21:11:19.8911161Z [00:02:46.848]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.8911569Z [00:02:46.848]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:19.8911977Z [00:02:46.848]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.8912281Z [00:02:46.848]➜  EOF
2025-08-20T21:11:19.8916353Z [00:02:46.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials;$WORK/b320=>" -p github.com/aws/aws-sdk-go/aws/credentials -lang=go1.19 -complete -installsuffix shared -buildid uC78VGrvhhpP634a1yVN/uC78VGrvhhpP634a1yVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/chain_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/context_background_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/context_go1.9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/env_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/shared_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/static_provider.go
2025-08-20T21:11:19.9299904Z [00:02:46.888]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:11:19.9317020Z [00:02:46.889]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/35/35c4789ea9026e6995275ae43fd239694bbffaa50fdf2aefd44b51de08629283-d # internal
2025-08-20T21:11:19.9342566Z [00:02:46.892]➜  github.com/aws/aws-sdk-go/internal/sdkio
2025-08-20T21:11:19.9342987Z [00:02:46.892]➜  mkdir -p $WORK/b325/
2025-08-20T21:11:19.9349802Z [00:02:46.893]➜  cat >/tmp/go-build2720400589/b325/importcfg << 'EOF' # internal
2025-08-20T21:11:19.9350648Z [00:02:46.893]➜  # import config
2025-08-20T21:11:19.9353791Z [00:02:46.893]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:19.9354125Z [00:02:46.893]➜  EOF
2025-08-20T21:11:19.9363530Z [00:02:46.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkio=>github.com/aws/aws-sdk-go@v1.55.7/internal/sdkio;$WORK/b325=>" -p github.com/aws/aws-sdk-go/internal/sdkio -lang=go1.19 -complete -installsuffix shared -buildid ohAaJoqjT6-AlSHCW9k8/ohAaJoqjT6-AlSHCW9k8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkio/byte.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkio/io_go1.7.go
2025-08-20T21:11:19.9563971Z [00:02:46.914]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:11:19.9573668Z [00:02:46.915]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/08/084adb296fb64117985a1737d38577fdbe16b4ca38c5d72a1b7d2c660c099f6a-d # internal
2025-08-20T21:11:19.9587698Z [00:02:46.916]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/log
2025-08-20T21:11:19.9588221Z [00:02:46.916]➜  mkdir -p $WORK/b332/
2025-08-20T21:11:19.9588599Z [00:02:46.917]➜  cat >/tmp/go-build2720400589/b332/importcfg << 'EOF' # internal
2025-08-20T21:11:19.9588950Z [00:02:46.917]➜  # import config
2025-08-20T21:11:19.9589278Z [00:02:46.917]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:19.9589679Z [00:02:46.917]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:19.9590106Z [00:02:46.917]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:19.9590419Z [00:02:46.917]➜  EOF
2025-08-20T21:11:19.9592807Z [00:02:46.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_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/b332=>" -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/b332/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-20T21:11:19.9962845Z [00:02:46.953]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:11:19.9963609Z [00:02:46.954]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/09/094330a4bafe1fb03d6b741b895efca0488e8ab1a670ac601e46b56a598a1cab-d # internal
2025-08-20T21:11:19.9964348Z [00:02:46.954]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/log
2025-08-20T21:11:19.9964741Z [00:02:46.954]➜  mkdir -p $WORK/b331/
2025-08-20T21:11:19.9965111Z [00:02:46.954]➜  cat >/tmp/go-build2720400589/b331/importcfg << 'EOF' # internal
2025-08-20T21:11:19.9965453Z [00:02:46.954]➜  # import config
2025-08-20T21:11:19.9965954Z [00:02:46.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:11:19.9966424Z [00:02:46.954]➜  EOF
2025-08-20T21:11:19.9968767Z [00:02:46.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_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/b331=>" -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/b331/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-20T21:11:20.0205979Z [00:02:46.978]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:11:20.0239589Z [00:02:46.982]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/20/2080ffeb1b1b3c19827b0a762a48281563a63f7ebabfd95716fd173e1e22fcc9-d # internal
2025-08-20T21:11:20.0240814Z [00:02:46.982]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log
2025-08-20T21:11:20.0241223Z [00:02:46.982]➜  mkdir -p $WORK/b330/
2025-08-20T21:11:20.0246034Z [00:02:46.982]➜  cat >/tmp/go-build2720400589/b330/importcfg << 'EOF' # internal
2025-08-20T21:11:20.0246466Z [00:02:46.982]➜  # import config
2025-08-20T21:11:20.0246970Z [00:02:46.982]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build2720400589/b331/_pkg_.a
2025-08-20T21:11:20.0248004Z [00:02:46.982]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:11:20.0248516Z [00:02:46.982]➜  EOF
2025-08-20T21:11:20.0250748Z [00:02:46.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_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/b330=>" -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/b330/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log/log.go
2025-08-20T21:11:20.0556707Z [00:02:47.013]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:11:20.0564111Z [00:02:47.014]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/5e/5e52c85913a347df37041f39dd490bbff1c06c61fc41a699ab5f965a0c50eb3e-d # internal
2025-08-20T21:11:20.0565534Z [00:02:47.014]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
2025-08-20T21:11:20.0565893Z [00:02:47.014]➜  mkdir -p $WORK/b337/
2025-08-20T21:11:20.0573330Z [00:02:47.015]➜  cat >/tmp/go-build2720400589/b337/importcfg << 'EOF' # internal
2025-08-20T21:11:20.0573761Z [00:02:47.015]➜  # import config
2025-08-20T21:11:20.0574115Z [00:02:47.015]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.0574900Z [00:02:47.015]➜  EOF
2025-08-20T21:11:20.0577408Z [00:02:47.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_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/b337=>" -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/b337/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-20T21:11:20.1010552Z [00:02:47.059]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:11:20.1017966Z [00:02:47.060]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/51/51895e6d2c48a43901f7a847380a0615967716b4ac56bf55321dbcddd6b2e10a-d # internal
2025-08-20T21:11:20.1019148Z [00:02:47.060]➜  flag
2025-08-20T21:11:20.1019420Z [00:02:47.060]➜  mkdir -p $WORK/b339/
2025-08-20T21:11:20.1039695Z [00:02:47.062]➜  cat >/tmp/go-build2720400589/b339/importcfg << 'EOF' # internal
2025-08-20T21:11:20.1040506Z [00:02:47.062]➜  # import config
2025-08-20T21:11:20.1041304Z [00:02:47.062]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:20.1041798Z [00:02:47.062]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.1042220Z [00:02:47.062]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.1042649Z [00:02:47.062]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.1043049Z [00:02:47.062]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:20.1043462Z [00:02:47.062]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.1043888Z [00:02:47.062]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.1044500Z [00:02:47.062]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:20.1044972Z [00:02:47.062]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.1045407Z [00:02:47.062]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.1045827Z [00:02:47.062]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.1046132Z [00:02:47.062]➜  EOF
2025-08-20T21:11:20.1047698Z [00:02:47.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b339=>" -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/b339/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:11:20.1749627Z [00:02:47.133]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:11:20.1846830Z [00:02:47.142]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/95/95b46186019168b65c689e2771efc78f25c6e82aa5bf051511249d5f94a145c1-d # internal
2025-08-20T21:11:20.1847931Z [00:02:47.143]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/diag
2025-08-20T21:11:20.1848592Z [00:02:47.143]➜  mkdir -p $WORK/b348/
2025-08-20T21:11:20.1849587Z [00:02:47.143]➜  cat >/tmp/go-build2720400589/b348/importcfg << 'EOF' # internal
2025-08-20T21:11:20.1850245Z [00:02:47.143]➜  # import config
2025-08-20T21:11:20.1851153Z [00:02:47.143]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.1851635Z [00:02:47.143]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.1852097Z [00:02:47.143]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.1852419Z [00:02:47.143]➜  EOF
2025-08-20T21:11:20.1854975Z [00:02:47.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_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/b348=>" -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/b348/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-20T21:11:20.2373472Z [00:02:47.195]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:11:20.2379687Z [00:02:47.195]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/8d/8d7447d737413d938025334f4961d7699fd50bed26037fc64c6deb78423056c1-d # internal
2025-08-20T21:11:20.2380395Z [00:02:47.195]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/temporal
2025-08-20T21:11:20.2380752Z [00:02:47.196]➜  mkdir -p $WORK/b350/
2025-08-20T21:11:20.2381130Z [00:02:47.196]➜  cat >/tmp/go-build2720400589/b350/importcfg << 'EOF' # internal
2025-08-20T21:11:20.2381476Z [00:02:47.196]➜  # import config
2025-08-20T21:11:20.2381807Z [00:02:47.196]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.2382235Z [00:02:47.196]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.2382542Z [00:02:47.196]➜  EOF
2025-08-20T21:11:20.2389405Z [00:02:47.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_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/b350=>" -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/b350/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal/resource.go
2025-08-20T21:11:20.2511314Z [00:02:47.209]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:11:20.2530369Z [00:02:47.211]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T21:11:20.2549079Z [00:02:47.213]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
2025-08-20T21:11:20.2549963Z [00:02:47.213]➜  mkdir -p $WORK/b351/
2025-08-20T21:11:20.2552206Z [00:02:47.213]➜  cat >/tmp/go-build2720400589/b351/importcfg << 'EOF' # internal
2025-08-20T21:11:20.2553848Z [00:02:47.213]➜  # import config
2025-08-20T21:11:20.2554664Z [00:02:47.213]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:20.2555521Z [00:02:47.213]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.2556552Z [00:02:47.213]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.2561967Z [00:02:47.213]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.2562861Z [00:02:47.213]➜  EOF
2025-08-20T21:11:20.2565584Z [00:02:47.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_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/b351=>" -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/b351/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-20T21:11:20.2614035Z [00:02:47.219]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:11:20.2629974Z [00:02:47.221]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/ba/ba6349d99bc75a49a6f033fc33b58946f1014d7760011c4c7ce3321d851ae45b-d # internal
2025-08-20T21:11:20.2638763Z [00:02:47.222]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:11:20.2639412Z [00:02:47.222]➜  mkdir -p $WORK/b356/
2025-08-20T21:11:20.2658172Z [00:02:47.224]➜  cat >/tmp/go-build2720400589/b356/importcfg << 'EOF' # internal
2025-08-20T21:11:20.2659184Z [00:02:47.224]➜  # import config
2025-08-20T21:11:20.2659774Z [00:02:47.224]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.2660456Z [00:02:47.224]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:20.2661157Z [00:02:47.224]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.2662042Z [00:02:47.224]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:20.2662546Z [00:02:47.224]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:20.2663018Z [00:02:47.224]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.2663354Z [00:02:47.224]➜  EOF
2025-08-20T21:11:20.2666523Z [00:02:47.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi=>golang.org/x/text@v0.24.0/unicode/bidi;$WORK/b356=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid rbQ0yxQDTG1nwGsHzyX4/rbQ0yxQDTG1nwGsHzyX4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/trieval.go
2025-08-20T21:11:20.2829123Z [00:02:47.241]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:11:20.2839867Z [00:02:47.242]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/eb/eb180d298e2b1e4f76ef39fa455c12c60461399c52625608a1c742958f1429dc-d # internal
2025-08-20T21:11:20.2855603Z [00:02:47.243]➜  golang.org/x/net/http2/hpack
2025-08-20T21:11:20.2856105Z [00:02:47.243]➜  mkdir -p $WORK/b357/
2025-08-20T21:11:20.2856617Z [00:02:47.243]➜  cat >/tmp/go-build2720400589/b357/importcfg << 'EOF' # internal
2025-08-20T21:11:20.2857129Z [00:02:47.243]➜  # import config
2025-08-20T21:11:20.2857586Z [00:02:47.243]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.2858123Z [00:02:47.243]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.2858644Z [00:02:47.243]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.2859151Z [00:02:47.243]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.2859684Z [00:02:47.243]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.2860470Z [00:02:47.243]➜  EOF
2025-08-20T21:11:20.2863353Z [00:02:47.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack=>golang.org/x/net@v0.39.0/http2/hpack;$WORK/b357=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid DUnYbTDpTnV22suMdbe4/DUnYbTDpTnV22suMdbe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/tables.go
2025-08-20T21:11:20.4181717Z [00:02:47.376]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:11:20.4201625Z [00:02:47.377]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/69/69e14e1d3f936609b5a184cd18a4f7d6e0366083ff97de7aa70b637a0238414f-d # internal
2025-08-20T21:11:20.4202322Z [00:02:47.377]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:11:20.4202641Z [00:02:47.377]➜  mkdir -p $WORK/b355/
2025-08-20T21:11:20.4203018Z [00:02:47.378]➜  cat >/tmp/go-build2720400589/b355/importcfg << 'EOF' # internal
2025-08-20T21:11:20.4203364Z [00:02:47.378]➜  # import config
2025-08-20T21:11:20.4204123Z [00:02:47.378]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.4204803Z [00:02:47.378]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:11:20.4205391Z [00:02:47.378]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b356/_pkg_.a
2025-08-20T21:11:20.4205911Z [00:02:47.378]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.4206244Z [00:02:47.378]➜  EOF
2025-08-20T21:11:20.4208384Z [00:02:47.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule=>golang.org/x/text@v0.24.0/secure/bidirule;$WORK/b355=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid 8gWu0dORV-07vMcWb-wx/8gWu0dORV-07vMcWb-wx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:11:20.4349770Z [00:02:47.393]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:11:20.4370750Z [00:02:47.395]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/6c/6c1a9b36ef5a1e027cef3d3b5f0fc1f9bd3031d3422c84edcca084e2de9c7520-d # internal
2025-08-20T21:11:20.4400261Z [00:02:47.397]➜  hash/crc64
2025-08-20T21:11:20.4400657Z [00:02:47.397]➜  mkdir -p $WORK/b366/
2025-08-20T21:11:20.4408138Z [00:02:47.399]➜  cat >/tmp/go-build2720400589/b366/importcfg << 'EOF' # internal
2025-08-20T21:11:20.4408661Z [00:02:47.399]➜  # import config
2025-08-20T21:11:20.4409130Z [00:02:47.399]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.4409645Z [00:02:47.399]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:20.4410201Z [00:02:47.399]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:20.4410742Z [00:02:47.399]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.4411147Z [00:02:47.399]➜  EOF
2025-08-20T21:11:20.4412684Z [00:02:47.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b366=>" -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/b366/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T21:11:20.4437082Z [00:02:47.402]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:11:20.4442092Z [00:02:47.402]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d # internal
2025-08-20T21:11:20.4455496Z [00:02:47.403]➜  golang.org/x/net/idna
2025-08-20T21:11:20.4456537Z [00:02:47.403]➜  mkdir -p $WORK/b354/
2025-08-20T21:11:20.4457410Z [00:02:47.403]➜  cat >/tmp/go-build2720400589/b354/importcfg << 'EOF' # internal
2025-08-20T21:11:20.4457819Z [00:02:47.403]➜  # import config
2025-08-20T21:11:20.4458193Z [00:02:47.403]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.4458724Z [00:02:47.403]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build2720400589/b355/_pkg_.a
2025-08-20T21:11:20.4459325Z [00:02:47.403]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b356/_pkg_.a
2025-08-20T21:11:20.4459907Z [00:02:47.403]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b230/_pkg_.a
2025-08-20T21:11:20.4460400Z [00:02:47.403]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.4460829Z [00:02:47.403]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.4461276Z [00:02:47.403]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.4461609Z [00:02:47.403]➜  EOF
2025-08-20T21:11:20.4464639Z [00:02:47.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/idna=>golang.org/x/net@v0.39.0/idna;$WORK/b354=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid x4uqshxn9e-5Qa8E_8uW/x4uqshxn9e-5Qa8E_8uW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trieval.go
2025-08-20T21:11:20.4634320Z [00:02:47.421]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:11:20.4635547Z [00:02:47.421]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/98/9813749492ebfc64271d8c23b2471f641f2d8e97e45f3709f95e620d0b04ef98-d # internal
2025-08-20T21:11:20.4644630Z [00:02:47.422]➜  internal/sysinfo
2025-08-20T21:11:20.4645348Z [00:02:47.422]➜  mkdir -p $WORK/b376/
2025-08-20T21:11:20.4652804Z [00:02:47.423]➜  cat >/tmp/go-build2720400589/b376/importcfg << 'EOF' # internal
2025-08-20T21:11:20.4653181Z [00:02:47.423]➜  # import config
2025-08-20T21:11:20.4653524Z [00:02:47.423]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:20.4653946Z [00:02:47.423]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.4654548Z [00:02:47.423]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:11:20.4655045Z [00:02:47.423]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.4655468Z [00:02:47.423]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:20.4655884Z [00:02:47.423]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.4656300Z [00:02:47.423]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.4656605Z [00:02:47.423]➜  EOF
2025-08-20T21:11:20.4658292Z [00:02:47.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b376=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:11:20.4799113Z [00:02:47.438]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:11:20.4950043Z [00:02:47.453]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:11:20.4975124Z [00:02:47.455]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T21:11:20.4976324Z [00:02:47.455]➜  testing
2025-08-20T21:11:20.4977023Z [00:02:47.455]➜  mkdir -p $WORK/b375/
2025-08-20T21:11:20.4978694Z [00:02:47.456]➜  cat >/tmp/go-build2720400589/b375/importcfg << 'EOF' # internal
2025-08-20T21:11:20.4979470Z [00:02:47.456]➜  # import config
2025-08-20T21:11:20.4980397Z [00:02:47.456]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.4980838Z [00:02:47.456]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.4981264Z [00:02:47.456]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.4981681Z [00:02:47.456]➜  packagefile flag=/tmp/go-build2720400589/b339/_pkg_.a
2025-08-20T21:11:20.4982085Z [00:02:47.456]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.4982540Z [00:02:47.456]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:11:20.4983022Z [00:02:47.456]➜  packagefile internal/sysinfo=/tmp/go-build2720400589/b376/_pkg_.a
2025-08-20T21:11:20.4983469Z [00:02:47.456]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.4983878Z [00:02:47.456]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.4984429Z [00:02:47.456]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:20.4985197Z [00:02:47.456]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:20.4986800Z [00:02:47.456]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:20.4991034Z [00:02:47.456]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.4991540Z [00:02:47.456]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.4991998Z [00:02:47.456]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:11:20.4992496Z [00:02:47.456]➜  packagefile runtime/trace=/tmp/go-build2720400589/b195/_pkg_.a
2025-08-20T21:11:20.4992941Z [00:02:47.456]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:20.4993366Z [00:02:47.456]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.4993793Z [00:02:47.456]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.4994223Z [00:02:47.456]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.4994847Z [00:02:47.456]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:20.4995288Z [00:02:47.456]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.4995705Z [00:02:47.456]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:20.4996151Z [00:02:47.456]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.4996483Z [00:02:47.456]➜  EOF
2025-08-20T21:11:20.4998956Z [00:02:47.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b375=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:11:20.5005550Z [00:02:47.457]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/8d/8db99c8495d6599a4eab61db928833ecb84998f875d862bdd22d2e941e05bd40-d # internal
2025-08-20T21:11:20.5006115Z [00:02:47.458]➜  net/http/httptrace
2025-08-20T21:11:20.5006383Z [00:02:47.458]➜  mkdir -p $WORK/b181/
2025-08-20T21:11:20.5006754Z [00:02:47.458]➜  cat >/tmp/go-build2720400589/b181/importcfg << 'EOF' # internal
2025-08-20T21:11:20.5007435Z [00:02:47.458]➜  # import config
2025-08-20T21:11:20.5007871Z [00:02:47.458]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.5008317Z [00:02:47.458]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:20.5010369Z [00:02:47.458]➜  packagefile internal/nettrace=/tmp/go-build2720400589/b160/_pkg_.a
2025-08-20T21:11:20.5010897Z [00:02:47.458]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:20.5011339Z [00:02:47.458]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:20.5011788Z [00:02:47.458]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.5012210Z [00:02:47.458]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.5012515Z [00:02:47.458]➜  EOF
2025-08-20T21:11:20.5018590Z [00:02:47.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b181=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid q3lPL21YYXYYTbYY8X7p/q3lPL21YYXYYTbYY8X7p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:11:20.5336168Z [00:02:47.491]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:11:20.5351237Z [00:02:47.493]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/d8/d812506b6fac4e0a27388b9c6f1d1c52a600c39b08dce937d33158ceaca56bd7-d # internal
2025-08-20T21:11:20.5359455Z [00:02:47.494]➜  net/http/internal/httpcommon
2025-08-20T21:11:20.5360285Z [00:02:47.494]➜  mkdir -p $WORK/b184/
2025-08-20T21:11:20.5372525Z [00:02:47.495]➜  cat >/tmp/go-build2720400589/b184/importcfg << 'EOF' # internal
2025-08-20T21:11:20.5373495Z [00:02:47.495]➜  # import config
2025-08-20T21:11:20.5375611Z [00:02:47.495]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:11:20.5376267Z [00:02:47.495]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:11:20.5376768Z [00:02:47.495]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.5377199Z [00:02:47.495]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.5377615Z [00:02:47.495]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.5378164Z [00:02:47.495]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b167/_pkg_.a
2025-08-20T21:11:20.5378811Z [00:02:47.495]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b177/_pkg_.a
2025-08-20T21:11:20.5379366Z [00:02:47.495]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:20.5379853Z [00:02:47.495]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:20.5380302Z [00:02:47.495]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:20.5380732Z [00:02:47.495]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:20.5381155Z [00:02:47.495]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.5381582Z [00:02:47.495]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.5381998Z [00:02:47.495]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.5382305Z [00:02:47.495]➜  EOF
2025-08-20T21:11:20.5384037Z [00:02:47.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b184=>" -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/b184/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:11:20.5827931Z [00:02:47.540]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:11:20.5860495Z [00:02:47.543]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/d2/d2ae6ad165d68f20f83ffaca5e7ca19f4596f839eab0d7963472e6dde4be70f0-d # internal
2025-08-20T21:11:20.5862478Z [00:02:47.543]➜  golang.org/x/net/http/httpguts
2025-08-20T21:11:20.5862820Z [00:02:47.543]➜  mkdir -p $WORK/b353/
2025-08-20T21:11:20.5863204Z [00:02:47.544]➜  cat >/tmp/go-build2720400589/b353/importcfg << 'EOF' # internal
2025-08-20T21:11:20.5863551Z [00:02:47.544]➜  # import config
2025-08-20T21:11:20.5863974Z [00:02:47.544]➜  packagefile golang.org/x/net/idna=/tmp/go-build2720400589/b354/_pkg_.a
2025-08-20T21:11:20.5864657Z [00:02:47.544]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:20.5865108Z [00:02:47.544]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:20.5865554Z [00:02:47.544]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.5866006Z [00:02:47.544]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.5866335Z [00:02:47.544]➜  EOF
2025-08-20T21:11:20.5881280Z [00:02:47.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts=>golang.org/x/net@v0.39.0/http/httpguts;$WORK/b353=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid 24vyp5jVDvbkGPOykeBM/24vyp5jVDvbkGPOykeBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts/httplex.go
2025-08-20T21:11:20.5896107Z [00:02:47.547]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:11:20.5898220Z [00:02:47.547]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T21:11:20.5910051Z [00:02:47.549]➜  net/http
2025-08-20T21:11:20.5917497Z [00:02:47.550]➜  mkdir -p $WORK/b072/
2025-08-20T21:11:20.5931035Z [00:02:47.551]➜  cat >/tmp/go-build2720400589/b072/importcfg << 'EOF' # internal
2025-08-20T21:11:20.5932407Z [00:02:47.551]➜  # import config
2025-08-20T21:11:20.5933432Z [00:02:47.551]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:11:20.5934573Z [00:02:47.551]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:11:20.5935576Z [00:02:47.551]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:11:20.5936821Z [00:02:47.551]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:11:20.5937802Z [00:02:47.551]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:20.5938417Z [00:02:47.551]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.5939157Z [00:02:47.551]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:20.5939976Z [00:02:47.551]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:20.5940629Z [00:02:47.551]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.5941332Z [00:02:47.551]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:20.5942182Z [00:02:47.551]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:20.5944034Z [00:02:47.551]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:20.5945073Z [00:02:47.551]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:20.5945837Z [00:02:47.551]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.5946478Z [00:02:47.551]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.5947483Z [00:02:47.551]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b167/_pkg_.a
2025-08-20T21:11:20.5949737Z [00:02:47.551]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2720400589/b176/_pkg_.a
2025-08-20T21:11:20.5951288Z [00:02:47.551]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b177/_pkg_.a
2025-08-20T21:11:20.5952335Z [00:02:47.551]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2720400589/b168/_pkg_.a
2025-08-20T21:11:20.5953228Z [00:02:47.551]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:20.5953875Z [00:02:47.551]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.5954742Z [00:02:47.551]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:20.5955573Z [00:02:47.551]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:20.5957614Z [00:02:47.551]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:20.5958051Z [00:02:47.551]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.5958480Z [00:02:47.551]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:20.5958923Z [00:02:47.551]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:20.5959360Z [00:02:47.551]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:20.5959808Z [00:02:47.551]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:11:20.5960250Z [00:02:47.551]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:20.5960709Z [00:02:47.551]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:20.5961668Z [00:02:47.551]➜  packagefile net/http/internal=/tmp/go-build2720400589/b182/_pkg_.a
2025-08-20T21:11:20.5962194Z [00:02:47.551]➜  packagefile net/http/internal/ascii=/tmp/go-build2720400589/b183/_pkg_.a
2025-08-20T21:11:20.5962764Z [00:02:47.551]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2720400589/b184/_pkg_.a
2025-08-20T21:11:20.5982537Z [00:02:47.551]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:20.5983016Z [00:02:47.551]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:20.5983454Z [00:02:47.551]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:20.5983864Z [00:02:47.551]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:20.5984436Z [00:02:47.551]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:20.5984951Z [00:02:47.551]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.5985394Z [00:02:47.551]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.5985817Z [00:02:47.551]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:20.5986230Z [00:02:47.551]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:20.5986648Z [00:02:47.551]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.5987073Z [00:02:47.551]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.5987488Z [00:02:47.551]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.5987927Z [00:02:47.551]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:20.5988361Z [00:02:47.551]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.5988782Z [00:02:47.551]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:20.5989230Z [00:02:47.551]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.5989573Z [00:02:47.551]➜  EOF
2025-08-20T21:11:20.5995170Z [00:02:47.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b072=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid rbhHZRmX36nwHU0I3UnV/rbhHZRmX36nwHU0I3UnV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:11:20.6107624Z [00:02:47.568]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:11:20.6112040Z [00:02:47.569]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/df/dfc09fe00d72106f62685bafc2d7ecf1ff48bf2dbbd2b879231c3d3616c4e63f-d # internal
2025-08-20T21:11:20.6119384Z [00:02:47.570]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:11:20.6120271Z [00:02:47.570]➜  mkdir -p $WORK/b358/
2025-08-20T21:11:20.6121889Z [00:02:47.570]➜  cat >/tmp/go-build2720400589/b358/importcfg << 'EOF' # internal
2025-08-20T21:11:20.6124950Z [00:02:47.570]➜  # import config
2025-08-20T21:11:20.6125311Z [00:02:47.570]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.6126079Z [00:02:47.570]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.6126537Z [00:02:47.570]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.6127044Z [00:02:47.570]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b353/_pkg_.a
2025-08-20T21:11:20.6127627Z [00:02:47.570]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b357/_pkg_.a
2025-08-20T21:11:20.6128174Z [00:02:47.570]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:20.6128678Z [00:02:47.570]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:20.6129129Z [00:02:47.570]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:20.6129553Z [00:02:47.570]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:20.6129971Z [00:02:47.570]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.6130414Z [00:02:47.570]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.6130827Z [00:02:47.570]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.6131136Z [00:02:47.570]➜  EOF
2025-08-20T21:11:20.6133617Z [00:02:47.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon=>golang.org/x/net@v0.39.0/internal/httpcommon;$WORK/b358=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid sbsZDgbgwTNJGFkbURj1/sbsZDgbgwTNJGFkbURj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/request.go
2025-08-20T21:11:20.6686178Z [00:02:47.626]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:11:20.6694464Z [00:02:47.627]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/1f/1ffb0b583c3725d26e11681d36833599960aeca26f1c0385337c7dfe1582148c-d # internal
2025-08-20T21:11:20.6719784Z [00:02:47.629]➜  github.com/gocql/gocql/internal/streams
2025-08-20T21:11:20.6722910Z [00:02:47.630]➜  mkdir -p $WORK/b381/
2025-08-20T21:11:20.6723989Z [00:02:47.630]➜  cat >/tmp/go-build2720400589/b381/importcfg << 'EOF' # internal
2025-08-20T21:11:20.6725998Z [00:02:47.630]➜  # import config
2025-08-20T21:11:20.6726361Z [00:02:47.630]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.6727167Z [00:02:47.630]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.6727692Z [00:02:47.630]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:20.6728025Z [00:02:47.630]➜  EOF
2025-08-20T21:11:20.6730001Z [00:02:47.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/streams=>github.com/gocql/gocql@v1.7.0/internal/streams;$WORK/b381=>" -p github.com/gocql/gocql/internal/streams -lang=go1.13 -complete -installsuffix shared -buildid pVhMztJvAqIZthgQmK4C/pVhMztJvAqIZthgQmK4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/internal/streams/streams.go
2025-08-20T21:11:20.7047181Z [00:02:47.662]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:11:20.7052521Z [00:02:47.663]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/8f/8f2cda3ffa972b5c51b01a24cb9af02d422878778490015a8395777c7485f279-d # internal
2025-08-20T21:11:20.7055335Z [00:02:47.663]➜  github.com/golang/snappy
2025-08-20T21:11:20.7055644Z [00:02:47.663]➜  mkdir -p $WORK/b382/
2025-08-20T21:11:20.7057453Z [00:02:47.664]➜  echo -n > $WORK/b382/go_asm.h # internal
2025-08-20T21:11:20.7058902Z [00:02:47.664]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T21:11:20.7062035Z [00:02:47.664]➜  /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/b382=>" -I $WORK/b382/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b382/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T21:11:20.7143367Z [00:02:47.671]➜  cat >/tmp/go-build2720400589/b382/importcfg << 'EOF' # internal
2025-08-20T21:11:20.7143769Z [00:02:47.671]➜  # import config
2025-08-20T21:11:20.7157045Z [00:02:47.671]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:20.7161419Z [00:02:47.671]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.7162055Z [00:02:47.671]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:11:20.7163402Z [00:02:47.671]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.7163729Z [00:02:47.671]➜  EOF
2025-08-20T21:11:20.7163982Z [00:02:47.671]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:20.7167015Z [00:02:47.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b382=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid BcBINpMWhUQoiplmyGIJ/BcBINpMWhUQoiplmyGIJ -goversion go1.25.0 -symabis $WORK/b382/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack -asmhdr $WORK/b382/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-20T21:11:20.7559376Z [00:02:47.714]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T21:11:20.7564586Z [00:02:47.714]➜  /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/b382=>" -I $WORK/b382/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b382/decode_arm64.o ./decode_arm64.s
2025-08-20T21:11:20.7622733Z [00:02:47.720]➜  /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/b382=>" -I $WORK/b382/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b382/encode_arm64.o ./encode_arm64.s
2025-08-20T21:11:20.7682337Z [00:02:47.726]➜  go tool pack r $WORK/b382/_pkg_.a $WORK/b382/decode_arm64.o $WORK/b382/encode_arm64.o # internal
2025-08-20T21:11:20.7707224Z [00:02:47.729]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:11:20.7708758Z [00:02:47.729]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/29/29f0546ce21c09b99958b7c72792967414edbecf56515aa18972cc0bcd7c1983-d # internal
2025-08-20T21:11:20.7711106Z [00:02:47.729]➜  github.com/hailocab/go-hostpool
2025-08-20T21:11:20.7711455Z [00:02:47.729]➜  mkdir -p $WORK/b383/
2025-08-20T21:11:20.7711836Z [00:02:47.729]➜  cat >/tmp/go-build2720400589/b383/importcfg << 'EOF' # internal
2025-08-20T21:11:20.7712187Z [00:02:47.729]➜  # import config
2025-08-20T21:11:20.7712519Z [00:02:47.729]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:20.7712931Z [00:02:47.729]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.7713361Z [00:02:47.729]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:20.7713798Z [00:02:47.729]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.7714207Z [00:02:47.729]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.7714756Z [00:02:47.729]➜  EOF
2025-08-20T21:11:20.7715032Z [00:02:47.729]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:20.7718415Z [00:02:47.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed=>github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed;$WORK/b383=>" -p github.com/hailocab/go-hostpool -lang=go1.16 -complete -installsuffix shared -buildid 2lJr6YXdY3zLrYyekT_M/2lJr6YXdY3zLrYyekT_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed/epsilon_greedy.go /root/go/pkg/mod/github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed/epsilon_value_calculators.go /root/go/pkg/mod/github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed/host_entry.go /root/go/pkg/mod/github.com/hailocab/go-hostpool@v0.0.0-20160125115350-e80d13ce29ed/hostpool.go
2025-08-20T21:11:20.8331666Z [00:02:47.791]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:11:20.8346590Z [00:02:47.792]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/32/329859c0c9e9a2d9ac874a80f8957e6d0590d6bae5c1e2d8efb62d5102dcf9c6-d # internal
2025-08-20T21:11:20.8351234Z [00:02:47.792]➜  gopkg.in/inf.v0
2025-08-20T21:11:20.8351536Z [00:02:47.792]➜  mkdir -p $WORK/b384/
2025-08-20T21:11:20.8351925Z [00:02:47.792]➜  cat >/tmp/go-build2720400589/b384/importcfg << 'EOF' # internal
2025-08-20T21:11:20.8352274Z [00:02:47.793]➜  # import config
2025-08-20T21:11:20.8352607Z [00:02:47.793]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.8353012Z [00:02:47.793]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.8353432Z [00:02:47.793]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:20.8353887Z [00:02:47.793]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.8354206Z [00:02:47.793]➜  EOF
2025-08-20T21:11:20.8357810Z [00:02:47.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1=>gopkg.in/inf.v0@v0.9.1;$WORK/b384=>" -p gopkg.in/inf.v0 -lang=go1.16 -complete -installsuffix shared -buildid Lq0Mni6689Mjnau3rQfF/Lq0Mni6689Mjnau3rQfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/dec.go /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/rounder.go
2025-08-20T21:11:20.8638037Z [00:02:47.821]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:11:20.8752370Z [00:02:47.833]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T21:11:20.8759472Z [00:02:47.834]➜  github.com/jrnd-io/jr/pkg/tpl
2025-08-20T21:11:20.8760535Z [00:02:47.834]➜  mkdir -p $WORK/b386/
2025-08-20T21:11:20.8762017Z [00:02:47.834]➜  cat >/tmp/go-build2720400589/b386/importcfg << 'EOF' # internal
2025-08-20T21:11:20.8762408Z [00:02:47.834]➜  # import config
2025-08-20T21:11:20.8762746Z [00:02:47.834]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.8763248Z [00:02:47.834]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:20.8763785Z [00:02:47.834]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:11:20.8764123Z [00:02:47.834]➜  EOF
2025-08-20T21:11:20.8765795Z [00:02:47.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/tpl=>github.com/jrnd-io/jr/pkg/tpl;$WORK/b386=>" -p github.com/jrnd-io/jr/pkg/tpl -lang=go1.24 -complete -installsuffix shared -buildid TGDPnbpgQmJwejxyLZ13/TGDPnbpgQmJwejxyLZ13 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./pkg/tpl/tpl.go
2025-08-20T21:11:20.8927477Z [00:02:47.849]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:11:20.8930336Z [00:02:47.850]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/04/0452fb508cc65960614f5a1b9ceb6d2ef68da1d1289bdb804672cd5bbbfeb1b9-d # internal
2025-08-20T21:11:20.8935080Z [00:02:47.851]➜  github.com/gocql/gocql
2025-08-20T21:11:20.8936316Z [00:02:47.852]➜  mkdir -p $WORK/b378/
2025-08-20T21:11:20.8942599Z [00:02:47.852]➜  cat >/tmp/go-build2720400589/b378/importcfg << 'EOF' # internal
2025-08-20T21:11:20.8943651Z [00:02:47.852]➜  # import config
2025-08-20T21:11:20.8944065Z [00:02:47.852]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:20.8945502Z [00:02:47.852]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.8945945Z [00:02:47.852]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.8946393Z [00:02:47.852]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:20.8946882Z [00:02:47.852]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:20.8947339Z [00:02:47.852]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:20.8947793Z [00:02:47.852]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:20.8948265Z [00:02:47.852]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:20.8948758Z [00:02:47.852]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:20.8949228Z [00:02:47.852]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:20.8949674Z [00:02:47.852]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.8950089Z [00:02:47.852]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.8950616Z [00:02:47.852]➜  packagefile github.com/gocql/gocql/internal/lru=/tmp/go-build2720400589/b379/_pkg_.a
2025-08-20T21:11:20.8951269Z [00:02:47.852]➜  packagefile github.com/gocql/gocql/internal/murmur=/tmp/go-build2720400589/b380/_pkg_.a
2025-08-20T21:11:20.8951924Z [00:02:47.852]➜  packagefile github.com/gocql/gocql/internal/streams=/tmp/go-build2720400589/b381/_pkg_.a
2025-08-20T21:11:20.8952522Z [00:02:47.852]➜  packagefile github.com/golang/snappy=/tmp/go-build2720400589/b382/_pkg_.a
2025-08-20T21:11:20.8953094Z [00:02:47.852]➜  packagefile github.com/hailocab/go-hostpool=/tmp/go-build2720400589/b383/_pkg_.a
2025-08-20T21:11:20.8953641Z [00:02:47.852]➜  packagefile gopkg.in/inf.v0=/tmp/go-build2720400589/b384/_pkg_.a
2025-08-20T21:11:20.8954079Z [00:02:47.852]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.8954695Z [00:02:47.852]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:20.8955120Z [00:02:47.852]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:20.8955529Z [00:02:47.852]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.8956321Z [00:02:47.852]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:20.8956843Z [00:02:47.852]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:20.8957289Z [00:02:47.852]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:20.8957712Z [00:02:47.852]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:20.8958114Z [00:02:47.852]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:20.8958535Z [00:02:47.852]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.8958960Z [00:02:47.852]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:20.8959397Z [00:02:47.852]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.8959849Z [00:02:47.852]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:11:20.8960286Z [00:02:47.852]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:20.8960715Z [00:02:47.852]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.8961143Z [00:02:47.852]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.8961560Z [00:02:47.852]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.8962027Z [00:02:47.852]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:20.8962458Z [00:02:47.852]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.8963131Z [00:02:47.852]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:20.8963450Z [00:02:47.852]➜  EOF
2025-08-20T21:11:20.8987076Z [00:02:47.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gocql/gocql@v1.7.0=>github.com/gocql/gocql@v1.7.0;$WORK/b378=>" -p github.com/gocql/gocql -lang=go1.13 -complete -installsuffix shared -buildid NM1cZbRi6qEwvp7Z9EpC/NM1cZbRi6qEwvp7Z9EpC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/address_translators.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/cluster.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/compressor.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/conn.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/connectionpool.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/control.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/cqltypes.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/debug_off.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/dial.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/doc.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/errors.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/events.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/filters.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/frame.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/helpers.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/host_source.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/logger.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/marshal.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/metadata.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/policies.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/prepared_cache.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/query_executor.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/ring.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/session.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/token.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/topology.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/uuid.go /root/go/pkg/mod/github.com/gocql/gocql@v1.7.0/version.go
2025-08-20T21:11:20.9044010Z [00:02:47.862]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:11:20.9051248Z [00:02:47.863]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/2b/2bcbbb865cca4182f991b244800606f0fbfc9f6d8a581000aec262966134d640-d # internal
2025-08-20T21:11:20.9053363Z [00:02:47.863]➜  github.com/jrnd-io/jr/pkg/producers/console
2025-08-20T21:11:20.9065671Z [00:02:47.863]➜  mkdir -p $WORK/b385/
2025-08-20T21:11:20.9066128Z [00:02:47.863]➜  cat >/tmp/go-build2720400589/b385/importcfg << 'EOF' # internal
2025-08-20T21:11:20.9066482Z [00:02:47.863]➜  # import config
2025-08-20T21:11:20.9066832Z [00:02:47.863]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.9067259Z [00:02:47.863]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.9068073Z [00:02:47.863]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build2720400589/b386/_pkg_.a
2025-08-20T21:11:20.9068458Z [00:02:47.863]➜  EOF
2025-08-20T21:11:20.9070269Z [00:02:47.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/console=>github.com/jrnd-io/jr/pkg/producers/console;$WORK/b385=>" -p github.com/jrnd-io/jr/pkg/producers/console -lang=go1.24 -complete -installsuffix shared -buildid hHwH3iFd7z2KhMZcRf1w/hHwH3iFd7z2KhMZcRf1w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./pkg/producers/console/ConsoleProducer.go
2025-08-20T21:11:20.9359868Z [00:02:47.894]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:11:20.9365890Z [00:02:47.894]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/6b/6be719e8012e85aa5789794c39758981a6ef5cac1c0a0bce0a15278c00b0a5a5-d # internal
2025-08-20T21:11:20.9366503Z [00:02:47.894]➜  log/slog/internal/buffer
2025-08-20T21:11:20.9366790Z [00:02:47.894]➜  mkdir -p $WORK/b394/
2025-08-20T21:11:20.9368140Z [00:02:47.895]➜  cat >/tmp/go-build2720400589/b394/importcfg << 'EOF' # internal
2025-08-20T21:11:20.9368668Z [00:02:47.895]➜  # import config
2025-08-20T21:11:20.9369829Z [00:02:47.895]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.9370394Z [00:02:47.895]➜  EOF
2025-08-20T21:11:20.9372302Z [00:02:47.895]➜  /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-20T21:11:20.9523784Z [00:02:47.910]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:11:20.9532347Z [00:02:47.911]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T21:11:20.9540154Z [00:02:47.912]➜  log/slog
2025-08-20T21:11:20.9540911Z [00:02:47.912]➜  mkdir -p $WORK/b392/
2025-08-20T21:11:20.9548029Z [00:02:47.913]➜  cat >/tmp/go-build2720400589/b392/importcfg << 'EOF' # internal
2025-08-20T21:11:20.9549806Z [00:02:47.913]➜  # import config
2025-08-20T21:11:20.9550303Z [00:02:47.913]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:20.9550748Z [00:02:47.913]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:20.9551517Z [00:02:47.913]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:20.9552049Z [00:02:47.913]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:20.9552497Z [00:02:47.913]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:20.9552908Z [00:02:47.913]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:20.9553308Z [00:02:47.913]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:20.9553758Z [00:02:47.913]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:20.9554193Z [00:02:47.913]➜  packagefile log/internal=/tmp/go-build2720400589/b173/_pkg_.a
2025-08-20T21:11:20.9554863Z [00:02:47.913]➜  packagefile log/slog/internal=/tmp/go-build2720400589/b393/_pkg_.a
2025-08-20T21:11:20.9555395Z [00:02:47.913]➜  packagefile log/slog/internal/buffer=/tmp/go-build2720400589/b394/_pkg_.a
2025-08-20T21:11:20.9555871Z [00:02:47.913]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:20.9556297Z [00:02:47.913]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:20.9557017Z [00:02:47.913]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:20.9557595Z [00:02:47.913]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:20.9558136Z [00:02:47.913]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:20.9558982Z [00:02:47.913]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:20.9559535Z [00:02:47.913]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:20.9560096Z [00:02:47.913]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:20.9560650Z [00:02:47.913]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:20.9561206Z [00:02:47.913]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:20.9561767Z [00:02:47.913]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:20.9562245Z [00:02:47.913]➜  EOF
2025-08-20T21:11:20.9565654Z [00:02:47.914]➜  /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-20T21:11:21.1604126Z [00:02:48.118]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:11:21.1606723Z [00:02:48.118]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T21:11:21.1612261Z [00:02:48.119]➜  github.com/go-logr/logr
2025-08-20T21:11:21.1613307Z [00:02:48.119]➜  mkdir -p $WORK/b391/
2025-08-20T21:11:21.1623221Z [00:02:48.120]➜  cat >/tmp/go-build2720400589/b391/importcfg << 'EOF' # internal
2025-08-20T21:11:21.1623924Z [00:02:48.120]➜  # import config
2025-08-20T21:11:21.1624500Z [00:02:48.120]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:21.1625755Z [00:02:48.120]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:21.1626246Z [00:02:48.120]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:21.1626680Z [00:02:48.120]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:21.1627098Z [00:02:48.120]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:21.1627406Z [00:02:48.120]➜  EOF
2025-08-20T21:11:21.1630629Z [00:02:48.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b391=>" -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/b391/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-20T21:11:21.2056502Z [00:02:48.163]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:11:21.2105471Z [00:02:48.167]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d # internal
2025-08-20T21:11:21.2106437Z [00:02:48.168]➜  github.com/go-logr/logr/funcr
2025-08-20T21:11:21.2117558Z [00:02:48.170]➜  mkdir -p $WORK/b397/
2025-08-20T21:11:21.2141120Z [00:02:48.172]➜  cat >/tmp/go-build2720400589/b397/importcfg << 'EOF' # internal
2025-08-20T21:11:21.2142324Z [00:02:48.172]➜  # import config
2025-08-20T21:11:21.2142723Z [00:02:48.172]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:21.2143161Z [00:02:48.172]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:21.2143955Z [00:02:48.172]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:21.2144618Z [00:02:48.172]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:21.2146640Z [00:02:48.173]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:21.2147203Z [00:02:48.173]➜  packagefile github.com/go-logr/logr=/tmp/go-build2720400589/b391/_pkg_.a
2025-08-20T21:11:21.2147690Z [00:02:48.173]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:21.2148143Z [00:02:48.173]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:21.2148616Z [00:02:48.173]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:21.2149045Z [00:02:48.173]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:21.2149473Z [00:02:48.173]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:21.2149898Z [00:02:48.173]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:21.2150328Z [00:02:48.173]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:21.2150629Z [00:02:48.173]➜  EOF
2025-08-20T21:11:21.2152659Z [00:02:48.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_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/b397=>" -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/b397/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-20T21:11:21.3156559Z [00:02:48.272]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:11:21.3167312Z [00:02:48.275]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d # internal
2025-08-20T21:11:21.3168256Z [00:02:48.275]➜  github.com/go-logr/stdr
2025-08-20T21:11:21.3168693Z [00:02:48.275]➜  mkdir -p $WORK/b396/
2025-08-20T21:11:21.3178740Z [00:02:48.276]➜  cat >/tmp/go-build2720400589/b396/importcfg << 'EOF' # internal
2025-08-20T21:11:21.3179401Z [00:02:48.276]➜  # import config
2025-08-20T21:11:21.3179945Z [00:02:48.276]➜  packagefile github.com/go-logr/logr=/tmp/go-build2720400589/b391/_pkg_.a
2025-08-20T21:11:21.3181495Z [00:02:48.276]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build2720400589/b397/_pkg_.a
2025-08-20T21:11:21.3182006Z [00:02:48.276]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:21.3182888Z [00:02:48.276]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:21.3184736Z [00:02:48.276]➜  EOF
2025-08-20T21:11:21.3186412Z [00:02:48.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b396=>" -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/b396/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:11:21.3552019Z [00:02:48.313]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:11:21.3566178Z [00:02:48.314]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d # internal
2025-08-20T21:11:21.3595471Z [00:02:48.317]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T21:11:21.3595977Z [00:02:48.317]➜  mkdir -p $WORK/b399/
2025-08-20T21:11:21.3603729Z [00:02:48.318]➜  cat >/tmp/go-build2720400589/b399/importcfg << 'EOF' # internal
2025-08-20T21:11:21.3604582Z [00:02:48.318]➜  # import config
2025-08-20T21:11:21.3605732Z [00:02:48.318]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:21.3606161Z [00:02:48.318]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:21.3607008Z [00:02:48.318]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:21.3607488Z [00:02:48.318]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:21.3607954Z [00:02:48.318]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:21.3610551Z [00:02:48.318]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:21.3610967Z [00:02:48.318]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:21.3611371Z [00:02:48.318]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:21.3611790Z [00:02:48.318]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:21.3612208Z [00:02:48.318]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:21.3612633Z [00:02:48.318]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:21.3613051Z [00:02:48.318]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:21.3613371Z [00:02:48.318]➜  EOF
2025-08-20T21:11:21.3618301Z [00:02:48.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_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/b399=>" -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/b399/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/value.go
2025-08-20T21:11:21.5134156Z [00:02:48.471]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:11:21.5176460Z [00:02:48.475]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/bf/bf857de7bbf24a2b8e72dfc121aeb85b676a49fa9c35a7d3f7e4ff41f2a0ee75-d # internal
2025-08-20T21:11:21.5177872Z [00:02:48.476]➜  go.opentelemetry.io/otel/internal/attribute
2025-08-20T21:11:21.5179260Z [00:02:48.476]➜  mkdir -p $WORK/b402/
2025-08-20T21:11:21.5180003Z [00:02:48.476]➜  cat >/tmp/go-build2720400589/b402/importcfg << 'EOF' # internal
2025-08-20T21:11:21.5180533Z [00:02:48.476]➜  # import config
2025-08-20T21:11:21.5181045Z [00:02:48.476]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:21.5182014Z [00:02:48.476]➜  EOF
2025-08-20T21:11:21.5184393Z [00:02:48.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_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/b402=>" -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/b402/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/attribute/attribute.go
2025-08-20T21:11:21.5876327Z [00:02:48.545]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:11:21.5880240Z [00:02:48.546]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/ba/ba51024983e9e796d0bf4e4dcc751b3690591f492608cd03a4a327c9583e8423-d # internal
2025-08-20T21:11:21.5880863Z [00:02:48.546]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:11:21.5881173Z [00:02:48.546]➜  mkdir -p $WORK/b400/
2025-08-20T21:11:21.5881944Z [00:02:48.546]➜  cat >/tmp/go-build2720400589/b400/importcfg << 'EOF' # internal
2025-08-20T21:11:21.5882293Z [00:02:48.546]➜  # import config
2025-08-20T21:11:21.5882631Z [00:02:48.546]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:21.5883045Z [00:02:48.546]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:21.5883484Z [00:02:48.546]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:21.5883925Z [00:02:48.546]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:21.5884578Z [00:02:48.546]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build2720400589/b401/_pkg_.a
2025-08-20T21:11:21.5885301Z [00:02:48.546]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build2720400589/b402/_pkg_.a
2025-08-20T21:11:21.5885846Z [00:02:48.546]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:21.5886268Z [00:02:48.546]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:21.5886694Z [00:02:48.546]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:21.5887112Z [00:02:48.546]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:21.5887526Z [00:02:48.546]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:21.5887958Z [00:02:48.546]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:21.5888289Z [00:02:48.546]➜  EOF
2025-08-20T21:11:21.5892137Z [00:02:48.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute=>go.opentelemetry.io/otel@v1.35.0/attribute;$WORK/b400=>" -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/b400/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-20T21:11:21.7825503Z [00:02:48.740]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:11:21.7870794Z [00:02:48.745]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/00/002835345507b69a1d67e6094d7aa7e684b090dc2945b6c47e909c145f06072c-d # internal
2025-08-20T21:11:21.7879751Z [00:02:48.746]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:11:21.7882561Z [00:02:48.746]➜  mkdir -p $WORK/b403/
2025-08-20T21:11:21.7884861Z [00:02:48.746]➜  cat >/tmp/go-build2720400589/b403/importcfg << 'EOF' # internal
2025-08-20T21:11:21.7885393Z [00:02:48.746]➜  # import config
2025-08-20T21:11:21.7885934Z [00:02:48.746]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:21.7886540Z [00:02:48.746]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:21.7887113Z [00:02:48.746]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:21.7887677Z [00:02:48.746]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:21.7888084Z [00:02:48.746]➜  EOF
2025-08-20T21:11:21.7892848Z [00:02:48.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/codes=>go.opentelemetry.io/otel@v1.35.0/codes;$WORK/b403=>" -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/b403/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-20T21:11:21.8169442Z [00:02:48.775]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:11:21.8176662Z [00:02:48.775]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/6e/6ea0799f76cee6f5166a7a88a1ec387a5b6fee0a2543be177047c171077e4205-d # internal
2025-08-20T21:11:21.8193704Z [00:02:48.777]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T21:11:21.8194124Z [00:02:48.777]➜  mkdir -p $WORK/b404/
2025-08-20T21:11:21.8203413Z [00:02:48.778]➜  cat >/tmp/go-build2720400589/b404/importcfg << 'EOF' # internal
2025-08-20T21:11:21.8203788Z [00:02:48.778]➜  # import config
2025-08-20T21:11:21.8204232Z [00:02:48.778]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:21.8204761Z [00:02:48.778]➜  EOF
2025-08-20T21:11:21.8211284Z [00:02:48.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_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/b404=>" -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/b404/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-20T21:11:22.1372159Z [00:02:49.095]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:11:22.1438238Z [00:02:49.102]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/85/85119c4d37dfb93e47dbf5d9c47b6ee98e97351a389637f405c39726f1232491-d # internal
2025-08-20T21:11:22.1460870Z [00:02:49.104]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T21:11:22.1465997Z [00:02:49.104]➜  mkdir -p $WORK/b407/
2025-08-20T21:11:22.1474208Z [00:02:49.105]➜  cat >/tmp/go-build2720400589/b407/importcfg << 'EOF' # internal
2025-08-20T21:11:22.1476901Z [00:02:49.105]➜  # import config
2025-08-20T21:11:22.1477328Z [00:02:49.105]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.1477752Z [00:02:49.106]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:22.1478207Z [00:02:49.106]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:22.1479051Z [00:02:49.106]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:22.1479588Z [00:02:49.106]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.1480035Z [00:02:49.106]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.1480446Z [00:02:49.106]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.1480862Z [00:02:49.106]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.1481266Z [00:02:49.106]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:22.1481675Z [00:02:49.106]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:22.1482097Z [00:02:49.106]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.1482515Z [00:02:49.106]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.1482820Z [00:02:49.106]➜  EOF
2025-08-20T21:11:22.1498484Z [00:02:49.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_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/b407=>" -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/b407/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-20T21:11:22.2694171Z [00:02:49.227]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:11:22.2805640Z [00:02:49.238]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:11:22.2822401Z [00:02:49.240]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/ae/aeb2b8919d617190c68ce469fb12ccaa4d8dcbc091a20cc32344534763f2e310-d # internal
2025-08-20T21:11:22.2838656Z [00:02:49.242]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/d4/d46dd57657ac3ad22cc132ffcf39827f78810612dd62b69571389365d1c68fae-d # internal
2025-08-20T21:11:22.2844683Z [00:02:49.242]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:11:22.2847986Z [00:02:49.242]➜  mkdir -p $WORK/b405/
2025-08-20T21:11:22.2848348Z [00:02:49.243]➜  github.com/jrnd-io/jr/pkg/producers/cassandra
2025-08-20T21:11:22.2849954Z [00:02:49.243]➜  mkdir -p $WORK/b377/
2025-08-20T21:11:22.2856525Z [00:02:49.243]➜  cat >/tmp/go-build2720400589/b377/importcfg << 'EOF' # internal
2025-08-20T21:11:22.2856986Z [00:02:49.243]➜  # import config
2025-08-20T21:11:22.2858754Z [00:02:49.243]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.2860541Z [00:02:49.243]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.2861114Z [00:02:49.243]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.2861591Z [00:02:49.243]➜  packagefile github.com/gocql/gocql=/tmp/go-build2720400589/b378/_pkg_.a
2025-08-20T21:11:22.2862130Z [00:02:49.243]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:22.2862599Z [00:02:49.244]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.2863004Z [00:02:49.244]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.2863641Z [00:02:49.244]➜  EOF
2025-08-20T21:11:22.2865824Z [00:02:49.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra=>github.com/jrnd-io/jr/pkg/producers/cassandra;$WORK/b377=>" -p github.com/jrnd-io/jr/pkg/producers/cassandra -lang=go1.24 -complete -installsuffix shared -buildid qQtkqXbHLuSDnT7xavRi/qQtkqXbHLuSDnT7xavRi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack ./pkg/producers/cassandra/config.go ./pkg/producers/cassandra/producer.go
2025-08-20T21:11:22.2867747Z [00:02:49.244]➜  cat >/tmp/go-build2720400589/b405/importcfg << 'EOF' # internal
2025-08-20T21:11:22.2868099Z [00:02:49.244]➜  # import config
2025-08-20T21:11:22.2868429Z [00:02:49.244]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.2868854Z [00:02:49.244]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.2869308Z [00:02:49.244]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:22.2869780Z [00:02:49.244]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.2870219Z [00:02:49.244]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.2870742Z [00:02:49.244]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:22.2871339Z [00:02:49.244]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:22.2872290Z [00:02:49.244]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:11:22.2872936Z [00:02:49.244]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2720400589/b406/_pkg_.a
2025-08-20T21:11:22.2873626Z [00:02:49.244]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build2720400589/b407/_pkg_.a
2025-08-20T21:11:22.2874182Z [00:02:49.244]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:22.2874749Z [00:02:49.244]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.2875169Z [00:02:49.244]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.2875595Z [00:02:49.244]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.2876021Z [00:02:49.244]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.2876459Z [00:02:49.244]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.2876872Z [00:02:49.244]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.2877305Z [00:02:49.244]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.2877736Z [00:02:49.244]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.2878179Z [00:02:49.244]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:22.2878510Z [00:02:49.244]➜  EOF
2025-08-20T21:11:22.2882814Z [00:02:49.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0=>go.opentelemetry.io/otel/trace@v1.35.0;$WORK/b405=>" -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/b405/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-20T21:11:22.3320339Z [00:02:49.290]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:11:22.3332078Z [00:02:49.290]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/45/45a337081a8b443e6a1939fc34838c58a21d50ac70953dea999027cfbab56f92-d # internal
2025-08-20T21:11:22.3332690Z [00:02:49.291]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:11:22.3333048Z [00:02:49.291]➜  mkdir -p $WORK/b409/
2025-08-20T21:11:22.3333421Z [00:02:49.291]➜  cat >/tmp/go-build2720400589/b409/importcfg << 'EOF' # internal
2025-08-20T21:11:22.3333771Z [00:02:49.291]➜  # import config
2025-08-20T21:11:22.3334116Z [00:02:49.291]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.3334884Z [00:02:49.291]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:22.3335539Z [00:02:49.291]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2720400589/b410/_pkg_.a
2025-08-20T21:11:22.3335981Z [00:02:49.291]➜  EOF
2025-08-20T21:11:22.3339532Z [00:02:49.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0=>go.opentelemetry.io/otel/metric@v1.35.0;$WORK/b409=>" -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/b409/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-20T21:11:22.3665512Z [00:02:49.324]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:11:22.3826022Z [00:02:49.340]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/48/48b12ea5ef6aa8c6f21c622b9cf024692d8220af481203ba5c99dd443b648e88-d # internal
2025-08-20T21:11:22.3827108Z [00:02:49.341]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:11:22.3827880Z [00:02:49.341]➜  mkdir -p $WORK/b413/
2025-08-20T21:11:22.3829679Z [00:02:49.341]➜  cat >/tmp/go-build2720400589/b413/importcfg << 'EOF' # internal
2025-08-20T21:11:22.3830083Z [00:02:49.341]➜  # import config
2025-08-20T21:11:22.3830439Z [00:02:49.341]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.3830809Z [00:02:49.341]➜  EOF
2025-08-20T21:11:22.3838005Z [00:02:49.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_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/b413=>" -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/b413/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-20T21:11:22.4259026Z [00:02:49.384]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:11:22.4263115Z [00:02:49.384]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/a0/a0e25ac30089a5f659cf5d116b71c9da1922664f77f7ffd7d3972e6403d828c9-d # internal
2025-08-20T21:11:22.4264404Z [00:02:49.384]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:11:22.4266899Z [00:02:49.384]➜  mkdir -p $WORK/b412/
2025-08-20T21:11:22.4267446Z [00:02:49.385]➜  cat >/tmp/go-build2720400589/b412/importcfg << 'EOF' # internal
2025-08-20T21:11:22.4268036Z [00:02:49.385]➜  # import config
2025-08-20T21:11:22.4269040Z [00:02:49.385]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.4270092Z [00:02:49.385]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.4270604Z [00:02:49.385]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.4271168Z [00:02:49.385]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build2720400589/b413/_pkg_.a
2025-08-20T21:11:22.4271743Z [00:02:49.385]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.4272174Z [00:02:49.385]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.4272625Z [00:02:49.385]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:22.4272961Z [00:02:49.385]➜  EOF
2025-08-20T21:11:22.4275500Z [00:02:49.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage=>go.opentelemetry.io/otel@v1.35.0/baggage;$WORK/b412=>" -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/b412/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-20T21:11:22.4812125Z [00:02:49.439]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:11:22.4938343Z [00:02:49.452]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/93/93c21d727a12153fb6857c3225cb3de14236b4c31d7b9f573640866fc8c72c5d-d # internal
2025-08-20T21:11:22.4939582Z [00:02:49.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions
2025-08-20T21:11:22.4940363Z [00:02:49.452]➜  mkdir -p $WORK/b420/
2025-08-20T21:11:22.4954174Z [00:02:49.453]➜  cat >/tmp/go-build2720400589/b420/importcfg << 'EOF' # internal
2025-08-20T21:11:22.4954711Z [00:02:49.453]➜  # import config
2025-08-20T21:11:22.4955110Z [00:02:49.453]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.4955437Z [00:02:49.453]➜  EOF
2025-08-20T21:11:22.4958233Z [00:02:49.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/acknowledgementoptions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/acknowledgementoptions;$WORK/b420=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions -lang=go1.21 -complete -installsuffix shared -buildid PFUAhioAtoE2hXjXdWbA/PFUAhioAtoE2hXjXdWbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/acknowledgementoptions/acknowledgementoptions.go
2025-08-20T21:11:22.5072227Z [00:02:49.465]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:11:22.5076253Z [00:02:49.465]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:11:22.5079524Z [00:02:49.466]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/cb/cbf391be939b67b4d0ca910c7f56242bce5d4b3a6300bf9125616feb92e59bce-d # internal
2025-08-20T21:11:22.5085310Z [00:02:49.466]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions
2025-08-20T21:11:22.5085753Z [00:02:49.466]➜  mkdir -p $WORK/b421/
2025-08-20T21:11:22.5086153Z [00:02:49.466]➜  cat >/tmp/go-build2720400589/b421/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5086503Z [00:02:49.466]➜  # import config
2025-08-20T21:11:22.5086853Z [00:02:49.466]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5087172Z [00:02:49.466]➜  EOF
2025-08-20T21:11:22.5090223Z [00:02:49.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionstatusoptions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionstatusoptions;$WORK/b421=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions -lang=go1.21 -complete -installsuffix shared -buildid C-pFhVD5W9Pxxa0jzpiV/C-pFhVD5W9Pxxa0jzpiV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionstatusoptions/actionstatusoptions.go
2025-08-20T21:11:22.5111746Z [00:02:49.469]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/4f/4f2b7ae12f6e87c37d6f95baf2972a6835e5f90febd48f9ddc736be2d8114fe4-d # internal
2025-08-20T21:11:22.5126989Z [00:02:49.469]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T21:11:22.5127359Z [00:02:49.469]➜  mkdir -p $WORK/b408/
2025-08-20T21:11:22.5127737Z [00:02:49.469]➜  cat >/tmp/go-build2720400589/b408/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5128087Z [00:02:49.469]➜  # import config
2025-08-20T21:11:22.5128431Z [00:02:49.469]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.5128994Z [00:02:49.469]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:22.5129597Z [00:02:49.469]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:22.5130183Z [00:02:49.469]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:22.5131178Z [00:02:49.469]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2720400589/b406/_pkg_.a
2025-08-20T21:11:22.5131663Z [00:02:49.469]➜  EOF
2025-08-20T21:11:22.5133536Z [00:02:49.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_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/b408=>" -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/b408/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/noop/noop.go
2025-08-20T21:11:22.5169278Z [00:02:49.475]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:11:22.5172254Z [00:02:49.475]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:11:22.5186016Z [00:02:49.476]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/f2/f29e43de4980614efb8e35571eae98da9e7754e34880410d86087d6e27028e70-d # internal
2025-08-20T21:11:22.5186911Z [00:02:49.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype
2025-08-20T21:11:22.5187320Z [00:02:49.476]➜  mkdir -p $WORK/b422/
2025-08-20T21:11:22.5187692Z [00:02:49.476]➜  cat >/tmp/go-build2720400589/b422/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5188043Z [00:02:49.476]➜  # import config
2025-08-20T21:11:22.5188385Z [00:02:49.476]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5188703Z [00:02:49.476]➜  EOF
2025-08-20T21:11:22.5198022Z [00:02:49.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actiontype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actiontype;$WORK/b422=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype -lang=go1.21 -complete -installsuffix shared -buildid vqZfqWaAkKtYclgfTMk5/vqZfqWaAkKtYclgfTMk5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actiontype/actiontype.go
2025-08-20T21:11:22.5212405Z [00:02:49.479]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:11:22.5219991Z [00:02:49.479]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/7d/7dad2d81c17ab6d643fa4ba0584f3695e651c38418b46eb472e9a0be48376ded-d # internal
2025-08-20T21:11:22.5226965Z [00:02:49.479]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision
2025-08-20T21:11:22.5227847Z [00:02:49.479]➜  mkdir -p $WORK/b423/
2025-08-20T21:11:22.5228302Z [00:02:49.480]➜  cat >/tmp/go-build2720400589/b423/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5228652Z [00:02:49.480]➜  # import config
2025-08-20T21:11:22.5228995Z [00:02:49.480]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5229315Z [00:02:49.480]➜  EOF
2025-08-20T21:11:22.5232186Z [00:02:49.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/allocationexplaindecision=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/allocationexplaindecision;$WORK/b423=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision -lang=go1.21 -complete -installsuffix shared -buildid y_hXRzE5p8RyFyZWc6ug/y_hXRzE5p8RyFyZWc6ug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/allocationexplaindecision/allocationexplaindecision.go
2025-08-20T21:11:22.5311300Z [00:02:49.489]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:11:22.5325670Z [00:02:49.489]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/7a/7a647138780d03d47e84374b30f06a19f5f36c673e20f3ac8d21378fc047712f-d # internal
2025-08-20T21:11:22.5326381Z [00:02:49.489]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype
2025-08-20T21:11:22.5327136Z [00:02:49.489]➜  mkdir -p $WORK/b424/
2025-08-20T21:11:22.5327510Z [00:02:49.489]➜  cat >/tmp/go-build2720400589/b424/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5327849Z [00:02:49.489]➜  # import config
2025-08-20T21:11:22.5328191Z [00:02:49.489]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5328507Z [00:02:49.489]➜  EOF
2025-08-20T21:11:22.5330981Z [00:02:49.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeytype;$WORK/b424=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype -lang=go1.21 -complete -installsuffix shared -buildid tNj9mTxUdkxxj90AzZDF/tNj9mTxUdkxxj90AzZDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeytype/apikeytype.go
2025-08-20T21:11:22.5345688Z [00:02:49.491]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:11:22.5346364Z [00:02:49.492]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/1a/1a411622b6425239476c08b1f5b0b77d363c713ab753ce4854ed77cc60b0b765-d # internal
2025-08-20T21:11:22.5347042Z [00:02:49.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto
2025-08-20T21:11:22.5347439Z [00:02:49.492]➜  mkdir -p $WORK/b425/
2025-08-20T21:11:22.5347822Z [00:02:49.492]➜  cat >/tmp/go-build2720400589/b425/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5348161Z [00:02:49.492]➜  # import config
2025-08-20T21:11:22.5348502Z [00:02:49.492]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5348818Z [00:02:49.492]➜  EOF
2025-08-20T21:11:22.5351238Z [00:02:49.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/appliesto=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/appliesto;$WORK/b425=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto -lang=go1.21 -complete -installsuffix shared -buildid hc8WVt9mNXhc_kP7ex7_/hc8WVt9mNXhc_kP7ex7_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/appliesto/appliesto.go
2025-08-20T21:11:22.5374851Z [00:02:49.495]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:11:22.5386631Z [00:02:49.496]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/98/98ecdee34aed75b4845e2ec909bb0768c38fc48d0cf306201e94027cb90a8051-d # internal
2025-08-20T21:11:22.5392483Z [00:02:49.497]➜  go.opentelemetry.io/auto/sdk
2025-08-20T21:11:22.5393593Z [00:02:49.497]➜  mkdir -p $WORK/b398/
2025-08-20T21:11:22.5400035Z [00:02:49.498]➜  cat >/tmp/go-build2720400589/b398/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5400430Z [00:02:49.498]➜  # import config
2025-08-20T21:11:22.5400786Z [00:02:49.498]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.5401244Z [00:02:49.498]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.5401685Z [00:02:49.498]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.5402253Z [00:02:49.498]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build2720400589/b399/_pkg_.a
2025-08-20T21:11:22.5402921Z [00:02:49.498]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:22.5403521Z [00:02:49.498]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:22.5404147Z [00:02:49.498]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:11:22.5404914Z [00:02:49.498]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:22.5405807Z [00:02:49.498]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build2720400589/b408/_pkg_.a
2025-08-20T21:11:22.5406324Z [00:02:49.498]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:22.5406737Z [00:02:49.498]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.5407150Z [00:02:49.498]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.5407906Z [00:02:49.498]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.5408472Z [00:02:49.498]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.5409045Z [00:02:49.498]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5409644Z [00:02:49.498]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.5410201Z [00:02:49.498]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.5410768Z [00:02:49.498]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.5411339Z [00:02:49.498]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:22.5411777Z [00:02:49.498]➜  EOF
2025-08-20T21:11:22.5414622Z [00:02:49.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b398=>" -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/b398/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/limit.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer_provider.go
2025-08-20T21:11:22.5429670Z [00:02:49.501]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:11:22.5436267Z [00:02:49.501]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/35/35a77d4908398ea8b4179a9ce82aa78963c7888cdf5ce21c55904963ddfc5c2f-d # internal
2025-08-20T21:11:22.5442381Z [00:02:49.502]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner
2025-08-20T21:11:22.5443372Z [00:02:49.502]➜  mkdir -p $WORK/b426/
2025-08-20T21:11:22.5451319Z [00:02:49.503]➜  cat >/tmp/go-build2720400589/b426/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5451955Z [00:02:49.503]➜  # import config
2025-08-20T21:11:22.5452645Z [00:02:49.503]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5453060Z [00:02:49.503]➜  EOF
2025-08-20T21:11:22.5455793Z [00:02:49.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/boundaryscanner=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/boundaryscanner;$WORK/b426=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner -lang=go1.21 -complete -installsuffix shared -buildid 34BF3rpgt-VhQYcTMjaP/34BF3rpgt-VhQYcTMjaP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/boundaryscanner/boundaryscanner.go
2025-08-20T21:11:22.5497933Z [00:02:49.508]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:11:22.5498930Z [00:02:49.508]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/e4/e450f9f5fedbb7d64a6fb17d15fdcdd68d0359d963d2b82bc64926f24be506c5-d # internal
2025-08-20T21:11:22.5499671Z [00:02:49.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval
2025-08-20T21:11:22.5500092Z [00:02:49.508]➜  mkdir -p $WORK/b427/
2025-08-20T21:11:22.5500463Z [00:02:49.508]➜  cat >/tmp/go-build2720400589/b427/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5500807Z [00:02:49.508]➜  # import config
2025-08-20T21:11:22.5501561Z [00:02:49.508]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5501882Z [00:02:49.508]➜  EOF
2025-08-20T21:11:22.5504986Z [00:02:49.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/calendarinterval=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/calendarinterval;$WORK/b427=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval -lang=go1.21 -complete -installsuffix shared -buildid 6WBNaX_lP021xhTU0gNX/6WBNaX_lP021xhTU0gNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/calendarinterval/calendarinterval.go
2025-08-20T21:11:22.5552785Z [00:02:49.513]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/18/18385982df33372e9b1ac0dadb6a9227ab3b2c7e51a372b2746a1b99e08aa88d-d # internal
2025-08-20T21:11:22.5556269Z [00:02:49.514]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:11:22.5559641Z [00:02:49.514]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/75/756152045054bc5c91b7ece128f98a6d2102b80419e8cb827591ad48dbc4f527-d # internal
2025-08-20T21:11:22.5560285Z [00:02:49.514]➜  github.com/go-chi/chi/v5
2025-08-20T21:11:22.5560572Z [00:02:49.514]➜  mkdir -p $WORK/b071/
2025-08-20T21:11:22.5565757Z [00:02:49.514]➜  cat >/tmp/go-build2720400589/b071/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5567047Z [00:02:49.514]➜  # import config
2025-08-20T21:11:22.5568224Z [00:02:49.514]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.5568746Z [00:02:49.514]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.5569173Z [00:02:49.514]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.5569602Z [00:02:49.514]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:22.5571782Z [00:02:49.514]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:22.5572211Z [00:02:49.514]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.5572641Z [00:02:49.514]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5573056Z [00:02:49.514]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.5573359Z [00:02:49.514]➜  EOF
2025-08-20T21:11:22.5579990Z [00:02:49.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1=>github.com/go-chi/chi/v5@v5.2.1;$WORK/b071=>" -p github.com/go-chi/chi/v5 -lang=go1.20 -complete -installsuffix shared -buildid QIb2N4oe4vzLaSLGMGlr/QIb2N4oe4vzLaSLGMGlr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/chain.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/chi.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/context.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/mux.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/path_value.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/tree.go
2025-08-20T21:11:22.5582342Z [00:02:49.515]➜  expvar
2025-08-20T21:11:22.5582598Z [00:02:49.515]➜  mkdir -p $WORK/b188/
2025-08-20T21:11:22.5582968Z [00:02:49.515]➜  cat >/tmp/go-build2720400589/b188/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5583313Z [00:02:49.515]➜  # import config
2025-08-20T21:11:22.5583673Z [00:02:49.515]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.5584162Z [00:02:49.515]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:22.5584844Z [00:02:49.515]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.5585255Z [00:02:49.515]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:22.5585672Z [00:02:49.515]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.5586358Z [00:02:49.515]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.5586772Z [00:02:49.515]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.5587193Z [00:02:49.515]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:22.5587617Z [00:02:49.515]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.5588034Z [00:02:49.515]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.5588467Z [00:02:49.515]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.5588935Z [00:02:49.515]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:22.5589269Z [00:02:49.515]➜  EOF
2025-08-20T21:11:22.5590594Z [00:02:49.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b188=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:11:22.5636450Z [00:02:49.521]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:11:22.5639032Z [00:02:49.522]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/74/7491092921b914b3cd518377e529de9f088ab6628ed0d1b6aaff887deb055afe-d # internal
2025-08-20T21:11:22.5640124Z [00:02:49.522]➜  net/http/pprof
2025-08-20T21:11:22.5640385Z [00:02:49.522]➜  mkdir -p $WORK/b190/
2025-08-20T21:11:22.5645259Z [00:02:49.522]➜  cat >/tmp/go-build2720400589/b190/importcfg << 'EOF' # internal
2025-08-20T21:11:22.5645898Z [00:02:49.522]➜  # import config
2025-08-20T21:11:22.5655331Z [00:02:49.522]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:22.5656056Z [00:02:49.522]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.5657490Z [00:02:49.522]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.5657933Z [00:02:49.522]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.5658371Z [00:02:49.522]➜  packagefile html=/tmp/go-build2720400589/b191/_pkg_.a
2025-08-20T21:11:22.5658825Z [00:02:49.522]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:22.5659320Z [00:02:49.522]➜  packagefile internal/profile=/tmp/go-build2720400589/b192/_pkg_.a
2025-08-20T21:11:22.5659771Z [00:02:49.522]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.5660173Z [00:02:49.522]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.5660874Z [00:02:49.522]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.5661387Z [00:02:49.522]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.5661802Z [00:02:49.522]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.5662216Z [00:02:49.522]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.5662678Z [00:02:49.522]➜  packagefile runtime/pprof=/tmp/go-build2720400589/b193/_pkg_.a
2025-08-20T21:11:22.5663143Z [00:02:49.522]➜  packagefile runtime/trace=/tmp/go-build2720400589/b195/_pkg_.a
2025-08-20T21:11:22.5663584Z [00:02:49.522]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:22.5664005Z [00:02:49.522]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.5664788Z [00:02:49.522]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.5665218Z [00:02:49.522]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.5665538Z [00:02:49.522]➜  EOF
2025-08-20T21:11:22.5666988Z [00:02:49.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b190=>" -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/b190/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:11:22.6182721Z [00:02:49.576]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:11:22.6209526Z [00:02:49.578]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/6f/6f01ac251c0b7274d34e3163e96797523574fecf75ac35b5a428a8d9ffa266c1-d # internal
2025-08-20T21:11:22.6211641Z [00:02:49.578]➜  github.com/gorilla/sessions
2025-08-20T21:11:22.6212144Z [00:02:49.578]➜  mkdir -p $WORK/b197/
2025-08-20T21:11:22.6212539Z [00:02:49.579]➜  cat >/tmp/go-build2720400589/b197/importcfg << 'EOF' # internal
2025-08-20T21:11:22.6213099Z [00:02:49.579]➜  # import config
2025-08-20T21:11:22.6213629Z [00:02:49.579]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.6214334Z [00:02:49.579]➜  packagefile encoding/base32=/tmp/go-build2720400589/b198/_pkg_.a
2025-08-20T21:11:22.6214887Z [00:02:49.579]➜  packagefile encoding/gob=/tmp/go-build2720400589/b199/_pkg_.a
2025-08-20T21:11:22.6215495Z [00:02:49.579]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.6216197Z [00:02:49.579]➜  packagefile github.com/gorilla/securecookie=/tmp/go-build2720400589/b201/_pkg_.a
2025-08-20T21:11:22.6217841Z [00:02:49.579]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.6218504Z [00:02:49.579]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.6219087Z [00:02:49.579]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:22.6219617Z [00:02:49.579]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.6221136Z [00:02:49.579]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.6221789Z [00:02:49.579]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.6223187Z [00:02:49.579]➜  EOF
2025-08-20T21:11:22.6246141Z [00:02:49.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0=>github.com/gorilla/sessions@v1.4.0;$WORK/b197=>" -p github.com/gorilla/sessions -lang=go1.23 -complete -installsuffix shared -buildid pJZJPRMWpbpR-E6qUvp_/pJZJPRMWpbpR-E6qUvp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/cookie.go /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/doc.go /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/lex.go /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/options.go /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/sessions.go /root/go/pkg/mod/github.com/gorilla/sessions@v1.4.0/store.go
2025-08-20T21:11:22.6351851Z [00:02:49.593]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:11:22.6366243Z [00:02:49.594]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T21:11:22.6367145Z [00:02:49.595]➜  net/http/httputil
2025-08-20T21:11:22.6367541Z [00:02:49.595]➜  mkdir -p $WORK/b251/
2025-08-20T21:11:22.6369797Z [00:02:49.595]➜  cat >/tmp/go-build2720400589/b251/importcfg << 'EOF' # internal
2025-08-20T21:11:22.6370411Z [00:02:49.595]➜  # import config
2025-08-20T21:11:22.6370986Z [00:02:49.595]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:11:22.6371528Z [00:02:49.595]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:22.6371948Z [00:02:49.595]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.6372371Z [00:02:49.595]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.6372807Z [00:02:49.595]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.6373221Z [00:02:49.595]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.6373749Z [00:02:49.595]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b167/_pkg_.a
2025-08-20T21:11:22.6374391Z [00:02:49.595]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.6375196Z [00:02:49.595]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.6375601Z [00:02:49.595]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:22.6376006Z [00:02:49.595]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:22.6376426Z [00:02:49.595]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.6376899Z [00:02:49.595]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:22.6377399Z [00:02:49.595]➜  packagefile net/http/internal=/tmp/go-build2720400589/b182/_pkg_.a
2025-08-20T21:11:22.6377934Z [00:02:49.595]➜  packagefile net/http/internal/ascii=/tmp/go-build2720400589/b183/_pkg_.a
2025-08-20T21:11:22.6378441Z [00:02:49.595]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:22.6378892Z [00:02:49.595]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.6379317Z [00:02:49.595]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.6379747Z [00:02:49.595]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.6380189Z [00:02:49.595]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.6380501Z [00:02:49.595]➜  EOF
2025-08-20T21:11:22.6382506Z [00:02:49.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b251=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid MdE_OqlkQ_DTAi1ErZum/MdE_OqlkQ_DTAi1ErZum -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T21:11:22.6689824Z [00:02:49.627]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:11:22.6740259Z [00:02:49.632]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/fd/fd057221c5a1e006f1f2518d876f118b5114aa9681a31b5fe05c681100f89e4d-d # internal
2025-08-20T21:11:22.6770866Z [00:02:49.635]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T21:11:22.6773847Z [00:02:49.635]➜  mkdir -p $WORK/b280/
2025-08-20T21:11:22.6781585Z [00:02:49.636]➜  cat >/tmp/go-build2720400589/b280/importcfg << 'EOF' # internal
2025-08-20T21:11:22.6785763Z [00:02:49.636]➜  # import config
2025-08-20T21:11:22.6786174Z [00:02:49.636]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.6786643Z [00:02:49.636]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:22.6787382Z [00:02:49.636]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.6787868Z [00:02:49.636]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:22.6788294Z [00:02:49.636]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:22.6788730Z [00:02:49.636]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.6789182Z [00:02:49.636]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.6789611Z [00:02:49.636]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.6790038Z [00:02:49.636]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.6790354Z [00:02:49.636]➜  EOF
2025-08-20T21:11:22.6812709Z [00:02:49.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding=>github.com/aws/smithy-go@v1.22.3/encoding/httpbinding;$WORK/b280=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid nY0w2iwnJtE116XNviA0/nY0w2iwnJtE116XNviA0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding/encode.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding/header.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding/path_replace.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding/query.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/encoding/httpbinding/uri.go
2025-08-20T21:11:22.6869018Z [00:02:49.645]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:11:22.6878501Z [00:02:49.646]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/11/115062ed0631de6afd5f394f90d6b10277ecaf20242772199ac1f747fcee467d-d # internal
2025-08-20T21:11:22.6880191Z [00:02:49.646]➜  github.com/aws/smithy-go/endpoints
2025-08-20T21:11:22.6880562Z [00:02:49.646]➜  mkdir -p $WORK/b290/
2025-08-20T21:11:22.6884367Z [00:02:49.646]➜  cat >/tmp/go-build2720400589/b290/importcfg << 'EOF' # internal
2025-08-20T21:11:22.6885132Z [00:02:49.646]➜  # import config
2025-08-20T21:11:22.6885709Z [00:02:49.646]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:22.6886285Z [00:02:49.646]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.6886739Z [00:02:49.646]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.6887054Z [00:02:49.646]➜  EOF
2025-08-20T21:11:22.6889195Z [00:02:49.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints=>github.com/aws/smithy-go@v1.22.3/endpoints;$WORK/b290=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid Wp7x-h2ylYNU9-3MfVvF/Wp7x-h2ylYNU9-3MfVvF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/endpoint.go
2025-08-20T21:11:22.7022236Z [00:02:49.660]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:11:22.7026556Z [00:02:49.660]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/64/64cf84ebf6119fd8a2146d47694357443b99af837a1ef8c01fdce4c9bad7ede5-d # internal
2025-08-20T21:11:22.7030926Z [00:02:49.661]➜  github.com/aws/aws-sdk-go/aws
2025-08-20T21:11:22.7031298Z [00:02:49.661]➜  mkdir -p $WORK/b318/
2025-08-20T21:11:22.7036323Z [00:02:49.661]➜  cat >/tmp/go-build2720400589/b318/importcfg << 'EOF' # internal
2025-08-20T21:11:22.7038380Z [00:02:49.661]➜  # import config
2025-08-20T21:11:22.7038746Z [00:02:49.661]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.7039285Z [00:02:49.661]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:11:22.7039923Z [00:02:49.661]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:11:22.7040586Z [00:02:49.661]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build2720400589/b324/_pkg_.a
2025-08-20T21:11:22.7041230Z [00:02:49.661]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build2720400589/b325/_pkg_.a
2025-08-20T21:11:22.7041756Z [00:02:49.661]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.7042510Z [00:02:49.661]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.7042937Z [00:02:49.661]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.7043388Z [00:02:49.662]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.7043797Z [00:02:49.662]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.7044211Z [00:02:49.662]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.7048593Z [00:02:49.662]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.7049022Z [00:02:49.662]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.7049330Z [00:02:49.662]➜  EOF
2025-08-20T21:11:22.7053650Z [00:02:49.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws=>github.com/aws/aws-sdk-go@v1.55.7/aws;$WORK/b318=>" -p github.com/aws/aws-sdk-go/aws -lang=go1.19 -complete -installsuffix shared -buildid 8-u8eBikf0eDoqLhrM6X/8-u8eBikf0eDoqLhrM6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/context_1_9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/context_background_1_7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/context_sleep.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/convert_types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/url.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/version.go
2025-08-20T21:11:22.7151029Z [00:02:49.673]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:11:22.7206732Z [00:02:49.678]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T21:11:22.7208058Z [00:02:49.678]➜  github.com/go-chi/chi/v5/middleware
2025-08-20T21:11:22.7213171Z [00:02:49.679]➜  mkdir -p $WORK/b187/
2025-08-20T21:11:22.7219071Z [00:02:49.680]➜  cat >/tmp/go-build2720400589/b187/importcfg << 'EOF' # internal
2025-08-20T21:11:22.7220518Z [00:02:49.680]➜  # import config
2025-08-20T21:11:22.7220874Z [00:02:49.680]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:22.7221598Z [00:02:49.680]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.7222126Z [00:02:49.680]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:11:22.7222602Z [00:02:49.680]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:22.7223051Z [00:02:49.680]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.7223510Z [00:02:49.680]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:22.7223973Z [00:02:49.680]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:22.7224638Z [00:02:49.680]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:22.7225100Z [00:02:49.680]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.7225518Z [00:02:49.680]➜  packagefile expvar=/tmp/go-build2720400589/b188/_pkg_.a
2025-08-20T21:11:22.7225945Z [00:02:49.680]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.7226420Z [00:02:49.680]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build2720400589/b071/_pkg_.a
2025-08-20T21:11:22.7226883Z [00:02:49.680]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.7227303Z [00:02:49.680]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:22.7227722Z [00:02:49.680]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.7228392Z [00:02:49.680]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:22.7228813Z [00:02:49.680]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.7229267Z [00:02:49.680]➜  packagefile net/http/pprof=/tmp/go-build2720400589/b190/_pkg_.a
2025-08-20T21:11:22.7229698Z [00:02:49.680]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.7230111Z [00:02:49.680]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:22.7230540Z [00:02:49.680]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.7230984Z [00:02:49.680]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:11:22.7231427Z [00:02:49.680]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.7231854Z [00:02:49.680]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.7232269Z [00:02:49.680]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.7232714Z [00:02:49.680]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.7233143Z [00:02:49.680]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.7233447Z [00:02:49.680]➜  EOF
2025-08-20T21:11:22.7244694Z [00:02:49.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware=>github.com/go-chi/chi/v5@v5.2.1/middleware;$WORK/b187=>" -p github.com/go-chi/chi/v5/middleware -lang=go1.20 -complete -installsuffix shared -buildid PmA0kIRW1ldYVeUiWBDL/PmA0kIRW1ldYVeUiWBDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/basic_auth.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/clean_path.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/compress.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/content_charset.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/content_encoding.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/content_type.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/get_head.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/heartbeat.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/logger.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/maybe.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/middleware.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/nocache.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/page_route.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/path_rewrite.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/profiler.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/realip.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/recoverer.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/request_id.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/request_size.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/route_headers.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/strip.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/sunset.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/supress_notfound.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/terminal.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/throttle.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/timeout.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/url_format.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/value.go /root/go/pkg/mod/github.com/go-chi/chi/v5@v5.2.1/middleware/wrap_writer.go
2025-08-20T21:11:22.7710947Z [00:02:49.729]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:11:22.7727918Z [00:02:49.730]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/b8/b8dd4d56af76edf0d1ee6de235f0f007daabb5a1f01528f8885eba900d555d03-d # internal
2025-08-20T21:11:22.7729162Z [00:02:49.731]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
2025-08-20T21:11:22.7748667Z [00:02:49.733]➜  mkdir -p $WORK/b333/
2025-08-20T21:11:22.7755013Z [00:02:49.733]➜  cat >/tmp/go-build2720400589/b333/importcfg << 'EOF' # internal
2025-08-20T21:11:22.7755399Z [00:02:49.733]➜  # import config
2025-08-20T21:11:22.7755754Z [00:02:49.733]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.7756201Z [00:02:49.733]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.7756625Z [00:02:49.733]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.7757055Z [00:02:49.733]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.7757479Z [00:02:49.733]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:22.7757896Z [00:02:49.733]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.7758324Z [00:02:49.733]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.7758630Z [00:02:49.733]➜  EOF
2025-08-20T21:11:22.7761322Z [00:02:49.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_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/b333=>" -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/b333/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-20T21:11:22.7786025Z [00:02:49.736]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:11:22.7810342Z [00:02:49.739]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/d1/d1ef08fb6c1f5fd9dcaf6c2c225e2f8d12a053863d6003e2e71a0b1d59d512bd-d # internal
2025-08-20T21:11:22.7819438Z [00:02:49.740]➜  github.com/aws/smithy-go/transport/http
2025-08-20T21:11:22.7822265Z [00:02:49.740]➜  mkdir -p $WORK/b244/
2025-08-20T21:11:22.7835368Z [00:02:49.741]➜  cat >/tmp/go-build2720400589/b244/importcfg << 'EOF' # internal
2025-08-20T21:11:22.7835839Z [00:02:49.741]➜  # import config
2025-08-20T21:11:22.7836187Z [00:02:49.741]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.7836993Z [00:02:49.741]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:22.7837520Z [00:02:49.741]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:22.7837992Z [00:02:49.741]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:22.7838434Z [00:02:49.741]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.7838921Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:22.7839481Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:22.7840058Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:22.7840647Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:22.7841254Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:22.7841850Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:11:22.7842431Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:22.7843103Z [00:02:49.741]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2720400589/b250/_pkg_.a
2025-08-20T21:11:22.7843891Z [00:02:49.741]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.7844426Z [00:02:49.741]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:22.7844906Z [00:02:49.741]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.7845376Z [00:02:49.741]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:22.7845878Z [00:02:49.741]➜  packagefile net/http/httputil=/tmp/go-build2720400589/b251/_pkg_.a
2025-08-20T21:11:22.7846337Z [00:02:49.741]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.7846773Z [00:02:49.741]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.7847202Z [00:02:49.741]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.7847642Z [00:02:49.741]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.7848075Z [00:02:49.741]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.7848503Z [00:02:49.741]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:22.7848816Z [00:02:49.741]➜  EOF
2025-08-20T21:11:22.7857278Z [00:02:49.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http=>github.com/aws/smithy-go@v1.22.3/transport/http;$WORK/b244=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid a21S97MqdDjooM3UNv-g/a21S97MqdDjooM3UNv-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/auth_schemes.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/checksum_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/client.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/headerlist.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/host.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/md5_checksum.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_close_response_body.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_content_length.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_header_comment.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_headers.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_http_logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/middleware_min_proto.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/request.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/response.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/time.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/url.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/transport/http/user_agent.go
2025-08-20T21:11:22.8032813Z [00:02:49.761]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:11:22.8052436Z [00:02:49.762]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/3d/3d622e3c375dd033383751495e6c3a454ddba26cc40863e12014bd770ff8874e-d # internal
2025-08-20T21:11:22.8053238Z [00:02:49.762]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/exported
2025-08-20T21:11:22.8053600Z [00:02:49.762]➜  mkdir -p $WORK/b334/
2025-08-20T21:11:22.8053969Z [00:02:49.762]➜  cat >/tmp/go-build2720400589/b334/importcfg << 'EOF' # internal
2025-08-20T21:11:22.8054415Z [00:02:49.762]➜  # import config
2025-08-20T21:11:22.8054807Z [00:02:49.762]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.8055592Z [00:02:49.762]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.8056015Z [00:02:49.762]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.8057583Z [00:02:49.762]➜  EOF
2025-08-20T21:11:22.8060183Z [00:02:49.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_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/b334=>" -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/b334/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported/exported.go
2025-08-20T21:11:22.8108794Z [00:02:49.769]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:11:22.8136140Z [00:02:49.771]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/cc/cc41b7daf627cdf373244805e1578278d6900204c165a5977874889e4cca894a-d # internal
2025-08-20T21:11:22.8146794Z [00:02:49.773]➜  golang.org/x/net/http2
2025-08-20T21:11:22.8151138Z [00:02:49.773]➜  mkdir -p $WORK/b352/
2025-08-20T21:11:22.8160356Z [00:02:49.774]➜  cat >/tmp/go-build2720400589/b352/importcfg << 'EOF' # internal
2025-08-20T21:11:22.8160770Z [00:02:49.774]➜  # import config
2025-08-20T21:11:22.8161127Z [00:02:49.774]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:22.8161565Z [00:02:49.774]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.8162091Z [00:02:49.774]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:22.8162538Z [00:02:49.774]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.8162981Z [00:02:49.774]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:22.8163450Z [00:02:49.774]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:22.8163915Z [00:02:49.774]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:22.8164514Z [00:02:49.774]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.8164984Z [00:02:49.774]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.8165489Z [00:02:49.774]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b353/_pkg_.a
2025-08-20T21:11:22.8166333Z [00:02:49.774]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b357/_pkg_.a
2025-08-20T21:11:22.8166950Z [00:02:49.774]➜  packagefile golang.org/x/net/idna=/tmp/go-build2720400589/b354/_pkg_.a
2025-08-20T21:11:22.8167533Z [00:02:49.774]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build2720400589/b358/_pkg_.a
2025-08-20T21:11:22.8168040Z [00:02:49.774]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.8168452Z [00:02:49.774]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:22.8168862Z [00:02:49.774]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:22.8169268Z [00:02:49.774]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:22.8169693Z [00:02:49.774]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:22.8170135Z [00:02:49.774]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:22.8170553Z [00:02:49.774]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:22.8170983Z [00:02:49.774]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.8171455Z [00:02:49.774]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:22.8171942Z [00:02:49.774]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:22.8172389Z [00:02:49.774]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.8173039Z [00:02:49.774]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:22.8173453Z [00:02:49.774]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.8173879Z [00:02:49.774]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:22.8174450Z [00:02:49.774]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:22.8174934Z [00:02:49.774]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.8175359Z [00:02:49.774]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.8175784Z [00:02:49.774]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:22.8176216Z [00:02:49.774]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.8176646Z [00:02:49.774]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.8176951Z [00:02:49.774]➜  EOF
2025-08-20T21:11:22.8189102Z [00:02:49.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2=>golang.org/x/net@v0.39.0/http2;$WORK/b352=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid OHpHTo9huI1kPmhlAq9d/OHpHTo9huI1kPmhlAq9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_roundrobin.go
2025-08-20T21:11:22.8289611Z [00:02:49.787]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:11:22.8298080Z [00:02:49.787]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/82/8248190a0579fc6474d24146a3d84b40877457883dadf2a657e1618de4870dfb-d # internal
2025-08-20T21:11:22.8305186Z [00:02:49.788]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported
2025-08-20T21:11:22.8311266Z [00:02:49.789]➜  mkdir -p $WORK/b329/
2025-08-20T21:11:22.8318224Z [00:02:49.790]➜  cat >/tmp/go-build2720400589/b329/importcfg << 'EOF' # internal
2025-08-20T21:11:22.8325177Z [00:02:49.790]➜  # import config
2025-08-20T21:11:22.8325734Z [00:02:49.790]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:22.8326261Z [00:02:49.790]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.8326811Z [00:02:49.790]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:22.8327433Z [00:02:49.790]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.8328030Z [00:02:49.790]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.8328534Z [00:02:49.790]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.8329224Z [00:02:49.790]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:22.8330189Z [00:02:49.790]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:22.8331396Z [00:02:49.790]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build2720400589/b334/_pkg_.a
2025-08-20T21:11:22.8332061Z [00:02:49.790]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:22.8332598Z [00:02:49.790]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.8333114Z [00:02:49.790]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.8333675Z [00:02:49.790]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:22.8334447Z [00:02:49.790]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:22.8335243Z [00:02:49.790]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.8335677Z [00:02:49.790]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.8335982Z [00:02:49.790]➜  EOF
2025-08-20T21:11:22.8339463Z [00:02:49.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_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/b329=>" -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/b329/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-20T21:11:22.9280761Z [00:02:49.886]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:11:22.9305816Z [00:02:49.888]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/20/2080bf143b4151c17385ff53c4ba31c7e398a48fa671603e634e3cda7fa73be3-d # internal
2025-08-20T21:11:22.9312828Z [00:02:49.888]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
2025-08-20T21:11:22.9313278Z [00:02:49.888]➜  mkdir -p $WORK/b335/
2025-08-20T21:11:22.9313683Z [00:02:49.889]➜  cat >/tmp/go-build2720400589/b335/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9314034Z [00:02:49.889]➜  # import config
2025-08-20T21:11:22.9317230Z [00:02:49.889]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.9318230Z [00:02:49.889]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build2720400589/b336/_pkg_.a
2025-08-20T21:11:22.9319109Z [00:02:49.889]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:22.9319922Z [00:02:49.889]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:22.9320707Z [00:02:49.889]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:11:22.9321276Z [00:02:49.889]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.9321698Z [00:02:49.889]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.9322004Z [00:02:49.889]➜  EOF
2025-08-20T21:11:22.9327172Z [00:02:49.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_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/b335=>" -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/b335/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-20T21:11:22.9331908Z [00:02:49.891]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:11:22.9377844Z [00:02:49.896]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/c0/c014654325671158c5406ca1eebd651fa9216f4c5f3f868a3e000e3c5b35e722-d # internal
2025-08-20T21:11:22.9381866Z [00:02:49.896]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/poller
2025-08-20T21:11:22.9385627Z [00:02:49.896]➜  mkdir -p $WORK/b341/
2025-08-20T21:11:22.9386062Z [00:02:49.896]➜  cat >/tmp/go-build2720400589/b341/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9386417Z [00:02:49.896]➜  # import config
2025-08-20T21:11:22.9386784Z [00:02:49.896]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:22.9387225Z [00:02:49.896]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:22.9387639Z [00:02:49.896]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.9388253Z [00:02:49.896]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build2720400589/b334/_pkg_.a
2025-08-20T21:11:22.9388840Z [00:02:49.896]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.9389268Z [00:02:49.896]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:22.9390469Z [00:02:49.897]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.9391069Z [00:02:49.897]➜  EOF
2025-08-20T21:11:22.9393462Z [00:02:49.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_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/b341=>" -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/b341/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller/util.go
2025-08-20T21:11:22.9507131Z [00:02:49.909]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:11:22.9537921Z [00:02:49.912]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/61/61d983ede0abafbea98e18501499fcd5051771ad8433d8b403eb0701b0816142-d # internal
2025-08-20T21:11:22.9540666Z [00:02:49.912]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T21:11:22.9544858Z [00:02:49.912]➜  mkdir -p $WORK/b239/
2025-08-20T21:11:22.9546523Z [00:02:49.913]➜  cat >/tmp/go-build2720400589/b239/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9548909Z [00:02:49.913]➜  # import config
2025-08-20T21:11:22.9549393Z [00:02:49.913]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.9549823Z [00:02:49.913]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.9550335Z [00:02:49.913]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2720400589/b240/_pkg_.a
2025-08-20T21:11:22.9551025Z [00:02:49.913]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2720400589/b241/_pkg_.a
2025-08-20T21:11:22.9551695Z [00:02:49.913]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:22.9552325Z [00:02:49.913]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:22.9552867Z [00:02:49.913]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.9553299Z [00:02:49.913]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.9553612Z [00:02:49.913]➜  EOF
2025-08-20T21:11:22.9557552Z [00:02:49.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/bearer=>github.com/aws/smithy-go@v1.22.3/auth/bearer;$WORK/b239=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid YonbZoBhAgTKOZR427OH/YonbZoBhAgTKOZR427OH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/bearer/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/bearer/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/bearer/token.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/auth/bearer/token_cache.go
2025-08-20T21:11:22.9569504Z [00:02:49.915]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:11:22.9593847Z [00:02:49.917]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/da/dad2bc95f693b866479b7befce9f486be98f6dc8cc92262e8660f7cd0ef1648c-d # internal
2025-08-20T21:11:22.9600274Z [00:02:49.918]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T21:11:22.9604429Z [00:02:49.918]➜  mkdir -p $WORK/b279/
2025-08-20T21:11:22.9604911Z [00:02:49.918]➜  cat >/tmp/go-build2720400589/b279/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9605260Z [00:02:49.918]➜  # import config
2025-08-20T21:11:22.9605624Z [00:02:49.918]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.9606047Z [00:02:49.918]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.9606532Z [00:02:49.918]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:22.9607095Z [00:02:49.918]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:22.9607687Z [00:02:49.918]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:22.9608329Z [00:02:49.918]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:22.9608747Z [00:02:49.918]➜  EOF
2025-08-20T21:11:22.9610976Z [00:02:49.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth;$WORK/b279=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid QP7Wvq4ikWzLfO75YbYI/QP7Wvq4ikWzLfO75YbYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/scheme.go
2025-08-20T21:11:22.9654435Z [00:02:49.923]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:11:22.9666660Z [00:02:49.924]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/fd/fdbf9d679cd47aa649af5d78816498f8b0cdfac1aac56935c907165d4b7d73bb-d # internal
2025-08-20T21:11:22.9675739Z [00:02:49.925]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T21:11:22.9681584Z [00:02:49.926]➜  mkdir -p $WORK/b284/
2025-08-20T21:11:22.9692015Z [00:02:49.927]➜  cat >/tmp/go-build2720400589/b284/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9693055Z [00:02:49.927]➜  # import config
2025-08-20T21:11:22.9694096Z [00:02:49.927]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:22.9695119Z [00:02:49.927]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:22.9695948Z [00:02:49.927]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:22.9696488Z [00:02:49.927]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.9696879Z [00:02:49.927]➜  EOF
2025-08-20T21:11:22.9711388Z [00:02:49.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn;$WORK/b284=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid jsARsCMr_FRbDdZuglEq/jsARsCMr_FRbDdZuglEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T21:11:22.9896369Z [00:02:49.947]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:11:22.9912433Z [00:02:49.949]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/35/35d594d6d304a5afd8c67facc860ee797337d8b58ad05f31b5466770bd32a285-d # internal
2025-08-20T21:11:22.9923978Z [00:02:49.950]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T21:11:22.9931574Z [00:02:49.951]➜  mkdir -p $WORK/b235/
2025-08-20T21:11:22.9942773Z [00:02:49.952]➜  cat >/tmp/go-build2720400589/b235/importcfg << 'EOF' # internal
2025-08-20T21:11:22.9943796Z [00:02:49.952]➜  # import config
2025-08-20T21:11:22.9944572Z [00:02:49.952]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:22.9945099Z [00:02:49.952]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:22.9945661Z [00:02:49.952]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2720400589/b236/_pkg_.a
2025-08-20T21:11:22.9946320Z [00:02:49.952]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:22.9947043Z [00:02:49.952]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2720400589/b238/_pkg_.a
2025-08-20T21:11:22.9948202Z [00:02:49.952]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2720400589/b239/_pkg_.a
2025-08-20T21:11:22.9948880Z [00:02:49.952]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:22.9949489Z [00:02:49.952]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:22.9950074Z [00:02:49.952]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:11:22.9950583Z [00:02:49.952]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:22.9951017Z [00:02:49.952]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:22.9951440Z [00:02:49.952]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:22.9951877Z [00:02:49.952]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:22.9961279Z [00:02:49.952]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:22.9961942Z [00:02:49.952]➜  EOF
2025-08-20T21:11:22.9968410Z [00:02:49.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws;$WORK/b235=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid DKNiNbySXT9fa76ukhwx/DKNiNbySXT9fa76ukhwx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/version.go
2025-08-20T21:11:22.9984497Z [00:02:49.956]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:11:22.9993415Z [00:02:49.957]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/72/724426488f1e9c6ea4f0d57aed7364f2b4665a355355724c09acb9595d68eab7-d # internal
2025-08-20T21:11:22.9996239Z [00:02:49.958]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T21:11:23.0000460Z [00:02:49.958]➜  mkdir -p $WORK/b299/
2025-08-20T21:11:23.0001836Z [00:02:49.958]➜  cat >/tmp/go-build2720400589/b299/importcfg << 'EOF' # internal
2025-08-20T21:11:23.0003067Z [00:02:49.958]➜  # import config
2025-08-20T21:11:23.0003533Z [00:02:49.958]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.0004203Z [00:02:49.958]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.0004902Z [00:02:49.958]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.0005557Z [00:02:49.958]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.0006188Z [00:02:49.958]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.0006710Z [00:02:49.958]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.0007129Z [00:02:49.958]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:23.0007567Z [00:02:49.958]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:23.0008216Z [00:02:49.958]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.0013794Z [00:02:49.958]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:23.0014473Z [00:02:49.958]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.0014864Z [00:02:49.958]➜  EOF
2025-08-20T21:11:23.0020790Z [00:02:49.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query;$WORK/b299=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid K7l9LkWkMH9VDwbU9EKl/K7l9LkWkMH9VDwbU9EKl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/value.go
2025-08-20T21:11:23.0024606Z [00:02:49.959]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:11:23.0025375Z [00:02:49.959]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/76/762fe67e70a2fcfa6544c522e947f7d32c78f231df3e34af5b3721b197aba933-d # internal
2025-08-20T21:11:23.0026369Z [00:02:49.960]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T21:11:23.0026821Z [00:02:49.960]➜  mkdir -p $WORK/b301/
2025-08-20T21:11:23.0027396Z [00:02:49.960]➜  cat >/tmp/go-build2720400589/b301/importcfg << 'EOF' # internal
2025-08-20T21:11:23.0027892Z [00:02:49.960]➜  # import config
2025-08-20T21:11:23.0028400Z [00:02:49.960]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:23.0028858Z [00:02:49.960]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.0029670Z [00:02:49.960]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.0030391Z [00:02:49.960]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.0031292Z [00:02:49.960]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.0032399Z [00:02:49.960]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.0032986Z [00:02:49.960]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.0033425Z [00:02:49.960]➜  EOF
2025-08-20T21:11:23.0056845Z [00:02:49.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_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/b301=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid WLn_aG9Go6BVdAedKphe/WLn_aG9Go6BVdAedKphe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/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-20T21:11:23.0296287Z [00:02:49.987]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:11:23.0309356Z [00:02:49.989]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/15/15f55bb40b5df473a50623c68ef8c9c04d11ba03dba334fd422576119fc081ec-d # internal
2025-08-20T21:11:23.0318054Z [00:02:49.990]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T21:11:23.0325566Z [00:02:49.990]➜  mkdir -p $WORK/b307/
2025-08-20T21:11:23.0336142Z [00:02:49.991]➜  cat >/tmp/go-build2720400589/b307/importcfg << 'EOF' # internal
2025-08-20T21:11:23.0336587Z [00:02:49.991]➜  # import config
2025-08-20T21:11:23.0337460Z [00:02:49.991]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.0339043Z [00:02:49.991]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:23.0339521Z [00:02:49.991]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.0339944Z [00:02:49.991]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.0340465Z [00:02:49.991]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.0341358Z [00:02:49.991]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.0341973Z [00:02:49.992]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.0342393Z [00:02:49.992]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.0342712Z [00:02:49.992]➜  EOF
2025-08-20T21:11:23.0354619Z [00:02:49.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/private/requestcompression=>github.com/aws/smithy-go@v1.22.3/private/requestcompression;$WORK/b307=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid Gp651DI3ASvsL26bapjr/Gp651DI3ASvsL26bapjr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/private/requestcompression/gzip.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/private/requestcompression/middleware_capture_request_compression.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/private/requestcompression/request_compression.go
2025-08-20T21:11:23.2325933Z [00:02:50.190]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:11:23.2330143Z [00:02:50.191]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/87/875833c32d866070e19b3ad81d989ed8e12e3c5b9740315d213b0b2a8d554fe2-d # internal
2025-08-20T21:11:23.2332791Z [00:02:50.191]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations
2025-08-20T21:11:23.2333963Z [00:02:50.191]➜  mkdir -p $WORK/b313/
2025-08-20T21:11:23.2334433Z [00:02:50.191]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:11:23.2334919Z [00:02:50.191]➜  cat >/tmp/go-build2720400589/b313/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2335265Z [00:02:50.191]➜  # import config
2025-08-20T21:11:23.2335612Z [00:02:50.191]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.2336053Z [00:02:50.191]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.2336534Z [00:02:50.191]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.2337124Z [00:02:50.191]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.2337757Z [00:02:50.191]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.2338288Z [00:02:50.191]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:23.2338717Z [00:02:50.191]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:11:23.2339141Z [00:02:50.191]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.2339554Z [00:02:50.191]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.2339983Z [00:02:50.191]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.2340300Z [00:02:50.191]➜  EOF
2025-08-20T21:11:23.2343138Z [00:02:50.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/customizations;$WORK/b313=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid o8i17fFaajo4wz7zY32D/o8i17fFaajo4wz7zY32D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/customizations/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/customizations/doc.go
2025-08-20T21:11:23.2374672Z [00:02:50.195]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/9c/9c3e2acf9b716397afcf58f0de90382e9b61c54718cb9c25975c93bdade59aeb-d # internal
2025-08-20T21:11:23.2382802Z [00:02:50.196]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T21:11:23.2383426Z [00:02:50.196]➜  mkdir -p $WORK/b316/
2025-08-20T21:11:23.2393092Z [00:02:50.197]➜  cat >/tmp/go-build2720400589/b316/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2394420Z [00:02:50.197]➜  # import config
2025-08-20T21:11:23.2398984Z [00:02:50.197]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.2402206Z [00:02:50.197]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.2402762Z [00:02:50.197]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.2403182Z [00:02:50.197]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.2403608Z [00:02:50.197]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.2403922Z [00:02:50.197]➜  EOF
2025-08-20T21:11:23.2421253Z [00:02:50.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/private/rulesfn=>github.com/aws/smithy-go@v1.22.3/endpoints/private/rulesfn;$WORK/b316=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid GUj7Mi1Xg6bQlBeKuR3m/GUj7Mi1Xg6bQlBeKuR3m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/private/rulesfn/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/private/rulesfn/strings.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/endpoints/private/rulesfn/uri.go
2025-08-20T21:11:23.2424054Z [00:02:50.200]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:11:23.2466988Z [00:02:50.204]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/b2/b24012ffd3ee33ce025cf37758c2ef11b89388aa21357e21364151d0d0e490ca-d # internal
2025-08-20T21:11:23.2489477Z [00:02:50.207]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T21:11:23.2493113Z [00:02:50.207]➜  mkdir -p $WORK/b254/
2025-08-20T21:11:23.2504966Z [00:02:50.208]➜  cat >/tmp/go-build2720400589/b254/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2507185Z [00:02:50.209]➜  # import config
2025-08-20T21:11:23.2507960Z [00:02:50.209]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.2508902Z [00:02:50.209]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.2509515Z [00:02:50.209]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.2510180Z [00:02:50.209]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2720400589/b236/_pkg_.a
2025-08-20T21:11:23.2510832Z [00:02:50.209]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:23.2511447Z [00:02:50.209]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.2512053Z [00:02:50.209]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.2512654Z [00:02:50.209]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2720400589/b255/_pkg_.a
2025-08-20T21:11:23.2513241Z [00:02:50.209]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.2513862Z [00:02:50.209]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.2514547Z [00:02:50.209]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.2515000Z [00:02:50.209]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:23.2515426Z [00:02:50.209]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:23.2515846Z [00:02:50.209]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.2516263Z [00:02:50.209]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.2516574Z [00:02:50.209]➜  EOF
2025-08-20T21:11:23.2520765Z [00:02:50.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware;$WORK/b254=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid NpXXtkLfOK4jdG3COtGW/NpXXtkLfOK4jdG3COtGW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/user_agent.go
2025-08-20T21:11:23.2635965Z [00:02:50.221]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:11:23.2644619Z [00:02:50.222]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/a8/a863c47821e9479e9b98727319cb4b7ef702a87326d22595497d78d01b634bea-d # internal
2025-08-20T21:11:23.2645448Z [00:02:50.222]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T21:11:23.2650476Z [00:02:50.223]➜  mkdir -p $WORK/b256/
2025-08-20T21:11:23.2654189Z [00:02:50.223]➜  cat >/tmp/go-build2720400589/b256/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2658588Z [00:02:50.223]➜  # import config
2025-08-20T21:11:23.2659446Z [00:02:50.224]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.2660037Z [00:02:50.224]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.2660437Z [00:02:50.224]➜  EOF
2025-08-20T21:11:23.2663001Z [00:02:50.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67;$WORK/b256=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid P6HVo34I3SR_xjXMfAfY/P6HVo34I3SR_xjXMfAfY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/static_provider.go
2025-08-20T21:11:23.2672600Z [00:02:50.225]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:11:23.2685598Z [00:02:50.226]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/6b/6b4e4d732b46d22d29b10f03806b89770a8370ca5d8bf7c8c56493761f4d9046-d # internal
2025-08-20T21:11:23.2688221Z [00:02:50.226]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T21:11:23.2689107Z [00:02:50.226]➜  mkdir -p $WORK/b267/
2025-08-20T21:11:23.2690019Z [00:02:50.227]➜  cat >/tmp/go-build2720400589/b267/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2690437Z [00:02:50.227]➜  # import config
2025-08-20T21:11:23.2690787Z [00:02:50.227]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.2691209Z [00:02:50.227]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.2691659Z [00:02:50.227]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.2692111Z [00:02:50.227]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.2692615Z [00:02:50.227]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.2693236Z [00:02:50.227]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2720400589/b268/_pkg_.a
2025-08-20T21:11:23.2693752Z [00:02:50.227]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.2694150Z [00:02:50.227]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.2695150Z [00:02:50.227]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:23.2695656Z [00:02:50.227]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:23.2696078Z [00:02:50.227]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.2696386Z [00:02:50.227]➜  EOF
2025-08-20T21:11:23.2698887Z [00:02:50.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds;$WORK/b267=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid zbeqI15Dy8kevHkD4qR0/zbeqI15Dy8kevHkD4qR0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds/provider.go
2025-08-20T21:11:23.2839088Z [00:02:50.242]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:11:23.2852190Z [00:02:50.243]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/8f/8fea2aff473f18d61686356763204248c199673b6f68d907b80b96a0a0e032dd-d # internal
2025-08-20T21:11:23.2859775Z [00:02:50.244]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T21:11:23.2862298Z [00:02:50.244]➜  mkdir -p $WORK/b274/
2025-08-20T21:11:23.2873387Z [00:02:50.245]➜  cat >/tmp/go-build2720400589/b274/importcfg << 'EOF' # internal
2025-08-20T21:11:23.2875464Z [00:02:50.245]➜  # import config
2025-08-20T21:11:23.2876310Z [00:02:50.245]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.2876909Z [00:02:50.245]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.2877427Z [00:02:50.245]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:23.2877859Z [00:02:50.245]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.2878298Z [00:02:50.245]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.2878603Z [00:02:50.245]➜  EOF
2025-08-20T21:11:23.2884820Z [00:02:50.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults;$WORK/b274=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid MTNrtjbE_JSiK1uA_UVD/MTNrtjbE_JSiK1uA_UVD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/doc.go
2025-08-20T21:11:23.2988715Z [00:02:50.257]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:11:23.3079953Z [00:02:50.266]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:11:23.3092039Z [00:02:50.267]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/b5/b544289d28c76e467c85e3cbd7022e58a722c14ef4095e89eb3bbdcfe96e8c95-d # internal
2025-08-20T21:11:23.3097501Z [00:02:50.268]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T21:11:23.3101579Z [00:02:50.268]➜  mkdir -p $WORK/b277/
2025-08-20T21:11:23.3106902Z [00:02:50.268]➜  cat >/tmp/go-build2720400589/b277/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3107376Z [00:02:50.268]➜  # import config
2025-08-20T21:11:23.3107754Z [00:02:50.268]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:23.3108231Z [00:02:50.268]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:23.3108774Z [00:02:50.268]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3109760Z [00:02:50.268]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2720400589/b278/_pkg_.a
2025-08-20T21:11:23.3110401Z [00:02:50.269]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.3110838Z [00:02:50.269]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.3111268Z [00:02:50.269]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.3111688Z [00:02:50.269]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:23.3112109Z [00:02:50.269]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.3115073Z [00:02:50.269]➜  EOF
2025-08-20T21:11:23.3123141Z [00:02:50.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4;$WORK/b277=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid rGPD1XQ_JoTEdPfiClc7/rGPD1XQ_JoTEdPfiClc7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/util.go
2025-08-20T21:11:23.3131128Z [00:02:50.270]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/5d/5d217a2948bbafea2c441367708ecf5f207519d0fbd4177c374e8c9586571b4e-d # internal
2025-08-20T21:11:23.3131780Z [00:02:50.270]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T21:11:23.3136453Z [00:02:50.271]➜  mkdir -p $WORK/b282/
2025-08-20T21:11:23.3139981Z [00:02:50.272]➜  cat >/tmp/go-build2720400589/b282/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3140372Z [00:02:50.272]➜  # import config
2025-08-20T21:11:23.3140724Z [00:02:50.272]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.3143142Z [00:02:50.272]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3149683Z [00:02:50.272]➜  EOF
2025-08-20T21:11:23.3152603Z [00:02:50.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34;$WORK/b282=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid 0f1Sm-3JKZBfScOEJQdt/0f1Sm-3JKZBfScOEJQdt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/go_module_metadata.go
2025-08-20T21:11:23.3173500Z [00:02:50.275]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:11:23.3180338Z [00:02:50.276]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/d3/d3549ae097e30c53e384ec2a1c87682c57fd1d56ce140fca31c4935ac9d380d7-d # internal
2025-08-20T21:11:23.3181151Z [00:02:50.276]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T21:11:23.3181597Z [00:02:50.276]➜  mkdir -p $WORK/b283/
2025-08-20T21:11:23.3182088Z [00:02:50.276]➜  cat >/tmp/go-build2720400589/b283/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3182563Z [00:02:50.276]➜  # import config
2025-08-20T21:11:23.3183360Z [00:02:50.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.3184065Z [00:02:50.276]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3184815Z [00:02:50.276]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.3185397Z [00:02:50.276]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.3185866Z [00:02:50.276]➜  EOF
2025-08-20T21:11:23.3188013Z [00:02:50.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints;$WORK/b283=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid kH-vWA0lBe3FxfC3NH4T/kH-vWA0lBe3FxfC3NH4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/endpoints.go
2025-08-20T21:11:23.3234667Z [00:02:50.281]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:11:23.3259945Z [00:02:50.284]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/fd/fdb42fab0c455b091162bd88c97630f36b02725a3b11cfbdf6e4b9fb8c306078-d # internal
2025-08-20T21:11:23.3263725Z [00:02:50.284]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T21:11:23.3264108Z [00:02:50.284]➜  mkdir -p $WORK/b253/
2025-08-20T21:11:23.3264924Z [00:02:50.284]➜  cat >/tmp/go-build2720400589/b253/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3265277Z [00:02:50.284]➜  # import config
2025-08-20T21:11:23.3265621Z [00:02:50.284]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.3266064Z [00:02:50.284]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:23.3266501Z [00:02:50.284]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.3266916Z [00:02:50.284]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.3267444Z [00:02:50.284]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3268080Z [00:02:50.284]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.3268674Z [00:02:50.284]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.3269255Z [00:02:50.284]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.3269868Z [00:02:50.284]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.3270487Z [00:02:50.284]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.3270996Z [00:02:50.284]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.3271396Z [00:02:50.284]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.3271823Z [00:02:50.284]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.3272251Z [00:02:50.284]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:23.3272669Z [00:02:50.284]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:23.3273078Z [00:02:50.284]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.3273386Z [00:02:50.284]➜  EOF
2025-08-20T21:11:23.3277214Z [00:02:50.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http;$WORK/b253=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid beZXUsXHCmb4u44iq7NX/beZXUsXHCmb4u44iq7NX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/timeout_read_closer.go
2025-08-20T21:11:23.3363812Z [00:02:50.294]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:11:23.3376418Z [00:02:50.295]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/e4/e46af41a3a53bd602cf09acd80037f2add2bb66557e5629b44f64c5fb4b37cf3-d # internal
2025-08-20T21:11:23.3386161Z [00:02:50.296]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T21:11:23.3393821Z [00:02:50.297]➜  mkdir -p $WORK/b259/
2025-08-20T21:11:23.3402852Z [00:02:50.298]➜  cat >/tmp/go-build2720400589/b259/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3406931Z [00:02:50.298]➜  # import config
2025-08-20T21:11:23.3408865Z [00:02:50.298]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.3410381Z [00:02:50.298]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.3411326Z [00:02:50.298]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.3411994Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3412908Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.3414590Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2720400589/b260/_pkg_.a
2025-08-20T21:11:23.3415358Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:11:23.3416056Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2720400589/b236/_pkg_.a
2025-08-20T21:11:23.3416709Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:23.3417508Z [00:02:50.298]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2720400589/b262/_pkg_.a
2025-08-20T21:11:23.3418128Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.3418704Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.3419297Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:23.3419914Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.3420514Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.3421131Z [00:02:50.299]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.3421651Z [00:02:50.299]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:23.3422428Z [00:02:50.299]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.3422944Z [00:02:50.299]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.3423375Z [00:02:50.299]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.3423802Z [00:02:50.299]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.3424232Z [00:02:50.299]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:23.3424798Z [00:02:50.299]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.3425115Z [00:02:50.299]➜  EOF
2025-08-20T21:11:23.3430696Z [00:02:50.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry;$WORK/b259=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid NxTyS8xwsUlFoAHngKWE/NxTyS8xwsUlFoAHngKWE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/timeout_error.go
2025-08-20T21:11:23.3456721Z [00:02:50.304]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:11:23.3471706Z [00:02:50.305]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/42/4297d36fe6df4c2feef291aeb2e982b4300fdbbf35b045b0caabd76a13d406cb-d # internal
2025-08-20T21:11:23.3472488Z [00:02:50.305]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T21:11:23.3472832Z [00:02:50.305]➜  mkdir -p $WORK/b287/
2025-08-20T21:11:23.3484855Z [00:02:50.306]➜  cat >/tmp/go-build2720400589/b287/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3485461Z [00:02:50.306]➜  # import config
2025-08-20T21:11:23.3485806Z [00:02:50.306]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.3486311Z [00:02:50.306]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3486923Z [00:02:50.306]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.3487429Z [00:02:50.306]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.3487855Z [00:02:50.306]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.3488172Z [00:02:50.306]➜  EOF
2025-08-20T21:11:23.3490623Z [00:02:50.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34;$WORK/b287=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid OtjMIToEAFduAd76A74E/OtjMIToEAFduAd76A74E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34/go_module_metadata.go
2025-08-20T21:11:23.3849696Z [00:02:50.343]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:11:23.3873704Z [00:02:50.345]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/4e/4e4e207bbd46ee2f0ac8b6277d36a53603c3d24ad7e5910a5f6677f346a565c6-d # internal
2025-08-20T21:11:23.3883660Z [00:02:50.346]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T21:11:23.3891270Z [00:02:50.347]➜  mkdir -p $WORK/b276/
2025-08-20T21:11:23.3899205Z [00:02:50.348]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:11:23.3907381Z [00:02:50.349]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/8a/8a92d191a16b47e889c35de758c018e0f32e8b41071e9b620d639d6c61b4bc46-d # internal
2025-08-20T21:11:23.3908111Z [00:02:50.349]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T21:11:23.3908478Z [00:02:50.349]➜  mkdir -p $WORK/b286/
2025-08-20T21:11:23.3921304Z [00:02:50.350]➜  cat >/tmp/go-build2720400589/b276/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3922128Z [00:02:50.350]➜  # import config
2025-08-20T21:11:23.3922819Z [00:02:50.350]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.3923565Z [00:02:50.350]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:23.3924467Z [00:02:50.350]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:23.3925237Z [00:02:50.350]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.3926679Z [00:02:50.350]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3928937Z [00:02:50.350]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.3932422Z [00:02:50.350]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2720400589/b277/_pkg_.a
2025-08-20T21:11:23.3934738Z [00:02:50.350]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:11:23.3936821Z [00:02:50.350]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:23.3939027Z [00:02:50.350]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.3943545Z [00:02:50.350]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.3944423Z [00:02:50.350]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.3945095Z [00:02:50.350]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.3945720Z [00:02:50.350]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.3946240Z [00:02:50.350]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:23.3946652Z [00:02:50.350]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.3947086Z [00:02:50.350]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.3947548Z [00:02:50.350]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:23.3947999Z [00:02:50.350]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.3948420Z [00:02:50.350]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:23.3948835Z [00:02:50.350]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.3949282Z [00:02:50.350]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.3949698Z [00:02:50.350]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.3950006Z [00:02:50.350]➜  EOF
2025-08-20T21:11:23.3953236Z [00:02:50.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4;$WORK/b276=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid cNB6NvwagUfa-EWUps_H/cNB6NvwagUfa-EWUps_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/v4.go
2025-08-20T21:11:23.3956116Z [00:02:50.352]➜  cat >/tmp/go-build2720400589/b286/importcfg << 'EOF' # internal
2025-08-20T21:11:23.3956472Z [00:02:50.352]➜  # import config
2025-08-20T21:11:23.3956896Z [00:02:50.352]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.3957555Z [00:02:50.352]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:11:23.3958209Z [00:02:50.352]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.3958709Z [00:02:50.352]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.3959022Z [00:02:50.352]➜  EOF
2025-08-20T21:11:23.3961259Z [00:02:50.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_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/b286=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid lsI2AxsGrPpWwLaNDTw3/lsI2AxsGrPpWwLaNDTw3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints/endpoints.go
2025-08-20T21:11:23.3969616Z [00:02:50.355]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:11:23.3988831Z [00:02:50.356]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/16/162d77e3fb49ead3d7b32adcda55f3708905014dc843cc951906551c82fc6e10-d # internal
2025-08-20T21:11:23.4006580Z [00:02:50.358]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T21:11:23.4008582Z [00:02:50.358]➜  mkdir -p $WORK/b292/
2025-08-20T21:11:23.4009072Z [00:02:50.359]➜  cat >/tmp/go-build2720400589/b292/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4009436Z [00:02:50.359]➜  # import config
2025-08-20T21:11:23.4009897Z [00:02:50.359]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.4010569Z [00:02:50.359]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:11:23.4011229Z [00:02:50.359]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.4011734Z [00:02:50.359]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.4012049Z [00:02:50.359]➜  EOF
2025-08-20T21:11:23.4014621Z [00:02:50.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_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/b292=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid MIlbQJseSiZHyFAhbMZZ/MIlbQJseSiZHyFAhbMZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints/endpoints.go
2025-08-20T21:11:23.4222988Z [00:02:50.380]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:11:23.4235494Z [00:02:50.381]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/ab/ab934b1264bd9d16a58083e14caabe67e4435a02f35c3845fd6e4765ecf84d61-d # internal
2025-08-20T21:11:23.4237422Z [00:02:50.382]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T21:11:23.4243237Z [00:02:50.382]➜  mkdir -p $WORK/b303/
2025-08-20T21:11:23.4253877Z [00:02:50.383]➜  cat >/tmp/go-build2720400589/b303/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4254620Z [00:02:50.383]➜  # import config
2025-08-20T21:11:23.4255074Z [00:02:50.383]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.4255747Z [00:02:50.383]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:11:23.4256428Z [00:02:50.383]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.4256941Z [00:02:50.383]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.4257259Z [00:02:50.383]➜  EOF
2025-08-20T21:11:23.4259551Z [00:02:50.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints;$WORK/b303=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid HRHattHPUVclvQftY10p/HRHattHPUVclvQftY10p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints/endpoints.go
2025-08-20T21:11:23.4320264Z [00:02:50.390]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:11:23.4328412Z [00:02:50.390]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/5c/5cfb28738fcbd5e53100582571d7a3122d06c0a80f4cbbcb816af8be9134e6bc-d # internal
2025-08-20T21:11:23.4329205Z [00:02:50.391]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints
2025-08-20T21:11:23.4329591Z [00:02:50.391]➜  mkdir -p $WORK/b314/
2025-08-20T21:11:23.4331138Z [00:02:50.391]➜  cat >/tmp/go-build2720400589/b314/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4332175Z [00:02:50.391]➜  # import config
2025-08-20T21:11:23.4333021Z [00:02:50.391]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.4334442Z [00:02:50.391]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:11:23.4335706Z [00:02:50.391]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.4336530Z [00:02:50.391]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:23.4337378Z [00:02:50.391]➜  EOF
2025-08-20T21:11:23.4340246Z [00:02:50.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/endpoints;$WORK/b314=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid uun8HqzhZTI7fVMP7zxR/uun8HqzhZTI7fVMP7zxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/internal/endpoints/endpoints.go
2025-08-20T21:11:23.4558155Z [00:02:50.413]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:11:23.4564923Z [00:02:50.414]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/06/0669245600df66784e13c88052ea3cff01031827632c3e5f2427aa1fb3cbd87f-d # internal
2025-08-20T21:11:23.4567858Z [00:02:50.415]➜  github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery
2025-08-20T21:11:23.4569080Z [00:02:50.415]➜  mkdir -p $WORK/b315/
2025-08-20T21:11:23.4572954Z [00:02:50.415]➜  cat >/tmp/go-build2720400589/b315/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4575121Z [00:02:50.415]➜  # import config
2025-08-20T21:11:23.4576054Z [00:02:50.415]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.4576849Z [00:02:50.415]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.4577849Z [00:02:50.415]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.4578810Z [00:02:50.415]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.4580154Z [00:02:50.415]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.4580772Z [00:02:50.415]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.4581423Z [00:02:50.415]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.4581950Z [00:02:50.415]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.4582367Z [00:02:50.415]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:23.4582804Z [00:02:50.415]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.4583244Z [00:02:50.415]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.4583557Z [00:02:50.415]➜  EOF
2025-08-20T21:11:23.4587684Z [00:02:50.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15=>github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15;$WORK/b315=>" -p github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery -lang=go1.22 -complete -installsuffix shared -buildid PlK8mX_HJRk2i4jx2mQE/PlK8mX_HJRk2i4jx2mQE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15/endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery@v1.10.15/middleware.go
2025-08-20T21:11:23.4830792Z [00:02:50.441]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:11:23.4837975Z [00:02:50.441]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/49/495ea471df7e2ef49956ed41562efc89a790a31a64f6d3b16864353534bcc1b9-d # internal
2025-08-20T21:11:23.4849519Z [00:02:50.443]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
2025-08-20T21:11:23.4853949Z [00:02:50.443]➜  mkdir -p $WORK/b340/
2025-08-20T21:11:23.4854894Z [00:02:50.443]➜  cat >/tmp/go-build2720400589/b340/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4855588Z [00:02:50.443]➜  # import config
2025-08-20T21:11:23.4856470Z [00:02:50.443]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.4857104Z [00:02:50.443]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.4857652Z [00:02:50.443]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.4858218Z [00:02:50.443]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.4858938Z [00:02:50.443]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:23.4859816Z [00:02:50.443]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:23.4860675Z [00:02:50.443]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:23.4862396Z [00:02:50.443]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build2720400589/b334/_pkg_.a
2025-08-20T21:11:23.4864944Z [00:02:50.443]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:23.4865542Z [00:02:50.443]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.4865985Z [00:02:50.443]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:23.4866650Z [00:02:50.443]➜  EOF
2025-08-20T21:11:23.4877460Z [00:02:50.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_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/b340=>" -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/b340/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-20T21:11:23.4880727Z [00:02:50.445]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:11:23.4898355Z [00:02:50.448]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/fc/fcde9b822a3ad2d1a4261cc365233162fca785e84e94a6012b77f485c2dee28f-d # internal
2025-08-20T21:11:23.4911539Z [00:02:50.449]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T21:11:23.4912320Z [00:02:50.449]➜  mkdir -p $WORK/b281/
2025-08-20T21:11:23.4914196Z [00:02:50.449]➜  cat >/tmp/go-build2720400589/b281/importcfg << 'EOF' # internal
2025-08-20T21:11:23.4914702Z [00:02:50.449]➜  # import config
2025-08-20T21:11:23.4915057Z [00:02:50.449]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.4915849Z [00:02:50.449]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.4916355Z [00:02:50.449]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.4916980Z [00:02:50.449]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.4917640Z [00:02:50.449]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:11:23.4918311Z [00:02:50.449]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:23.4918900Z [00:02:50.449]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.4919459Z [00:02:50.449]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:23.4920053Z [00:02:50.449]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2720400589/b239/_pkg_.a
2025-08-20T21:11:23.4920664Z [00:02:50.449]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.4921280Z [00:02:50.449]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.4921796Z [00:02:50.449]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.4922107Z [00:02:50.449]➜  EOF
2025-08-20T21:11:23.4925768Z [00:02:50.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy;$WORK/b281=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid qgOeztRVA3GNLg3xrSA-/qgOeztRVA3GNLg3xrSA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/v4signer_adapter.go
2025-08-20T21:11:23.4928895Z [00:02:50.449]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:11:23.4957554Z [00:02:50.453]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/48/4842d09b4f6f2952a1821bf73856082ef102de6df8b35e7b8d98b920faab67af-d # internal
2025-08-20T21:11:23.4989380Z [00:02:50.457]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T21:11:23.5003718Z [00:02:50.457]➜  mkdir -p $WORK/b258/
2025-08-20T21:11:23.5004147Z [00:02:50.457]➜  cat >/tmp/go-build2720400589/b258/importcfg << 'EOF' # internal
2025-08-20T21:11:23.5004627Z [00:02:50.457]➜  # import config
2025-08-20T21:11:23.5005002Z [00:02:50.457]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.5005428Z [00:02:50.457]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.5005882Z [00:02:50.457]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.5006326Z [00:02:50.457]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.5006739Z [00:02:50.457]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.5007253Z [00:02:50.457]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.5007888Z [00:02:50.457]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.5008528Z [00:02:50.457]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.5009186Z [00:02:50.457]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.5010308Z [00:02:50.457]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2720400589/b263/_pkg_.a
2025-08-20T21:11:23.5010978Z [00:02:50.457]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.5011534Z [00:02:50.457]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:11:23.5012110Z [00:02:50.457]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.5012724Z [00:02:50.457]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.5013376Z [00:02:50.457]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.5013888Z [00:02:50.457]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.5017712Z [00:02:50.457]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:23.5018346Z [00:02:50.457]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.5018779Z [00:02:50.457]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.5019213Z [00:02:50.457]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.5019626Z [00:02:50.457]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.5020033Z [00:02:50.457]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:23.5020450Z [00:02:50.457]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.5020883Z [00:02:50.457]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.5021303Z [00:02:50.457]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:23.5021735Z [00:02:50.457]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.5022165Z [00:02:50.457]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.5022484Z [00:02:50.457]➜  EOF
2025-08-20T21:11:23.5029213Z [00:02:50.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_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/b258=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid h9W4CgVT5qF5-jKEwLOz/h9W4CgVT5qF5-jKEwLOz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/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-20T21:11:23.5283689Z [00:02:50.486]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:11:23.5312696Z [00:02:50.489]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/19/195481df9adec76bb7f7b3bd2bee8a8d30b9dd85be18e21930fa2a9a68c67b68-d # internal
2025-08-20T21:11:23.5325473Z [00:02:50.489]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T21:11:23.5325906Z [00:02:50.489]➜  mkdir -p $WORK/b266/
2025-08-20T21:11:23.5326289Z [00:02:50.489]➜  cat >/tmp/go-build2720400589/b266/importcfg << 'EOF' # internal
2025-08-20T21:11:23.5326637Z [00:02:50.489]➜  # import config
2025-08-20T21:11:23.5326982Z [00:02:50.489]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.5327437Z [00:02:50.489]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.5327899Z [00:02:50.489]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.5328410Z [00:02:50.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.5329037Z [00:02:50.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.5329672Z [00:02:50.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.5330341Z [00:02:50.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.5330949Z [00:02:50.489]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.5331530Z [00:02:50.489]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.5341363Z [00:02:50.489]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.5341988Z [00:02:50.489]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.5342421Z [00:02:50.489]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.5342853Z [00:02:50.489]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.5343271Z [00:02:50.489]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.5343592Z [00:02:50.489]➜  EOF
2025-08-20T21:11:23.5347755Z [00:02:50.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client;$WORK/b266=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid _mXGrNguHaHv7yTkLtNV/_mXGrNguHaHv7yTkLtNV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/middleware.go
2025-08-20T21:11:23.5351075Z [00:02:50.490]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:11:23.5351757Z [00:02:50.491]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/46/465f6f85a115aae0df7dd71ddfdf5752293f7836da724107814e1c951f8130c9-d # internal
2025-08-20T21:11:23.5352344Z [00:02:50.491]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T21:11:23.5352651Z [00:02:50.491]➜  mkdir -p $WORK/b273/
2025-08-20T21:11:23.5353020Z [00:02:50.491]➜  cat >/tmp/go-build2720400589/b273/importcfg << 'EOF' # internal
2025-08-20T21:11:23.5353364Z [00:02:50.491]➜  # import config
2025-08-20T21:11:23.5353708Z [00:02:50.491]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.5354129Z [00:02:50.491]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.5354752Z [00:02:50.491]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.5355203Z [00:02:50.491]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.5355866Z [00:02:50.491]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.5356377Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.5356994Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:11:23.5357646Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.5358343Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2720400589/b275/_pkg_.a
2025-08-20T21:11:23.5359009Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.5359641Z [00:02:50.491]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.5360306Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.5360980Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:11:23.5361657Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:11:23.5362369Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:11:23.5363072Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:11:23.5363823Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:11:23.5364788Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:11:23.5365544Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2720400589/b286/_pkg_.a
2025-08-20T21:11:23.5366283Z [00:02:50.492]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2720400589/b288/_pkg_.a
2025-08-20T21:11:23.5366887Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.5371938Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:23.5372655Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:23.5373551Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.5374394Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:11:23.5375040Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:11:23.5375616Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.5376217Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:23.5376820Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.5377408Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:11:23.5377975Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:11:23.5378561Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.5379179Z [00:02:50.492]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.5379689Z [00:02:50.492]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.5380113Z [00:02:50.492]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:23.5380780Z [00:02:50.492]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.5381203Z [00:02:50.492]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.5381630Z [00:02:50.492]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.5382039Z [00:02:50.492]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.5382451Z [00:02:50.492]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.5382892Z [00:02:50.492]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.5383331Z [00:02:50.492]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.5383664Z [00:02:50.492]➜  EOF
2025-08-20T21:11:23.5389249Z [00:02:50.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_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/b273=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid 82YB-AlvISjtKmT5WwFF/82YB-AlvISjtKmT5WwFF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/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-20T21:11:23.5394175Z [00:02:50.495]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:11:23.5408246Z [00:02:50.499]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/82/823b58313e9adcb2258c349473315cbf0f9a38da188d7625afe37b503d1cb293-d # internal
2025-08-20T21:11:23.5421334Z [00:02:50.500]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T21:11:23.5428441Z [00:02:50.501]➜  mkdir -p $WORK/b291/
2025-08-20T21:11:23.5438143Z [00:02:50.502]➜  cat >/tmp/go-build2720400589/b291/importcfg << 'EOF' # internal
2025-08-20T21:11:23.5450108Z [00:02:50.502]➜  # import config
2025-08-20T21:11:23.5450485Z [00:02:50.502]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.5450916Z [00:02:50.502]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.5451387Z [00:02:50.502]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.5451828Z [00:02:50.502]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.5452239Z [00:02:50.502]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.5452745Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.5453364Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:11:23.5454030Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.5454915Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2720400589/b275/_pkg_.a
2025-08-20T21:11:23.5455582Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.5456544Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.5457217Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.5457880Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:11:23.5458558Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:11:23.5459284Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:11:23.5459995Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:11:23.5460737Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:11:23.5461481Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:11:23.5462247Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2720400589/b292/_pkg_.a
2025-08-20T21:11:23.5463012Z [00:02:50.502]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2720400589/b293/_pkg_.a
2025-08-20T21:11:23.5463628Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.5464190Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:23.5466957Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:23.5467613Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.5468272Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2720400589/b294/_pkg_.a
2025-08-20T21:11:23.5468899Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:11:23.5469479Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:11:23.5470052Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.5470639Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:23.5471510Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.5472177Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:11:23.5472743Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:11:23.5473322Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.5473944Z [00:02:50.502]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.5474665Z [00:02:50.502]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.5475074Z [00:02:50.502]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.5475495Z [00:02:50.502]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.5475920Z [00:02:50.502]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.5476338Z [00:02:50.502]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.5476751Z [00:02:50.502]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.5477191Z [00:02:50.502]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.5477621Z [00:02:50.502]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.5478169Z [00:02:50.502]➜  EOF
2025-08-20T21:11:23.5495398Z [00:02:50.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_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/b291=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid ugVdKbcUEMITiytJwk3e/ugVdKbcUEMITiytJwk3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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-20T21:11:23.5971910Z [00:02:50.555]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:11:23.6009111Z [00:02:50.558]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/c8/c8c436e9b99ca33fcd07bb594178c1247e9e4de89b161ab2df2ac3ef54c0077f-d # internal
2025-08-20T21:11:23.6014762Z [00:02:50.559]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T21:11:23.6015201Z [00:02:50.559]➜  mkdir -p $WORK/b265/
2025-08-20T21:11:23.6015584Z [00:02:50.559]➜  cat >/tmp/go-build2720400589/b265/importcfg << 'EOF' # internal
2025-08-20T21:11:23.6015923Z [00:02:50.559]➜  # import config
2025-08-20T21:11:23.6016268Z [00:02:50.559]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.6016688Z [00:02:50.559]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.6017201Z [00:02:50.559]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.6018304Z [00:02:50.559]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2720400589/b266/_pkg_.a
2025-08-20T21:11:23.6019117Z [00:02:50.559]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.6019639Z [00:02:50.559]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.6020073Z [00:02:50.559]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.6020405Z [00:02:50.559]➜  EOF
2025-08-20T21:11:23.6022603Z [00:02:50.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds;$WORK/b265=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid bWyJR6OctwY2OI-bklVQ/bWyJR6OctwY2OI-bklVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/provider.go
2025-08-20T21:11:23.6092615Z [00:02:50.567]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:11:23.6116063Z [00:02:50.569]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/d8/d8e4f6b2b9c4bd6020fc4fcc3d68b324617adc2a0629eec64f8bc318029a8089-d # internal
2025-08-20T21:11:23.6116758Z [00:02:50.569]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T21:11:23.6117489Z [00:02:50.569]➜  mkdir -p $WORK/b257/
2025-08-20T21:11:23.6165000Z [00:02:50.572]➜  cat >/tmp/go-build2720400589/b257/importcfg << 'EOF' # internal
2025-08-20T21:11:23.6165517Z [00:02:50.572]➜  # import config
2025-08-20T21:11:23.6165868Z [00:02:50.572]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:23.6168232Z [00:02:50.572]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.6168699Z [00:02:50.572]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.6169166Z [00:02:50.572]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.6169681Z [00:02:50.572]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.6170327Z [00:02:50.573]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2720400589/b258/_pkg_.a
2025-08-20T21:11:23.6170992Z [00:02:50.573]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2720400589/b236/_pkg_.a
2025-08-20T21:11:23.6171653Z [00:02:50.573]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:23.6172243Z [00:02:50.573]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.6172813Z [00:02:50.573]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.6173415Z [00:02:50.573]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.6173930Z [00:02:50.573]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:23.6174505Z [00:02:50.573]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:23.6174996Z [00:02:50.573]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.6175414Z [00:02:50.573]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.6175734Z [00:02:50.573]➜  EOF
2025-08-20T21:11:23.6178592Z [00:02:50.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds;$WORK/b257=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid ngx3cKGZ5p1JBDBE2Ior/ngx3cKGZ5p1JBDBE2Ior -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds/provider.go
2025-08-20T21:11:23.6258154Z [00:02:50.584]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:11:23.6265308Z [00:02:50.584]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/91/91f46ed68b77610f48511e2225e9e9d033a4ab076ec704e081fb91bdd70e83d1-d # internal
2025-08-20T21:11:23.6265999Z [00:02:50.584]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T21:11:23.6266392Z [00:02:50.584]➜  mkdir -p $WORK/b302/
2025-08-20T21:11:23.6270048Z [00:02:50.585]➜  cat >/tmp/go-build2720400589/b302/importcfg << 'EOF' # internal
2025-08-20T21:11:23.6270425Z [00:02:50.585]➜  # import config
2025-08-20T21:11:23.6270774Z [00:02:50.585]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.6271201Z [00:02:50.585]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.6271769Z [00:02:50.585]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.6272422Z [00:02:50.585]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.6273052Z [00:02:50.585]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.6273458Z [00:02:50.585]➜  EOF
2025-08-20T21:11:23.6277001Z [00:02:50.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_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/b302=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid IFLuhepbYNmZ9CW8-41F/IFLuhepbYNmZ9CW8-41F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/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-20T21:11:23.6486159Z [00:02:50.606]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:11:23.6495909Z [00:02:50.607]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/d0/d0053174898ac253b558651bb9d8f5d89a580e63836a7e4c8fdddd48e466a9e5-d # internal
2025-08-20T21:11:23.6547302Z [00:02:50.613]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:11:23.6562238Z [00:02:50.614]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/cf/cf4f3d8b789024f4852d4470dba089e0f9d8b515f1678dff8cb2d7ee4bec9d02-d # internal
2025-08-20T21:11:23.6624508Z [00:02:50.620]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T21:11:23.6638609Z [00:02:50.621]➜  mkdir -p $WORK/b297/
2025-08-20T21:11:23.6640518Z [00:02:50.621]➜  cat >/tmp/go-build2720400589/b297/importcfg << 'EOF' # internal
2025-08-20T21:11:23.6640894Z [00:02:50.621]➜  # import config
2025-08-20T21:11:23.6641248Z [00:02:50.621]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.6641676Z [00:02:50.621]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.6642126Z [00:02:50.621]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:23.6642584Z [00:02:50.621]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.6642998Z [00:02:50.621]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.6643504Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.6644122Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:11:23.6644995Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.6645950Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2720400589/b299/_pkg_.a
2025-08-20T21:11:23.6646709Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2720400589/b300/_pkg_.a
2025-08-20T21:11:23.6647355Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.6647996Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.6648669Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.6649333Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:11:23.6650004Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:11:23.6650727Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:11:23.6651436Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:11:23.6652174Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:11:23.6653147Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:11:23.6653904Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2720400589/b301/_pkg_.a
2025-08-20T21:11:23.6654891Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2720400589/b302/_pkg_.a
2025-08-20T21:11:23.6655681Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2720400589/b303/_pkg_.a
2025-08-20T21:11:23.6656421Z [00:02:50.621]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2720400589/b304/_pkg_.a
2025-08-20T21:11:23.6657032Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.6657589Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:23.6658174Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:23.6658829Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.6659482Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2720400589/b305/_pkg_.a
2025-08-20T21:11:23.6660095Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:11:23.6660676Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:11:23.6661259Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.6661850Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:23.6662458Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.6663051Z [00:02:50.621]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:11:23.6663616Z [00:02:50.622]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:11:23.6664195Z [00:02:50.622]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.6666915Z [00:02:50.622]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.6667433Z [00:02:50.622]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.6668043Z [00:02:50.622]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.6668542Z [00:02:50.622]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.6668977Z [00:02:50.622]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.6669385Z [00:02:50.622]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.6669789Z [00:02:50.622]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:23.6670217Z [00:02:50.622]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:23.6670641Z [00:02:50.622]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.6671081Z [00:02:50.622]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.6671508Z [00:02:50.622]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.6671815Z [00:02:50.622]➜  EOF
2025-08-20T21:11:23.6679167Z [00:02:50.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19;$WORK/b297=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid nI2KEng1Yk37QdUVmOfW/nI2KEng1Yk37QdUVmOfW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/validators.go
2025-08-20T21:11:23.6846243Z [00:02:50.640]➜  github.com/aws/aws-sdk-go-v2/service/dynamodb
2025-08-20T21:11:23.6849394Z [00:02:50.640]➜  mkdir -p $WORK/b311/
2025-08-20T21:11:23.6859442Z [00:02:50.643]➜  cat >/tmp/go-build2720400589/b311/importcfg << 'EOF' # internal
2025-08-20T21:11:23.6873380Z [00:02:50.643]➜  # import config
2025-08-20T21:11:23.6873773Z [00:02:50.643]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:23.6874212Z [00:02:50.643]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.6874790Z [00:02:50.643]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:23.6875272Z [00:02:50.643]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:23.6875749Z [00:02:50.643]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:23.6876194Z [00:02:50.643]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.6876607Z [00:02:50.643]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.6877363Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:23.6878095Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:11:23.6878754Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:11:23.6879444Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2720400589/b275/_pkg_.a
2025-08-20T21:11:23.6880115Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:23.6880749Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:11:23.6881418Z [00:02:50.643]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:23.6882092Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:11:23.6882777Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:11:23.6883466Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build2720400589/b312/_pkg_.a
2025-08-20T21:11:23.6884168Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:11:23.6886764Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:11:23.6887516Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:11:23.6888254Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:11:23.6889058Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations=/tmp/go-build2720400589/b313/_pkg_.a
2025-08-20T21:11:23.6889915Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints=/tmp/go-build2720400589/b314/_pkg_.a
2025-08-20T21:11:23.6890682Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build2720400589/b309/_pkg_.a
2025-08-20T21:11:23.6891443Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2720400589/b301/_pkg_.a
2025-08-20T21:11:23.6892265Z [00:02:50.644]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery=/tmp/go-build2720400589/b315/_pkg_.a
2025-08-20T21:11:23.6892936Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:11:23.6893497Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:11:23.6894092Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:11:23.6894919Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:11:23.6895581Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2720400589/b294/_pkg_.a
2025-08-20T21:11:23.6896193Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:11:23.6896875Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build2720400589/b316/_pkg_.a
2025-08-20T21:11:23.6897508Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:11:23.6898087Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:23.6898672Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:11:23.6899473Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:23.6900136Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:11:23.6900701Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2720400589/b255/_pkg_.a
2025-08-20T21:11:23.6901264Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:11:23.6901847Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:11:23.6902463Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:11:23.6903069Z [00:02:50.644]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2720400589/b317/_pkg_.a
2025-08-20T21:11:23.6903560Z [00:02:50.644]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:23.6903980Z [00:02:50.644]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:23.6904622Z [00:02:50.644]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:23.6905043Z [00:02:50.644]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:23.6905463Z [00:02:50.644]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.6905892Z [00:02:50.644]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:23.6906518Z [00:02:50.644]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:23.6906919Z [00:02:50.644]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:23.6907336Z [00:02:50.644]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:23.6907775Z [00:02:50.644]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:23.6908205Z [00:02:50.644]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:23.6908510Z [00:02:50.644]➜  EOF
2025-08-20T21:11:23.6934154Z [00:02:50.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0=>github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0;$WORK/b311=>" -p github.com/aws/aws-sdk-go-v2/service/dynamodb -lang=go1.22 -complete -installsuffix shared -buildid sRnUzWpJ7A_gvIy9hTDj/sRnUzWpJ7A_gvIy9hTDj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_BatchExecuteStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_BatchGetItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_BatchWriteItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_CreateBackup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_CreateGlobalTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_CreateTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DeleteBackup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DeleteItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DeleteResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DeleteTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeBackup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeContinuousBackups.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeContributorInsights.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeEndpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeExport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeGlobalTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeGlobalTableSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeImport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeKinesisStreamingDestination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeLimits.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeTableReplicaAutoScaling.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DescribeTimeToLive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_DisableKinesisStreamingDestination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_EnableKinesisStreamingDestination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ExecuteStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ExecuteTransaction.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ExportTableToPointInTime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_GetItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_GetResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ImportTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListBackups.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListContributorInsights.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListExports.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListGlobalTables.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListImports.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListTables.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_ListTagsOfResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_PutItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_PutResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_Query.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_RestoreTableFromBackup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_RestoreTableToPointInTime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_Scan.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_TagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_TransactGetItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_TransactWriteItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UntagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateContinuousBackups.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateContributorInsights.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateGlobalTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateGlobalTableSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateKinesisStreamingDestination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateTableReplicaAutoScaling.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/api_op_UpdateTimeToLive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/dynamodb@v1.43.0/validators.go
2025-08-20T21:11:23.9267998Z [00:02:50.884]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:11:23.9362558Z [00:02:50.894]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/cc/cc6cac05710f265049dafbd58cb20378bd4a2440cc6380e241f6ffd01d7e71ef-d # internal
2025-08-20T21:11:23.9401660Z [00:02:50.898]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async
2025-08-20T21:11:23.9402713Z [00:02:50.898]➜  mkdir -p $WORK/b342/
2025-08-20T21:11:23.9406571Z [00:02:50.899]➜  cat >/tmp/go-build2720400589/b342/importcfg << 'EOF' # internal
2025-08-20T21:11:23.9406981Z [00:02:50.899]➜  # import config
2025-08-20T21:11:23.9407719Z [00:02:50.899]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.9408157Z [00:02:50.899]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.9408581Z [00:02:50.899]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:23.9409214Z [00:02:50.899]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:23.9410019Z [00:02:50.899]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:23.9410819Z [00:02:50.899]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:23.9411620Z [00:02:50.899]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:23.9412383Z [00:02:50.899]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:23.9412977Z [00:02:50.899]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.9413297Z [00:02:50.899]➜  EOF
2025-08-20T21:11:23.9415875Z [00:02:50.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_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/b342=>" -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/b342/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-20T21:11:23.9724982Z [00:02:50.930]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:11:23.9731530Z [00:02:50.931]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/3b/3b36898c15a8f5f87716319dcf3c8d8d48cf6395d7802005bc90471a2afe893c-d # internal
2025-08-20T21:11:23.9733937Z [00:02:50.931]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body
2025-08-20T21:11:23.9734860Z [00:02:50.931]➜  mkdir -p $WORK/b343/
2025-08-20T21:11:23.9735286Z [00:02:50.931]➜  cat >/tmp/go-build2720400589/b343/importcfg << 'EOF' # internal
2025-08-20T21:11:23.9735652Z [00:02:50.931]➜  # import config
2025-08-20T21:11:23.9736001Z [00:02:50.931]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:23.9736709Z [00:02:50.931]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:23.9737423Z [00:02:50.931]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:23.9738226Z [00:02:50.931]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:23.9739013Z [00:02:50.931]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:23.9740024Z [00:02:50.931]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:23.9740606Z [00:02:50.931]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:23.9740928Z [00:02:50.931]➜  EOF
2025-08-20T21:11:23.9743297Z [00:02:50.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_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/b343=>" -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/b343/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-20T21:11:23.9957154Z [00:02:50.954]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:11:24.0000571Z [00:02:50.958]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:11:24.0007117Z [00:02:50.959]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/24/2412184134ae523e2b91f549343ef3f046482f224a8b1cab0e0469ee254d332f-d # internal
2025-08-20T21:11:24.0010700Z [00:02:50.959]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake
2025-08-20T21:11:24.0011133Z [00:02:50.959]➜  mkdir -p $WORK/b344/
2025-08-20T21:11:24.0011540Z [00:02:50.959]➜  cat >/tmp/go-build2720400589/b344/importcfg << 'EOF' # internal
2025-08-20T21:11:24.0011889Z [00:02:50.959]➜  # import config
2025-08-20T21:11:24.0012234Z [00:02:50.959]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.0012662Z [00:02:50.959]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.0013072Z [00:02:50.959]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.0013717Z [00:02:50.959]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.0014647Z [00:02:50.959]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:24.0015509Z [00:02:50.959]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:24.0016629Z [00:02:50.959]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:24.0017484Z [00:02:50.959]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:24.0018064Z [00:02:50.959]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.0018498Z [00:02:50.959]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.0018824Z [00:02:50.959]➜  EOF
2025-08-20T21:11:24.0042350Z [00:02:50.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_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/b344=>" -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/b344/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-20T21:11:24.0076699Z [00:02:50.965]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/6d/6d25768f2f357eb84ec886358b6a62717b322b800fc4f477f8e30d8979ed4c15-d # internal
2025-08-20T21:11:24.0110673Z [00:02:50.969]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T21:11:24.0148500Z [00:02:50.973]➜  mkdir -p $WORK/b270/
2025-08-20T21:11:24.0157279Z [00:02:50.974]➜  cat >/tmp/go-build2720400589/b270/importcfg << 'EOF' # internal
2025-08-20T21:11:24.0159158Z [00:02:50.974]➜  # import config
2025-08-20T21:11:24.0159898Z [00:02:50.974]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.0160891Z [00:02:50.974]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:11:24.0161455Z [00:02:50.974]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:24.0161937Z [00:02:50.974]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.0162402Z [00:02:50.974]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.0162915Z [00:02:50.974]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:24.0163539Z [00:02:50.974]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:24.0164235Z [00:02:50.974]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2720400589/b271/_pkg_.a
2025-08-20T21:11:24.0165134Z [00:02:50.974]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2720400589/b273/_pkg_.a
2025-08-20T21:11:24.0165796Z [00:02:50.974]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2720400589/b291/_pkg_.a
2025-08-20T21:11:24.0166434Z [00:02:50.974]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2720400589/b239/_pkg_.a
2025-08-20T21:11:24.0166958Z [00:02:50.974]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:24.0167387Z [00:02:50.974]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.0167827Z [00:02:50.974]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:24.0168279Z [00:02:50.974]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.0168711Z [00:02:50.974]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.0169134Z [00:02:50.974]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.0169454Z [00:02:50.974]➜  EOF
2025-08-20T21:11:24.0172956Z [00:02:50.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds;$WORK/b270=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid VWS0tzZGYPD5o7IAdsST/VWS0tzZGYPD5o7IAdsST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_token_provider.go
2025-08-20T21:11:24.0398497Z [00:02:50.998]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:11:24.0405581Z [00:02:50.998]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/3e/3e1024f9542c2723055b1243eeaa5c388cf9e6212837d350792a07efe61af2cc-d # internal
2025-08-20T21:11:24.0407156Z [00:02:50.999]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
2025-08-20T21:11:24.0407610Z [00:02:50.999]➜  mkdir -p $WORK/b345/
2025-08-20T21:11:24.0411617Z [00:02:50.999]➜  cat >/tmp/go-build2720400589/b345/importcfg << 'EOF' # internal
2025-08-20T21:11:24.0412081Z [00:02:50.999]➜  # import config
2025-08-20T21:11:24.0412456Z [00:02:50.999]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.0412890Z [00:02:50.999]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.0413329Z [00:02:50.999]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.0413964Z [00:02:50.999]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.0415322Z [00:02:50.999]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:24.0416120Z [00:02:50.999]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:24.0416922Z [00:02:50.999]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:24.0417700Z [00:02:50.999]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:24.0418285Z [00:02:50.999]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.0418607Z [00:02:50.999]➜  EOF
2025-08-20T21:11:24.0420957Z [00:02:50.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_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/b345=>" -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/b345/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-20T21:11:24.0690527Z [00:02:51.027]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:11:24.0697992Z [00:02:51.028]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/4b/4b0c2da6cab237df1cd389f551795867df42042d5870467527e89ccd89aedf93-d # internal
2025-08-20T21:11:24.0698762Z [00:02:51.028]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
2025-08-20T21:11:24.0717212Z [00:02:51.030]➜  mkdir -p $WORK/b346/
2025-08-20T21:11:24.0721206Z [00:02:51.030]➜  cat >/tmp/go-build2720400589/b346/importcfg << 'EOF' # internal
2025-08-20T21:11:24.0721670Z [00:02:51.030]➜  # import config
2025-08-20T21:11:24.0722028Z [00:02:51.030]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.0722459Z [00:02:51.030]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.0722873Z [00:02:51.030]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.0723543Z [00:02:51.030]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.0724752Z [00:02:51.030]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:24.0725634Z [00:02:51.030]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:24.0726433Z [00:02:51.030]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:24.0727199Z [00:02:51.030]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:24.0727789Z [00:02:51.030]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.0728110Z [00:02:51.030]➜  EOF
2025-08-20T21:11:24.0730737Z [00:02:51.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_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/b346=>" -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/b346/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-20T21:11:24.1059233Z [00:02:51.063]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:11:24.1071895Z [00:02:51.065]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/26/260897f1b89952725c685fd11d1c98b612fd51c04ea55097165db2901d4047d4-d # internal
2025-08-20T21:11:24.1081096Z [00:02:51.065]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
2025-08-20T21:11:24.1081488Z [00:02:51.065]➜  mkdir -p $WORK/b347/
2025-08-20T21:11:24.1081863Z [00:02:51.066]➜  cat >/tmp/go-build2720400589/b347/importcfg << 'EOF' # internal
2025-08-20T21:11:24.1082212Z [00:02:51.066]➜  # import config
2025-08-20T21:11:24.1082796Z [00:02:51.066]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.1083394Z [00:02:51.066]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:24.1083696Z [00:02:51.066]➜  EOF
2025-08-20T21:11:24.1086334Z [00:02:51.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_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/b347=>" -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/b347/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-20T21:11:24.1131553Z [00:02:51.071]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:11:24.1136805Z [00:02:51.071]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/cd/cd265ba96f45fcecca113250a66eac2d65e8dbb4fea997576c44310df1b54172-d # internal
2025-08-20T21:11:24.1137430Z [00:02:51.071]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:11:24.1137744Z [00:02:51.071]➜  mkdir -p $WORK/b411/
2025-08-20T21:11:24.1138121Z [00:02:51.071]➜  cat >/tmp/go-build2720400589/b411/importcfg << 'EOF' # internal
2025-08-20T21:11:24.1138483Z [00:02:51.071]➜  # import config
2025-08-20T21:11:24.1138827Z [00:02:51.071]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.1139283Z [00:02:51.071]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:24.1139724Z [00:02:51.071]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.1140239Z [00:02:51.071]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2720400589/b412/_pkg_.a
2025-08-20T21:11:24.1140826Z [00:02:51.071]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:24.1141659Z [00:02:51.071]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.1142169Z [00:02:51.071]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.1142485Z [00:02:51.071]➜  EOF
2025-08-20T21:11:24.1156919Z [00:02:51.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation=>go.opentelemetry.io/otel@v1.35.0/propagation;$WORK/b411=>" -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/b411/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-20T21:11:24.1233040Z [00:02:51.081]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:11:24.1238967Z [00:02:51.082]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/3b/3b006d1a07f858ff7affdfc980f81722565e269d9d63d0530692ea2b8945f2d2-d # internal
2025-08-20T21:11:24.1253242Z [00:02:51.083]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
2025-08-20T21:11:24.1255121Z [00:02:51.083]➜  mkdir -p $WORK/b338/
2025-08-20T21:11:24.1258636Z [00:02:51.084]➜  cat >/tmp/go-build2720400589/b338/importcfg << 'EOF' # internal
2025-08-20T21:11:24.1259461Z [00:02:51.084]➜  # import config
2025-08-20T21:11:24.1260364Z [00:02:51.084]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:24.1260868Z [00:02:51.084]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.1261329Z [00:02:51.084]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:24.1261810Z [00:02:51.084]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:24.1262315Z [00:02:51.084]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.1262786Z [00:02:51.084]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:24.1263229Z [00:02:51.084]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.1263644Z [00:02:51.084]➜  packagefile flag=/tmp/go-build2720400589/b339/_pkg_.a
2025-08-20T21:11:24.1264070Z [00:02:51.084]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.1265065Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.1265873Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:11:24.1266660Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:11:24.1267506Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build2720400589/b342/_pkg_.a
2025-08-20T21:11:24.1268356Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build2720400589/b343/_pkg_.a
2025-08-20T21:11:24.1269199Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build2720400589/b344/_pkg_.a
2025-08-20T21:11:24.1270047Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build2720400589/b345/_pkg_.a
2025-08-20T21:11:24.1270879Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build2720400589/b346/_pkg_.a
2025-08-20T21:11:24.1271684Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:24.1272751Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:24.1273562Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:24.1274678Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:11:24.1275486Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build2720400589/b348/_pkg_.a
2025-08-20T21:11:24.1276241Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build2720400589/b349/_pkg_.a
2025-08-20T21:11:24.1276996Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build2720400589/b334/_pkg_.a
2025-08-20T21:11:24.1277742Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:11:24.1278493Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build2720400589/b350/_pkg_.a
2025-08-20T21:11:24.1279229Z [00:02:51.084]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:11:24.1279846Z [00:02:51.084]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:11:24.1280306Z [00:02:51.084]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:24.1280971Z [00:02:51.084]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:24.1281400Z [00:02:51.084]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:24.1281858Z [00:02:51.084]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:11:24.1282295Z [00:02:51.084]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:24.1282716Z [00:02:51.084]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.1283181Z [00:02:51.084]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:24.1283629Z [00:02:51.084]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:24.1284039Z [00:02:51.084]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.1295639Z [00:02:51.084]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:24.1296119Z [00:02:51.084]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:24.1296613Z [00:02:51.084]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:24.1297039Z [00:02:51.084]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:24.1297455Z [00:02:51.084]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:24.1297872Z [00:02:51.084]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.1298288Z [00:02:51.084]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:24.1298693Z [00:02:51.084]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.1299013Z [00:02:51.084]➜  EOF
2025-08-20T21:11:24.1310459Z [00:02:51.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_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/b338=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime -lang=go1.23 -complete -installsuffix shared -buildid q5Jn4HD3wUwA5RvAZ3KR/q5Jn4HD3wUwA5RvAZ3KR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/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-20T21:11:24.1682839Z [00:02:51.126]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:11:24.1692377Z [00:02:51.127]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/2e/2eb2a09a18b9c070f8c225abbbab906f5dac7de87d2ae359c374bf263060dd78-d # internal
2025-08-20T21:11:24.1719943Z [00:02:51.130]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:11:24.1720525Z [00:02:51.130]➜  mkdir -p $WORK/b395/
2025-08-20T21:11:24.1724115Z [00:02:51.130]➜  cat >/tmp/go-build2720400589/b395/importcfg << 'EOF' # internal
2025-08-20T21:11:24.1726606Z [00:02:51.130]➜  # import config
2025-08-20T21:11:24.1726997Z [00:02:51.130]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:24.1727460Z [00:02:51.130]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.1731522Z [00:02:51.130]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.1732135Z [00:02:51.130]➜  packagefile github.com/go-logr/logr=/tmp/go-build2720400589/b391/_pkg_.a
2025-08-20T21:11:24.1732673Z [00:02:51.130]➜  packagefile github.com/go-logr/stdr=/tmp/go-build2720400589/b396/_pkg_.a
2025-08-20T21:11:24.1733243Z [00:02:51.130]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build2720400589/b398/_pkg_.a
2025-08-20T21:11:24.1733844Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:24.1734589Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:24.1735233Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:24.1735863Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2720400589/b410/_pkg_.a
2025-08-20T21:11:24.1736506Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:24.1737120Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:24.1737735Z [00:02:51.130]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2720400589/b406/_pkg_.a
2025-08-20T21:11:24.1738255Z [00:02:51.130]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:24.1738656Z [00:02:51.131]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.1739070Z [00:02:51.131]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:24.1739730Z [00:02:51.131]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:24.1740243Z [00:02:51.131]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:24.1740576Z [00:02:51.131]➜  EOF
2025-08-20T21:11:24.1745343Z [00:02:51.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_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/b395=>" -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/b395/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-20T21:11:24.3597159Z [00:02:51.315]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:11:24.3602689Z [00:02:51.318]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/08/0842c877eced64a01f3b7b72514b6cf79f291c97ea46a7f6e2ab458cd37fd646-d # internal
2025-08-20T21:11:24.3677153Z [00:02:51.325]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore
2025-08-20T21:11:24.3680743Z [00:02:51.326]➜  mkdir -p $WORK/b328/
2025-08-20T21:11:24.3687875Z [00:02:51.327]➜  cat >/tmp/go-build2720400589/b328/importcfg << 'EOF' # internal
2025-08-20T21:11:24.3689346Z [00:02:51.327]➜  # import config
2025-08-20T21:11:24.3690737Z [00:02:51.327]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:11:24.3691879Z [00:02:51.327]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:11:24.3693286Z [00:02:51.327]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:24.3694072Z [00:02:51.327]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:24.3694989Z [00:02:51.327]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:11:24.3695567Z [00:02:51.327]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:24.3696003Z [00:02:51.327]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.3696422Z [00:02:51.327]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:24.3696731Z [00:02:51.327]➜  EOF
2025-08-20T21:11:24.3699565Z [00:02:51.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_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/b328=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore -lang=go1.23 -complete -installsuffix shared -buildid wCAuZn_HeDSR1RndZAK2/wCAuZn_HeDSR1RndZAK2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/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-20T21:11:24.3959735Z [00:02:51.354]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:11:24.4000057Z [00:02:51.358]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/68/68c64176aa238ae19c059a511bafdc8016d275e65bd1db0c985fbe8bd2076742-d # internal
2025-08-20T21:11:24.4003559Z [00:02:51.358]➜  go.opentelemetry.io/otel
2025-08-20T21:11:24.4003946Z [00:02:51.358]➜  mkdir -p $WORK/b390/
2025-08-20T21:11:24.4012777Z [00:02:51.359]➜  cat >/tmp/go-build2720400589/b390/importcfg << 'EOF' # internal
2025-08-20T21:11:24.4015930Z [00:02:51.359]➜  # import config
2025-08-20T21:11:24.4016359Z [00:02:51.359]➜  packagefile github.com/go-logr/logr=/tmp/go-build2720400589/b391/_pkg_.a
2025-08-20T21:11:24.4017018Z [00:02:51.359]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2720400589/b395/_pkg_.a
2025-08-20T21:11:24.4017641Z [00:02:51.359]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:24.4018254Z [00:02:51.359]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:24.4018857Z [00:02:51.359]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:24.4019246Z [00:02:51.359]➜  EOF
2025-08-20T21:11:24.4022481Z [00:02:51.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0=>go.opentelemetry.io/otel@v1.35.0;$WORK/b390=>" -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/b390/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-20T21:11:24.4049427Z [00:02:51.361]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:11:24.4135310Z [00:02:51.371]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/94/94342ebf41c77ed475ade746467cd6a0ea51b95db47c1ab7810765062ff315d7-d # internal
2025-08-20T21:11:24.4143372Z [00:02:51.371]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T21:11:24.4143746Z [00:02:51.372]➜  mkdir -p $WORK/b296/
2025-08-20T21:11:24.4144082Z [00:02:51.372]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:11:24.4144734Z [00:02:51.372]➜  cat >/tmp/go-build2720400589/b296/importcfg << 'EOF' # internal
2025-08-20T21:11:24.4149582Z [00:02:51.372]➜  # import config
2025-08-20T21:11:24.4150011Z [00:02:51.372]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.4150438Z [00:02:51.372]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.4150948Z [00:02:51.372]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:24.4151556Z [00:02:51.372]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:11:24.4152204Z [00:02:51.372]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:11:24.4162229Z [00:02:51.372]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2720400589/b297/_pkg_.a
2025-08-20T21:11:24.4162926Z [00:02:51.372]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2720400589/b304/_pkg_.a
2025-08-20T21:11:24.4163504Z [00:02:51.372]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:24.4163936Z [00:02:51.372]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.4164504Z [00:02:51.372]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.4164985Z [00:02:51.372]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.4165292Z [00:02:51.372]➜  EOF
2025-08-20T21:11:24.4168082Z [00:02:51.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds;$WORK/b296=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid XF5pEzvgx8-iP8Wt1tpT/XF5pEzvgx8-iP8Wt1tpT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds/web_identity_provider.go
2025-08-20T21:11:24.4170667Z [00:02:51.373]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/31/31a75e6f895db54264426604fc6c2cc7602895b0619ec1c5351c623252bbc022-d # internal
2025-08-20T21:11:24.4172559Z [00:02:51.373]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated
2025-08-20T21:11:24.4172994Z [00:02:51.373]➜  mkdir -p $WORK/b361/
2025-08-20T21:11:24.4173368Z [00:02:51.374]➜  cat >/tmp/go-build2720400589/b361/importcfg << 'EOF' # internal
2025-08-20T21:11:24.4173724Z [00:02:51.374]➜  # import config
2025-08-20T21:11:24.4174069Z [00:02:51.374]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.4174758Z [00:02:51.374]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:24.4175237Z [00:02:51.374]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.4175704Z [00:02:51.374]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:24.4176472Z [00:02:51.374]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.4176885Z [00:02:51.374]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.4177430Z [00:02:51.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:24.4178134Z [00:02:51.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:24.4178877Z [00:02:51.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:24.4179585Z [00:02:51.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:11:24.4180114Z [00:02:51.374]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:24.4180532Z [00:02:51.374]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.4180971Z [00:02:51.374]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:24.4181397Z [00:02:51.374]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:24.4181815Z [00:02:51.374]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:24.4182231Z [00:02:51.374]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.4182656Z [00:02:51.374]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.4183074Z [00:02:51.374]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.4183399Z [00:02:51.374]➜  EOF
2025-08-20T21:11:24.4195679Z [00:02:51.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_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/b361=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated -lang=go1.23 -complete -installsuffix shared -buildid wdN3XpZMmKm2RusoYXsP/wdN3XpZMmKm2RusoYXsP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/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-20T21:11:24.4387366Z [00:02:51.397]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:11:24.4402462Z [00:02:51.398]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/51/518283b338faf674049b9c4b92874daa32265579b6d450a14a71a4bd9cd113d5-d # internal
2025-08-20T21:11:24.4416496Z [00:02:51.400]➜  github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
2025-08-20T21:11:24.4419072Z [00:02:51.400]➜  mkdir -p $WORK/b374/
2025-08-20T21:11:24.4447102Z [00:02:51.401]➜  cat >/tmp/go-build2720400589/b374/importcfg << 'EOF' # internal
2025-08-20T21:11:24.4449731Z [00:02:51.401]➜  # import config
2025-08-20T21:11:24.4465284Z [00:02:51.401]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:24.4465796Z [00:02:51.401]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.4466274Z [00:02:51.401]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:24.4466747Z [00:02:51.401]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:24.4467207Z [00:02:51.401]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:24.4467677Z [00:02:51.401]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:24.4468168Z [00:02:51.401]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.4468613Z [00:02:51.401]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.4469027Z [00:02:51.401]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.4469580Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:24.4470265Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build2720400589/b331/_pkg_.a
2025-08-20T21:11:24.4471323Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:24.4472128Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:24.4472872Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:24.4473621Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:11:24.4474520Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build2720400589/b349/_pkg_.a
2025-08-20T21:11:24.4475321Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:11:24.4476058Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build2720400589/b350/_pkg_.a
2025-08-20T21:11:24.4476803Z [00:02:51.401]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:11:24.4477356Z [00:02:51.401]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:24.4477776Z [00:02:51.401]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.4478208Z [00:02:51.401]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:24.4478873Z [00:02:51.401]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.4479288Z [00:02:51.401]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:24.4479716Z [00:02:51.401]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.4480140Z [00:02:51.401]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.4480558Z [00:02:51.401]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:24.4481003Z [00:02:51.401]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:24.4481449Z [00:02:51.401]➜  packagefile testing=/tmp/go-build2720400589/b375/_pkg_.a
2025-08-20T21:11:24.4481868Z [00:02:51.401]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.4482173Z [00:02:51.401]➜  EOF
2025-08-20T21:11:24.4508377Z [00:02:51.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0=>github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0;$WORK/b374=>" -p github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos -lang=go1.21 -complete -installsuffix shared -buildid dn0nas0_2LZSgdT_n-rh/dn0nas0_2LZSgdT_n-rh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/async_cache.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/composite_index_order.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/conflict_resolution_mode.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/conflict_resolution_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/consistency_level.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_client_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_client_retry_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_container.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_container_properties.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_container_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_container_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_database.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_database_properties.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_database_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_database_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_dedicated_gateway_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_global_endpoint_manager.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_global_endpoint_manager_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_headers_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_http_constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_item_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_item_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_location_cache.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_offers.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_patch_operations.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_paths.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_policy_bearer_token.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_query.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_query_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_query_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_transactional_batch.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_transactional_batch_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/cosmos_transactional_batch_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/data_type.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/emulator_tests.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/indexing_directive.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/indexing_mode.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/indexing_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/operation_type.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/otel_constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/partition_key.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/partition_key_definition.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/resource_type.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/sdk_capabilities.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/shared_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/spatial_type.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/throughput_properties.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/throughput_request_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/throughput_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/unique_key_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/azcosmos@v1.3.0/version.go
2025-08-20T21:11:24.4578992Z [00:02:51.416]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:11:24.4583733Z [00:02:51.416]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/5a/5ac6e4fd17f32a869a920bcd830bdd29fa5827b3a695e8c57562fca412fb5a54-d # internal
2025-08-20T21:11:24.4588412Z [00:02:51.417]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T21:11:24.4591141Z [00:02:51.417]➜  mkdir -p $WORK/b234/
2025-08-20T21:11:24.4595390Z [00:02:51.417]➜  cat >/tmp/go-build2720400589/b234/importcfg << 'EOF' # internal
2025-08-20T21:11:24.4607070Z [00:02:51.417]➜  # import config
2025-08-20T21:11:24.4607433Z [00:02:51.417]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:24.4607863Z [00:02:51.417]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.4608329Z [00:02:51.417]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:24.4608784Z [00:02:51.417]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:24.4609222Z [00:02:51.417]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.4609636Z [00:02:51.417]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.4610519Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:11:24.4611166Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:11:24.4611831Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2720400589/b256/_pkg_.a
2025-08-20T21:11:24.4612527Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2720400589/b257/_pkg_.a
2025-08-20T21:11:24.4613281Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2720400589/b265/_pkg_.a
2025-08-20T21:11:24.4614025Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2720400589/b267/_pkg_.a
2025-08-20T21:11:24.4616665Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2720400589/b270/_pkg_.a
2025-08-20T21:11:24.4617389Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2720400589/b296/_pkg_.a
2025-08-20T21:11:24.4618078Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2720400589/b258/_pkg_.a
2025-08-20T21:11:24.4618732Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2720400589/b306/_pkg_.a
2025-08-20T21:11:24.4619427Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2720400589/b271/_pkg_.a
2025-08-20T21:11:24.4620120Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2720400589/b273/_pkg_.a
2025-08-20T21:11:24.4620773Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2720400589/b291/_pkg_.a
2025-08-20T21:11:24.4621422Z [00:02:51.417]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2720400589/b297/_pkg_.a
2025-08-20T21:11:24.4622047Z [00:02:51.417]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2720400589/b239/_pkg_.a
2025-08-20T21:11:24.4622656Z [00:02:51.417]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:11:24.4623256Z [00:02:51.417]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:11:24.4623938Z [00:02:51.417]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2720400589/b307/_pkg_.a
2025-08-20T21:11:24.4624695Z [00:02:51.417]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:24.4625370Z [00:02:51.417]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:24.4625860Z [00:02:51.417]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:24.4626279Z [00:02:51.417]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.4626706Z [00:02:51.417]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:24.4627131Z [00:02:51.417]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.4627567Z [00:02:51.417]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:24.4628016Z [00:02:51.417]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.4628440Z [00:02:51.417]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.4628856Z [00:02:51.417]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.4629165Z [00:02:51.417]➜  EOF
2025-08-20T21:11:24.4634410Z [00:02:51.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14=>github.com/aws/aws-sdk-go-v2/config@v1.29.14;$WORK/b234=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid 0VejepBDLFDSI8L98YAL/0VejepBDLFDSI8L98YAL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/shared_config.go
2025-08-20T21:11:24.8477630Z [00:02:51.805]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:11:24.8531230Z [00:02:51.811]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/1d/1d4d2997d773da30a90033e3e4cc97a0f81dece2a5f76f5d85e7c76c6fd48be5-d # internal
2025-08-20T21:11:24.8535428Z [00:02:51.811]➜  github.com/elastic/elastic-transport-go/v8/elastictransport
2025-08-20T21:11:24.8541676Z [00:02:51.812]➜  mkdir -p $WORK/b389/
2025-08-20T21:11:24.8542379Z [00:02:51.812]➜  cat >/tmp/go-build2720400589/b389/importcfg << 'EOF' # internal
2025-08-20T21:11:24.8551015Z [00:02:51.812]➜  # import config
2025-08-20T21:11:24.8551471Z [00:02:51.812]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:24.8551903Z [00:02:51.812]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:24.8552350Z [00:02:51.812]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:24.8552793Z [00:02:51.812]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.8553242Z [00:02:51.812]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:24.8553718Z [00:02:51.812]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:24.8554169Z [00:02:51.812]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:24.8554816Z [00:02:51.812]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:24.8555284Z [00:02:51.812]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.8555726Z [00:02:51.812]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:24.8556517Z [00:02:51.812]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:24.8557065Z [00:02:51.812]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:24.8557654Z [00:02:51.812]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:24.8558246Z [00:02:51.812]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:24.8558837Z [00:02:51.812]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:24.8559316Z [00:02:51.812]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:24.8559735Z [00:02:51.812]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:24.8560160Z [00:02:51.812]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:24.8560564Z [00:02:51.812]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:24.8560990Z [00:02:51.812]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:24.8561422Z [00:02:51.812]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:24.8561832Z [00:02:51.812]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.8562237Z [00:02:51.812]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:24.8562655Z [00:02:51.812]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:24.8563347Z [00:02:51.812]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:24.8563767Z [00:02:51.812]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:24.8564175Z [00:02:51.812]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:24.8574618Z [00:02:51.812]➜  EOF
2025-08-20T21:11:24.8579693Z [00:02:51.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport=>github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport;$WORK/b389=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport -lang=go1.20 -complete -installsuffix shared -buildid lu0U2myqniDkRZ5LN39c/lu0U2myqniDkRZ5LN39c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/connection.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/discovery.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/doc.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/elastictransport.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/gzip.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/instrumentation.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/logger.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.7.0/elastictransport/metrics.go
2025-08-20T21:11:24.8920906Z [00:02:51.850]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:11:24.9095846Z [00:02:51.867]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/29/29b8c400d4c4272c0e6089615621e59d44ce0ae8c4e489c0be0b418daa8c9dce-d # internal
2025-08-20T21:11:24.9101547Z [00:02:51.867]➜  github.com/jrnd-io/jr/pkg/producers/azcosmosdb
2025-08-20T21:11:24.9101951Z [00:02:51.867]➜  mkdir -p $WORK/b373/
2025-08-20T21:11:24.9168532Z [00:02:51.875]➜  cat >/tmp/go-build2720400589/b373/importcfg << 'EOF' # internal
2025-08-20T21:11:24.9169288Z [00:02:51.875]➜  # import config
2025-08-20T21:11:24.9169967Z [00:02:51.875]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:24.9170584Z [00:02:51.875]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:24.9172488Z [00:02:51.875]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos=/tmp/go-build2720400589/b374/_pkg_.a
2025-08-20T21:11:24.9173486Z [00:02:51.875]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:24.9174035Z [00:02:51.875]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:24.9174493Z [00:02:51.875]➜  EOF
2025-08-20T21:11:24.9189152Z [00:02:51.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb=>github.com/jrnd-io/jr/pkg/producers/azcosmosdb;$WORK/b373=>" -p github.com/jrnd-io/jr/pkg/producers/azcosmosdb -lang=go1.24 -complete -installsuffix shared -buildid hRvO_PwSLO3En8rQVr-G/hRvO_PwSLO3En8rQVr-G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack ./pkg/producers/azcosmosdb/config.go ./pkg/producers/azcosmosdb/producer.go
2025-08-20T21:11:25.0281212Z [00:02:51.986]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:11:25.0293673Z [00:02:51.987]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/4a/4a2162000c83e3297c60e5c1c01bc990f6e78285288f56c1bb47819585039410-d # internal
2025-08-20T21:11:25.0308746Z [00:02:51.989]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode
2025-08-20T21:11:25.0309667Z [00:02:51.989]➜  mkdir -p $WORK/b428/
2025-08-20T21:11:25.0315990Z [00:02:51.989]➜  cat >/tmp/go-build2720400589/b428/importcfg << 'EOF' # internal
2025-08-20T21:11:25.0316403Z [00:02:51.989]➜  # import config
2025-08-20T21:11:25.0317114Z [00:02:51.989]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.0317437Z [00:02:51.989]➜  EOF
2025-08-20T21:11:25.0320719Z [00:02:51.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cardinalityexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cardinalityexecutionmode;$WORK/b428=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode -lang=go1.21 -complete -installsuffix shared -buildid IVc5NS2RmOLvQ-lmeSki/IVc5NS2RmOLvQ-lmeSki -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cardinalityexecutionmode/cardinalityexecutionmode.go
2025-08-20T21:11:25.0437688Z [00:02:52.002]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:11:25.0530947Z [00:02:52.011]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:11:25.0537994Z [00:02:52.012]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/b4/b462f28599d700e5127b308f45130cc7314977272334bc936d0c153d007a62be-d # internal
2025-08-20T21:11:25.0580703Z [00:02:52.016]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/d3/d3ea5d353acc58ba8fef4c553ec4b59fe59042efc2bfb680ac9ef37a1decee13-d # internal
2025-08-20T21:11:25.0589109Z [00:02:52.017]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn
2025-08-20T21:11:25.0596381Z [00:02:52.018]➜  mkdir -p $WORK/b429/
2025-08-20T21:11:25.0607140Z [00:02:52.019]➜  cat >/tmp/go-build2720400589/b429/importcfg << 'EOF' # internal
2025-08-20T21:11:25.0607920Z [00:02:52.019]➜  # import config
2025-08-20T21:11:25.0608750Z [00:02:52.019]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.0609153Z [00:02:52.019]➜  EOF
2025-08-20T21:11:25.0648113Z [00:02:52.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catanomalydetectorcolumn=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catanomalydetectorcolumn;$WORK/b429=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn -lang=go1.21 -complete -installsuffix shared -buildid fgCk6o3icejNbzUUOdGR/fgCk6o3icejNbzUUOdGR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catanomalydetectorcolumn/catanomalydetectorcolumn.go
2025-08-20T21:11:25.0810929Z [00:02:52.039]➜  github.com/elastic/go-elasticsearch/v8/esapi
2025-08-20T21:11:25.0820991Z [00:02:52.040]➜  mkdir -p $WORK/b415/
2025-08-20T21:11:25.0821409Z [00:02:52.040]➜  cat >/tmp/go-build2720400589/b415/importcfg << 'EOF' # internal
2025-08-20T21:11:25.0821763Z [00:02:52.040]➜  # import config
2025-08-20T21:11:25.0822134Z [00:02:52.040]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:25.0822564Z [00:02:52.040]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.0822989Z [00:02:52.040]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.0823412Z [00:02:52.040]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:25.0824037Z [00:02:52.040]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:25.0825007Z [00:02:52.040]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2720400589/b416/_pkg_.a
2025-08-20T21:11:25.0825588Z [00:02:52.040]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.0826008Z [00:02:52.040]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:25.0826445Z [00:02:52.040]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:25.0827278Z [00:02:52.040]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:25.0827711Z [00:02:52.040]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.0828126Z [00:02:52.040]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.0828432Z [00:02:52.040]➜  EOF
2025-08-20T21:11:25.0932147Z [00:02:52.051]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:11:25.0948713Z [00:02:52.051]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/f4/f4095ad9d35ab94c0ec0d73c5d71e62aff59ce5147744e4597a04519e082ba40-d # internal
2025-08-20T21:11:25.0949488Z [00:02:52.052]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn
2025-08-20T21:11:25.0977991Z [00:02:52.056]➜  mkdir -p $WORK/b430/
2025-08-20T21:11:25.0980998Z [00:02:52.056]➜  cat >/tmp/go-build2720400589/b430/importcfg << 'EOF' # internal
2025-08-20T21:11:25.0981900Z [00:02:52.056]➜  # import config
2025-08-20T21:11:25.0982612Z [00:02:52.056]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.0983307Z [00:02:52.056]➜  EOF
2025-08-20T21:11:25.0986997Z [00:02:52.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdatafeedcolumn=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdatafeedcolumn;$WORK/b430=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn -lang=go1.21 -complete -installsuffix shared -buildid y9wnXkBlXxsqj51v_SoX/y9wnXkBlXxsqj51v_SoX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdatafeedcolumn/catdatafeedcolumn.go
2025-08-20T21:11:25.1256462Z [00:02:52.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi=>github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi;$WORK/b415=>" -p github.com/elastic/go-elasticsearch/v8/esapi -lang=go1.21 -complete -installsuffix shared -buildid CSQj1w-nQCMU_4fuKGd0/CSQj1w-nQCMU_4fuKGd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.capabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cat.thread_pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.delete_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.exists_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.post_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.state.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.cluster.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.secret_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.secret_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.secret_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.secret_put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_claim.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.sync_job_update_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_active_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_api_key_id.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_filtering_validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_index_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_native.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_scheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_service_type.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.connector.update_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.dangling_indices.delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.dangling_indices.import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.dangling_indices.list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.exists_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.features.get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.features.reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.delete_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.get_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.post_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.fleet.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.cancel_migrate_reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.create_from.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.exists_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.exists_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.exists_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_data_lifecycle_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_migrate_reindex_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.migrate_reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.rollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.shard_stores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.shrink.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.simulate_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.simulate_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.split.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.update_aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.indices.validate_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.chat_completion_unified.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.completion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_alibabacloud.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_amazonbedrock.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_anthropic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_azureaistudio.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_azureopenai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_cohere.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_elasticsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_elser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_googleaistudio.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_googlevertexai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_hugging_face.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_jinaai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_mistral.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_openai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_voyageai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.put_watsonx.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.rerank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.sparse_embedding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.stream_completion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.text_embedding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.inference.update.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.delete_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.get_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.put_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ingest.simulate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.nodes.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.ping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.profiling.stacktraces.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.profiling.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.profiling.topn_functions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.query_rules.test.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.scripts_painless_execute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.post_behavioral_analytics_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.render_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_application.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_mvt.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.shutdown.delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.shutdown.get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.shutdown.put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.simulate.ingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.repository_analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.restore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.snapshot.verify_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.synonyms.put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.tasks.cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.tasks.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.tasks.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.terms_enum.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.termvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.update.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.update_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.update_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.async_search.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.async_search.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.async_search.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.async_search.submit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.autoscaling.delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.autoscaling.get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.autoscaling.get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.autoscaling.put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.cat.ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.cat.ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.cat.ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.cat.ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.cat.transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.resume_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.resume_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ccr.unfollow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.enrich.delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.enrich.execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.enrich.get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.enrich.put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.enrich.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.eql.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.eql.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.eql.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.eql.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.esql.async_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.esql.async_query_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.esql.async_query_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.esql.async_query_stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.esql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.graph.explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.retry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ilm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.indices.unfreeze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.license.post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.logstash.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.logstash.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.logstash.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.migration.deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.migration.get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.migration.post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.revert_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.set_upgrade_mode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.start_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.start_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.start_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.stop_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.stop_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.stop_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.update_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.upgrade_job_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.validate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ml.validate_detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.monitoring.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.profiling.flamegraph.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.rollup_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.start_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.rollup.stop_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.searchable_snapshots.cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.searchable_snapshots.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.searchable_snapshots.mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.searchable_snapshots.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.bulk_update_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delegate_pki.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.oidc_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.oidc_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.oidc_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_complete_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_invalidate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.saml_service_provider_metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.suggest_user_profiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.update_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.update_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.security.update_user_profile_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.slm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.sql.translate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.ssl.certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.text_structure.find_field_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.text_structure.find_message_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.text_structure.find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.text_structure.test_grok_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.get_node_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.schedule_now_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.start_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.stop_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.update_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.transform.upgrade_transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.watcher.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.xpack.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/api.xpack.xpack.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/esapi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/esapi.request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/esapi/esapi.response.go
2025-08-20T21:11:25.1494752Z [00:02:52.099]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:11:25.1495452Z [00:02:52.099]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/82/821917e49c8f85a1a72f745fa3bc97f221553f6488b0c8ab262d3e235b9b0b6b-d # internal
2025-08-20T21:11:25.1496154Z [00:02:52.100]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn
2025-08-20T21:11:25.1496559Z [00:02:52.100]➜  mkdir -p $WORK/b431/
2025-08-20T21:11:25.1496954Z [00:02:52.100]➜  cat >/tmp/go-build2720400589/b431/importcfg << 'EOF' # internal
2025-08-20T21:11:25.1497304Z [00:02:52.100]➜  # import config
2025-08-20T21:11:25.1497648Z [00:02:52.100]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.1497965Z [00:02:52.100]➜  EOF
2025-08-20T21:11:25.1500487Z [00:02:52.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdfacolumn=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdfacolumn;$WORK/b431=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn -lang=go1.21 -complete -installsuffix shared -buildid YjDAQ27howBF5MLHfrUK/YjDAQ27howBF5MLHfrUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/catdfacolumn/catdfacolumn.go
2025-08-20T21:11:25.1813042Z [00:02:52.139]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:11:25.1820433Z [00:02:52.140]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/44/447c1c827618379ee942d190044a30e306a8d0d9455c53bc4d1a20dc67eee9bf-d # internal
2025-08-20T21:11:25.1823417Z [00:02:52.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus
2025-08-20T21:11:25.1826068Z [00:02:52.140]➜  mkdir -p $WORK/b432/
2025-08-20T21:11:25.1828998Z [00:02:52.140]➜  cat >/tmp/go-build2720400589/b432/importcfg << 'EOF' # internal
2025-08-20T21:11:25.1840868Z [00:02:52.140]➜  # import config
2025-08-20T21:11:25.1841237Z [00:02:52.140]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.1841555Z [00:02:52.140]➜  EOF
2025-08-20T21:11:25.1850602Z [00:02:52.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/categorizationstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/categorizationstatus;$WORK/b432=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus -lang=go1.21 -complete -installsuffix shared -buildid EB0ZCsng0qTvy3nWx8Xb/EB0ZCsng0qTvy3nWx8Xb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/categorizationstatus/categorizationstatus.go
2025-08-20T21:11:25.1995529Z [00:02:52.157]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:11:25.1999767Z [00:02:52.158]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/7d/7d7690f5c94f1bd166445cf25b2588fd863957f72009713892e1e86df1cf8399-d # internal
2025-08-20T21:11:25.2001410Z [00:02:52.158]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn
2025-08-20T21:11:25.2002606Z [00:02:52.158]➜  mkdir -p $WORK/b433/
2025-08-20T21:11:25.2005302Z [00:02:52.158]➜  cat >/tmp/go-build2720400589/b433/importcfg << 'EOF' # internal
2025-08-20T21:11:25.2006231Z [00:02:52.158]➜  # import config
2025-08-20T21:11:25.2008151Z [00:02:52.158]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.2011996Z [00:02:52.158]➜  EOF
2025-08-20T21:11:25.2015128Z [00:02:52.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattrainedmodelscolumn=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattrainedmodelscolumn;$WORK/b433=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn -lang=go1.21 -complete -installsuffix shared -buildid aNi6q_Uedx2k2_sJrmr4/aNi6q_Uedx2k2_sJrmr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattrainedmodelscolumn/cattrainedmodelscolumn.go
2025-08-20T21:11:25.2304728Z [00:02:52.188]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:11:25.2313241Z [00:02:52.189]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/b4/b4c9169f5b4d70eba98e60eed6b1ff2d2b2fb9ff5354d1051f8178613a14fbc8-d # internal
2025-08-20T21:11:25.2314447Z [00:02:52.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn
2025-08-20T21:11:25.2315421Z [00:02:52.189]➜  mkdir -p $WORK/b434/
2025-08-20T21:11:25.2316117Z [00:02:52.189]➜  cat >/tmp/go-build2720400589/b434/importcfg << 'EOF' # internal
2025-08-20T21:11:25.2316663Z [00:02:52.189]➜  # import config
2025-08-20T21:11:25.2317699Z [00:02:52.189]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.2318038Z [00:02:52.189]➜  EOF
2025-08-20T21:11:25.2320984Z [00:02:52.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattransformcolumn=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattransformcolumn;$WORK/b434=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn -lang=go1.21 -complete -installsuffix shared -buildid kGwfT5bBcnkF5puxZFpF/kGwfT5bBcnkF5puxZFpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cattransformcolumn/cattransformcolumn.go
2025-08-20T21:11:25.2616699Z [00:02:52.219]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:11:25.2618850Z [00:02:52.220]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/16/16b64de9594964b58d22d5c364980c52d2f514596ac546a782b97d4ae0115b4b-d # internal
2025-08-20T21:11:25.2626902Z [00:02:52.220]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode
2025-08-20T21:11:25.2627346Z [00:02:52.220]➜  mkdir -p $WORK/b435/
2025-08-20T21:11:25.2627723Z [00:02:52.220]➜  cat >/tmp/go-build2720400589/b435/importcfg << 'EOF' # internal
2025-08-20T21:11:25.2628067Z [00:02:52.220]➜  # import config
2025-08-20T21:11:25.2628435Z [00:02:52.220]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.2628760Z [00:02:52.220]➜  EOF
2025-08-20T21:11:25.2631333Z [00:02:52.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/childscoremode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/childscoremode;$WORK/b435=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode -lang=go1.21 -complete -installsuffix shared -buildid Pin9ym0UL2bZUYTkq2vZ/Pin9ym0UL2bZUYTkq2vZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/childscoremode/childscoremode.go
2025-08-20T21:11:25.2813268Z [00:02:52.239]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:11:25.2829854Z [00:02:52.241]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/e2/e29de92457002da3d00d076def7b775000e5f17aefe8c1c964345231b9b5a3fc-d # internal
2025-08-20T21:11:25.2832249Z [00:02:52.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode
2025-08-20T21:11:25.2832681Z [00:02:52.241]➜  mkdir -p $WORK/b436/
2025-08-20T21:11:25.2833057Z [00:02:52.241]➜  cat >/tmp/go-build2720400589/b436/importcfg << 'EOF' # internal
2025-08-20T21:11:25.2833401Z [00:02:52.241]➜  # import config
2025-08-20T21:11:25.2833769Z [00:02:52.241]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.2834086Z [00:02:52.241]➜  EOF
2025-08-20T21:11:25.2836807Z [00:02:52.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/chunkingmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/chunkingmode;$WORK/b436=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode -lang=go1.21 -complete -installsuffix shared -buildid X82fUmGqgH_ESh_qeo1V/X82fUmGqgH_ESh_qeo1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/chunkingmode/chunkingmode.go
2025-08-20T21:11:25.2976217Z [00:02:52.255]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:11:25.2982119Z [00:02:52.256]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/2c/2c447de2ca533095d10050b332db290eed15c7427e02dc8ee58b02f0a70c320b-d # internal
2025-08-20T21:11:25.2982944Z [00:02:52.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget
2025-08-20T21:11:25.2983371Z [00:02:52.256]➜  mkdir -p $WORK/b437/
2025-08-20T21:11:25.2983764Z [00:02:52.256]➜  cat >/tmp/go-build2720400589/b437/importcfg << 'EOF' # internal
2025-08-20T21:11:25.2984116Z [00:02:52.256]➜  # import config
2025-08-20T21:11:25.2984608Z [00:02:52.256]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.2984932Z [00:02:52.256]➜  EOF
2025-08-20T21:11:25.2987877Z [00:02:52.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterinfotarget=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterinfotarget;$WORK/b437=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget -lang=go1.21 -complete -installsuffix shared -buildid njHvlUPoTvEWqODpN1pz/njHvlUPoTvEWqODpN1pz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterinfotarget/clusterinfotarget.go
2025-08-20T21:11:25.3105202Z [00:02:52.268]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:11:25.3117633Z [00:02:52.269]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/55/5502554d71ed3f5592f422efc3b6fd83a30f6a22ef340701ed16526b1b64e52e-d # internal
2025-08-20T21:11:25.3118405Z [00:02:52.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege
2025-08-20T21:11:25.3118831Z [00:02:52.269]➜  mkdir -p $WORK/b438/
2025-08-20T21:11:25.3119210Z [00:02:52.269]➜  cat >/tmp/go-build2720400589/b438/importcfg << 'EOF' # internal
2025-08-20T21:11:25.3119553Z [00:02:52.269]➜  # import config
2025-08-20T21:11:25.3119899Z [00:02:52.269]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.3120571Z [00:02:52.269]➜  EOF
2025-08-20T21:11:25.3123214Z [00:02:52.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterprivilege;$WORK/b438=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege -lang=go1.21 -complete -installsuffix shared -buildid YessSd8nKPHbMaYB-2zm/YessSd8nKPHbMaYB-2zm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clusterprivilege/clusterprivilege.go
2025-08-20T21:11:25.3430838Z [00:02:52.301]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:11:25.3462356Z [00:02:52.303]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/21/21e0e69d603e121063983eceebcfd9e0f4a6b750aac91df4ddc3fa8786099606-d # internal
2025-08-20T21:11:25.3463169Z [00:02:52.303]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus
2025-08-20T21:11:25.3463611Z [00:02:52.303]➜  mkdir -p $WORK/b439/
2025-08-20T21:11:25.3463993Z [00:02:52.304]➜  cat >/tmp/go-build2720400589/b439/importcfg << 'EOF' # internal
2025-08-20T21:11:25.3464568Z [00:02:52.304]➜  # import config
2025-08-20T21:11:25.3464924Z [00:02:52.304]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.3465249Z [00:02:52.304]➜  EOF
2025-08-20T21:11:25.3470457Z [00:02:52.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clustersearchstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clustersearchstatus;$WORK/b439=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus -lang=go1.21 -complete -installsuffix shared -buildid 3kh_M0Yj48bwVnbQW4Xm/3kh_M0Yj48bwVnbQW4Xm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/clustersearchstatus/clustersearchstatus.go
2025-08-20T21:11:25.3755759Z [00:02:52.333]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:11:25.3760444Z [00:02:52.334]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/3e/3e45abb31b0908613a61ba0eac73d2870a3230a03563c8807e0e8d7eac6a7d0a-d # internal
2025-08-20T21:11:25.3766208Z [00:02:52.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype
2025-08-20T21:11:25.3766727Z [00:02:52.334]➜  mkdir -p $WORK/b440/
2025-08-20T21:11:25.3767109Z [00:02:52.334]➜  cat >/tmp/go-build2720400589/b440/importcfg << 'EOF' # internal
2025-08-20T21:11:25.3767459Z [00:02:52.334]➜  # import config
2025-08-20T21:11:25.3767808Z [00:02:52.334]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.3768120Z [00:02:52.334]➜  EOF
2025-08-20T21:11:25.3770826Z [00:02:52.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereembeddingtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereembeddingtype;$WORK/b440=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype -lang=go1.21 -complete -installsuffix shared -buildid SpiGuPdbT2aBq5n0AyvD/SpiGuPdbT2aBq5n0AyvD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereembeddingtype/cohereembeddingtype.go
2025-08-20T21:11:25.3931424Z [00:02:52.351]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:11:25.3986806Z [00:02:52.354]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:11:25.3988583Z [00:02:52.357]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/f5/f5de04b1c13aab480e20b2b7f49e169eac28663e854c2714a96a134331a9b096-d # internal
2025-08-20T21:11:25.3992547Z [00:02:52.357]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype
2025-08-20T21:11:25.3993009Z [00:02:52.357]➜  mkdir -p $WORK/b441/
2025-08-20T21:11:25.3993387Z [00:02:52.357]➜  cat >/tmp/go-build2720400589/b441/importcfg << 'EOF' # internal
2025-08-20T21:11:25.3993733Z [00:02:52.357]➜  # import config
2025-08-20T21:11:25.3994084Z [00:02:52.357]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.3994598Z [00:02:52.357]➜  EOF
2025-08-20T21:11:25.3997257Z [00:02:52.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereinputtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereinputtype;$WORK/b441=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype -lang=go1.21 -complete -installsuffix shared -buildid pkb3gmjRGgaqsr7stFAo/pkb3gmjRGgaqsr7stFAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereinputtype/cohereinputtype.go
2025-08-20T21:11:25.4086403Z [00:02:52.365]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/c6/c69e14e9d3b0e967a1f222f6188b2762e8c544252e863c4b0de88ed815f75b0e-d # internal
2025-08-20T21:11:25.4087227Z [00:02:52.365]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror
2025-08-20T21:11:25.4087882Z [00:02:52.365]➜  mkdir -p $WORK/b360/
2025-08-20T21:11:25.4120222Z [00:02:52.367]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:11:25.4121205Z [00:02:52.368]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/83/832807f6cf73f8725263dfcc4137ae259e05313233cad39d11df98dd85e97f2f-d # internal
2025-08-20T21:11:25.4121923Z [00:02:52.368]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared
2025-08-20T21:11:25.4122709Z [00:02:52.368]➜  mkdir -p $WORK/b365/
2025-08-20T21:11:25.4123310Z [00:02:52.369]➜  cat >/tmp/go-build2720400589/b365/importcfg << 'EOF' # internal
2025-08-20T21:11:25.4123672Z [00:02:52.369]➜  # import config
2025-08-20T21:11:25.4124213Z [00:02:52.369]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.4124907Z [00:02:52.369]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.4125486Z [00:02:52.369]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:25.4126158Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.4127146Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.4128042Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.4129095Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:11:25.4130324Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:11:25.4131445Z [00:02:52.369]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.4132349Z [00:02:52.369]➜  packagefile hash/crc64=/tmp/go-build2720400589/b366/_pkg_.a
2025-08-20T21:11:25.4132939Z [00:02:52.369]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.4133418Z [00:02:52.369]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:25.4133910Z [00:02:52.369]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:25.4134415Z [00:02:52.369]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:25.4134881Z [00:02:52.369]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:25.4135290Z [00:02:52.369]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:25.4135728Z [00:02:52.369]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.4136156Z [00:02:52.369]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:25.4136475Z [00:02:52.369]➜  EOF
2025-08-20T21:11:25.4141345Z [00:02:52.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_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/b365=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid 23cIS3hqiXoQolVJCoYD/23cIS3hqiXoQolVJCoYD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/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-20T21:11:25.4576823Z [00:02:52.415]➜  cat >/tmp/go-build2720400589/b360/importcfg << 'EOF' # internal
2025-08-20T21:11:25.4577663Z [00:02:52.415]➜  # import config
2025-08-20T21:11:25.4580160Z [00:02:52.415]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.4581000Z [00:02:52.415]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.4582157Z [00:02:52.415]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.4583480Z [00:02:52.415]➜  EOF
2025-08-20T21:11:25.4588109Z [00:02:52.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_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/b360=>" -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/b360/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-20T21:11:25.4780727Z [00:02:52.436]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:11:25.4782829Z [00:02:52.436]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/88/88d0a60c858d3b1f0641689c2ac7adba93b73128ac2c084e971d8fc49b8664dd-d # internal
2025-08-20T21:11:25.4783888Z [00:02:52.436]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype
2025-08-20T21:11:25.4784492Z [00:02:52.436]➜  mkdir -p $WORK/b442/
2025-08-20T21:11:25.4784879Z [00:02:52.436]➜  cat >/tmp/go-build2720400589/b442/importcfg << 'EOF' # internal
2025-08-20T21:11:25.4785222Z [00:02:52.436]➜  # import config
2025-08-20T21:11:25.4785571Z [00:02:52.436]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.4785896Z [00:02:52.436]➜  EOF
2025-08-20T21:11:25.4788607Z [00:02:52.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheresimilaritytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheresimilaritytype;$WORK/b442=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype -lang=go1.21 -complete -installsuffix shared -buildid G_EC9GDd4cnRnhjN0uzK/G_EC9GDd4cnRnhjN0uzK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheresimilaritytype/coheresimilaritytype.go
2025-08-20T21:11:25.4899781Z [00:02:52.448]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:11:25.4908859Z [00:02:52.449]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:11:25.4912647Z [00:02:52.449]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/77/77836895260c97d15ca1fc4cb8b904d191993e6f9d0ea330948f98da43598c0b-d # internal
2025-08-20T21:11:25.4918473Z [00:02:52.450]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype
2025-08-20T21:11:25.4919752Z [00:02:52.450]➜  mkdir -p $WORK/b443/
2025-08-20T21:11:25.4922427Z [00:02:52.450]➜  cat >/tmp/go-build2720400589/b443/importcfg << 'EOF' # internal
2025-08-20T21:11:25.4924664Z [00:02:52.450]➜  # import config
2025-08-20T21:11:25.4925703Z [00:02:52.450]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.4926189Z [00:02:52.450]➜  EOF
2025-08-20T21:11:25.4929878Z [00:02:52.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheretruncatetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheretruncatetype;$WORK/b443=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype -lang=go1.21 -complete -installsuffix shared -buildid BRbSeBH3hUHV-AwjJt3e/BRbSeBH3hUHV-AwjJt3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/coheretruncatetype/coheretruncatetype.go
2025-08-20T21:11:25.4951184Z [00:02:52.453]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/87/8722737c64d31f175fa1fef8ba16a67f0659180901e7778d4cbc03919fb11113-d # internal
2025-08-20T21:11:25.4963591Z [00:02:52.454]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported
2025-08-20T21:11:25.4966522Z [00:02:52.454]➜  mkdir -p $WORK/b364/
2025-08-20T21:11:25.4968452Z [00:02:52.454]➜  cat >/tmp/go-build2720400589/b364/importcfg << 'EOF' # internal
2025-08-20T21:11:25.4969086Z [00:02:52.454]➜  # import config
2025-08-20T21:11:25.4969584Z [00:02:52.454]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:25.4970448Z [00:02:52.454]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:25.4971322Z [00:02:52.454]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:25.4972290Z [00:02:52.454]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:25.4973989Z [00:02:52.454]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:25.4975122Z [00:02:52.454]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:25.4977066Z [00:02:52.454]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.4977508Z [00:02:52.454]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:25.4978077Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build2720400589/b331/_pkg_.a
2025-08-20T21:11:25.4978795Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.4979523Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.4980277Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:25.4980992Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:11:25.4981695Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:11:25.4982420Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:11:25.4983234Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.4984109Z [00:02:52.454]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.4984923Z [00:02:52.454]➜  packagefile hash/crc64=/tmp/go-build2720400589/b366/_pkg_.a
2025-08-20T21:11:25.4985358Z [00:02:52.454]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.4985763Z [00:02:52.454]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:25.4986208Z [00:02:52.454]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:11:25.4986661Z [00:02:52.454]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:25.4987121Z [00:02:52.454]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:25.4987568Z [00:02:52.455]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:25.4987983Z [00:02:52.455]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:25.4988398Z [00:02:52.455]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:25.4988823Z [00:02:52.455]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.4989266Z [00:02:52.455]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:25.4989954Z [00:02:52.455]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.4990329Z [00:02:52.455]➜  EOF
2025-08-20T21:11:25.4996853Z [00:02:52.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_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/b364=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid hecJ5oYg0f8Wzlmm8Ytw/hecJ5oYg0f8Wzlmm8Ytw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/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-20T21:11:25.5154337Z [00:02:52.473]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:11:25.5189096Z [00:02:52.473]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/d4/d410fc02688d4ebb3af7eb2f896c3e1bbbfda67994a4fa8ed5ab21e50c682a44-d # internal
2025-08-20T21:11:25.5189949Z [00:02:52.473]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator
2025-08-20T21:11:25.5190416Z [00:02:52.474]➜  mkdir -p $WORK/b444/
2025-08-20T21:11:25.5190789Z [00:02:52.474]➜  cat >/tmp/go-build2720400589/b444/importcfg << 'EOF' # internal
2025-08-20T21:11:25.5191149Z [00:02:52.474]➜  # import config
2025-08-20T21:11:25.5191493Z [00:02:52.474]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.5191817Z [00:02:52.474]➜  EOF
2025-08-20T21:11:25.5194726Z [00:02:52.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldsoperator=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldsoperator;$WORK/b444=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator -lang=go1.21 -complete -installsuffix shared -buildid PS_J1eiYal9VXxhk6QAe/PS_J1eiYal9VXxhk6QAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldsoperator/combinedfieldsoperator.go
2025-08-20T21:11:25.5356966Z [00:02:52.493]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:11:25.5365614Z [00:02:52.494]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/37/3746ca0cc1dd470105558fa56da4bcfe327396c9f402e4190c7f7bc0dc8275e6-d # internal
2025-08-20T21:11:25.5366412Z [00:02:52.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms
2025-08-20T21:11:25.5369841Z [00:02:52.495]➜  mkdir -p $WORK/b445/
2025-08-20T21:11:25.5387208Z [00:02:52.497]➜  cat >/tmp/go-build2720400589/b445/importcfg << 'EOF' # internal
2025-08-20T21:11:25.5390468Z [00:02:52.497]➜  # import config
2025-08-20T21:11:25.5391996Z [00:02:52.497]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.5392425Z [00:02:52.497]➜  EOF
2025-08-20T21:11:25.5395366Z [00:02:52.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldszeroterms=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldszeroterms;$WORK/b445=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms -lang=go1.21 -complete -installsuffix shared -buildid QAAZE7jWVuCd85b27PaM/QAAZE7jWVuCd85b27PaM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/combinedfieldszeroterms/combinedfieldszeroterms.go
2025-08-20T21:11:25.5655401Z [00:02:52.523]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:11:25.5660676Z [00:02:52.524]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/31/319818745375a7e3b3ba6d470c66fab96e05eda57aa148e8c9d1bfb785da7a6d-d # internal
2025-08-20T21:11:25.5687380Z [00:02:52.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop
2025-08-20T21:11:25.5689243Z [00:02:52.527]➜  mkdir -p $WORK/b446/
2025-08-20T21:11:25.5692489Z [00:02:52.527]➜  cat >/tmp/go-build2720400589/b446/importcfg << 'EOF' # internal
2025-08-20T21:11:25.5693279Z [00:02:52.527]➜  # import config
2025-08-20T21:11:25.5695007Z [00:02:52.527]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.5695843Z [00:02:52.527]➜  EOF
2025-08-20T21:11:25.5698461Z [00:02:52.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionop=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionop;$WORK/b446=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop -lang=go1.21 -complete -installsuffix shared -buildid M7IfVgXkcHATRXC3TQNe/M7IfVgXkcHATRXC3TQNe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionop/conditionop.go
2025-08-20T21:11:25.5928677Z [00:02:52.551]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:11:25.5932487Z [00:02:52.551]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/08/081c42ddcfd7c6505c6ebf6c6ff897cbdb2b170188ac6badf82a6467ed92acc6-d # internal
2025-08-20T21:11:25.5934204Z [00:02:52.551]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator
2025-08-20T21:11:25.5935164Z [00:02:52.551]➜  mkdir -p $WORK/b447/
2025-08-20T21:11:25.5939480Z [00:02:52.552]➜  cat >/tmp/go-build2720400589/b447/importcfg << 'EOF' # internal
2025-08-20T21:11:25.5939933Z [00:02:52.552]➜  # import config
2025-08-20T21:11:25.5940284Z [00:02:52.552]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.5940601Z [00:02:52.552]➜  EOF
2025-08-20T21:11:25.5943289Z [00:02:52.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionoperator=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionoperator;$WORK/b447=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator -lang=go1.21 -complete -installsuffix shared -buildid plZGk7V241xuRDRw3ryC/plZGk7V241xuRDRw3ryC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditionoperator/conditionoperator.go
2025-08-20T21:11:25.6038685Z [00:02:52.561]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:11:25.6065745Z [00:02:52.564]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/ac/ac091782da6afcb0a851c0158063916b58f647e6c3c927a01b5beb672a3aed95-d # internal
2025-08-20T21:11:25.6067602Z [00:02:52.564]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base
2025-08-20T21:11:25.6068651Z [00:02:52.564]➜  mkdir -p $WORK/b363/
2025-08-20T21:11:25.6081474Z [00:02:52.566]➜  cat >/tmp/go-build2720400589/b363/importcfg << 'EOF' # internal
2025-08-20T21:11:25.6082116Z [00:02:52.566]➜  # import config
2025-08-20T21:11:25.6082726Z [00:02:52.566]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.6084075Z [00:02:52.566]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.6085441Z [00:02:52.566]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.6089125Z [00:02:52.566]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.6089847Z [00:02:52.566]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.6090188Z [00:02:52.566]➜  EOF
2025-08-20T21:11:25.6092571Z [00:02:52.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_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/b363=>" -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/b363/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-20T21:11:25.6095239Z [00:02:52.566]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:11:25.6095904Z [00:02:52.567]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/6b/6bf43388c6322cd0051e1983be60ae2637efb39edb4c9d0c52e945b64907b564-d # internal
2025-08-20T21:11:25.6097244Z [00:02:52.567]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas
2025-08-20T21:11:25.6098065Z [00:02:52.567]➜  mkdir -p $WORK/b367/
2025-08-20T21:11:25.6098875Z [00:02:52.567]➜  cat >/tmp/go-build2720400589/b367/importcfg << 'EOF' # internal
2025-08-20T21:11:25.6099669Z [00:02:52.568]➜  # import config
2025-08-20T21:11:25.6100451Z [00:02:52.568]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:25.6101338Z [00:02:52.568]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.6102108Z [00:02:52.568]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:25.6103092Z [00:02:52.568]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.6104590Z [00:02:52.568]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.6105963Z [00:02:52.568]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.6107096Z [00:02:52.568]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:25.6108107Z [00:02:52.568]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:25.6109052Z [00:02:52.568]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.6109976Z [00:02:52.568]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.6110678Z [00:02:52.568]➜  EOF
2025-08-20T21:11:25.6114566Z [00:02:52.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_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/b367=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas -lang=go1.23 -complete -installsuffix shared -buildid EEQKRbbQZl-l61PxIQjD/EEQKRbbQZl-l61PxIQjD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/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-20T21:11:25.6960657Z [00:02:52.654]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:11:25.7010062Z [00:02:52.659]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/01/0108cd39b95daa578e02f43b1d26f3ff4741c137f3c222dadc1adbb48efc7aa6-d # internal
2025-08-20T21:11:25.7011223Z [00:02:52.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype
2025-08-20T21:11:25.7023562Z [00:02:52.660]➜  mkdir -p $WORK/b448/
2025-08-20T21:11:25.7029723Z [00:02:52.661]➜  cat >/tmp/go-build2720400589/b448/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7030537Z [00:02:52.661]➜  # import config
2025-08-20T21:11:25.7031242Z [00:02:52.661]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7031869Z [00:02:52.661]➜  EOF
2025-08-20T21:11:25.7034959Z [00:02:52.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditiontype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditiontype;$WORK/b448=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype -lang=go1.21 -complete -installsuffix shared -buildid yfsJN8GS0cG3sSSN3f02/yfsJN8GS0cG3sSSN3f02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conditiontype/conditiontype.go
2025-08-20T21:11:25.7333899Z [00:02:52.691]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:11:25.7343245Z [00:02:52.692]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:11:25.7348941Z [00:02:52.693]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/b3/b32b46befe9ace64f66e2e2b70fa6b3287d3a2f33bdf44fdd3455481e7500ebe-d # internal
2025-08-20T21:11:25.7350053Z [00:02:52.693]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme
2025-08-20T21:11:25.7351484Z [00:02:52.693]➜  mkdir -p $WORK/b449/
2025-08-20T21:11:25.7356459Z [00:02:52.694]➜  cat >/tmp/go-build2720400589/b449/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7357719Z [00:02:52.694]➜  # import config
2025-08-20T21:11:25.7358374Z [00:02:52.694]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7358971Z [00:02:52.694]➜  EOF
2025-08-20T21:11:25.7361858Z [00:02:52.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectionscheme=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectionscheme;$WORK/b449=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme -lang=go1.21 -complete -installsuffix shared -buildid tikCoTw-jjdERjSCSx3U/tikCoTw-jjdERjSCSx3U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectionscheme/connectionscheme.go
2025-08-20T21:11:25.7397290Z [00:02:52.697]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/7e/7e3d2051af4294599503501a3f892af383d714184c299232891065325f9bf443-d # internal
2025-08-20T21:11:25.7402681Z [00:02:52.698]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob
2025-08-20T21:11:25.7403809Z [00:02:52.698]➜  mkdir -p $WORK/b359/
2025-08-20T21:11:25.7416631Z [00:02:52.699]➜  cat >/tmp/go-build2720400589/b359/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7417317Z [00:02:52.700]➜  # import config
2025-08-20T21:11:25.7418129Z [00:02:52.700]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.7419281Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.7420235Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.7421125Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.7422188Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:25.7423259Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build2720400589/b360/_pkg_.a
2025-08-20T21:11:25.7424530Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:25.7426263Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.7427253Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.7428137Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.7436556Z [00:02:52.700]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:25.7437561Z [00:02:52.700]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.7437980Z [00:02:52.700]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:25.7438386Z [00:02:52.700]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:25.7438806Z [00:02:52.700]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7439230Z [00:02:52.700]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:25.7439679Z [00:02:52.700]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:25.7440116Z [00:02:52.700]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.7440425Z [00:02:52.700]➜  EOF
2025-08-20T21:11:25.7444574Z [00:02:52.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_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/b359=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob -lang=go1.23 -complete -installsuffix shared -buildid Zgi_iJClzVu3OBykbXKo/Zgi_iJClzVu3OBykbXKo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/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-20T21:11:25.7515105Z [00:02:52.709]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:11:25.7525743Z [00:02:52.710]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/a8/a8f0533d00a428222b4f9431af0f46193c0cbd5baa790b8af64905e6ba320a43-d # internal
2025-08-20T21:11:25.7533379Z [00:02:52.711]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype
2025-08-20T21:11:25.7534033Z [00:02:52.711]➜  mkdir -p $WORK/b450/
2025-08-20T21:11:25.7543360Z [00:02:52.712]➜  cat >/tmp/go-build2720400589/b450/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7543911Z [00:02:52.712]➜  # import config
2025-08-20T21:11:25.7546982Z [00:02:52.712]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7547643Z [00:02:52.712]➜  EOF
2025-08-20T21:11:25.7558010Z [00:02:52.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorfieldtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorfieldtype;$WORK/b450=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype -lang=go1.21 -complete -installsuffix shared -buildid amsHJ2XciG21ofZ8njj2/amsHJ2XciG21ofZ8njj2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorfieldtype/connectorfieldtype.go
2025-08-20T21:11:25.7677416Z [00:02:52.725]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:11:25.7680178Z [00:02:52.725]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/54/541d7e688784c987c5f351472b13b72d81d20675a06a9bd7edb649b2955ece8d-d # internal
2025-08-20T21:11:25.7686342Z [00:02:52.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus
2025-08-20T21:11:25.7687270Z [00:02:52.726]➜  mkdir -p $WORK/b451/
2025-08-20T21:11:25.7695262Z [00:02:52.727]➜  cat >/tmp/go-build2720400589/b451/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7695970Z [00:02:52.727]➜  # import config
2025-08-20T21:11:25.7696988Z [00:02:52.727]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7697643Z [00:02:52.727]➜  EOF
2025-08-20T21:11:25.7708059Z [00:02:52.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorstatus;$WORK/b451=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus -lang=go1.21 -complete -installsuffix shared -buildid N1JPuOYzJOYMGzMIRShk/N1JPuOYzJOYMGzMIRShk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/connectorstatus/connectorstatus.go
2025-08-20T21:11:25.7864773Z [00:02:52.744]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:11:25.7874497Z [00:02:52.745]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c8/c8a94c8b6a732e59bf20c3be2bb0e87df5e9504909088d0051355d657b2107c7-d # internal
2025-08-20T21:11:25.7875922Z [00:02:52.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype
2025-08-20T21:11:25.7876488Z [00:02:52.745]➜  mkdir -p $WORK/b452/
2025-08-20T21:11:25.7877901Z [00:02:52.745]➜  cat >/tmp/go-build2720400589/b452/importcfg << 'EOF' # internal
2025-08-20T21:11:25.7878262Z [00:02:52.745]➜  # import config
2025-08-20T21:11:25.7878611Z [00:02:52.745]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.7878933Z [00:02:52.745]➜  EOF
2025-08-20T21:11:25.7881439Z [00:02:52.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/converttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/converttype;$WORK/b452=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype -lang=go1.21 -complete -installsuffix shared -buildid PAdZHjbFH_Qb9dImMcHM/PAdZHjbFH_Qb9dImMcHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/converttype/converttype.go
2025-08-20T21:11:25.8381239Z [00:02:52.796]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:11:25.8387924Z [00:02:52.796]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/86/86efbf7e91d406be6b5723107ffde0f1fcacf3b25faad71f3bd20f9e4c9d9cef-d # internal
2025-08-20T21:11:25.8389241Z [00:02:52.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat
2025-08-20T21:11:25.8390983Z [00:02:52.796]➜  mkdir -p $WORK/b453/
2025-08-20T21:11:25.8392088Z [00:02:52.796]➜  cat >/tmp/go-build2720400589/b453/importcfg << 'EOF' # internal
2025-08-20T21:11:25.8392465Z [00:02:52.797]➜  # import config
2025-08-20T21:11:25.8392815Z [00:02:52.797]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.8393138Z [00:02:52.797]➜  EOF
2025-08-20T21:11:25.8396028Z [00:02:52.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataattachmentformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataattachmentformat;$WORK/b453=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat -lang=go1.21 -complete -installsuffix shared -buildid 1nSwY76qnCqOTlujBR37/1nSwY76qnCqOTlujBR37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataattachmentformat/dataattachmentformat.go
2025-08-20T21:11:25.8737554Z [00:02:52.829]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:11:25.8738584Z [00:02:52.830]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/b6/b6bc043e0bdf860c583ad0e866b22cbbbeffa67fb280acab267bdd1b66fba6cd-d # internal
2025-08-20T21:11:25.8739738Z [00:02:52.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate
2025-08-20T21:11:25.8740151Z [00:02:52.830]➜  mkdir -p $WORK/b454/
2025-08-20T21:11:25.8740524Z [00:02:52.832]➜  cat >/tmp/go-build2720400589/b454/importcfg << 'EOF' # internal
2025-08-20T21:11:25.8740867Z [00:02:52.832]➜  # import config
2025-08-20T21:11:25.8741217Z [00:02:52.832]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.8741536Z [00:02:52.832]➜  EOF
2025-08-20T21:11:25.8744089Z [00:02:52.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/datafeedstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/datafeedstate;$WORK/b454=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate -lang=go1.21 -complete -installsuffix shared -buildid hucv_Ke9lmURRAzZTsJS/hucv_Ke9lmURRAzZTsJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/datafeedstate/datafeedstate.go
2025-08-20T21:11:25.8853941Z [00:02:52.843]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:11:25.8860415Z [00:02:52.844]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/40/406e296c64cd20ba8e7f88118d310b72771e244d49ac53e6c8d95757d697217c-d # internal
2025-08-20T21:11:25.8869064Z [00:02:52.844]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate
2025-08-20T21:11:25.8869538Z [00:02:52.844]➜  mkdir -p $WORK/b455/
2025-08-20T21:11:25.8869941Z [00:02:52.845]➜  cat >/tmp/go-build2720400589/b455/importcfg << 'EOF' # internal
2025-08-20T21:11:25.8870288Z [00:02:52.845]➜  # import config
2025-08-20T21:11:25.8870635Z [00:02:52.845]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:25.8870955Z [00:02:52.845]➜  EOF
2025-08-20T21:11:25.8873530Z [00:02:52.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataframestate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataframestate;$WORK/b455=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate -lang=go1.21 -complete -installsuffix shared -buildid UMn1z2VaR13C4hqrRtPl/UMn1z2VaR13C4hqrRtPl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dataframestate/dataframestate.go
2025-08-20T21:11:25.8941508Z [00:02:52.852]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:11:25.8973354Z [00:02:52.855]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/da/da7f23461949183978d02f77c010a5e0937bc3a67862afa1dd94c5ab4c85ebb4-d # internal
2025-08-20T21:11:25.8983127Z [00:02:52.856]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
2025-08-20T21:11:25.8985090Z [00:02:52.856]➜  mkdir -p $WORK/b368/
2025-08-20T21:11:25.8997430Z [00:02:52.857]➜  cat >/tmp/go-build2720400589/b368/importcfg << 'EOF' # internal
2025-08-20T21:11:25.8999931Z [00:02:52.857]➜  # import config
2025-08-20T21:11:25.9001596Z [00:02:52.857]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:25.9002687Z [00:02:52.857]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.9003862Z [00:02:52.857]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:25.9004565Z [00:02:52.857]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:25.9005112Z [00:02:52.857]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.9005692Z [00:02:52.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.9006403Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.9007551Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.9008297Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:25.9009017Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:11:25.9009720Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:11:25.9010451Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:11:25.9011203Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:25.9011997Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build2720400589/b360/_pkg_.a
2025-08-20T21:11:25.9012836Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:25.9013703Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.9014728Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.9015677Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.9016482Z [00:02:52.858]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:25.9017051Z [00:02:52.858]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.9017458Z [00:02:52.858]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:25.9017870Z [00:02:52.858]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:25.9018281Z [00:02:52.858]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:25.9018694Z [00:02:52.858]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:25.9019135Z [00:02:52.858]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:25.9019568Z [00:02:52.858]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.9019879Z [00:02:52.858]➜  EOF
2025-08-20T21:11:25.9023909Z [00:02:52.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_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/b368=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob -lang=go1.23 -complete -installsuffix shared -buildid OXgZdiPKlX7ATlzKkLAb/OXgZdiPKlX7ATlzKkLAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/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-20T21:11:25.9027456Z [00:02:52.860]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:11:25.9029191Z [00:02:52.861]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/8d/8dd5a63d3a99f879f1180366b68cde8bd508fd54417f8f1622165f892c74b312-d # internal
2025-08-20T21:11:25.9035127Z [00:02:52.861]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob
2025-08-20T21:11:25.9036069Z [00:02:52.861]➜  mkdir -p $WORK/b370/
2025-08-20T21:11:25.9044031Z [00:02:52.862]➜  cat >/tmp/go-build2720400589/b370/importcfg << 'EOF' # internal
2025-08-20T21:11:25.9046283Z [00:02:52.862]➜  # import config
2025-08-20T21:11:25.9046734Z [00:02:52.862]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.9047224Z [00:02:52.862]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:25.9047791Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.9048517Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.9049255Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.9050011Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:25.9050829Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:25.9051714Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.9052602Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.9053478Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.9054400Z [00:02:52.862]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:25.9055030Z [00:02:52.862]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.9079933Z [00:02:52.862]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:25.9080394Z [00:02:52.862]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.9080731Z [00:02:52.862]➜  EOF
2025-08-20T21:11:25.9084126Z [00:02:52.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_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/b370=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob -lang=go1.23 -complete -installsuffix shared -buildid CV0z2AuTvFEibOKVqGod/CV0z2AuTvFEibOKVqGod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/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-20T21:11:25.9911776Z [00:02:52.949]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:11:25.9959450Z [00:02:52.954]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/d5/d5dedf2fd1320c251716cc55f991ec362dd5cadb878978b704260d47139f22b7-d # internal
2025-08-20T21:11:25.9962343Z [00:02:52.954]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob
2025-08-20T21:11:25.9965341Z [00:02:52.954]➜  mkdir -p $WORK/b371/
2025-08-20T21:11:25.9966697Z [00:02:52.954]➜  cat >/tmp/go-build2720400589/b371/importcfg << 'EOF' # internal
2025-08-20T21:11:25.9967213Z [00:02:52.954]➜  # import config
2025-08-20T21:11:25.9967865Z [00:02:52.954]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:25.9969199Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:25.9970112Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:25.9971135Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:25.9972581Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:25.9973699Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:25.9974994Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:25.9976273Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:25.9977534Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:25.9978704Z [00:02:52.954]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:25.9979584Z [00:02:52.954]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:25.9980690Z [00:02:52.954]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:25.9981321Z [00:02:52.954]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:25.9981893Z [00:02:52.954]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:25.9982678Z [00:02:52.954]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:25.9986301Z [00:02:52.954]➜  EOF
2025-08-20T21:11:25.9989881Z [00:02:52.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_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/b371=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob -lang=go1.23 -complete -installsuffix shared -buildid c7bZ8AJQOkR_RGMgEJdx/c7bZ8AJQOkR_RGMgEJdx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/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-20T21:11:26.1023940Z [00:02:53.057]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:11:26.1629080Z [00:02:53.120]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/e8/e8a09ec27d61aa0ae2dcc9518980f65cbaef35c8f709d092832f127b41fee834-d # internal
2025-08-20T21:11:26.1666952Z [00:02:53.124]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day
2025-08-20T21:11:26.1667606Z [00:02:53.124]➜  mkdir -p $WORK/b456/
2025-08-20T21:11:26.1667989Z [00:02:53.124]➜  cat >/tmp/go-build2720400589/b456/importcfg << 'EOF' # internal
2025-08-20T21:11:26.1668340Z [00:02:53.124]➜  # import config
2025-08-20T21:11:26.1668725Z [00:02:53.124]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.1669042Z [00:02:53.124]➜  EOF
2025-08-20T21:11:26.1672084Z [00:02:53.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/day=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/day;$WORK/b456=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day -lang=go1.21 -complete -installsuffix shared -buildid A_rjVsgVuGViPDonQSbp/A_rjVsgVuGViPDonQSbp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/day/day.go
2025-08-20T21:11:26.1896843Z [00:02:53.148]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:11:26.1922791Z [00:02:53.150]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/2c/2c090a6ca17af5076e85d56becad58b179a12961cb70206567c8e6824c86707b-d # internal
2025-08-20T21:11:26.1935117Z [00:02:53.151]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:11:26.1941738Z [00:02:53.152]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/83/836685bf9990dfc2c7034625dad400f8b1b011bfb82851f4fe73c247063e3b05-d # internal
2025-08-20T21:11:26.1943789Z [00:02:53.152]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision
2025-08-20T21:11:26.1946239Z [00:02:53.153]➜  mkdir -p $WORK/b457/
2025-08-20T21:11:26.1952379Z [00:02:53.153]➜  cat >/tmp/go-build2720400589/b457/importcfg << 'EOF' # internal
2025-08-20T21:11:26.1954403Z [00:02:53.153]➜  # import config
2025-08-20T21:11:26.1955290Z [00:02:53.153]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.1956171Z [00:02:53.153]➜  EOF
2025-08-20T21:11:26.1960884Z [00:02:53.153]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
2025-08-20T21:11:26.1961463Z [00:02:53.154]➜  mkdir -p $WORK/b369/
2025-08-20T21:11:26.1961842Z [00:02:53.154]➜  cat >/tmp/go-build2720400589/b369/importcfg << 'EOF' # internal
2025-08-20T21:11:26.1962211Z [00:02:53.154]➜  # import config
2025-08-20T21:11:26.1962544Z [00:02:53.154]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:26.1962968Z [00:02:53.154]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:26.1963390Z [00:02:53.154]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:26.1963807Z [00:02:53.154]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:26.1973384Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:26.1974328Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:26.1975145Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:26.1975893Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:26.1976709Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build2720400589/b370/_pkg_.a
2025-08-20T21:11:26.1977549Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:26.1978343Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build2720400589/b360/_pkg_.a
2025-08-20T21:11:26.1979499Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build2720400589/b368/_pkg_.a
2025-08-20T21:11:26.1980403Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:26.1981276Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:26.1982172Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:26.1983043Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:26.1983874Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build2720400589/b371/_pkg_.a
2025-08-20T21:11:26.1984837Z [00:02:53.154]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:26.1985436Z [00:02:53.154]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:26.1985869Z [00:02:53.154]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:26.1986296Z [00:02:53.154]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:26.1986713Z [00:02:53.154]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:26.1987300Z [00:02:53.154]➜  EOF
2025-08-20T21:11:26.1991096Z [00:02:53.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_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/b369=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container -lang=go1.23 -complete -installsuffix shared -buildid s7k8aAc5TzRzk3gfuA-e/s7k8aAc5TzRzk3gfuA-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/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-20T21:11:26.2004170Z [00:02:53.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/decision=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/decision;$WORK/b457=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision -lang=go1.21 -complete -installsuffix shared -buildid S4v9p1YRzvkpJp6JA78K/S4v9p1YRzvkpJp6JA78K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/decision/decision.go
2025-08-20T21:11:26.2220364Z [00:02:53.180]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:11:26.2223014Z [00:02:53.180]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/62/62b2d5a57be6f092f13e6940ff381668850ce1d020d67c433391f706a9456ced-d # internal
2025-08-20T21:11:26.2238080Z [00:02:53.182]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding
2025-08-20T21:11:26.2240007Z [00:02:53.182]➜  mkdir -p $WORK/b458/
2025-08-20T21:11:26.2243331Z [00:02:53.182]➜  cat >/tmp/go-build2720400589/b458/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2243713Z [00:02:53.182]➜  # import config
2025-08-20T21:11:26.2244063Z [00:02:53.182]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2248426Z [00:02:53.182]➜  EOF
2025-08-20T21:11:26.2251609Z [00:02:53.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/delimitedpayloadencoding=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/delimitedpayloadencoding;$WORK/b458=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding -lang=go1.21 -complete -installsuffix shared -buildid n18ZxJ1RLJPm5EhPFGlI/n18ZxJ1RLJPm5EhPFGlI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/delimitedpayloadencoding/delimitedpayloadencoding.go
2025-08-20T21:11:26.2381548Z [00:02:53.195]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:11:26.2382875Z [00:02:53.196]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/f7/f74e38bafa881652bcc9c36e4e86d5888a4d9e47ff1a6adf333f201951ac9541-d # internal
2025-08-20T21:11:26.2385106Z [00:02:53.196]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype
2025-08-20T21:11:26.2385576Z [00:02:53.196]➜  mkdir -p $WORK/b459/
2025-08-20T21:11:26.2385952Z [00:02:53.196]➜  cat >/tmp/go-build2720400589/b459/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2386298Z [00:02:53.196]➜  # import config
2025-08-20T21:11:26.2386643Z [00:02:53.196]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2387351Z [00:02:53.196]➜  EOF
2025-08-20T21:11:26.2390131Z [00:02:53.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorelementtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorelementtype;$WORK/b459=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype -lang=go1.21 -complete -installsuffix shared -buildid J1HSh-lcxoB6d2059fII/J1HSh-lcxoB6d2059fII -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorelementtype/densevectorelementtype.go
2025-08-20T21:11:26.2495528Z [00:02:53.207]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:11:26.2503100Z [00:02:53.208]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/39/39982d98a0b97e756976a5fe09767b4aa25ef629d27f95a2eca480af18a85ca4-d # internal
2025-08-20T21:11:26.2503926Z [00:02:53.208]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype
2025-08-20T21:11:26.2508061Z [00:02:53.208]➜  mkdir -p $WORK/b460/
2025-08-20T21:11:26.2508453Z [00:02:53.208]➜  cat >/tmp/go-build2720400589/b460/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2508800Z [00:02:53.208]➜  # import config
2025-08-20T21:11:26.2509140Z [00:02:53.208]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2509459Z [00:02:53.208]➜  EOF
2025-08-20T21:11:26.2512854Z [00:02:53.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorindexoptionstype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorindexoptionstype;$WORK/b460=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype -lang=go1.21 -complete -installsuffix shared -buildid NrOXIJXUxSPnVghVBZhZ/NrOXIJXUxSPnVghVBZhZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorindexoptionstype/densevectorindexoptionstype.go
2025-08-20T21:11:26.2637464Z [00:02:53.221]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:11:26.2639646Z [00:02:53.222]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/bb/bb4a367eac6ada73a4870185ae94e5b13561a5929035c8131c578c25513e4945-d # internal
2025-08-20T21:11:26.2644755Z [00:02:53.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity
2025-08-20T21:11:26.2649606Z [00:02:53.223]➜  mkdir -p $WORK/b461/
2025-08-20T21:11:26.2650010Z [00:02:53.223]➜  cat >/tmp/go-build2720400589/b461/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2650362Z [00:02:53.223]➜  # import config
2025-08-20T21:11:26.2650705Z [00:02:53.223]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2651044Z [00:02:53.223]➜  EOF
2025-08-20T21:11:26.2653774Z [00:02:53.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorsimilarity=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorsimilarity;$WORK/b461=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity -lang=go1.21 -complete -installsuffix shared -buildid un9mhQ_P_myUOLfj5alh/un9mhQ_P_myUOLfj5alh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/densevectorsimilarity/densevectorsimilarity.go
2025-08-20T21:11:26.2768190Z [00:02:53.234]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:11:26.2775090Z [00:02:53.234]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/59/59a0ebdf5c1aaca119cad5ba5cf66b782ca9de661df4186fe92db29c48ba8ed7-d # internal
2025-08-20T21:11:26.2776300Z [00:02:53.235]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate
2025-08-20T21:11:26.2776762Z [00:02:53.235]➜  mkdir -p $WORK/b462/
2025-08-20T21:11:26.2777143Z [00:02:53.235]➜  cat >/tmp/go-build2720400589/b462/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2777489Z [00:02:53.235]➜  # import config
2025-08-20T21:11:26.2777832Z [00:02:53.235]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2778248Z [00:02:53.235]➜  EOF
2025-08-20T21:11:26.2781753Z [00:02:53.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentallocationstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentallocationstate;$WORK/b462=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate -lang=go1.21 -complete -installsuffix shared -buildid g8eMGsY6cbkUK5uI_s12/g8eMGsY6cbkUK5uI_s12 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentallocationstate/deploymentallocationstate.go
2025-08-20T21:11:26.2977662Z [00:02:53.256]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:11:26.2980196Z [00:02:53.256]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/bb/bb575e8da6c63b2946826972ec00501e51c0e6a41edc3b880c2a5deb499d1469-d # internal
2025-08-20T21:11:26.2981744Z [00:02:53.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate
2025-08-20T21:11:26.2982245Z [00:02:53.256]➜  mkdir -p $WORK/b463/
2025-08-20T21:11:26.2982619Z [00:02:53.256]➜  cat >/tmp/go-build2720400589/b463/importcfg << 'EOF' # internal
2025-08-20T21:11:26.2982965Z [00:02:53.256]➜  # import config
2025-08-20T21:11:26.2983305Z [00:02:53.256]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.2983624Z [00:02:53.256]➜  EOF
2025-08-20T21:11:26.2989094Z [00:02:53.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentassignmentstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentassignmentstate;$WORK/b463=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate -lang=go1.21 -complete -installsuffix shared -buildid WAUX0iV9HmHpZcIRVb44/WAUX0iV9HmHpZcIRVb44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deploymentassignmentstate/deploymentassignmentstate.go
2025-08-20T21:11:26.3232894Z [00:02:53.281]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:11:26.3240844Z [00:02:53.282]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/f0/f0b001fadb3ab79034a2abb499d30bd8d4a30c11ec2ebcdd71fb7d69b5132cc1-d # internal
2025-08-20T21:11:26.3241750Z [00:02:53.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel
2025-08-20T21:11:26.3244416Z [00:02:53.282]➜  mkdir -p $WORK/b464/
2025-08-20T21:11:26.3246134Z [00:02:53.282]➜  cat >/tmp/go-build2720400589/b464/importcfg << 'EOF' # internal
2025-08-20T21:11:26.3247011Z [00:02:53.282]➜  # import config
2025-08-20T21:11:26.3248042Z [00:02:53.282]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.3248437Z [00:02:53.282]➜  EOF
2025-08-20T21:11:26.3262047Z [00:02:53.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deprecationlevel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deprecationlevel;$WORK/b464=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel -lang=go1.21 -complete -installsuffix shared -buildid zB9DMa4cWArmu1OaiYPb/zB9DMa4cWArmu1OaiYPb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/deprecationlevel/deprecationlevel.go
2025-08-20T21:11:26.3415726Z [00:02:53.299]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:11:26.3420554Z [00:02:53.300]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/74/749cc0b553db08cc5a27f978f53e0f1fb5f2df1ea50600b3ef12d2ef1370d3f1-d # internal
2025-08-20T21:11:26.3421337Z [00:02:53.300]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure
2025-08-20T21:11:26.3423402Z [00:02:53.300]➜  mkdir -p $WORK/b465/
2025-08-20T21:11:26.3425113Z [00:02:53.300]➜  cat >/tmp/go-build2720400589/b465/importcfg << 'EOF' # internal
2025-08-20T21:11:26.3425518Z [00:02:53.300]➜  # import config
2025-08-20T21:11:26.3425869Z [00:02:53.300]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.3426191Z [00:02:53.300]➜  EOF
2025-08-20T21:11:26.3432360Z [00:02:53.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfiindependencemeasure=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfiindependencemeasure;$WORK/b465=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure -lang=go1.21 -complete -installsuffix shared -buildid lPG-b2EbWEX42_2X70OZ/lPG-b2EbWEX42_2X70OZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfiindependencemeasure/dfiindependencemeasure.go
2025-08-20T21:11:26.3577373Z [00:02:53.314]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:11:26.3579980Z [00:02:53.314]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/c2/c27fad40ea8e59d352fbcff8d692d20ae52e0c21d99ffc3eba31ee4033bed102-d # internal
2025-08-20T21:11:26.3580725Z [00:02:53.315]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect
2025-08-20T21:11:26.3581162Z [00:02:53.315]➜  mkdir -p $WORK/b466/
2025-08-20T21:11:26.3581536Z [00:02:53.315]➜  cat >/tmp/go-build2720400589/b466/importcfg << 'EOF' # internal
2025-08-20T21:11:26.3581880Z [00:02:53.315]➜  # import config
2025-08-20T21:11:26.3582231Z [00:02:53.315]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.3582545Z [00:02:53.315]➜  EOF
2025-08-20T21:11:26.3587532Z [00:02:53.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfraftereffect=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfraftereffect;$WORK/b466=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect -lang=go1.21 -complete -installsuffix shared -buildid c2aHcQzXdlKW5bpduV2E/c2aHcQzXdlKW5bpduV2E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfraftereffect/dfraftereffect.go
2025-08-20T21:11:26.3600699Z [00:02:53.318]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:11:26.3673300Z [00:02:53.325]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/c8/c892524028eea9c8441306080d6dfa2f780c9f43ef67f8addfbe19399384f2e6-d # internal
2025-08-20T21:11:26.3675771Z [00:02:53.325]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service
2025-08-20T21:11:26.3727215Z [00:02:53.331]➜  mkdir -p $WORK/b372/
2025-08-20T21:11:26.3732259Z [00:02:53.331]➜  cat >/tmp/go-build2720400589/b372/importcfg << 'EOF' # internal
2025-08-20T21:11:26.3733182Z [00:02:53.331]➜  # import config
2025-08-20T21:11:26.3733579Z [00:02:53.331]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:26.3734023Z [00:02:53.331]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:26.3734610Z [00:02:53.331]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:26.3735461Z [00:02:53.331]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:26.3736018Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:26.3736728Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:11:26.3737461Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:26.3738217Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:11:26.3738937Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:11:26.3739669Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:26.3755035Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build2720400589/b360/_pkg_.a
2025-08-20T21:11:26.3756064Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build2720400589/b369/_pkg_.a
2025-08-20T21:11:26.3756924Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:26.3757825Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:26.3758733Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:26.3759610Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:26.3760415Z [00:02:53.331]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:26.3761011Z [00:02:53.331]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:26.3761442Z [00:02:53.331]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:26.3761869Z [00:02:53.331]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.3762288Z [00:02:53.331]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:26.3762596Z [00:02:53.331]➜  EOF
2025-08-20T21:11:26.3766812Z [00:02:53.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_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/b372=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service -lang=go1.23 -complete -installsuffix shared -buildid S3Bez27UYy6rMBb0w5Iy/S3Bez27UYy6rMBb0w5Iy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/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-20T21:11:26.3770260Z [00:02:53.333]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:11:26.3770917Z [00:02:53.333]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/23/233bb81d0617c7a29829fe88aa00711f10aa80c86880557bb0311d842674f7ad-d # internal
2025-08-20T21:11:26.3771611Z [00:02:53.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel
2025-08-20T21:11:26.3772013Z [00:02:53.334]➜  mkdir -p $WORK/b467/
2025-08-20T21:11:26.3772385Z [00:02:53.334]➜  cat >/tmp/go-build2720400589/b467/importcfg << 'EOF' # internal
2025-08-20T21:11:26.3772729Z [00:02:53.334]➜  # import config
2025-08-20T21:11:26.3773069Z [00:02:53.334]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.3773386Z [00:02:53.334]➜  EOF
2025-08-20T21:11:26.3776085Z [00:02:53.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfrbasicmodel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfrbasicmodel;$WORK/b467=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel -lang=go1.21 -complete -installsuffix shared -buildid FaiZKphqKeTcfODiaIIL/FaiZKphqKeTcfODiaIIL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dfrbasicmodel/dfrbasicmodel.go
2025-08-20T21:11:26.4084387Z [00:02:53.366]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:11:26.4089025Z [00:02:53.367]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/f4/f4a61c3a2f1c74f942ac14ceea7e90a71e715d2be613c92ab689b4e969d603ef-d # internal
2025-08-20T21:11:26.4095018Z [00:02:53.367]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype
2025-08-20T21:11:26.4095451Z [00:02:53.367]➜  mkdir -p $WORK/b468/
2025-08-20T21:11:26.4095832Z [00:02:53.367]➜  cat >/tmp/go-build2720400589/b468/importcfg << 'EOF' # internal
2025-08-20T21:11:26.4096176Z [00:02:53.367]➜  # import config
2025-08-20T21:11:26.4096864Z [00:02:53.367]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.4097266Z [00:02:53.367]➜  EOF
2025-08-20T21:11:26.4099773Z [00:02:53.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/displaytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/displaytype;$WORK/b468=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype -lang=go1.21 -complete -installsuffix shared -buildid ulC1BFAjJCk_MzI1e1xc/ulC1BFAjJCk_MzI1e1xc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/displaytype/displaytype.go
2025-08-20T21:11:26.4388737Z [00:02:53.396]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:11:26.4389529Z [00:02:53.396]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/2c/2c085a65c2d6dfa7ef92a7dc424eeb3a3444242fa613751c66b42f0b00efd3ba-d # internal
2025-08-20T21:11:26.4390239Z [00:02:53.396]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit
2025-08-20T21:11:26.4390644Z [00:02:53.396]➜  mkdir -p $WORK/b469/
2025-08-20T21:11:26.4391015Z [00:02:53.396]➜  cat >/tmp/go-build2720400589/b469/importcfg << 'EOF' # internal
2025-08-20T21:11:26.4391358Z [00:02:53.396]➜  # import config
2025-08-20T21:11:26.4392099Z [00:02:53.396]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.4392422Z [00:02:53.396]➜  EOF
2025-08-20T21:11:26.4399215Z [00:02:53.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/distanceunit=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/distanceunit;$WORK/b469=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit -lang=go1.21 -complete -installsuffix shared -buildid 83xCH1KG5qvGykSwzj9e/83xCH1KG5qvGykSwzj9e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/distanceunit/distanceunit.go
2025-08-20T21:11:26.4689866Z [00:02:53.427]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:11:26.4693629Z [00:02:53.427]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/06/0680993b7838917b508e7b34459e962f27ec524d8621343971ec7997da370b3d-d # internal
2025-08-20T21:11:26.4698851Z [00:02:53.428]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping
2025-08-20T21:11:26.4699554Z [00:02:53.428]➜  mkdir -p $WORK/b470/
2025-08-20T21:11:26.4700192Z [00:02:53.428]➜  cat >/tmp/go-build2720400589/b470/importcfg << 'EOF' # internal
2025-08-20T21:11:26.4702068Z [00:02:53.428]➜  # import config
2025-08-20T21:11:26.4702466Z [00:02:53.428]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.4702787Z [00:02:53.428]➜  EOF
2025-08-20T21:11:26.4705563Z [00:02:53.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dynamicmapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dynamicmapping;$WORK/b470=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping -lang=go1.21 -complete -installsuffix shared -buildid 6pXxML3JyTRrNlnF5FTt/6pXxML3JyTRrNlnF5FTt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/dynamicmapping/dynamicmapping.go
2025-08-20T21:11:26.4925665Z [00:02:53.450]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:11:26.4935390Z [00:02:53.451]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/a1/a18a39b729fc86f5e962f5c2b5ff7109cc2b81ea6b0e5eb8c3f6cf50713ce352-d # internal
2025-08-20T21:11:26.4939736Z [00:02:53.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside
2025-08-20T21:11:26.4944400Z [00:02:53.452]➜  mkdir -p $WORK/b471/
2025-08-20T21:11:26.4954053Z [00:02:53.453]➜  cat >/tmp/go-build2720400589/b471/importcfg << 'EOF' # internal
2025-08-20T21:11:26.4954835Z [00:02:53.453]➜  # import config
2025-08-20T21:11:26.4955442Z [00:02:53.453]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.4956986Z [00:02:53.453]➜  EOF
2025-08-20T21:11:26.4974442Z [00:02:53.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/edgengramside=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/edgengramside;$WORK/b471=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside -lang=go1.21 -complete -installsuffix shared -buildid mOFA-qB952EmZjS8NVLw/mOFA-qB952EmZjS8NVLw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/edgengramside/edgengramside.go
2025-08-20T21:11:26.5185313Z [00:02:53.476]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:11:26.5225286Z [00:02:53.480]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:11:26.5237143Z [00:02:53.482]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/e0/e08b4ebdfc78e35fd67effda16863ae736b9d618c3cd3b52370a7c1d79b4c61c-d # internal
2025-08-20T21:11:26.5251424Z [00:02:53.482]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/8d/8d7e7c08e72b6e4b17664cec359850aa304dcd9c115b5acf8c6e5611d3b64b7f-d # internal
2025-08-20T21:11:26.5252097Z [00:02:53.482]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
2025-08-20T21:11:26.5252445Z [00:02:53.482]➜  mkdir -p $WORK/b327/
2025-08-20T21:11:26.5256368Z [00:02:53.483]➜  cat >/tmp/go-build2720400589/b327/importcfg << 'EOF' # internal
2025-08-20T21:11:26.5257565Z [00:02:53.483]➜  # import config
2025-08-20T21:11:26.5258038Z [00:02:53.483]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:26.5258628Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:11:26.5259351Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:11:26.5260109Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:11:26.5260925Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build2720400589/b368/_pkg_.a
2025-08-20T21:11:26.5261736Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build2720400589/b369/_pkg_.a
2025-08-20T21:11:26.5262568Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:11:26.5263441Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:11:26.5264900Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:11:26.5265862Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:11:26.5266683Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:11:26.5267461Z [00:02:53.483]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build2720400589/b372/_pkg_.a
2025-08-20T21:11:26.5268043Z [00:02:53.483]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:26.5268440Z [00:02:53.483]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:26.5268741Z [00:02:53.483]➜  EOF
2025-08-20T21:11:26.5273067Z [00:02:53.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_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/b327=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob -lang=go1.23 -complete -installsuffix shared -buildid pIPJZEP8ktiv4jtAA8It/pIPJZEP8ktiv4jtAA8It -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/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-20T21:11:26.5277165Z [00:02:53.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority
2025-08-20T21:11:26.5277572Z [00:02:53.484]➜  mkdir -p $WORK/b472/
2025-08-20T21:11:26.5277941Z [00:02:53.484]➜  cat >/tmp/go-build2720400589/b472/importcfg << 'EOF' # internal
2025-08-20T21:11:26.5278281Z [00:02:53.484]➜  # import config
2025-08-20T21:11:26.5278854Z [00:02:53.484]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.5279177Z [00:02:53.484]➜  EOF
2025-08-20T21:11:26.5281710Z [00:02:53.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/emailpriority=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/emailpriority;$WORK/b472=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority -lang=go1.21 -complete -installsuffix shared -buildid NCkPLKuZr1YDXzhAb0dE/NCkPLKuZr1YDXzhAb0dE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/emailpriority/emailpriority.go
2025-08-20T21:11:26.5490670Z [00:02:53.507]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:11:26.5505652Z [00:02:53.508]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/b7/b72131dfa64a07750e1669808d42aaebc54080f270120d3017883bf340830fd1-d # internal
2025-08-20T21:11:26.5506468Z [00:02:53.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase
2025-08-20T21:11:26.5506900Z [00:02:53.508]➜  mkdir -p $WORK/b473/
2025-08-20T21:11:26.5507274Z [00:02:53.508]➜  cat >/tmp/go-build2720400589/b473/importcfg << 'EOF' # internal
2025-08-20T21:11:26.5507621Z [00:02:53.508]➜  # import config
2025-08-20T21:11:26.5507971Z [00:02:53.508]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.5508289Z [00:02:53.508]➜  EOF
2025-08-20T21:11:26.5512418Z [00:02:53.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/enrichpolicyphase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/enrichpolicyphase;$WORK/b473=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase -lang=go1.21 -complete -installsuffix shared -buildid qYj4Lu6QI3QmLVyjh1df/qYj4Lu6QI3QmLVyjh1df -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/enrichpolicyphase/enrichpolicyphase.go
2025-08-20T21:11:26.5744508Z [00:02:53.532]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:11:26.5747918Z [00:02:53.533]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/2f/2fdc1f9fd34081c4831b5d3df8fce09f74e43c81556b095072c40379bbdcac07-d # internal
2025-08-20T21:11:26.5753844Z [00:02:53.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent
2025-08-20T21:11:26.5756298Z [00:02:53.533]➜  mkdir -p $WORK/b474/
2025-08-20T21:11:26.5756734Z [00:02:53.533]➜  cat >/tmp/go-build2720400589/b474/importcfg << 'EOF' # internal
2025-08-20T21:11:26.5757093Z [00:02:53.533]➜  # import config
2025-08-20T21:11:26.5757443Z [00:02:53.533]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.5757789Z [00:02:53.533]➜  EOF
2025-08-20T21:11:26.5760395Z [00:02:53.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/excludefrequent=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/excludefrequent;$WORK/b474=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent -lang=go1.21 -complete -installsuffix shared -buildid RVxqCQLiOOaScwe6nvD-/RVxqCQLiOOaScwe6nvD- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/excludefrequent/excludefrequent.go
2025-08-20T21:11:26.5968856Z [00:02:53.555]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:11:26.5977535Z [00:02:53.556]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/9e/9ee1cdcf793ddb4c88b8283ac50ccf743f2a828b9b97042c340034620762c98e-d # internal
2025-08-20T21:11:26.5980092Z [00:02:53.556]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase
2025-08-20T21:11:26.5980567Z [00:02:53.556]➜  mkdir -p $WORK/b475/
2025-08-20T21:11:26.5980949Z [00:02:53.556]➜  cat >/tmp/go-build2720400589/b475/importcfg << 'EOF' # internal
2025-08-20T21:11:26.5981300Z [00:02:53.556]➜  # import config
2025-08-20T21:11:26.5981641Z [00:02:53.556]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.5981958Z [00:02:53.556]➜  EOF
2025-08-20T21:11:26.5984699Z [00:02:53.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionphase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionphase;$WORK/b475=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase -lang=go1.21 -complete -installsuffix shared -buildid Ei6RJYhHfKfrQxcP8f_u/Ei6RJYhHfKfrQxcP8f_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionphase/executionphase.go
2025-08-20T21:11:26.6224505Z [00:02:53.580]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:11:26.6231059Z [00:02:53.581]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/fd/fd9647a7aaf5ed6b585ac843af4c3d0ef33491a4e09b8d35226eefadbe642921-d # internal
2025-08-20T21:11:26.6231888Z [00:02:53.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus
2025-08-20T21:11:26.6232341Z [00:02:53.581]➜  mkdir -p $WORK/b476/
2025-08-20T21:11:26.6234769Z [00:02:53.581]➜  cat >/tmp/go-build2720400589/b476/importcfg << 'EOF' # internal
2025-08-20T21:11:26.6235163Z [00:02:53.581]➜  # import config
2025-08-20T21:11:26.6235521Z [00:02:53.581]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.6235846Z [00:02:53.581]➜  EOF
2025-08-20T21:11:26.6239873Z [00:02:53.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionstatus;$WORK/b476=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus -lang=go1.21 -complete -installsuffix shared -buildid nWbnSAETz-2hgCBSjJoS/nWbnSAETz-2hgCBSjJoS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/executionstatus/executionstatus.go
2025-08-20T21:11:26.6723364Z [00:02:53.630]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:11:26.6725249Z [00:02:53.630]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/48/48003b56d824dd83c6b0d2c0d068a4bbec017534091adda18614d57ed0f94c13-d # internal
2025-08-20T21:11:26.6727404Z [00:02:53.630]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard
2025-08-20T21:11:26.6728054Z [00:02:53.630]➜  mkdir -p $WORK/b477/
2025-08-20T21:11:26.6730379Z [00:02:53.630]➜  cat >/tmp/go-build2720400589/b477/importcfg << 'EOF' # internal
2025-08-20T21:11:26.6730751Z [00:02:53.630]➜  # import config
2025-08-20T21:11:26.6731101Z [00:02:53.630]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.6731417Z [00:02:53.630]➜  EOF
2025-08-20T21:11:26.6734022Z [00:02:53.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/expandwildcard=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/expandwildcard;$WORK/b477=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard -lang=go1.21 -complete -installsuffix shared -buildid gsaZTpJs82k5cmY4tgDL/gsaZTpJs82k5cmY4tgDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/expandwildcard/expandwildcard.go
2025-08-20T21:11:26.6965216Z [00:02:53.654]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:11:26.6971227Z [00:02:53.654]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/43/436c6175f793127479b5182306ddbabc5e3874a3ef1152cb27e5bbc7683d97a6-d # internal
2025-08-20T21:11:26.6975423Z [00:02:53.654]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus
2025-08-20T21:11:26.6975875Z [00:02:53.654]➜  mkdir -p $WORK/b478/
2025-08-20T21:11:26.6976211Z [00:02:53.655]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:11:26.6976685Z [00:02:53.655]➜  cat >/tmp/go-build2720400589/b478/importcfg << 'EOF' # internal
2025-08-20T21:11:26.6977033Z [00:02:53.655]➜  # import config
2025-08-20T21:11:26.6977382Z [00:02:53.655]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.6977706Z [00:02:53.655]➜  EOF
2025-08-20T21:11:26.6980366Z [00:02:53.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/failurestorestatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/failurestorestatus;$WORK/b478=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus -lang=go1.21 -complete -installsuffix shared -buildid j7DDLYP0k544A_QZkATE/j7DDLYP0k544A_QZkATE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/failurestorestatus/failurestorestatus.go
2025-08-20T21:11:26.7012397Z [00:02:53.658]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/7d/7dfbb0c879c29439cc8bc0bdc521a99711194467aa644e7617d071e073beef21-d # internal
2025-08-20T21:11:26.7021888Z [00:02:53.658]➜  github.com/jrnd-io/jr/pkg/producers/azblobstorage
2025-08-20T21:11:26.7022239Z [00:02:53.658]➜  mkdir -p $WORK/b326/
2025-08-20T21:11:26.7022615Z [00:02:53.659]➜  cat >/tmp/go-build2720400589/b326/importcfg << 'EOF' # internal
2025-08-20T21:11:26.7022979Z [00:02:53.659]➜  # import config
2025-08-20T21:11:26.7023321Z [00:02:53.659]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:26.7023773Z [00:02:53.659]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:26.7024209Z [00:02:53.659]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:26.7024945Z [00:02:53.659]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build2720400589/b327/_pkg_.a
2025-08-20T21:11:26.7025882Z [00:02:53.659]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:11:26.7026522Z [00:02:53.659]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:26.7026997Z [00:02:53.659]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:26.7027410Z [00:02:53.659]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.7027736Z [00:02:53.659]➜  EOF
2025-08-20T21:11:26.7029781Z [00:02:53.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage=>github.com/jrnd-io/jr/pkg/producers/azblobstorage;$WORK/b326=>" -p github.com/jrnd-io/jr/pkg/producers/azblobstorage -lang=go1.24 -complete -installsuffix shared -buildid 8v8iQ909umLo7WIlJoZI/8v8iQ909umLo7WIlJoZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack ./pkg/producers/azblobstorage/config.go ./pkg/producers/azblobstorage/producer.go
2025-08-20T21:11:26.7195130Z [00:02:53.677]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:11:26.7202157Z [00:02:53.678]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/22/228538d83cbd1ec4ac14230398d37e2aa374a8dc0ddec6b16b7cda536555342a-d # internal
2025-08-20T21:11:26.7208656Z [00:02:53.678]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature
2025-08-20T21:11:26.7209111Z [00:02:53.678]➜  mkdir -p $WORK/b479/
2025-08-20T21:11:26.7209938Z [00:02:53.678]➜  cat >/tmp/go-build2720400589/b479/importcfg << 'EOF' # internal
2025-08-20T21:11:26.7210286Z [00:02:53.678]➜  # import config
2025-08-20T21:11:26.7210633Z [00:02:53.678]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.7210949Z [00:02:53.678]➜  EOF
2025-08-20T21:11:26.7213364Z [00:02:53.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/feature=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/feature;$WORK/b479=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature -lang=go1.21 -complete -installsuffix shared -buildid fkTJJ8NIFBrNHQoqzCB7/fkTJJ8NIFBrNHQoqzCB7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/feature/feature.go
2025-08-20T21:11:26.7435907Z [00:02:53.701]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:11:26.7439670Z [00:02:53.702]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/d1/d1f7065485ef600ac8c1d9b1d4f10cdc88b4ccc9f6abe3c0d25f4f183b60a3e2-d # internal
2025-08-20T21:11:26.7441753Z [00:02:53.702]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype
2025-08-20T21:11:26.7442215Z [00:02:53.702]➜  mkdir -p $WORK/b480/
2025-08-20T21:11:26.7451792Z [00:02:53.703]➜  cat >/tmp/go-build2720400589/b480/importcfg << 'EOF' # internal
2025-08-20T21:11:26.7452460Z [00:02:53.703]➜  # import config
2025-08-20T21:11:26.7453160Z [00:02:53.703]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.7453965Z [00:02:53.703]➜  EOF
2025-08-20T21:11:26.7456970Z [00:02:53.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldsortnumerictype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldsortnumerictype;$WORK/b480=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype -lang=go1.21 -complete -installsuffix shared -buildid mxqelf7BI6fTb68RJ2ji/mxqelf7BI6fTb68RJ2ji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldsortnumerictype/fieldsortnumerictype.go
2025-08-20T21:11:26.7618735Z [00:02:53.720]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:11:26.7634404Z [00:02:53.721]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/b0/b00ca038d0eec8291f913fec2b47eef00cb631132be7137c7a3c342d009f7c6b-d # internal
2025-08-20T21:11:26.7635239Z [00:02:53.721]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype
2025-08-20T21:11:26.7635660Z [00:02:53.721]➜  mkdir -p $WORK/b481/
2025-08-20T21:11:26.7636036Z [00:02:53.721]➜  cat >/tmp/go-build2720400589/b481/importcfg << 'EOF' # internal
2025-08-20T21:11:26.7636397Z [00:02:53.721]➜  # import config
2025-08-20T21:11:26.7636743Z [00:02:53.721]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.7637060Z [00:02:53.721]➜  EOF
2025-08-20T21:11:26.7639506Z [00:02:53.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldtype;$WORK/b481=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype -lang=go1.21 -complete -installsuffix shared -buildid xD3xTVIaQ_gfTogvBlQg/xD3xTVIaQ_gfTogvBlQg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldtype/fieldtype.go
2025-08-20T21:11:26.8058401Z [00:02:53.763]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:11:26.8077222Z [00:02:53.765]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/11/113fc19a99a86010f8fa962a71253d6cd958144b5787bf39d497e4c8238b6479-d # internal
2025-08-20T21:11:26.8080109Z [00:02:53.765]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier
2025-08-20T21:11:26.8080624Z [00:02:53.765]➜  mkdir -p $WORK/b482/
2025-08-20T21:11:26.8081009Z [00:02:53.765]➜  cat >/tmp/go-build2720400589/b482/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8081352Z [00:02:53.766]➜  # import config
2025-08-20T21:11:26.8081697Z [00:02:53.766]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8082034Z [00:02:53.766]➜  EOF
2025-08-20T21:11:26.8084981Z [00:02:53.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldvaluefactormodifier=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldvaluefactormodifier;$WORK/b482=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier -lang=go1.21 -complete -installsuffix shared -buildid 5zaCgqJxGaHczLB_kFrD/5zaCgqJxGaHczLB_kFrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fieldvaluefactormodifier/fieldvaluefactormodifier.go
2025-08-20T21:11:26.8201038Z [00:02:53.778]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:11:26.8208533Z [00:02:53.778]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/18/180601dc3a7287b0cd062e76888695cdc5482655c68def64c73e1bd57cb2427c-d # internal
2025-08-20T21:11:26.8209324Z [00:02:53.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy
2025-08-20T21:11:26.8209747Z [00:02:53.778]➜  mkdir -p $WORK/b483/
2025-08-20T21:11:26.8210121Z [00:02:53.779]➜  cat >/tmp/go-build2720400589/b483/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8210467Z [00:02:53.779]➜  # import config
2025-08-20T21:11:26.8210824Z [00:02:53.779]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8211142Z [00:02:53.779]➜  EOF
2025-08-20T21:11:26.8214039Z [00:02:53.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringpolicy;$WORK/b483=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy -lang=go1.21 -complete -installsuffix shared -buildid aIe1moEYYqJPHG_l9FLD/aIe1moEYYqJPHG_l9FLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringpolicy/filteringpolicy.go
2025-08-20T21:11:26.8313662Z [00:02:53.789]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:11:26.8333388Z [00:02:53.790]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/af/af7adb1677a18d59166978d9e73135e28ab2af1a5313d04dc759f6da45e6210a-d # internal
2025-08-20T21:11:26.8334196Z [00:02:53.790]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule
2025-08-20T21:11:26.8334822Z [00:02:53.790]➜  mkdir -p $WORK/b484/
2025-08-20T21:11:26.8335208Z [00:02:53.790]➜  cat >/tmp/go-build2720400589/b484/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8335555Z [00:02:53.790]➜  # import config
2025-08-20T21:11:26.8335905Z [00:02:53.790]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8336222Z [00:02:53.790]➜  EOF
2025-08-20T21:11:26.8338881Z [00:02:53.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringrulerule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringrulerule;$WORK/b484=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule -lang=go1.21 -complete -installsuffix shared -buildid nQtwymFjc58jszf7GfCX/nQtwymFjc58jszf7GfCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringrulerule/filteringrulerule.go
2025-08-20T21:11:26.8349176Z [00:02:53.793]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:11:26.8354887Z [00:02:53.793]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/47/47557bd800c04abf1fed367c0c56bc6a80c226722cb84ec6928ab7e62a9db5cb-d # internal
2025-08-20T21:11:26.8364325Z [00:02:53.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate
2025-08-20T21:11:26.8364864Z [00:02:53.794]➜  mkdir -p $WORK/b485/
2025-08-20T21:11:26.8365246Z [00:02:53.794]➜  cat >/tmp/go-build2720400589/b485/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8365591Z [00:02:53.794]➜  # import config
2025-08-20T21:11:26.8365936Z [00:02:53.794]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8366268Z [00:02:53.794]➜  EOF
2025-08-20T21:11:26.8369226Z [00:02:53.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringvalidationstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringvalidationstate;$WORK/b485=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate -lang=go1.21 -complete -installsuffix shared -buildid qSPKe4VxRTvypDZWY8FS/qSPKe4VxRTvypDZWY8FS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filteringvalidationstate/filteringvalidationstate.go
2025-08-20T21:11:26.8481010Z [00:02:53.806]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:11:26.8487710Z [00:02:53.806]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/ce/ce321e93228cfa6b0fef2a196b42e8d13510e457e1aac31faf7ef2c1f8fa1aea-d # internal
2025-08-20T21:11:26.8493804Z [00:02:53.806]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype
2025-08-20T21:11:26.8494219Z [00:02:53.807]➜  mkdir -p $WORK/b486/
2025-08-20T21:11:26.8494746Z [00:02:53.807]➜  cat >/tmp/go-build2720400589/b486/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8495101Z [00:02:53.807]➜  # import config
2025-08-20T21:11:26.8495451Z [00:02:53.807]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8495774Z [00:02:53.807]➜  EOF
2025-08-20T21:11:26.8498582Z [00:02:53.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filtertype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filtertype;$WORK/b486=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype -lang=go1.21 -complete -installsuffix shared -buildid FZC6WxTLBTmScPoMmCU2/FZC6WxTLBTmScPoMmCU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/filtertype/filtertype.go
2025-08-20T21:11:26.8515402Z [00:02:53.809]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:11:26.8522052Z [00:02:53.810]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/2b/2b9d5177b88a5c5e80f251ede89cca993d0045f3558603ff282244cb26287ffc-d # internal
2025-08-20T21:11:26.8525275Z [00:02:53.810]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest
2025-08-20T21:11:26.8525780Z [00:02:53.810]➜  mkdir -p $WORK/b487/
2025-08-20T21:11:26.8526158Z [00:02:53.810]➜  cat >/tmp/go-build2720400589/b487/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8526507Z [00:02:53.810]➜  # import config
2025-08-20T21:11:26.8530856Z [00:02:53.810]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8531235Z [00:02:53.810]➜  EOF
2025-08-20T21:11:26.8533874Z [00:02:53.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fingerprintdigest=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fingerprintdigest;$WORK/b487=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest -lang=go1.21 -complete -installsuffix shared -buildid 9-gL8YLnnd9j-dXKcrYX/9-gL8YLnnd9j-dXKcrYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/fingerprintdigest/fingerprintdigest.go
2025-08-20T21:11:26.8626758Z [00:02:53.820]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:11:26.8631272Z [00:02:53.821]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/ac/ac507ab06b5a0d7cf87ed8f42a4e0a05b264751ae15b1d410e9fa75fa568af07-d # internal
2025-08-20T21:11:26.8637169Z [00:02:53.821]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus
2025-08-20T21:11:26.8638084Z [00:02:53.821]➜  mkdir -p $WORK/b488/
2025-08-20T21:11:26.8638795Z [00:02:53.821]➜  cat >/tmp/go-build2720400589/b488/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8639331Z [00:02:53.821]➜  # import config
2025-08-20T21:11:26.8639869Z [00:02:53.821]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8640365Z [00:02:53.821]➜  EOF
2025-08-20T21:11:26.8643350Z [00:02:53.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/followerindexstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/followerindexstatus;$WORK/b488=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus -lang=go1.21 -complete -installsuffix shared -buildid aHWaDpsiQeA9JgVUpaQ3/aHWaDpsiQeA9JgVUpaQ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/followerindexstatus/followerindexstatus.go
2025-08-20T21:11:26.8740897Z [00:02:53.832]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:11:26.8744543Z [00:02:53.832]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/79/79e85375f48763db6d888e01ddcf48416f151f375028d7b72df56f07cee11695-d # internal
2025-08-20T21:11:26.8745759Z [00:02:53.832]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode
2025-08-20T21:11:26.8747052Z [00:02:53.833]➜  mkdir -p $WORK/b489/
2025-08-20T21:11:26.8775559Z [00:02:53.833]➜  cat >/tmp/go-build2720400589/b489/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8776538Z [00:02:53.833]➜  # import config
2025-08-20T21:11:26.8777275Z [00:02:53.833]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8777895Z [00:02:53.833]➜  EOF
2025-08-20T21:11:26.8780816Z [00:02:53.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionboostmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionboostmode;$WORK/b489=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode -lang=go1.21 -complete -installsuffix shared -buildid N6i3G9H0yxt4L4qNK6Ho/N6i3G9H0yxt4L4qNK6Ho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionboostmode/functionboostmode.go
2025-08-20T21:11:26.8852462Z [00:02:53.843]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:11:26.8856114Z [00:02:53.843]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/26/26d9b34a47b8d67844ca15303f8b3e074d37858b1fdd05fc414215216032ff18-d # internal
2025-08-20T21:11:26.8857765Z [00:02:53.844]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode
2025-08-20T21:11:26.8859119Z [00:02:53.844]➜  mkdir -p $WORK/b490/
2025-08-20T21:11:26.8863022Z [00:02:53.844]➜  cat >/tmp/go-build2720400589/b490/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8863385Z [00:02:53.844]➜  # import config
2025-08-20T21:11:26.8863740Z [00:02:53.844]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8864062Z [00:02:53.844]➜  EOF
2025-08-20T21:11:26.8877821Z [00:02:53.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionscoremode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionscoremode;$WORK/b490=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode -lang=go1.21 -complete -installsuffix shared -buildid 2E_7n2UMs3ckEcV3hIEW/2E_7n2UMs3ckEcV3hIEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/functionscoremode/functionscoremode.go
2025-08-20T21:11:26.8911927Z [00:02:53.849]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:11:26.8918680Z [00:02:53.850]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/cb/cb6247e024f7fb91adfa6896d1d09e9cfc22ca35f4bc63b07f52784c4a7f453d-d # internal
2025-08-20T21:11:26.8919850Z [00:02:53.850]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy
2025-08-20T21:11:26.8920590Z [00:02:53.850]➜  mkdir -p $WORK/b491/
2025-08-20T21:11:26.8921256Z [00:02:53.850]➜  cat >/tmp/go-build2720400589/b491/importcfg << 'EOF' # internal
2025-08-20T21:11:26.8921871Z [00:02:53.850]➜  # import config
2025-08-20T21:11:26.8923194Z [00:02:53.850]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.8923525Z [00:02:53.850]➜  EOF
2025-08-20T21:11:26.8926074Z [00:02:53.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gappolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gappolicy;$WORK/b491=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy -lang=go1.21 -complete -installsuffix shared -buildid d2TH0lg_nVDOP3kSbMmR/d2TH0lg_nVDOP3kSbMmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gappolicy/gappolicy.go
2025-08-20T21:11:26.9056667Z [00:02:53.860]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:11:26.9058308Z [00:02:53.861]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/a1/a189621a9c9079112eaf32358fc45de897e2bfe497583f8fd9f0c48e43632eaf-d # internal
2025-08-20T21:11:26.9060536Z [00:02:53.861]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype
2025-08-20T21:11:26.9060990Z [00:02:53.861]➜  mkdir -p $WORK/b492/
2025-08-20T21:11:26.9061372Z [00:02:53.861]➜  cat >/tmp/go-build2720400589/b492/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9061776Z [00:02:53.861]➜  # import config
2025-08-20T21:11:26.9062123Z [00:02:53.861]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9062439Z [00:02:53.861]➜  EOF
2025-08-20T21:11:26.9065222Z [00:02:53.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geodistancetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geodistancetype;$WORK/b492=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype -lang=go1.21 -complete -installsuffix shared -buildid FpLxPk-nFrXyh6Jf0WXN/FpLxPk-nFrXyh6Jf0WXN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geodistancetype/geodistancetype.go
2025-08-20T21:11:26.9189780Z [00:02:53.877]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:11:26.9201987Z [00:02:53.877]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/ec/ec977c122d32b06fda4f7f28a4a3098a8ebab90b3545d1e57e6a91236bbade84-d # internal
2025-08-20T21:11:26.9202777Z [00:02:53.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution
2025-08-20T21:11:26.9203192Z [00:02:53.878]➜  mkdir -p $WORK/b493/
2025-08-20T21:11:26.9203582Z [00:02:53.878]➜  cat >/tmp/go-build2720400589/b493/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9203925Z [00:02:53.878]➜  # import config
2025-08-20T21:11:26.9204354Z [00:02:53.878]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9204746Z [00:02:53.878]➜  EOF
2025-08-20T21:11:26.9207274Z [00:02:53.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoexecution=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoexecution;$WORK/b493=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution -lang=go1.21 -complete -installsuffix shared -buildid idU0v6DYIZBjJUM2EPqO/idU0v6DYIZBjJUM2EPqO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoexecution/geoexecution.go
2025-08-20T21:11:26.9268267Z [00:02:53.884]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:11:26.9277306Z [00:02:53.884]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/bb/bb11a8f4106a87df3223c1cb3c938cc81c5946e80e2e7f94428000499e522c52-d # internal
2025-08-20T21:11:26.9278086Z [00:02:53.884]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat
2025-08-20T21:11:26.9278526Z [00:02:53.884]➜  mkdir -p $WORK/b494/
2025-08-20T21:11:26.9278904Z [00:02:53.884]➜  cat >/tmp/go-build2720400589/b494/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9279249Z [00:02:53.884]➜  # import config
2025-08-20T21:11:26.9279596Z [00:02:53.884]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9279933Z [00:02:53.884]➜  EOF
2025-08-20T21:11:26.9282934Z [00:02:53.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtargetformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtargetformat;$WORK/b494=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat -lang=go1.21 -complete -installsuffix shared -buildid 9cCaA-CkMhq2x0lM4ShX/9cCaA-CkMhq2x0lM4ShX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtargetformat/geogridtargetformat.go
2025-08-20T21:11:26.9517158Z [00:02:53.907]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:11:26.9529143Z [00:02:53.907]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/59/59f5d7e61c7215b006ac78a9cf47a8bb2ebbf472822fdf82ac5e707033e0bb3f-d # internal
2025-08-20T21:11:26.9529915Z [00:02:53.907]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype
2025-08-20T21:11:26.9530343Z [00:02:53.907]➜  mkdir -p $WORK/b495/
2025-08-20T21:11:26.9530718Z [00:02:53.910]➜  cat >/tmp/go-build2720400589/b495/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9531063Z [00:02:53.910]➜  # import config
2025-08-20T21:11:26.9531410Z [00:02:53.910]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9531730Z [00:02:53.910]➜  EOF
2025-08-20T21:11:26.9534518Z [00:02:53.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtiletype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtiletype;$WORK/b495=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype -lang=go1.21 -complete -installsuffix shared -buildid SblD7azlCtcGU7-BIPz7/SblD7azlCtcGU7-BIPz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geogridtiletype/geogridtiletype.go
2025-08-20T21:11:26.9570067Z [00:02:53.915]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:11:26.9589778Z [00:02:53.917]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/5c/5cade4f1d126c1b7c687ac08a79632a4825e1816c80a588a9b832309f1f29797-d # internal
2025-08-20T21:11:26.9597909Z [00:02:53.917]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation
2025-08-20T21:11:26.9598376Z [00:02:53.917]➜  mkdir -p $WORK/b496/
2025-08-20T21:11:26.9598754Z [00:02:53.917]➜  cat >/tmp/go-build2720400589/b496/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9599098Z [00:02:53.917]➜  # import config
2025-08-20T21:11:26.9599442Z [00:02:53.917]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9599760Z [00:02:53.917]➜  EOF
2025-08-20T21:11:26.9602334Z [00:02:53.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoorientation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoorientation;$WORK/b496=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation -lang=go1.21 -complete -installsuffix shared -buildid QPLtqvyMH_jNRAOzXB0A/QPLtqvyMH_jNRAOzXB0A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoorientation/geoorientation.go
2025-08-20T21:11:26.9781315Z [00:02:53.936]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:11:26.9791690Z [00:02:53.936]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/08/08f96ac68e072f194fe41f52e3768cbd70b2348cc56b21c4cc71f83386763c9f-d # internal
2025-08-20T21:11:26.9792435Z [00:02:53.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation
2025-08-20T21:11:26.9792882Z [00:02:53.937]➜  mkdir -p $WORK/b497/
2025-08-20T21:11:26.9793255Z [00:02:53.937]➜  cat >/tmp/go-build2720400589/b497/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9793624Z [00:02:53.937]➜  # import config
2025-08-20T21:11:26.9793967Z [00:02:53.937]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9794383Z [00:02:53.937]➜  EOF
2025-08-20T21:11:26.9797929Z [00:02:53.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoshaperelation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoshaperelation;$WORK/b497=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation -lang=go1.21 -complete -installsuffix shared -buildid Fue043RGIcc8HK3_MBxP/Fue043RGIcc8HK3_MBxP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geoshaperelation/geoshaperelation.go
2025-08-20T21:11:26.9822136Z [00:02:53.940]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:11:26.9826140Z [00:02:53.940]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/4d/4debb9db63819e7c6a8b5e061d3e375c7d794572c08a9213081da0973f468017-d # internal
2025-08-20T21:11:26.9827254Z [00:02:53.941]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy
2025-08-20T21:11:26.9829752Z [00:02:53.941]➜  mkdir -p $WORK/b498/
2025-08-20T21:11:26.9830663Z [00:02:53.941]➜  cat >/tmp/go-build2720400589/b498/importcfg << 'EOF' # internal
2025-08-20T21:11:26.9831020Z [00:02:53.941]➜  # import config
2025-08-20T21:11:26.9831363Z [00:02:53.941]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:26.9831681Z [00:02:53.941]➜  EOF
2025-08-20T21:11:26.9834175Z [00:02:53.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geostrategy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geostrategy;$WORK/b498=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy -lang=go1.21 -complete -installsuffix shared -buildid YSBGh41F1DgFaUDSKB78/YSBGh41F1DgFaUDSKB78 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geostrategy/geostrategy.go
2025-08-20T21:11:26.9999442Z [00:02:53.958]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:11:27.0003251Z [00:02:53.958]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/2d/2d30655502533e6b78b74530d4d07bbe40369fa01e9e7cd0e0412b79da468325-d # internal
2025-08-20T21:11:27.0004038Z [00:02:53.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod
2025-08-20T21:11:27.0004664Z [00:02:53.958]➜  mkdir -p $WORK/b499/
2025-08-20T21:11:27.0006575Z [00:02:53.959]➜  cat >/tmp/go-build2720400589/b499/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0007463Z [00:02:53.959]➜  # import config
2025-08-20T21:11:27.0008345Z [00:02:53.959]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0008952Z [00:02:53.959]➜  EOF
2025-08-20T21:11:27.0011856Z [00:02:53.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geovalidationmethod=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geovalidationmethod;$WORK/b499=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod -lang=go1.21 -complete -installsuffix shared -buildid AixXqcEAM4dhoTLepM04/AixXqcEAM4dhoTLepM04 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/geovalidationmethod/geovalidationmethod.go
2025-08-20T21:11:27.0027380Z [00:02:53.960]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:11:27.0063183Z [00:02:53.964]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/d8/d8084964b0f8076b3294b57593cdb40aea35aa43351ebde61770cef8098aec08-d # internal
2025-08-20T21:11:27.0064152Z [00:02:53.964]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus
2025-08-20T21:11:27.0065313Z [00:02:53.964]➜  mkdir -p $WORK/b500/
2025-08-20T21:11:27.0066401Z [00:02:53.964]➜  cat >/tmp/go-build2720400589/b500/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0066756Z [00:02:53.964]➜  # import config
2025-08-20T21:11:27.0067390Z [00:02:53.964]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0067790Z [00:02:53.964]➜  EOF
2025-08-20T21:11:27.0070307Z [00:02:53.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/healthstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/healthstatus;$WORK/b500=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus -lang=go1.21 -complete -installsuffix shared -buildid EK_maLcs32ZCQhqjLg4O/EK_maLcs32ZCQhqjLg4O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/healthstatus/healthstatus.go
2025-08-20T21:11:27.0139317Z [00:02:53.972]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:11:27.0143702Z [00:02:53.972]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/81/811879f89bb9d972f4859405b0187d7ee3a1397bce7405a53404b8848966428d-d # internal
2025-08-20T21:11:27.0145593Z [00:02:53.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder
2025-08-20T21:11:27.0146027Z [00:02:53.972]➜  mkdir -p $WORK/b501/
2025-08-20T21:11:27.0146415Z [00:02:53.972]➜  cat >/tmp/go-build2720400589/b501/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0147094Z [00:02:53.972]➜  # import config
2025-08-20T21:11:27.0147442Z [00:02:53.972]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0147758Z [00:02:53.972]➜  EOF
2025-08-20T21:11:27.0150420Z [00:02:53.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterencoder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterencoder;$WORK/b501=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder -lang=go1.21 -complete -installsuffix shared -buildid QIeA_LcsvR1PpSKii8P-/QIeA_LcsvR1PpSKii8P- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterencoder/highlighterencoder.go
2025-08-20T21:11:27.0261827Z [00:02:53.984]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:11:27.0267476Z [00:02:53.984]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/67/672128f2bd2f3785a80293e962110d7cd79ab2721a56d4dfc0fdc8962d177279-d # internal
2025-08-20T21:11:27.0268251Z [00:02:53.984]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter
2025-08-20T21:11:27.0268705Z [00:02:53.984]➜  mkdir -p $WORK/b502/
2025-08-20T21:11:27.0269077Z [00:02:53.985]➜  cat >/tmp/go-build2720400589/b502/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0269422Z [00:02:53.985]➜  # import config
2025-08-20T21:11:27.0269763Z [00:02:53.985]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0270092Z [00:02:53.985]➜  EOF
2025-08-20T21:11:27.0273397Z [00:02:53.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterfragmenter=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterfragmenter;$WORK/b502=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter -lang=go1.21 -complete -installsuffix shared -buildid Y_PHmp4gRdrfqjxeBuBO/Y_PHmp4gRdrfqjxeBuBO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterfragmenter/highlighterfragmenter.go
2025-08-20T21:11:27.0276747Z [00:02:53.986]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:11:27.0277966Z [00:02:53.986]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/89/89b383d9168616817d8d4fbab21432ca27949f4733c4c51a0075301e50f209eb-d # internal
2025-08-20T21:11:27.0279481Z [00:02:53.986]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder
2025-08-20T21:11:27.0279920Z [00:02:53.986]➜  mkdir -p $WORK/b503/
2025-08-20T21:11:27.0281936Z [00:02:53.986]➜  cat >/tmp/go-build2720400589/b503/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0282999Z [00:02:53.986]➜  # import config
2025-08-20T21:11:27.0283380Z [00:02:53.986]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0283705Z [00:02:53.986]➜  EOF
2025-08-20T21:11:27.0286420Z [00:02:53.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterorder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterorder;$WORK/b503=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder -lang=go1.21 -complete -installsuffix shared -buildid MGzbU_6SuEc_GN1I8kIs/MGzbU_6SuEc_GN1I8kIs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlighterorder/highlighterorder.go
2025-08-20T21:11:27.0436387Z [00:02:54.001]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:11:27.0437362Z [00:02:54.001]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/11/11fd8eff6b197412fa0ed716eaf7ca8791d6c3535f973274ecb8ef2d9bf756c4-d # internal
2025-08-20T21:11:27.0438834Z [00:02:54.001]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema
2025-08-20T21:11:27.0439953Z [00:02:54.001]➜  mkdir -p $WORK/b504/
2025-08-20T21:11:27.0440645Z [00:02:54.001]➜  cat >/tmp/go-build2720400589/b504/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0441114Z [00:02:54.001]➜  # import config
2025-08-20T21:11:27.0441583Z [00:02:54.001]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0442055Z [00:02:54.001]➜  EOF
2025-08-20T21:11:27.0445119Z [00:02:54.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertagsschema=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertagsschema;$WORK/b504=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema -lang=go1.21 -complete -installsuffix shared -buildid V0yBbZL6okI_3eV0yr51/V0yBbZL6okI_3eV0yr51 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertagsschema/highlightertagsschema.go
2025-08-20T21:11:27.0498997Z [00:02:54.008]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:11:27.0502808Z [00:02:54.008]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/94/944fa4b803990366ed61f02ebaa4e3e2318fb0c6c80990cacc4e5dc7ca76fe12-d # internal
2025-08-20T21:11:27.0503570Z [00:02:54.008]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype
2025-08-20T21:11:27.0503995Z [00:02:54.008]➜  mkdir -p $WORK/b505/
2025-08-20T21:11:27.0511421Z [00:02:54.009]➜  cat >/tmp/go-build2720400589/b505/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0513262Z [00:02:54.009]➜  # import config
2025-08-20T21:11:27.0514160Z [00:02:54.009]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0545540Z [00:02:54.009]➜  EOF
2025-08-20T21:11:27.0548938Z [00:02:54.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertype;$WORK/b505=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype -lang=go1.21 -complete -installsuffix shared -buildid kU_f9_-GjFcUpoKyClV5/kU_f9_-GjFcUpoKyClV5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/highlightertype/highlightertype.go
2025-08-20T21:11:27.0679295Z [00:02:54.026]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:11:27.0685387Z [00:02:54.026]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/b3/b343228883fd7c5b38aa58da9651923057eb46afde11c71fc7197c83289a79e1-d # internal
2025-08-20T21:11:27.0686809Z [00:02:54.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype
2025-08-20T21:11:27.0687770Z [00:02:54.026]➜  mkdir -p $WORK/b506/
2025-08-20T21:11:27.0688598Z [00:02:54.026]➜  cat >/tmp/go-build2720400589/b506/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0689023Z [00:02:54.026]➜  # import config
2025-08-20T21:11:27.0689727Z [00:02:54.026]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0690481Z [00:02:54.026]➜  EOF
2025-08-20T21:11:27.0693350Z [00:02:54.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/holtwinterstype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/holtwinterstype;$WORK/b506=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype -lang=go1.21 -complete -installsuffix shared -buildid tzfuoawnTm2obBvvJUgR/tzfuoawnTm2obBvvJUgR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/holtwinterstype/holtwinterstype.go
2025-08-20T21:11:27.0706564Z [00:02:54.029]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:11:27.0710591Z [00:02:54.029]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/7a/7a3018fb71f66b566fe3aaa94055f40396bbe489540f747c31bb7bd297c5bf63-d # internal
2025-08-20T21:11:27.0712526Z [00:02:54.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod
2025-08-20T21:11:27.0713593Z [00:02:54.029]➜  mkdir -p $WORK/b507/
2025-08-20T21:11:27.0714684Z [00:02:54.029]➜  cat >/tmp/go-build2720400589/b507/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0715600Z [00:02:54.029]➜  # import config
2025-08-20T21:11:27.0716519Z [00:02:54.029]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0717588Z [00:02:54.029]➜  EOF
2025-08-20T21:11:27.0720191Z [00:02:54.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/httpinputmethod=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/httpinputmethod;$WORK/b507=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod -lang=go1.21 -complete -installsuffix shared -buildid MJ1cdcW_kGjHEe5MS3V7/MJ1cdcW_kGjHEe5MS3V7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/httpinputmethod/httpinputmethod.go
2025-08-20T21:11:27.0940500Z [00:02:54.052]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:11:27.0944601Z [00:02:54.052]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/80/801cf84974b44bcbc29861c35fc0a315fa3ef748897ada40a6f3d42da296fbe2-d # internal
2025-08-20T21:11:27.0968117Z [00:02:54.055]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution
2025-08-20T21:11:27.0969209Z [00:02:54.055]➜  mkdir -p $WORK/b508/
2025-08-20T21:11:27.0970082Z [00:02:54.055]➜  cat >/tmp/go-build2720400589/b508/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0970802Z [00:02:54.055]➜  # import config
2025-08-20T21:11:27.0971592Z [00:02:54.055]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0972138Z [00:02:54.055]➜  EOF
2025-08-20T21:11:27.0972601Z [00:02:54.055]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:11:27.0975821Z [00:02:54.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ibdistribution=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ibdistribution;$WORK/b508=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution -lang=go1.21 -complete -installsuffix shared -buildid C6cFqjnsqOApYAwYOtGo/C6cFqjnsqOApYAwYOtGo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ibdistribution/ibdistribution.go
2025-08-20T21:11:27.0979000Z [00:02:54.055]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/ab/ab604a5a84e434412d680fd42d064d15644e7aed9670fbd0a5a383340374eee6-d # internal
2025-08-20T21:11:27.0980171Z [00:02:54.055]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda
2025-08-20T21:11:27.0981283Z [00:02:54.055]➜  mkdir -p $WORK/b509/
2025-08-20T21:11:27.0981667Z [00:02:54.055]➜  cat >/tmp/go-build2720400589/b509/importcfg << 'EOF' # internal
2025-08-20T21:11:27.0982011Z [00:02:54.055]➜  # import config
2025-08-20T21:11:27.0982354Z [00:02:54.055]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.0982671Z [00:02:54.055]➜  EOF
2025-08-20T21:11:27.0985210Z [00:02:54.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/iblambda=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/iblambda;$WORK/b509=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda -lang=go1.21 -complete -installsuffix shared -buildid ooymjYq_bQivLNUKcB-B/ooymjYq_bQivLNUKcB-B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/iblambda/iblambda.go
2025-08-20T21:11:27.1140756Z [00:02:54.072]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:11:27.1144418Z [00:02:54.072]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/98/987303d2f76369d9fba096bbad80423deabf89825011d7016faecf82d808f5d9-d # internal
2025-08-20T21:11:27.1145254Z [00:02:54.072]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate
2025-08-20T21:11:27.1145699Z [00:02:54.072]➜  mkdir -p $WORK/b510/
2025-08-20T21:11:27.1147140Z [00:02:54.073]➜  cat >/tmp/go-build2720400589/b510/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1148107Z [00:02:54.073]➜  # import config
2025-08-20T21:11:27.1149049Z [00:02:54.073]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1149846Z [00:02:54.073]➜  EOF
2025-08-20T21:11:27.1153115Z [00:02:54.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationalternate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationalternate;$WORK/b510=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate -lang=go1.21 -complete -installsuffix shared -buildid DadlSoxkDVcF_awESCAQ/DadlSoxkDVcF_awESCAQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationalternate/icucollationalternate.go
2025-08-20T21:11:27.1174846Z [00:02:54.075]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:11:27.1178410Z [00:02:54.076]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/bc/bc69b08fc6f0404fd7b7038f9f54604363f2c093a0180f731f0636321122fd6a-d # internal
2025-08-20T21:11:27.1179234Z [00:02:54.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst
2025-08-20T21:11:27.1202199Z [00:02:54.078]➜  mkdir -p $WORK/b511/
2025-08-20T21:11:27.1205064Z [00:02:54.078]➜  cat >/tmp/go-build2720400589/b511/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1205969Z [00:02:54.078]➜  # import config
2025-08-20T21:11:27.1208627Z [00:02:54.078]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1209425Z [00:02:54.078]➜  EOF
2025-08-20T21:11:27.1214515Z [00:02:54.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationcasefirst=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationcasefirst;$WORK/b511=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst -lang=go1.21 -complete -installsuffix shared -buildid fTQfXmd8Xla2IZMo8f4f/fTQfXmd8Xla2IZMo8f4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationcasefirst/icucollationcasefirst.go
2025-08-20T21:11:27.1405836Z [00:02:54.097]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:11:27.1408187Z [00:02:54.097]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/5d/5d5399de63a207adad988613cc9c2c1cd3b0bfc700ab03afbf3f20bdd8bd8b2c-d # internal
2025-08-20T21:11:27.1408974Z [00:02:54.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition
2025-08-20T21:11:27.1409432Z [00:02:54.098]➜  mkdir -p $WORK/b512/
2025-08-20T21:11:27.1409931Z [00:02:54.098]➜  cat >/tmp/go-build2720400589/b512/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1410647Z [00:02:54.098]➜  # import config
2025-08-20T21:11:27.1411003Z [00:02:54.098]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1411324Z [00:02:54.098]➜  EOF
2025-08-20T21:11:27.1414159Z [00:02:54.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationdecomposition=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationdecomposition;$WORK/b512=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition -lang=go1.21 -complete -installsuffix shared -buildid tqhE71TAO8AsUZ8gf3W9/tqhE71TAO8AsUZ8gf3W9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationdecomposition/icucollationdecomposition.go
2025-08-20T21:11:27.1444474Z [00:02:54.102]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:11:27.1448991Z [00:02:54.103]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/b5/b5c10421dfc93abe1ca5a3eeaa52afeb33432c4e93c7446b2f9ee28f44c1038d-d # internal
2025-08-20T21:11:27.1454440Z [00:02:54.103]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength
2025-08-20T21:11:27.1456691Z [00:02:54.103]➜  mkdir -p $WORK/b513/
2025-08-20T21:11:27.1460951Z [00:02:54.104]➜  cat >/tmp/go-build2720400589/b513/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1461519Z [00:02:54.104]➜  # import config
2025-08-20T21:11:27.1462251Z [00:02:54.104]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1462992Z [00:02:54.104]➜  EOF
2025-08-20T21:11:27.1466333Z [00:02:54.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationstrength=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationstrength;$WORK/b513=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength -lang=go1.21 -complete -installsuffix shared -buildid Uno6w0bF9MwUMrkCkHPY/Uno6w0bF9MwUMrkCkHPY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icucollationstrength/icucollationstrength.go
2025-08-20T21:11:27.1626464Z [00:02:54.120]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:11:27.1630940Z [00:02:54.121]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/d8/d8e10c2d97392df0d400ecbec998322afcdc84c894f0002f9d3b51a52d4490ae-d # internal
2025-08-20T21:11:27.1632453Z [00:02:54.121]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode
2025-08-20T21:11:27.1633486Z [00:02:54.121]➜  mkdir -p $WORK/b514/
2025-08-20T21:11:27.1636376Z [00:02:54.122]➜  cat >/tmp/go-build2720400589/b514/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1637110Z [00:02:54.122]➜  # import config
2025-08-20T21:11:27.1637751Z [00:02:54.122]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1638508Z [00:02:54.122]➜  EOF
2025-08-20T21:11:27.1641555Z [00:02:54.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationmode;$WORK/b514=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode -lang=go1.21 -complete -installsuffix shared -buildid 8CwfJmMYukTrV3uBc_S6/8CwfJmMYukTrV3uBc_S6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationmode/icunormalizationmode.go
2025-08-20T21:11:27.1687650Z [00:02:54.126]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:11:27.1691343Z [00:02:54.127]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/b7/b75326beff72f219249afd5033c99360023f9bfdffe5ecefc7cbf78b7102162a-d # internal
2025-08-20T21:11:27.1692959Z [00:02:54.127]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype
2025-08-20T21:11:27.1693403Z [00:02:54.127]➜  mkdir -p $WORK/b515/
2025-08-20T21:11:27.1694811Z [00:02:54.127]➜  cat >/tmp/go-build2720400589/b515/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1695498Z [00:02:54.127]➜  # import config
2025-08-20T21:11:27.1696237Z [00:02:54.127]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1697112Z [00:02:54.127]➜  EOF
2025-08-20T21:11:27.1700807Z [00:02:54.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationtype;$WORK/b515=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype -lang=go1.21 -complete -installsuffix shared -buildid mrtR9Ti5QSA_DPfXal-x/mrtR9Ti5QSA_DPfXal-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icunormalizationtype/icunormalizationtype.go
2025-08-20T21:11:27.1878383Z [00:02:54.146]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:11:27.1885267Z [00:02:54.146]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/09/09ae2a1f4d61393eba708f6cab56c8d4204bacad7aac73d0f1ab414492caec68-d # internal
2025-08-20T21:11:27.1910435Z [00:02:54.149]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection
2025-08-20T21:11:27.1911144Z [00:02:54.149]➜  mkdir -p $WORK/b516/
2025-08-20T21:11:27.1911715Z [00:02:54.149]➜  cat >/tmp/go-build2720400589/b516/importcfg << 'EOF' # internal
2025-08-20T21:11:27.1912588Z [00:02:54.149]➜  # import config
2025-08-20T21:11:27.1913206Z [00:02:54.149]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.1913649Z [00:02:54.149]➜  EOF
2025-08-20T21:11:27.1917040Z [00:02:54.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icutransformdirection=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icutransformdirection;$WORK/b516=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection -lang=go1.21 -complete -installsuffix shared -buildid Ma-jEaIpxj_nlbNFCo1l/Ma-jEaIpxj_nlbNFCo1l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/icutransformdirection/icutransformdirection.go
2025-08-20T21:11:27.1995759Z [00:02:54.157]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:11:27.2051349Z [00:02:54.163]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/6a/6a89688f3027dd5a687444a3402e197a39700ab296fc4a61fc7fb9cf035e0850-d # internal
2025-08-20T21:11:27.2052522Z [00:02:54.163]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea
2025-08-20T21:11:27.2053058Z [00:02:54.163]➜  mkdir -p $WORK/b517/
2025-08-20T21:11:27.2054765Z [00:02:54.163]➜  cat >/tmp/go-build2720400589/b517/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2055435Z [00:02:54.163]➜  # import config
2025-08-20T21:11:27.2055918Z [00:02:54.163]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2056713Z [00:02:54.163]➜  EOF
2025-08-20T21:11:27.2061144Z [00:02:54.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/impactarea=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/impactarea;$WORK/b517=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea -lang=go1.21 -complete -installsuffix shared -buildid TGtDiV-uBHHy-62lsdbS/TGtDiV-uBHHy-62lsdbS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/impactarea/impactarea.go
2025-08-20T21:11:27.2138493Z [00:02:54.172]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:11:27.2142331Z [00:02:54.172]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/23/23407206c058574f3650f10c9e76c6e6c5a832f0af5d58d9a383e0791a3e4f78-d # internal
2025-08-20T21:11:27.2143717Z [00:02:54.172]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup
2025-08-20T21:11:27.2144660Z [00:02:54.172]➜  mkdir -p $WORK/b518/
2025-08-20T21:11:27.2148633Z [00:02:54.173]➜  cat >/tmp/go-build2720400589/b518/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2149233Z [00:02:54.173]➜  # import config
2025-08-20T21:11:27.2149788Z [00:02:54.173]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2150700Z [00:02:54.173]➜  EOF
2025-08-20T21:11:27.2155851Z [00:02:54.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexcheckonstartup=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexcheckonstartup;$WORK/b518=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup -lang=go1.21 -complete -installsuffix shared -buildid v-0JnDd98SoyRvLUs-JX/v-0JnDd98SoyRvLUs-JX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexcheckonstartup/indexcheckonstartup.go
2025-08-20T21:11:27.2295168Z [00:02:54.187]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:11:27.2302792Z [00:02:54.188]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/19/199e0f6183605b977509febecdfc743f5870d62714a928640ed5de938cd3f94e-d # internal
2025-08-20T21:11:27.2304181Z [00:02:54.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate
2025-08-20T21:11:27.2305283Z [00:02:54.188]➜  mkdir -p $WORK/b519/
2025-08-20T21:11:27.2306402Z [00:02:54.188]➜  cat >/tmp/go-build2720400589/b519/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2307045Z [00:02:54.188]➜  # import config
2025-08-20T21:11:27.2307666Z [00:02:54.188]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2308231Z [00:02:54.188]➜  EOF
2025-08-20T21:11:27.2311335Z [00:02:54.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexingjobstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexingjobstate;$WORK/b519=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate -lang=go1.21 -complete -installsuffix shared -buildid U8pXbPNL_w8MSw4ARALX/U8pXbPNL_w8MSw4ARALX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexingjobstate/indexingjobstate.go
2025-08-20T21:11:27.2335771Z [00:02:54.191]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:11:27.2343920Z [00:02:54.192]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/94/948277e723f0f8b310bb36e23c7d256e962d444610dc394d8e66b13e8de365be-d # internal
2025-08-20T21:11:27.2347782Z [00:02:54.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate
2025-08-20T21:11:27.2348241Z [00:02:54.192]➜  mkdir -p $WORK/b520/
2025-08-20T21:11:27.2348611Z [00:02:54.192]➜  cat >/tmp/go-build2720400589/b520/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2348959Z [00:02:54.192]➜  # import config
2025-08-20T21:11:27.2349305Z [00:02:54.192]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2349629Z [00:02:54.192]➜  EOF
2025-08-20T21:11:27.2352288Z [00:02:54.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexmetadatastate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexmetadatastate;$WORK/b520=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate -lang=go1.21 -complete -installsuffix shared -buildid _eRzHIBjTXu4SUzjwbIb/_eRzHIBjTXu4SUzjwbIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexmetadatastate/indexmetadatastate.go
2025-08-20T21:11:27.2469019Z [00:02:54.205]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:11:27.2479805Z [00:02:54.206]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/c5/c50c33d135e9faeb946ee756facf34165c811b31e202acd86860005c5a2d6f53-d # internal
2025-08-20T21:11:27.2484833Z [00:02:54.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions
2025-08-20T21:11:27.2485744Z [00:02:54.206]➜  mkdir -p $WORK/b521/
2025-08-20T21:11:27.2495490Z [00:02:54.207]➜  cat >/tmp/go-build2720400589/b521/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2497997Z [00:02:54.207]➜  # import config
2025-08-20T21:11:27.2499986Z [00:02:54.207]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2507852Z [00:02:54.207]➜  EOF
2025-08-20T21:11:27.2510975Z [00:02:54.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexoptions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexoptions;$WORK/b521=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions -lang=go1.21 -complete -installsuffix shared -buildid XyyZdgnfSLfLm_-1FHqq/XyyZdgnfSLfLm_-1FHqq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexoptions/indexoptions.go
2025-08-20T21:11:27.2513676Z [00:02:54.207]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:11:27.2514892Z [00:02:54.208]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/53/53c2e91fd8860c50a93f5f90cfae650f07423c2aa0547538f75b714cc49a7306-d # internal
2025-08-20T21:11:27.2515999Z [00:02:54.208]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege
2025-08-20T21:11:27.2516660Z [00:02:54.208]➜  mkdir -p $WORK/b522/
2025-08-20T21:11:27.2517463Z [00:02:54.210]➜  cat >/tmp/go-build2720400589/b522/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2518014Z [00:02:54.210]➜  # import config
2025-08-20T21:11:27.2518662Z [00:02:54.210]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2519523Z [00:02:54.210]➜  EOF
2025-08-20T21:11:27.2522206Z [00:02:54.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexprivilege=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexprivilege;$WORK/b522=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege -lang=go1.21 -complete -installsuffix shared -buildid jETrigJrQI5BCR420fDm/jETrigJrQI5BCR420fDm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexprivilege/indexprivilege.go
2025-08-20T21:11:27.2638503Z [00:02:54.222]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:11:27.2647301Z [00:02:54.223]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/1f/1f5c797c93235a7d388a3d70ed0930d0937ab2b099495eeb5929997912a39896-d # internal
2025-08-20T21:11:27.2648627Z [00:02:54.223]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions
2025-08-20T21:11:27.2649312Z [00:02:54.223]➜  mkdir -p $WORK/b523/
2025-08-20T21:11:27.2664846Z [00:02:54.224]➜  cat >/tmp/go-build2720400589/b523/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2671827Z [00:02:54.224]➜  # import config
2025-08-20T21:11:27.2672798Z [00:02:54.224]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2673181Z [00:02:54.224]➜  EOF
2025-08-20T21:11:27.2676331Z [00:02:54.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingallocationoptions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingallocationoptions;$WORK/b523=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions -lang=go1.21 -complete -installsuffix shared -buildid sbypLeGnetot8RiiQcXb/sbypLeGnetot8RiiQcXb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingallocationoptions/indexroutingallocationoptions.go
2025-08-20T21:11:27.2683780Z [00:02:54.226]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:11:27.2684688Z [00:02:54.226]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/0c/0c9e754e7b60685ec0236fa3b050d58ac35f0868bac888efb18e7ab20985fe55-d # internal
2025-08-20T21:11:27.2685535Z [00:02:54.226]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions
2025-08-20T21:11:27.2685999Z [00:02:54.226]➜  mkdir -p $WORK/b524/
2025-08-20T21:11:27.2692995Z [00:02:54.227]➜  cat >/tmp/go-build2720400589/b524/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2693641Z [00:02:54.227]➜  # import config
2025-08-20T21:11:27.2694048Z [00:02:54.227]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2694552Z [00:02:54.227]➜  EOF
2025-08-20T21:11:27.2697474Z [00:02:54.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingrebalanceoptions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingrebalanceoptions;$WORK/b524=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions -lang=go1.21 -complete -installsuffix shared -buildid hdjjwCR20FD7Ou2Ly90v/hdjjwCR20FD7Ou2Ly90v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indexroutingrebalanceoptions/indexroutingrebalanceoptions.go
2025-08-20T21:11:27.2802672Z [00:02:54.238]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:11:27.2812807Z [00:02:54.239]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:11:27.2814797Z [00:02:54.239]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/80/80e3294f906039a259518a7287e111a1fed83f7f5c32e9726554853aea613bdd-d # internal
2025-08-20T21:11:27.2827962Z [00:02:54.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus
2025-08-20T21:11:27.2828775Z [00:02:54.241]➜  mkdir -p $WORK/b525/
2025-08-20T21:11:27.2829388Z [00:02:54.241]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/6d/6daa5a47b6c318d7e834555f406a1b42044e81c2a0b989dc667340217bded315-d # internal
2025-08-20T21:11:27.2830077Z [00:02:54.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype
2025-08-20T21:11:27.2830692Z [00:02:54.241]➜  mkdir -p $WORK/b526/
2025-08-20T21:11:27.2831093Z [00:02:54.241]➜  cat >/tmp/go-build2720400589/b525/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2831449Z [00:02:54.241]➜  # import config
2025-08-20T21:11:27.2831957Z [00:02:54.241]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2832387Z [00:02:54.241]➜  EOF
2025-08-20T21:11:27.2836549Z [00:02:54.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indicatorhealthstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indicatorhealthstatus;$WORK/b525=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus -lang=go1.21 -complete -installsuffix shared -buildid AKuJAj1bQyit76LBrVOD/AKuJAj1bQyit76LBrVOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/indicatorhealthstatus/indicatorhealthstatus.go
2025-08-20T21:11:27.2839251Z [00:02:54.241]➜  cat >/tmp/go-build2720400589/b526/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2839725Z [00:02:54.241]➜  # import config
2025-08-20T21:11:27.2840215Z [00:02:54.241]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2840623Z [00:02:54.241]➜  EOF
2025-08-20T21:11:27.2851245Z [00:02:54.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/inputtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/inputtype;$WORK/b526=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype -lang=go1.21 -complete -installsuffix shared -buildid f_rowPOIkRqmgQZeIFaU/f_rowPOIkRqmgQZeIFaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/inputtype/inputtype.go
2025-08-20T21:11:27.2957347Z [00:02:54.253]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:11:27.2961163Z [00:02:54.254]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:11:27.2962564Z [00:02:54.254]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/3a/3a60f15bf8e9f33c7fba165c912e582e702cb33aaaaff82c2181590320326f33-d # internal
2025-08-20T21:11:27.2968893Z [00:02:54.254]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype
2025-08-20T21:11:27.2969411Z [00:02:54.254]➜  mkdir -p $WORK/b527/
2025-08-20T21:11:27.2969812Z [00:02:54.254]➜  cat >/tmp/go-build2720400589/b527/importcfg << 'EOF' # internal
2025-08-20T21:11:27.2970163Z [00:02:54.254]➜  # import config
2025-08-20T21:11:27.2970514Z [00:02:54.254]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.2970836Z [00:02:54.254]➜  EOF
2025-08-20T21:11:27.2973552Z [00:02:54.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaisimilaritytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaisimilaritytype;$WORK/b527=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype -lang=go1.21 -complete -installsuffix shared -buildid BubL0xVNG_fPTFD5VDJM/BubL0xVNG_fPTFD5VDJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaisimilaritytype/jinaaisimilaritytype.go
2025-08-20T21:11:27.2976680Z [00:02:54.255]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/44/448db2b4c44611ee50a65ee58537068428ba0f886bf60d8ffb7e84a9f433ab9d-d # internal
2025-08-20T21:11:27.3005769Z [00:02:54.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask
2025-08-20T21:11:27.3006778Z [00:02:54.255]➜  mkdir -p $WORK/b528/
2025-08-20T21:11:27.3007701Z [00:02:54.255]➜  cat >/tmp/go-build2720400589/b528/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3008094Z [00:02:54.255]➜  # import config
2025-08-20T21:11:27.3008474Z [00:02:54.255]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3008799Z [00:02:54.255]➜  EOF
2025-08-20T21:11:27.3011602Z [00:02:54.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaitextembeddingtask=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaitextembeddingtask;$WORK/b528=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask -lang=go1.21 -complete -installsuffix shared -buildid NX79ZZVnd8Q-LCnsIJO7/NX79ZZVnd8Q-LCnsIJO7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaitextembeddingtask/jinaaitextembeddingtask.go
2025-08-20T21:11:27.3088703Z [00:02:54.267]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:11:27.3093440Z [00:02:54.267]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/4a/4a24d211b65ca27995e3b0a62f991e856606b366dd75bf599408df04850fb76d-d # internal
2025-08-20T21:11:27.3104648Z [00:02:54.268]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason
2025-08-20T21:11:27.3105748Z [00:02:54.268]➜  mkdir -p $WORK/b529/
2025-08-20T21:11:27.3106178Z [00:02:54.268]➜  cat >/tmp/go-build2720400589/b529/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3106551Z [00:02:54.268]➜  # import config
2025-08-20T21:11:27.3106897Z [00:02:54.268]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3107218Z [00:02:54.268]➜  EOF
2025-08-20T21:11:27.3110128Z [00:02:54.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobblockedreason=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobblockedreason;$WORK/b529=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason -lang=go1.21 -complete -installsuffix shared -buildid oX8-i3NmgnlH9Ivy-8tl/oX8-i3NmgnlH9Ivy-8tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobblockedreason/jobblockedreason.go
2025-08-20T21:11:27.3112514Z [00:02:54.268]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:11:27.3118005Z [00:02:54.270]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/ce/ce2c88a3f671d9000b5b060c7be55fa470cb7fda0230e5bce525cf2d00de94f5-d # internal
2025-08-20T21:11:27.3118919Z [00:02:54.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate
2025-08-20T21:11:27.3119442Z [00:02:54.270]➜  mkdir -p $WORK/b530/
2025-08-20T21:11:27.3119953Z [00:02:54.270]➜  cat >/tmp/go-build2720400589/b530/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3120444Z [00:02:54.270]➜  # import config
2025-08-20T21:11:27.3120939Z [00:02:54.270]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3121403Z [00:02:54.270]➜  EOF
2025-08-20T21:11:27.3123947Z [00:02:54.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobstate;$WORK/b530=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate -lang=go1.21 -complete -installsuffix shared -buildid bCBuwOUtS_DC-HAxUUxG/bCBuwOUtS_DC-HAxUUxG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jobstate/jobstate.go
2025-08-20T21:11:27.3319393Z [00:02:54.289]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:11:27.3326743Z [00:02:54.290]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/e1/e1caed4acbcd8daf96a0ce6bc3561ebf85f9aa33ca83fe1c0f3a5519ecf5b3af-d # internal
2025-08-20T21:11:27.3327658Z [00:02:54.290]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy
2025-08-20T21:11:27.3330235Z [00:02:54.290]➜  mkdir -p $WORK/b531/
2025-08-20T21:11:27.3332639Z [00:02:54.290]➜  cat >/tmp/go-build2720400589/b531/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3333001Z [00:02:54.290]➜  # import config
2025-08-20T21:11:27.3333356Z [00:02:54.290]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3333697Z [00:02:54.290]➜  EOF
2025-08-20T21:11:27.3336741Z [00:02:54.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jsonprocessorconflictstrategy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jsonprocessorconflictstrategy;$WORK/b531=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy -lang=go1.21 -complete -installsuffix shared -buildid JDN5LcS9mAR2ejNpiT3F/JDN5LcS9mAR2ejNpiT3F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jsonprocessorconflictstrategy/jsonprocessorconflictstrategy.go
2025-08-20T21:11:27.3339416Z [00:02:54.290]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:11:27.3345312Z [00:02:54.292]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/ca/cab8feea514faa2f6a76a0b0f477d562ae00e9edce99d78b2ba37cefafcc7c64-d # internal
2025-08-20T21:11:27.3350313Z [00:02:54.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode
2025-08-20T21:11:27.3350837Z [00:02:54.292]➜  mkdir -p $WORK/b532/
2025-08-20T21:11:27.3351213Z [00:02:54.293]➜  cat >/tmp/go-build2720400589/b532/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3351561Z [00:02:54.293]➜  # import config
2025-08-20T21:11:27.3352693Z [00:02:54.293]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3353139Z [00:02:54.293]➜  EOF
2025-08-20T21:11:27.3356062Z [00:02:54.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/keeptypesmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/keeptypesmode;$WORK/b532=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode -lang=go1.21 -complete -installsuffix shared -buildid fFFenHhkHy4HL7NuJW_5/fFFenHhkHy4HL7NuJW_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/keeptypesmode/keeptypesmode.go
2025-08-20T21:11:27.3571084Z [00:02:54.315]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:11:27.3577239Z [00:02:54.316]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:11:27.3585557Z [00:02:54.316]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/0d/0d19a6aaa7bb6c0ed6b10a3b5c368497a63677774af279b79e1a9031a359c096-d # internal
2025-08-20T21:11:27.3586579Z [00:02:54.316]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/a6/a637188743fdc2220fba3c9e8165fa5d10116aedc10e6eb11252c32d8918ef35-d # internal
2025-08-20T21:11:27.3587336Z [00:02:54.316]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode
2025-08-20T21:11:27.3587789Z [00:02:54.316]➜  mkdir -p $WORK/b533/
2025-08-20T21:11:27.3588211Z [00:02:54.316]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus
2025-08-20T21:11:27.3589030Z [00:02:54.316]➜  mkdir -p $WORK/b534/
2025-08-20T21:11:27.3589401Z [00:02:54.316]➜  cat >/tmp/go-build2720400589/b533/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3589744Z [00:02:54.316]➜  # import config
2025-08-20T21:11:27.3590089Z [00:02:54.316]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3590408Z [00:02:54.316]➜  EOF
2025-08-20T21:11:27.3593231Z [00:02:54.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/kuromojitokenizationmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/kuromojitokenizationmode;$WORK/b533=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode -lang=go1.21 -complete -installsuffix shared -buildid wNX-BVd6g5P7eAWvkWFB/wNX-BVd6g5P7eAWvkWFB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/kuromojitokenizationmode/kuromojitokenizationmode.go
2025-08-20T21:11:27.3596305Z [00:02:54.316]➜  cat >/tmp/go-build2720400589/b534/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3596662Z [00:02:54.316]➜  # import config
2025-08-20T21:11:27.3597009Z [00:02:54.316]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3597327Z [00:02:54.316]➜  EOF
2025-08-20T21:11:27.3607422Z [00:02:54.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensestatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensestatus;$WORK/b534=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus -lang=go1.21 -complete -installsuffix shared -buildid nKtF1g-yqRWG1eH4V45X/nKtF1g-yqRWG1eH4V45X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensestatus/licensestatus.go
2025-08-20T21:11:27.3786689Z [00:02:54.336]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:11:27.3791635Z [00:02:54.337]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/40/40205b725b8935fb8ef2b4c1b1b0fbf8e627a6bac8299a7d747054d7287bcf49-d # internal
2025-08-20T21:11:27.3793298Z [00:02:54.337]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype
2025-08-20T21:11:27.3794446Z [00:02:54.337]➜  mkdir -p $WORK/b535/
2025-08-20T21:11:27.3800083Z [00:02:54.338]➜  cat >/tmp/go-build2720400589/b535/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3800557Z [00:02:54.338]➜  # import config
2025-08-20T21:11:27.3800914Z [00:02:54.338]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3801238Z [00:02:54.338]➜  EOF
2025-08-20T21:11:27.3807918Z [00:02:54.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensetype;$WORK/b535=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype -lang=go1.21 -complete -installsuffix shared -buildid TuJeief6CwWJ6dHMZd9e/TuJeief6CwWJ6dHMZd9e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/licensetype/licensetype.go
2025-08-20T21:11:27.3821866Z [00:02:54.340]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:11:27.3823696Z [00:02:54.340]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/de/defa32993d52c39d16439a25c39c8b1005f1b60f4f187c0975c4d3871a0119cf-d # internal
2025-08-20T21:11:27.3824705Z [00:02:54.340]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode
2025-08-20T21:11:27.3825476Z [00:02:54.340]➜  mkdir -p $WORK/b536/
2025-08-20T21:11:27.3831671Z [00:02:54.341]➜  cat >/tmp/go-build2720400589/b536/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3832113Z [00:02:54.341]➜  # import config
2025-08-20T21:11:27.3832469Z [00:02:54.341]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3832788Z [00:02:54.341]➜  EOF
2025-08-20T21:11:27.3868776Z [00:02:54.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/lifecycleoperationmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/lifecycleoperationmode;$WORK/b536=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode -lang=go1.21 -complete -installsuffix shared -buildid h_UKe1p2Kmg9QdqZW0U-/h_UKe1p2Kmg9QdqZW0U- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/lifecycleoperationmode/lifecycleoperationmode.go
2025-08-20T21:11:27.3950227Z [00:02:54.353]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:11:27.3953427Z [00:02:54.353]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/0e/0e23cc221cbe9dc2d7dc973ecb9319ddb3702fe66d97a65de4e45aa5b86c58eb-d # internal
2025-08-20T21:11:27.3958353Z [00:02:54.354]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby
2025-08-20T21:11:27.3959478Z [00:02:54.354]➜  mkdir -p $WORK/b537/
2025-08-20T21:11:27.3965440Z [00:02:54.354]➜  cat >/tmp/go-build2720400589/b537/importcfg << 'EOF' # internal
2025-08-20T21:11:27.3965815Z [00:02:54.354]➜  # import config
2025-08-20T21:11:27.3966171Z [00:02:54.354]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.3966488Z [00:02:54.354]➜  EOF
2025-08-20T21:11:27.3978046Z [00:02:54.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/managedby=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/managedby;$WORK/b537=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby -lang=go1.21 -complete -installsuffix shared -buildid U5QUJfJu1nejNx58pNrB/U5QUJfJu1nejNx58pNrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/managedby/managedby.go
2025-08-20T21:11:27.4038027Z [00:02:54.362]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:11:27.4046821Z [00:02:54.362]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/42/42ec6ff9fde648e2dddc5b1a644d23f39ed65b70e128a0670c6c54306d11cd26-d # internal
2025-08-20T21:11:27.4047754Z [00:02:54.363]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype
2025-08-20T21:11:27.4048167Z [00:02:54.363]➜  mkdir -p $WORK/b538/
2025-08-20T21:11:27.4055737Z [00:02:54.363]➜  cat >/tmp/go-build2720400589/b538/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4056583Z [00:02:54.363]➜  # import config
2025-08-20T21:11:27.4056966Z [00:02:54.363]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4057288Z [00:02:54.363]➜  EOF
2025-08-20T21:11:27.4059790Z [00:02:54.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/matchtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/matchtype;$WORK/b538=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype -lang=go1.21 -complete -installsuffix shared -buildid tig8alqe7vLlRNIHEUDF/tig8alqe7vLlRNIHEUDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/matchtype/matchtype.go
2025-08-20T21:11:27.4118650Z [00:02:54.369]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:11:27.4121416Z [00:02:54.370]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/36/36645a19c0057a4e60aa5516f5ceb362e2f864de55f4600f3c6a7b3d44c19225-d # internal
2025-08-20T21:11:27.4125938Z [00:02:54.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus
2025-08-20T21:11:27.4126382Z [00:02:54.370]➜  mkdir -p $WORK/b539/
2025-08-20T21:11:27.4132406Z [00:02:54.371]➜  cat >/tmp/go-build2720400589/b539/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4133129Z [00:02:54.371]➜  # import config
2025-08-20T21:11:27.4133784Z [00:02:54.371]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4134779Z [00:02:54.371]➜  EOF
2025-08-20T21:11:27.4137991Z [00:02:54.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/memorystatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/memorystatus;$WORK/b539=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus -lang=go1.21 -complete -installsuffix shared -buildid 95iXUu4UdFpkn018cuyy/95iXUu4UdFpkn018cuyy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/memorystatus/memorystatus.go
2025-08-20T21:11:27.4161226Z [00:02:54.374]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:11:27.4165326Z [00:02:54.374]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/0c/0c20f0df2d07cbfd3bdafc82438b2f8da60eb00c01e6ad1a1a16e25dd7f1dd43-d # internal
2025-08-20T21:11:27.4167234Z [00:02:54.375]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:11:27.4175338Z [00:02:54.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric
2025-08-20T21:11:27.4176115Z [00:02:54.375]➜  mkdir -p $WORK/b540/
2025-08-20T21:11:27.4176811Z [00:02:54.376]➜  cat >/tmp/go-build2720400589/b540/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4177309Z [00:02:54.376]➜  # import config
2025-08-20T21:11:27.4179377Z [00:02:54.376]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4179708Z [00:02:54.376]➜  EOF
2025-08-20T21:11:27.4236441Z [00:02:54.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/metric=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/metric;$WORK/b540=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric -lang=go1.21 -complete -installsuffix shared -buildid H8n-Kbc1GHU_3P2kfGXt/H8n-Kbc1GHU_3P2kfGXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/metric/metric.go
2025-08-20T21:11:27.4309411Z [00:02:54.389]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:11:27.4317756Z [00:02:54.390]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/3b/3b7036064cec3e1264e87bc5c3e7e46d1a9a7df790d589f2946c6b23f7b0d99b-d # internal
2025-08-20T21:11:27.4319991Z [00:02:54.390]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus
2025-08-20T21:11:27.4321126Z [00:02:54.390]➜  mkdir -p $WORK/b541/
2025-08-20T21:11:27.4339653Z [00:02:54.392]➜  cat >/tmp/go-build2720400589/b541/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4340537Z [00:02:54.392]➜  # import config
2025-08-20T21:11:27.4341188Z [00:02:54.392]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4341792Z [00:02:54.392]➜  EOF
2025-08-20T21:11:27.4344898Z [00:02:54.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/migrationstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/migrationstatus;$WORK/b541=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus -lang=go1.21 -complete -installsuffix shared -buildid b8WQHxNgNlVh8Gmwnixu/b8WQHxNgNlVh8Gmwnixu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/migrationstatus/migrationstatus.go
2025-08-20T21:11:27.4375044Z [00:02:54.395]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:11:27.4384509Z [00:02:54.396]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/bd/bd2ff3d79d4668aed1a38d93b4e8596a7a80a7b91cc9b1b8b02e7ff0a76680de-d # internal
2025-08-20T21:11:27.4389887Z [00:02:54.397]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval
2025-08-20T21:11:27.4393543Z [00:02:54.397]➜  mkdir -p $WORK/b542/
2025-08-20T21:11:27.4406043Z [00:02:54.398]➜  cat >/tmp/go-build2720400589/b542/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4407195Z [00:02:54.398]➜  # import config
2025-08-20T21:11:27.4407699Z [00:02:54.398]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4408345Z [00:02:54.398]➜  EOF
2025-08-20T21:11:27.4412310Z [00:02:54.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/minimuminterval=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/minimuminterval;$WORK/b542=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval -lang=go1.21 -complete -installsuffix shared -buildid 7H8qOHQEvxh0jnQD15Bc/7H8qOHQEvxh0jnQD15Bc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/minimuminterval/minimuminterval.go
2025-08-20T21:11:27.4485289Z [00:02:54.406]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:11:27.4488823Z [00:02:54.407]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/e9/e9452fbdcc1216118ab8865ee02cfb44a9f9ffbfa1c8ed06ff2026c4e7baf875-d # internal
2025-08-20T21:11:27.4491910Z [00:02:54.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder
2025-08-20T21:11:27.4497421Z [00:02:54.407]➜  mkdir -p $WORK/b543/
2025-08-20T21:11:27.4497846Z [00:02:54.407]➜  cat >/tmp/go-build2720400589/b543/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4498195Z [00:02:54.407]➜  # import config
2025-08-20T21:11:27.4498544Z [00:02:54.407]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4498858Z [00:02:54.407]➜  EOF
2025-08-20T21:11:27.4507969Z [00:02:54.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/missingorder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/missingorder;$WORK/b543=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder -lang=go1.21 -complete -installsuffix shared -buildid r05aTJ9BE3pQw2M-4LGc/r05aTJ9BE3pQw2M-4LGc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/missingorder/missingorder.go
2025-08-20T21:11:27.4525735Z [00:02:54.410]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/ba/bad81bbeb971eebb55b6bfc4e02832b75159076f8b6788a9bf580b2171e7e561-d # internal
2025-08-20T21:11:27.4526535Z [00:02:54.410]➜  github.com/jrnd-io/jr/pkg/producers/awsdynamodb
2025-08-20T21:11:27.4526869Z [00:02:54.410]➜  mkdir -p $WORK/b233/
2025-08-20T21:11:27.4527961Z [00:02:54.410]➜  cat >/tmp/go-build2720400589/b233/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4528638Z [00:02:54.410]➜  # import config
2025-08-20T21:11:27.4529470Z [00:02:54.410]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:27.4530179Z [00:02:54.410]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:27.4531165Z [00:02:54.410]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2720400589/b234/_pkg_.a
2025-08-20T21:11:27.4532614Z [00:02:54.410]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue=/tmp/go-build2720400589/b308/_pkg_.a
2025-08-20T21:11:27.4533778Z [00:02:54.410]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb=/tmp/go-build2720400589/b311/_pkg_.a
2025-08-20T21:11:27.4534540Z [00:02:54.410]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:11:27.4535161Z [00:02:54.410]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:11:27.4535644Z [00:02:54.411]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:27.4535954Z [00:02:54.411]➜  EOF
2025-08-20T21:11:27.4537961Z [00:02:54.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb=>github.com/jrnd-io/jr/pkg/producers/awsdynamodb;$WORK/b233=>" -p github.com/jrnd-io/jr/pkg/producers/awsdynamodb -lang=go1.24 -complete -installsuffix shared -buildid BirROJOC8i1fm3ULoTac/BirROJOC8i1fm3ULoTac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack ./pkg/producers/awsdynamodb/config.go ./pkg/producers/awsdynamodb/producer.go
2025-08-20T21:11:27.4592290Z [00:02:54.417]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:11:27.4601578Z [00:02:54.418]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/1a/1a9818b4e052bff1e4cb2bb93a5d67c4476232007e8be3118f280329908554a1-d # internal
2025-08-20T21:11:27.4607397Z [00:02:54.418]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum
2025-08-20T21:11:27.4607830Z [00:02:54.418]➜  mkdir -p $WORK/b544/
2025-08-20T21:11:27.4608232Z [00:02:54.419]➜  cat >/tmp/go-build2720400589/b544/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4608572Z [00:02:54.419]➜  # import config
2025-08-20T21:11:27.4608917Z [00:02:54.419]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4609237Z [00:02:54.419]➜  EOF
2025-08-20T21:11:27.4619086Z [00:02:54.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/modeenum=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/modeenum;$WORK/b544=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum -lang=go1.21 -complete -installsuffix shared -buildid n8cWQ0_VBzrPRtRdKWei/n8cWQ0_VBzrPRtRdKWei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/modeenum/modeenum.go
2025-08-20T21:11:27.4643658Z [00:02:54.422]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:11:27.4648951Z [00:02:54.423]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/80/80bd34d1ea650834d02136b9768ae5f785dbb7aaeee93c99a6cc3df266134b97-d # internal
2025-08-20T21:11:27.4649651Z [00:02:54.423]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month
2025-08-20T21:11:27.4650034Z [00:02:54.423]➜  mkdir -p $WORK/b545/
2025-08-20T21:11:27.4650420Z [00:02:54.423]➜  cat >/tmp/go-build2720400589/b545/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4650767Z [00:02:54.423]➜  # import config
2025-08-20T21:11:27.4651105Z [00:02:54.423]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4651422Z [00:02:54.423]➜  EOF
2025-08-20T21:11:27.4653772Z [00:02:54.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/month=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/month;$WORK/b545=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month -lang=go1.21 -complete -installsuffix shared -buildid h3ktvH88S-C9o9Mm8-e0/h3ktvH88S-C9o9Mm8-e0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/month/month.go
2025-08-20T21:11:27.4728550Z [00:02:54.431]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:11:27.4738349Z [00:02:54.431]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/0d/0d127a80797952a5bcb72b436356c9b34d52e2568547c398518ad1c663d3660f-d # internal
2025-08-20T21:11:27.4740412Z [00:02:54.431]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode
2025-08-20T21:11:27.4740839Z [00:02:54.431]➜  mkdir -p $WORK/b546/
2025-08-20T21:11:27.4741223Z [00:02:54.432]➜  cat >/tmp/go-build2720400589/b546/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4741570Z [00:02:54.432]➜  # import config
2025-08-20T21:11:27.4741933Z [00:02:54.432]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4742255Z [00:02:54.432]➜  EOF
2025-08-20T21:11:27.4744942Z [00:02:54.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/multivaluemode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/multivaluemode;$WORK/b546=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode -lang=go1.21 -complete -installsuffix shared -buildid STAzTw8P3uJihiDUlVZK/STAzTw8P3uJihiDUlVZK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/multivaluemode/multivaluemode.go
2025-08-20T21:11:27.4798802Z [00:02:54.438]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:11:27.4808153Z [00:02:54.438]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/05/05e69b958d4bb67002220f0c6d6299bbf9cbefb74745522396467c917feb2d93-d # internal
2025-08-20T21:11:27.4811402Z [00:02:54.438]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole
2025-08-20T21:11:27.4812800Z [00:02:54.438]➜  mkdir -p $WORK/b547/
2025-08-20T21:11:27.4814043Z [00:02:54.438]➜  cat >/tmp/go-build2720400589/b547/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4815027Z [00:02:54.438]➜  # import config
2025-08-20T21:11:27.4815492Z [00:02:54.438]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4815816Z [00:02:54.438]➜  EOF
2025-08-20T21:11:27.4818551Z [00:02:54.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noderole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noderole;$WORK/b547=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole -lang=go1.21 -complete -installsuffix shared -buildid jLdT9HjRBdheJxRajHAL/jLdT9HjRBdheJxRajHAL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noderole/noderole.go
2025-08-20T21:11:27.4900803Z [00:02:54.448]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:11:27.4906932Z [00:02:54.448]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/ed/ed77cb37186a106c3a7b7bf2add75e2a381ffa160f17f45e0975585dff8b662e-d # internal
2025-08-20T21:11:27.4907796Z [00:02:54.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode
2025-08-20T21:11:27.4908238Z [00:02:54.449]➜  mkdir -p $WORK/b548/
2025-08-20T21:11:27.4910872Z [00:02:54.449]➜  cat >/tmp/go-build2720400589/b548/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4911785Z [00:02:54.449]➜  # import config
2025-08-20T21:11:27.4912687Z [00:02:54.449]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4913068Z [00:02:54.449]➜  EOF
2025-08-20T21:11:27.4916725Z [00:02:54.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noridecompoundmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noridecompoundmode;$WORK/b548=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode -lang=go1.21 -complete -installsuffix shared -buildid w6sYcpwfRsCpIn0P0u3J/w6sYcpwfRsCpIn0P0u3J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/noridecompoundmode/noridecompoundmode.go
2025-08-20T21:11:27.4940307Z [00:02:54.452]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:11:27.4944738Z [00:02:54.452]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/e2/e2b92623a65ed3ace0f9853b3e66575f2a9f4828200396245ee996a1db05530f-d # internal
2025-08-20T21:11:27.4945563Z [00:02:54.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization
2025-08-20T21:11:27.4945983Z [00:02:54.452]➜  mkdir -p $WORK/b549/
2025-08-20T21:11:27.4948840Z [00:02:54.453]➜  cat >/tmp/go-build2720400589/b549/importcfg << 'EOF' # internal
2025-08-20T21:11:27.4949264Z [00:02:54.453]➜  # import config
2025-08-20T21:11:27.4949611Z [00:02:54.453]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.4949956Z [00:02:54.453]➜  EOF
2025-08-20T21:11:27.4952515Z [00:02:54.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalization=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalization;$WORK/b549=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization -lang=go1.21 -complete -installsuffix shared -buildid gv1CS290-SsWNTL20SdJ/gv1CS290-SsWNTL20SdJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalization/normalization.go
2025-08-20T21:11:27.5055438Z [00:02:54.463]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:11:27.5065738Z [00:02:54.464]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/35/35b3af32723a94fbbf95036824fd921ac9033eea0a74124932c87eb74987be0e-d # internal
2025-08-20T21:11:27.5067238Z [00:02:54.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod
2025-08-20T21:11:27.5067780Z [00:02:54.464]➜  mkdir -p $WORK/b550/
2025-08-20T21:11:27.5068171Z [00:02:54.464]➜  cat >/tmp/go-build2720400589/b550/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5068514Z [00:02:54.464]➜  # import config
2025-08-20T21:11:27.5068857Z [00:02:54.464]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5069176Z [00:02:54.464]➜  EOF
2025-08-20T21:11:27.5072095Z [00:02:54.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalizemethod=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalizemethod;$WORK/b550=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod -lang=go1.21 -complete -installsuffix shared -buildid nRhCFgzCAIM4jzmwyhxJ/nRhCFgzCAIM4jzmwyhxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/normalizemethod/normalizemethod.go
2025-08-20T21:11:27.5185121Z [00:02:54.476]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:11:27.5193386Z [00:02:54.477]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/2f/2f1cac5d8e856688fb9132dd494898a3e7c9131b25e546a60da81f528498b140-d # internal
2025-08-20T21:11:27.5194234Z [00:02:54.477]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat
2025-08-20T21:11:27.5194837Z [00:02:54.477]➜  mkdir -p $WORK/b551/
2025-08-20T21:11:27.5195239Z [00:02:54.477]➜  cat >/tmp/go-build2720400589/b551/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5195590Z [00:02:54.477]➜  # import config
2025-08-20T21:11:27.5195939Z [00:02:54.477]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5196258Z [00:02:54.477]➜  EOF
2025-08-20T21:11:27.5199027Z [00:02:54.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/numericfielddataformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/numericfielddataformat;$WORK/b551=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat -lang=go1.21 -complete -installsuffix shared -buildid 29sAS-JTWwBFeR48s0xh/29sAS-JTWwBFeR48s0xh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/numericfielddataformat/numericfielddataformat.go
2025-08-20T21:11:27.5202138Z [00:02:54.478]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:11:27.5203203Z [00:02:54.478]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/ba/ba16f7f59076a6c513b1171440fd8e478060a43bfbb6058dce5a6f7bfb70a5bf-d # internal
2025-08-20T21:11:27.5204124Z [00:02:54.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror
2025-08-20T21:11:27.5207067Z [00:02:54.479]➜  mkdir -p $WORK/b552/
2025-08-20T21:11:27.5219656Z [00:02:54.479]➜  cat >/tmp/go-build2720400589/b552/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5220102Z [00:02:54.479]➜  # import config
2025-08-20T21:11:27.5220459Z [00:02:54.479]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5220773Z [00:02:54.479]➜  EOF
2025-08-20T21:11:27.5223345Z [00:02:54.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/onscripterror=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/onscripterror;$WORK/b552=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror -lang=go1.21 -complete -installsuffix shared -buildid x3u42WNvHIZp8y0iEae6/x3u42WNvHIZp8y0iEae6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/onscripterror/onscripterror.go
2025-08-20T21:11:27.5353487Z [00:02:54.493]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:11:27.5367326Z [00:02:54.494]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/10/106fc82d02becd1d9f2966c318a7f85d145588f97d2f3905bb6ea417e302c184-d # internal
2025-08-20T21:11:27.5368121Z [00:02:54.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator
2025-08-20T21:11:27.5368528Z [00:02:54.494]➜  mkdir -p $WORK/b553/
2025-08-20T21:11:27.5368897Z [00:02:54.494]➜  cat >/tmp/go-build2720400589/b553/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5369609Z [00:02:54.494]➜  # import config
2025-08-20T21:11:27.5370032Z [00:02:54.494]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5370355Z [00:02:54.494]➜  EOF
2025-08-20T21:11:27.5372783Z [00:02:54.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operator=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operator;$WORK/b553=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator -lang=go1.21 -complete -installsuffix shared -buildid axffwFqfyvrV-xIxphF_/axffwFqfyvrV-xIxphF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operator/operator.go
2025-08-20T21:11:27.5383008Z [00:02:54.496]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:11:27.5393421Z [00:02:54.496]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/d4/d4fbe477624125b0731861d6527a8ad300f3ac9adc66e07a538d102205ef7499-d # internal
2025-08-20T21:11:27.5394147Z [00:02:54.496]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype
2025-08-20T21:11:27.5394695Z [00:02:54.496]➜  mkdir -p $WORK/b554/
2025-08-20T21:11:27.5395073Z [00:02:54.497]➜  cat >/tmp/go-build2720400589/b554/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5395796Z [00:02:54.497]➜  # import config
2025-08-20T21:11:27.5396148Z [00:02:54.497]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5396465Z [00:02:54.497]➜  EOF
2025-08-20T21:11:27.5398847Z [00:02:54.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/optype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/optype;$WORK/b554=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype -lang=go1.21 -complete -installsuffix shared -buildid eItt1rpXK5yveebytDqm/eItt1rpXK5yveebytDqm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/optype/optype.go
2025-08-20T21:11:27.5459681Z [00:02:54.504]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:11:27.5490672Z [00:02:54.507]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/a6/a62bc7a22ab5476103bfd806b3f8f7451793a01dd9e832620c4961cc41a52070-d # internal
2025-08-20T21:11:27.5492513Z [00:02:54.507]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype
2025-08-20T21:11:27.5492964Z [00:02:54.507]➜  mkdir -p $WORK/b555/
2025-08-20T21:11:27.5493340Z [00:02:54.507]➜  cat >/tmp/go-build2720400589/b555/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5493684Z [00:02:54.507]➜  # import config
2025-08-20T21:11:27.5494030Z [00:02:54.507]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5494623Z [00:02:54.507]➜  EOF
2025-08-20T21:11:27.5497370Z [00:02:54.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutycontexttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutycontexttype;$WORK/b555=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype -lang=go1.21 -complete -installsuffix shared -buildid uvKVDLaviOLhyzSMELe1/uvKVDLaviOLhyzSMELe1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutycontexttype/pagerdutycontexttype.go
2025-08-20T21:11:27.5501662Z [00:02:54.508]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:11:27.5506087Z [00:02:54.508]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/6c/6c5401428f6983db4ad18d0048876280d65ff1f481d4a689d5521c2a596fc51d-d # internal
2025-08-20T21:11:27.5508138Z [00:02:54.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype
2025-08-20T21:11:27.5509265Z [00:02:54.508]➜  mkdir -p $WORK/b556/
2025-08-20T21:11:27.5509924Z [00:02:54.509]➜  cat >/tmp/go-build2720400589/b556/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5512248Z [00:02:54.509]➜  # import config
2025-08-20T21:11:27.5512677Z [00:02:54.509]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5513017Z [00:02:54.509]➜  EOF
2025-08-20T21:11:27.5515834Z [00:02:54.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutyeventtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutyeventtype;$WORK/b556=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype -lang=go1.21 -complete -installsuffix shared -buildid f8nID3t4IwiwWZm8hj6X/f8nID3t4IwiwWZm8hj6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/pagerdutyeventtype/pagerdutyeventtype.go
2025-08-20T21:11:27.5558187Z [00:02:54.514]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:11:27.5565738Z [00:02:54.514]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/d7/d74bf6d355cfe2cff4aed25c3546f6e3d9003162b1bd908ac95602e6ff672545-d # internal
2025-08-20T21:11:27.5571867Z [00:02:54.515]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder
2025-08-20T21:11:27.5572312Z [00:02:54.515]➜  mkdir -p $WORK/b557/
2025-08-20T21:11:27.5573013Z [00:02:54.515]➜  cat >/tmp/go-build2720400589/b557/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5574908Z [00:02:54.515]➜  # import config
2025-08-20T21:11:27.5575787Z [00:02:54.515]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5576128Z [00:02:54.515]➜  EOF
2025-08-20T21:11:27.5578740Z [00:02:54.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticencoder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticencoder;$WORK/b557=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder -lang=go1.21 -complete -installsuffix shared -buildid TueWYWWnOOt5RC_hwYAV/TueWYWWnOOt5RC_hwYAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticencoder/phoneticencoder.go
2025-08-20T21:11:27.5627948Z [00:02:54.520]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:11:27.5635985Z [00:02:54.521]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/1e/1ed873b543b34a22fad6f64b4bf400a3942373c70990da8389386ff568598fcb-d # internal
2025-08-20T21:11:27.5637553Z [00:02:54.521]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage
2025-08-20T21:11:27.5638531Z [00:02:54.522]➜  mkdir -p $WORK/b558/
2025-08-20T21:11:27.5638975Z [00:02:54.522]➜  cat >/tmp/go-build2720400589/b558/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5639333Z [00:02:54.522]➜  # import config
2025-08-20T21:11:27.5639681Z [00:02:54.522]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5640004Z [00:02:54.522]➜  EOF
2025-08-20T21:11:27.5643051Z [00:02:54.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticlanguage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticlanguage;$WORK/b558=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage -lang=go1.21 -complete -installsuffix shared -buildid mPd6DU7rx4hN8PtrnYV-/mPd6DU7rx4hN8PtrnYV- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticlanguage/phoneticlanguage.go
2025-08-20T21:11:27.5648558Z [00:02:54.523]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:11:27.5655155Z [00:02:54.523]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/14/1439349649caee76deecb93bfdafd71aebba2160809131b5cd3745c62e8acd83-d # internal
2025-08-20T21:11:27.5656010Z [00:02:54.523]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype
2025-08-20T21:11:27.5656463Z [00:02:54.523]➜  mkdir -p $WORK/b559/
2025-08-20T21:11:27.5659341Z [00:02:54.523]➜  cat >/tmp/go-build2720400589/b559/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5659763Z [00:02:54.523]➜  # import config
2025-08-20T21:11:27.5660118Z [00:02:54.523]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5660441Z [00:02:54.523]➜  EOF
2025-08-20T21:11:27.5663063Z [00:02:54.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticnametype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticnametype;$WORK/b559=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype -lang=go1.21 -complete -installsuffix shared -buildid _jr_amp8DRTHcNkzspGL/_jr_amp8DRTHcNkzspGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticnametype/phoneticnametype.go
2025-08-20T21:11:27.5788304Z [00:02:54.537]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:11:27.5797907Z [00:02:54.538]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:11:27.5804083Z [00:02:54.538]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/57/57a0f4df97c12f48dd8dccb23ea9ef335f836bdf03b7901fec5855030f9db512-d # internal
2025-08-20T21:11:27.5805725Z [00:02:54.538]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype
2025-08-20T21:11:27.5806339Z [00:02:54.538]➜  mkdir -p $WORK/b560/
2025-08-20T21:11:27.5806721Z [00:02:54.538]➜  cat >/tmp/go-build2720400589/b560/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5807075Z [00:02:54.538]➜  # import config
2025-08-20T21:11:27.5807423Z [00:02:54.538]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5807744Z [00:02:54.538]➜  EOF
2025-08-20T21:11:27.5808042Z [00:02:54.538]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:11:27.5813947Z [00:02:54.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticruletype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticruletype;$WORK/b560=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype -lang=go1.21 -complete -installsuffix shared -buildid PR0L-pJCBeMYsVJiUrX-/PR0L-pJCBeMYsVJiUrX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/phoneticruletype/phoneticruletype.go
2025-08-20T21:11:27.5817713Z [00:02:54.539]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/8f/8f6c2b1cc8736435946ef89487e0bee1b4e9a6c8fa22e2ce2a9d1cf1cfc1174c-d # internal
2025-08-20T21:11:27.5818702Z [00:02:54.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype
2025-08-20T21:11:27.5819329Z [00:02:54.539]➜  mkdir -p $WORK/b561/
2025-08-20T21:11:27.5820293Z [00:02:54.539]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/7a/7a4395d3ad53c880806895d46261e2b3f52274b8b59706c63b4de6a3d5834aaa-d # internal
2025-08-20T21:11:27.5821361Z [00:02:54.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier
2025-08-20T21:11:27.5822009Z [00:02:54.539]➜  mkdir -p $WORK/b562/
2025-08-20T21:11:27.5822777Z [00:02:54.540]➜  cat >/tmp/go-build2720400589/b562/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5824079Z [00:02:54.540]➜  # import config
2025-08-20T21:11:27.5824882Z [00:02:54.540]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5825576Z [00:02:54.540]➜  EOF
2025-08-20T21:11:27.5825916Z [00:02:54.540]➜  cat >/tmp/go-build2720400589/b561/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5826555Z [00:02:54.540]➜  # import config
2025-08-20T21:11:27.5827148Z [00:02:54.540]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5827690Z [00:02:54.540]➜  EOF
2025-08-20T21:11:27.5830590Z [00:02:54.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/policytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/policytype;$WORK/b561=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype -lang=go1.21 -complete -installsuffix shared -buildid SJ4KpHDFbm9RUvtkfZ9-/SJ4KpHDFbm9RUvtkfZ9- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/policytype/policytype.go
2025-08-20T21:11:27.5836269Z [00:02:54.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/quantifier=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/quantifier;$WORK/b562=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier -lang=go1.21 -complete -installsuffix shared -buildid EV2FT0hyzAaMHcI8p3U7/EV2FT0hyzAaMHcI8p3U7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/quantifier/quantifier.go
2025-08-20T21:11:27.5931850Z [00:02:54.551]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:11:27.5936290Z [00:02:54.551]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/7e/7e4097684a762c212c168321187eb3cfcac9afa9cebb1ce5080cd1aa097ce4a2-d # internal
2025-08-20T21:11:27.5937120Z [00:02:54.551]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype
2025-08-20T21:11:27.5937568Z [00:02:54.551]➜  mkdir -p $WORK/b563/
2025-08-20T21:11:27.5937941Z [00:02:54.551]➜  cat >/tmp/go-build2720400589/b563/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5938298Z [00:02:54.551]➜  # import config
2025-08-20T21:11:27.5938640Z [00:02:54.551]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5938959Z [00:02:54.551]➜  EOF
2025-08-20T21:11:27.5939241Z [00:02:54.551]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:11:27.5951467Z [00:02:54.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryrulecriteriatype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryrulecriteriatype;$WORK/b563=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype -lang=go1.21 -complete -installsuffix shared -buildid s-ZLI3EjVtGCtmUlKyh0/s-ZLI3EjVtGCtmUlKyh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryrulecriteriatype/queryrulecriteriatype.go
2025-08-20T21:11:27.5954578Z [00:02:54.552]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/a8/a8816a876e6a07509b3154c312d88e29b38d4591870de4335e0d81788532d56b-d # internal
2025-08-20T21:11:27.5955346Z [00:02:54.552]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype
2025-08-20T21:11:27.5955756Z [00:02:54.552]➜  mkdir -p $WORK/b564/
2025-08-20T21:11:27.5956134Z [00:02:54.552]➜  cat >/tmp/go-build2720400589/b564/importcfg << 'EOF' # internal
2025-08-20T21:11:27.5956477Z [00:02:54.552]➜  # import config
2025-08-20T21:11:27.5957196Z [00:02:54.552]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.5957587Z [00:02:54.552]➜  EOF
2025-08-20T21:11:27.5960116Z [00:02:54.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryruletype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryruletype;$WORK/b564=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype -lang=go1.21 -complete -installsuffix shared -buildid cq4iRc5Cj28SJB9rJ_8W/cq4iRc5Cj28SJB9rJ_8W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/queryruletype/queryruletype.go
2025-08-20T21:11:27.6023383Z [00:02:54.560]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:11:27.6026479Z [00:02:54.560]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/e1/e1645548eb60aacce8701580dca4c7f92fdd4cd5dbc1f7e96282df30c1a56c53-d # internal
2025-08-20T21:11:27.6029073Z [00:02:54.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation
2025-08-20T21:11:27.6029537Z [00:02:54.561]➜  mkdir -p $WORK/b565/
2025-08-20T21:11:27.6029912Z [00:02:54.561]➜  cat >/tmp/go-build2720400589/b565/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6030256Z [00:02:54.561]➜  # import config
2025-08-20T21:11:27.6030598Z [00:02:54.561]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6031322Z [00:02:54.561]➜  EOF
2025-08-20T21:11:27.6033854Z [00:02:54.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/rangerelation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/rangerelation;$WORK/b565=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation -lang=go1.21 -complete -installsuffix shared -buildid AL-P8fnZojUsC26_cc-z/AL-P8fnZojUsC26_cc-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/rangerelation/rangerelation.go
2025-08-20T21:11:27.6058409Z [00:02:54.563]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:11:27.6064879Z [00:02:54.564]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/fe/febdbce13562ceead207bf4eb2515cd8163c7b6622f0547acd043481485ed93f-d # internal
2025-08-20T21:11:27.6065634Z [00:02:54.564]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode
2025-08-20T21:11:27.6066030Z [00:02:54.564]➜  mkdir -p $WORK/b566/
2025-08-20T21:11:27.6067662Z [00:02:54.565]➜  cat >/tmp/go-build2720400589/b566/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6069005Z [00:02:54.565]➜  # import config
2025-08-20T21:11:27.6070339Z [00:02:54.565]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6070911Z [00:02:54.565]➜  EOF
2025-08-20T21:11:27.6073668Z [00:02:54.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ratemode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ratemode;$WORK/b566=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode -lang=go1.21 -complete -installsuffix shared -buildid 78Lt9IR2p7otQQkYo7-s/78Lt9IR2p7otQQkYo7-s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ratemode/ratemode.go
2025-08-20T21:11:27.6121220Z [00:02:54.570]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:11:27.6129292Z [00:02:54.571]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/f6/f63434d54e0e947887436db87ca10f2e96a1f0f0b7fbf8a67d9bb67473ce337e-d # internal
2025-08-20T21:11:27.6130026Z [00:02:54.571]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh
2025-08-20T21:11:27.6130428Z [00:02:54.571]➜  mkdir -p $WORK/b567/
2025-08-20T21:11:27.6136132Z [00:02:54.571]➜  cat >/tmp/go-build2720400589/b567/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6138981Z [00:02:54.571]➜  # import config
2025-08-20T21:11:27.6141489Z [00:02:54.571]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6142524Z [00:02:54.571]➜  EOF
2025-08-20T21:11:27.6143250Z [00:02:54.571]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:11:27.6148766Z [00:02:54.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/refresh=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/refresh;$WORK/b567=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh -lang=go1.21 -complete -installsuffix shared -buildid I80RfF7ADn3uZs5on9Mp/I80RfF7ADn3uZs5on9Mp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/refresh/refresh.go
2025-08-20T21:11:27.6152891Z [00:02:54.572]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/cd/cd570727e991c4d1f7ef774f999bcaceaeaadcfdad4674cac90c4c5b07f14da9-d # internal
2025-08-20T21:11:27.6153784Z [00:02:54.572]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege
2025-08-20T21:11:27.6156320Z [00:02:54.572]➜  mkdir -p $WORK/b568/
2025-08-20T21:11:27.6157474Z [00:02:54.572]➜  cat >/tmp/go-build2720400589/b568/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6157850Z [00:02:54.572]➜  # import config
2025-08-20T21:11:27.6158208Z [00:02:54.572]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6158528Z [00:02:54.572]➜  EOF
2025-08-20T21:11:27.6161293Z [00:02:54.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/remoteclusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/remoteclusterprivilege;$WORK/b568=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege -lang=go1.21 -complete -installsuffix shared -buildid Qo9lai5cY46Lo9jzI_cQ/Qo9lai5cY46Lo9jzI_cQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/remoteclusterprivilege/remoteclusterprivilege.go
2025-08-20T21:11:27.6208869Z [00:02:54.578]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:11:27.6209627Z [00:02:54.578]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/02/027a82b288b5de29017a67d0db9c03a13edd7b9f02743f4a63a69b3a3de00eb8-d # internal
2025-08-20T21:11:27.6210369Z [00:02:54.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype
2025-08-20T21:11:27.6210801Z [00:02:54.578]➜  mkdir -p $WORK/b569/
2025-08-20T21:11:27.6211190Z [00:02:54.578]➜  cat >/tmp/go-build2720400589/b569/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6211538Z [00:02:54.578]➜  # import config
2025-08-20T21:11:27.6211882Z [00:02:54.578]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6212202Z [00:02:54.578]➜  EOF
2025-08-20T21:11:27.6215050Z [00:02:54.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/responsecontenttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/responsecontenttype;$WORK/b569=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype -lang=go1.21 -complete -installsuffix shared -buildid 568mVBS1snP7CwLzr6pO/568mVBS1snP7CwLzr6pO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/responsecontenttype/responsecontenttype.go
2025-08-20T21:11:27.6272779Z [00:02:54.584]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:11:27.6277700Z [00:02:54.585]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:11:27.6278402Z [00:02:54.585]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/50/50f0f66446c39237249238c968b9e206bb48b2ab6eda6f34971d1fea7988c55d-d # internal
2025-08-20T21:11:27.6279138Z [00:02:54.585]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow
2025-08-20T21:11:27.6279596Z [00:02:54.585]➜  mkdir -p $WORK/b570/
2025-08-20T21:11:27.6279969Z [00:02:54.586]➜  cat >/tmp/go-build2720400589/b570/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6280316Z [00:02:54.586]➜  # import config
2025-08-20T21:11:27.6280660Z [00:02:54.586]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6280978Z [00:02:54.586]➜  EOF
2025-08-20T21:11:27.6283689Z [00:02:54.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/restrictionworkflow=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/restrictionworkflow;$WORK/b570=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow -lang=go1.21 -complete -installsuffix shared -buildid 3bTR013bCSbWftfCFubo/3bTR013bCSbWftfCFubo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/restrictionworkflow/restrictionworkflow.go
2025-08-20T21:11:27.6291715Z [00:02:54.587]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/21/21b2c5ff3518337b69469df64be5a16f9c205ece85da435fe81755bb27d2b1f0-d # internal
2025-08-20T21:11:27.6306380Z [00:02:54.588]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result
2025-08-20T21:11:27.6307136Z [00:02:54.588]➜  mkdir -p $WORK/b571/
2025-08-20T21:11:27.6317855Z [00:02:54.589]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:11:27.6326031Z [00:02:54.589]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/be/be72701ca86d472f1a82ce73cef2f55c270adb61d26b5ba014fb9ca4eaf5d59d-d # internal
2025-08-20T21:11:27.6326806Z [00:02:54.589]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate
2025-08-20T21:11:27.6327224Z [00:02:54.590]➜  mkdir -p $WORK/b572/
2025-08-20T21:11:27.6327597Z [00:02:54.590]➜  cat >/tmp/go-build2720400589/b572/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6327956Z [00:02:54.590]➜  # import config
2025-08-20T21:11:27.6328299Z [00:02:54.590]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6328614Z [00:02:54.590]➜  EOF
2025-08-20T21:11:27.6331121Z [00:02:54.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/routingstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/routingstate;$WORK/b572=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate -lang=go1.21 -complete -installsuffix shared -buildid j8-P3h9dCRjFzzQaz4_F/j8-P3h9dCRjFzzQaz4_F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/routingstate/routingstate.go
2025-08-20T21:11:27.6337606Z [00:02:54.591]➜  cat >/tmp/go-build2720400589/b571/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6337991Z [00:02:54.591]➜  # import config
2025-08-20T21:11:27.6338336Z [00:02:54.591]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6338657Z [00:02:54.591]➜  EOF
2025-08-20T21:11:27.6341257Z [00:02:54.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/result=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/result;$WORK/b571=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result -lang=go1.21 -complete -installsuffix shared -buildid l4R_UoEH6FdyFt4sFaSu/l4R_UoEH6FdyFt4sFaSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/result/result.go
2025-08-20T21:11:27.6383790Z [00:02:54.596]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:11:27.6387991Z [00:02:54.597]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/56/56a4b61ff94b59c495f322bbede8ad8af42347feb1f2bf26366be1c1208adbdc-d # internal
2025-08-20T21:11:27.6389897Z [00:02:54.597]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction
2025-08-20T21:11:27.6390559Z [00:02:54.597]➜  mkdir -p $WORK/b573/
2025-08-20T21:11:27.6391100Z [00:02:54.597]➜  cat >/tmp/go-build2720400589/b573/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6391563Z [00:02:54.597]➜  # import config
2025-08-20T21:11:27.6392063Z [00:02:54.597]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6392500Z [00:02:54.597]➜  EOF
2025-08-20T21:11:27.6395267Z [00:02:54.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ruleaction=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ruleaction;$WORK/b573=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction -lang=go1.21 -complete -installsuffix shared -buildid yWu-_WygRKlMqkvVZwg4/yWu-_WygRKlMqkvVZwg4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ruleaction/ruleaction.go
2025-08-20T21:11:27.6477042Z [00:02:54.606]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:11:27.6483254Z [00:02:54.606]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/bd/bde66e50354436474ba1fa3c3f97ede562219de6fabe27722059cbfcc2916ece-d # internal
2025-08-20T21:11:27.6484426Z [00:02:54.606]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype
2025-08-20T21:11:27.6484946Z [00:02:54.606]➜  mkdir -p $WORK/b574/
2025-08-20T21:11:27.6489759Z [00:02:54.607]➜  cat >/tmp/go-build2720400589/b574/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6491046Z [00:02:54.607]➜  # import config
2025-08-20T21:11:27.6491431Z [00:02:54.607]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6491762Z [00:02:54.607]➜  EOF
2025-08-20T21:11:27.6494855Z [00:02:54.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/runtimefieldtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/runtimefieldtype;$WORK/b574=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype -lang=go1.21 -complete -installsuffix shared -buildid umOqnAD6O73SxmmnB_SC/umOqnAD6O73SxmmnB_SC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/runtimefieldtype/runtimefieldtype.go
2025-08-20T21:11:27.6497281Z [00:02:54.607]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:11:27.6497946Z [00:02:54.607]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/98/986ba74e97792e41f72fa449e47ce747d61b7dfd390a6dc331448acb7f8dadb2-d # internal
2025-08-20T21:11:27.6498735Z [00:02:54.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint
2025-08-20T21:11:27.6499218Z [00:02:54.607]➜  mkdir -p $WORK/b575/
2025-08-20T21:11:27.6499583Z [00:02:54.607]➜  cat >/tmp/go-build2720400589/b575/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6499930Z [00:02:54.607]➜  # import config
2025-08-20T21:11:27.6500269Z [00:02:54.607]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6500591Z [00:02:54.607]➜  EOF
2025-08-20T21:11:27.6503912Z [00:02:54.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sampleraggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sampleraggregationexecutionhint;$WORK/b575=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint -lang=go1.21 -complete -installsuffix shared -buildid TrGcGuiZqXMwW4idBWL8/TrGcGuiZqXMwW4idBWL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sampleraggregationexecutionhint/sampleraggregationexecutionhint.go
2025-08-20T21:11:27.6516565Z [00:02:54.610]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:11:27.6522220Z [00:02:54.610]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/cc/cc6e30082d62c7606df086d6a7dddc46d94690fcc6ac45209d9183e4a7c905fa-d # internal
2025-08-20T21:11:27.6523441Z [00:02:54.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode
2025-08-20T21:11:27.6527275Z [00:02:54.611]➜  mkdir -p $WORK/b576/
2025-08-20T21:11:27.6528115Z [00:02:54.611]➜  cat >/tmp/go-build2720400589/b576/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6528826Z [00:02:54.611]➜  # import config
2025-08-20T21:11:27.6529426Z [00:02:54.611]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6530054Z [00:02:54.611]➜  EOF
2025-08-20T21:11:27.6533032Z [00:02:54.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scoremode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scoremode;$WORK/b576=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode -lang=go1.21 -complete -installsuffix shared -buildid CEn3Btrvu2qJF3468H0J/CEn3Btrvu2qJF3468H0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scoremode/scoremode.go
2025-08-20T21:11:27.6633159Z [00:02:54.621]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:11:27.6640498Z [00:02:54.622]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:11:27.6641224Z [00:02:54.622]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:11:27.6642615Z [00:02:54.622]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/e0/e00e26b496b6b2cc3c2d9ceb59ba7c4e1231f979e0fa043ccf4510457a28c37a-d # internal
2025-08-20T21:11:27.6643376Z [00:02:54.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage
2025-08-20T21:11:27.6643793Z [00:02:54.622]➜  mkdir -p $WORK/b577/
2025-08-20T21:11:27.6644162Z [00:02:54.622]➜  cat >/tmp/go-build2720400589/b577/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6644768Z [00:02:54.622]➜  # import config
2025-08-20T21:11:27.6645120Z [00:02:54.622]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6645439Z [00:02:54.622]➜  EOF
2025-08-20T21:11:27.6648277Z [00:02:54.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptlanguage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptlanguage;$WORK/b577=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage -lang=go1.21 -complete -installsuffix shared -buildid PtuQL0mvyw7zZ3YwDs_a/PtuQL0mvyw7zZ3YwDs_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptlanguage/scriptlanguage.go
2025-08-20T21:11:27.6650935Z [00:02:54.622]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/b6/b66d8994a42d8358ffbe10aa84797e9a49a02c14618fde6e6982b6b0c0ad2011-d # internal
2025-08-20T21:11:27.6664594Z [00:02:54.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype
2025-08-20T21:11:27.6665268Z [00:02:54.622]➜  mkdir -p $WORK/b578/
2025-08-20T21:11:27.6665706Z [00:02:54.622]➜  cat >/tmp/go-build2720400589/b578/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6666055Z [00:02:54.622]➜  # import config
2025-08-20T21:11:27.6666402Z [00:02:54.622]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6666721Z [00:02:54.622]➜  EOF
2025-08-20T21:11:27.6669286Z [00:02:54.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptsorttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptsorttype;$WORK/b578=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype -lang=go1.21 -complete -installsuffix shared -buildid FEI9XDj8dn4S0C5k8Vap/FEI9XDj8dn4S0C5k8Vap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/scriptsorttype/scriptsorttype.go
2025-08-20T21:11:27.6672260Z [00:02:54.623]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/5d/5dd1266e349e54e1bbc1f1a741e29e585f72d35a30feb6d7011b40b3eda6293e-d # internal
2025-08-20T21:11:27.6672955Z [00:02:54.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype
2025-08-20T21:11:27.6673349Z [00:02:54.623]➜  mkdir -p $WORK/b579/
2025-08-20T21:11:27.6673710Z [00:02:54.623]➜  cat >/tmp/go-build2720400589/b579/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6674056Z [00:02:54.623]➜  # import config
2025-08-20T21:11:27.6674719Z [00:02:54.623]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6675040Z [00:02:54.623]➜  EOF
2025-08-20T21:11:27.6677502Z [00:02:54.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/searchtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/searchtype;$WORK/b579=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype -lang=go1.21 -complete -installsuffix shared -buildid Zvwj8qYGyGPBULAEhI5U/Zvwj8qYGyGPBULAEhI5U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/searchtype/searchtype.go
2025-08-20T21:11:27.6758647Z [00:02:54.634]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:11:27.6759393Z [00:02:54.634]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/55/5522bdb4d658ea53f18fba3f4eb30ec2eda8177f4ae2dcbe9fe32f45a67ace0e-d # internal
2025-08-20T21:11:27.6760231Z [00:02:54.634]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing
2025-08-20T21:11:27.6760713Z [00:02:54.634]➜  mkdir -p $WORK/b580/
2025-08-20T21:11:27.6762506Z [00:02:54.634]➜  cat >/tmp/go-build2720400589/b580/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6762856Z [00:02:54.634]➜  # import config
2025-08-20T21:11:27.6763495Z [00:02:54.634]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6763883Z [00:02:54.634]➜  EOF
2025-08-20T21:11:27.6766721Z [00:02:54.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmissing=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmissing;$WORK/b580=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing -lang=go1.21 -complete -installsuffix shared -buildid 4HVg0mno4xJMNpDJY_Qb/4HVg0mno4xJMNpDJY_Qb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmissing/segmentsortmissing.go
2025-08-20T21:11:27.6807691Z [00:02:54.639]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:11:27.6815776Z [00:02:54.639]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/8a/8a4d83f7d19b31a7286846f88cbc3f41c9060bf1e7432a4c6088ae5960f11ec1-d # internal
2025-08-20T21:11:27.6816843Z [00:02:54.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode
2025-08-20T21:11:27.6817722Z [00:02:54.639]➜  mkdir -p $WORK/b581/
2025-08-20T21:11:27.6818192Z [00:02:54.639]➜  cat >/tmp/go-build2720400589/b581/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6818545Z [00:02:54.639]➜  # import config
2025-08-20T21:11:27.6819265Z [00:02:54.639]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6819589Z [00:02:54.639]➜  EOF
2025-08-20T21:11:27.6822211Z [00:02:54.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmode;$WORK/b581=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode -lang=go1.21 -complete -installsuffix shared -buildid ZWlYOq3VhZN-5eI7dZZJ/ZWlYOq3VhZN-5eI7dZZJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortmode/segmentsortmode.go
2025-08-20T21:11:27.6833907Z [00:02:54.641]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:11:27.6837694Z [00:02:54.642]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/03/037fd995865fced41802146d658da6cab95d1697d3b8ed34610725000fe341b8-d # internal
2025-08-20T21:11:27.6838461Z [00:02:54.642]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder
2025-08-20T21:11:27.6838883Z [00:02:54.642]➜  mkdir -p $WORK/b582/
2025-08-20T21:11:27.6840542Z [00:02:54.642]➜  cat >/tmp/go-build2720400589/b582/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6841326Z [00:02:54.642]➜  # import config
2025-08-20T21:11:27.6841727Z [00:02:54.642]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6842050Z [00:02:54.642]➜  EOF
2025-08-20T21:11:27.6850616Z [00:02:54.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortorder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortorder;$WORK/b582=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder -lang=go1.21 -complete -installsuffix shared -buildid MlIQkZuBYqqU1IWmaVfU/MlIQkZuBYqqU1IWmaVfU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/segmentsortorder/segmentsortorder.go
2025-08-20T21:11:27.6887335Z [00:02:54.646]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:11:27.6894138Z [00:02:54.647]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/c2/c2c5ec4d1bdf79c1a864e867064eafe0730b7bad203ca606520ebb46e5e8829a-d # internal
2025-08-20T21:11:27.6895461Z [00:02:54.647]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype
2025-08-20T21:11:27.6896099Z [00:02:54.647]➜  mkdir -p $WORK/b583/
2025-08-20T21:11:27.6896631Z [00:02:54.647]➜  cat >/tmp/go-build2720400589/b583/importcfg << 'EOF' # internal
2025-08-20T21:11:27.6897122Z [00:02:54.647]➜  # import config
2025-08-20T21:11:27.6897614Z [00:02:54.647]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.6898109Z [00:02:54.647]➜  EOF
2025-08-20T21:11:27.6900708Z [00:02:54.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shapetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shapetype;$WORK/b583=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype -lang=go1.21 -complete -installsuffix shared -buildid xHsZE_kXCmrubK77hX4k/xHsZE_kXCmrubK77hX4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shapetype/shapetype.go
2025-08-20T21:11:27.7003262Z [00:02:54.658]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:11:27.7011781Z [00:02:54.658]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/63/631fa1b3178b3e733b096325267deba17a3ac52e444d306d6b871250ebca2df0-d # internal
2025-08-20T21:11:27.7012598Z [00:02:54.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate
2025-08-20T21:11:27.7013388Z [00:02:54.659]➜  mkdir -p $WORK/b584/
2025-08-20T21:11:27.7013769Z [00:02:54.659]➜  cat >/tmp/go-build2720400589/b584/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7014116Z [00:02:54.659]➜  # import config
2025-08-20T21:11:27.7014644Z [00:02:54.659]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7014975Z [00:02:54.659]➜  EOF
2025-08-20T21:11:27.7017630Z [00:02:54.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardroutingstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardroutingstate;$WORK/b584=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate -lang=go1.21 -complete -installsuffix shared -buildid JZTG_CzSHLCu2P-dCc7P/JZTG_CzSHLCu2P-dCc7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardroutingstate/shardroutingstate.go
2025-08-20T21:11:27.7101110Z [00:02:54.668]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:11:27.7104387Z [00:02:54.668]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/c6/c64548dc8538e8565594a4273265e618257f31f92336a97bd4b412ba509b7698-d # internal
2025-08-20T21:11:27.7105152Z [00:02:54.668]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage
2025-08-20T21:11:27.7106351Z [00:02:54.668]➜  mkdir -p $WORK/b585/
2025-08-20T21:11:27.7108195Z [00:02:54.668]➜  cat >/tmp/go-build2720400589/b585/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7108562Z [00:02:54.668]➜  # import config
2025-08-20T21:11:27.7108910Z [00:02:54.668]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7109228Z [00:02:54.668]➜  EOF
2025-08-20T21:11:27.7111835Z [00:02:54.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardsstatsstage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardsstatsstage;$WORK/b585=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage -lang=go1.21 -complete -installsuffix shared -buildid Yda9L7cSsYp_bn4ttVld/Yda9L7cSsYp_bn4ttVld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardsstatsstage/shardsstatsstage.go
2025-08-20T21:11:27.7148222Z [00:02:54.673]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:11:27.7149039Z [00:02:54.673]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/83/83f8f820e9ca4bdb4e4efef5df786abde0766de9f1cc491e1144068cc3d007a1-d # internal
2025-08-20T21:11:27.7149787Z [00:02:54.673]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation
2025-08-20T21:11:27.7150231Z [00:02:54.673]➜  mkdir -p $WORK/b586/
2025-08-20T21:11:27.7150627Z [00:02:54.673]➜  cat >/tmp/go-build2720400589/b586/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7150974Z [00:02:54.673]➜  # import config
2025-08-20T21:11:27.7151319Z [00:02:54.673]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7151636Z [00:02:54.673]➜  EOF
2025-08-20T21:11:27.7154477Z [00:02:54.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstoreallocation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstoreallocation;$WORK/b586=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation -lang=go1.21 -complete -installsuffix shared -buildid 9ET8_WKHf8-Z2lozQgcV/9ET8_WKHf8-Z2lozQgcV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstoreallocation/shardstoreallocation.go
2025-08-20T21:11:27.7194189Z [00:02:54.677]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:11:27.7201741Z [00:02:54.678]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/12/12c6e801adcafd7d90336ff486feb8f18840373ca529a095273863d55382b515-d # internal
2025-08-20T21:11:27.7202491Z [00:02:54.678]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus
2025-08-20T21:11:27.7203017Z [00:02:54.678]➜  mkdir -p $WORK/b587/
2025-08-20T21:11:27.7239731Z [00:02:54.682]➜  cat >/tmp/go-build2720400589/b587/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7240133Z [00:02:54.682]➜  # import config
2025-08-20T21:11:27.7240491Z [00:02:54.682]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7240814Z [00:02:54.682]➜  EOF
2025-08-20T21:11:27.7247275Z [00:02:54.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdownstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdownstatus;$WORK/b587=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus -lang=go1.21 -complete -installsuffix shared -buildid s9Mz21_l0AB4UKgXlVK0/s9Mz21_l0AB4UKgXlVK0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdownstatus/shutdownstatus.go
2025-08-20T21:11:27.7251609Z [00:02:54.683]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:11:27.7252454Z [00:02:54.683]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/46/46e37ae0bb5aad5545cce1a840661c606940827f10e733e3093539114cd427a5-d # internal
2025-08-20T21:11:27.7253157Z [00:02:54.683]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype
2025-08-20T21:11:27.7253562Z [00:02:54.683]➜  mkdir -p $WORK/b588/
2025-08-20T21:11:27.7262580Z [00:02:54.684]➜  cat >/tmp/go-build2720400589/b588/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7262991Z [00:02:54.684]➜  # import config
2025-08-20T21:11:27.7263341Z [00:02:54.684]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7263659Z [00:02:54.684]➜  EOF
2025-08-20T21:11:27.7266587Z [00:02:54.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdowntype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdowntype;$WORK/b588=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype -lang=go1.21 -complete -installsuffix shared -buildid BcTXXB3dMUQzQOuDF2RA/BcTXXB3dMUQzQOuDF2RA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shutdowntype/shutdowntype.go
2025-08-20T21:11:27.7306920Z [00:02:54.688]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:11:27.7310591Z [00:02:54.689]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/84/84e6995b5135ba905cbc7358800c26bf44e2260618cb156ff584cbc3bc6aa330-d # internal
2025-08-20T21:11:27.7311370Z [00:02:54.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate
2025-08-20T21:11:27.7311808Z [00:02:54.689]➜  mkdir -p $WORK/b589/
2025-08-20T21:11:27.7312176Z [00:02:54.689]➜  cat >/tmp/go-build2720400589/b589/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7312521Z [00:02:54.689]➜  # import config
2025-08-20T21:11:27.7312884Z [00:02:54.689]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7313210Z [00:02:54.689]➜  EOF
2025-08-20T21:11:27.7316040Z [00:02:54.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotupgradestate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotupgradestate;$WORK/b589=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate -lang=go1.21 -complete -installsuffix shared -buildid Mc8fhNl7FP2LYDsY8coA/Mc8fhNl7FP2LYDsY8coA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotupgradestate/snapshotupgradestate.go
2025-08-20T21:11:27.7480325Z [00:02:54.706]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:11:27.7488568Z [00:02:54.707]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/56/564ed7afad00aae904265d703e2d0b34e8813273d899e13f89c9127ceeaa8714-d # internal
2025-08-20T21:11:27.7489341Z [00:02:54.707]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage
2025-08-20T21:11:27.7489766Z [00:02:54.707]➜  mkdir -p $WORK/b590/
2025-08-20T21:11:27.7490136Z [00:02:54.707]➜  cat >/tmp/go-build2720400589/b590/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7490492Z [00:02:54.707]➜  # import config
2025-08-20T21:11:27.7490839Z [00:02:54.707]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7491156Z [00:02:54.707]➜  EOF
2025-08-20T21:11:27.7493782Z [00:02:54.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snowballlanguage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snowballlanguage;$WORK/b590=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage -lang=go1.21 -complete -installsuffix shared -buildid wD8bNrkUAxXJd5SuZ91p/wD8bNrkUAxXJd5SuZ91p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snowballlanguage/snowballlanguage.go
2025-08-20T21:11:27.7520533Z [00:02:54.710]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:11:27.7529070Z [00:02:54.710]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/52/529a107311d8f4f77ea12d06075337d3e7bb1447c974a410880a22d1ff80d33c-d # internal
2025-08-20T21:11:27.7529813Z [00:02:54.710]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode
2025-08-20T21:11:27.7530210Z [00:02:54.710]➜  mkdir -p $WORK/b591/
2025-08-20T21:11:27.7530576Z [00:02:54.710]➜  cat >/tmp/go-build2720400589/b591/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7530921Z [00:02:54.710]➜  # import config
2025-08-20T21:11:27.7531268Z [00:02:54.710]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7531892Z [00:02:54.710]➜  EOF
2025-08-20T21:11:27.7534596Z [00:02:54.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortmode;$WORK/b591=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode -lang=go1.21 -complete -installsuffix shared -buildid jvE2I7iY6Q2RYhWF4YLY/jvE2I7iY6Q2RYhWF4YLY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortmode/sortmode.go
2025-08-20T21:11:27.7546843Z [00:02:54.712]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:11:27.7547555Z [00:02:54.712]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/ef/ef2ad60622efe3a79d961721f83e7eba187792b65d6227d66acdd9283ef4c91e-d # internal
2025-08-20T21:11:27.7548265Z [00:02:54.713]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder
2025-08-20T21:11:27.7548660Z [00:02:54.713]➜  mkdir -p $WORK/b592/
2025-08-20T21:11:27.7556442Z [00:02:54.713]➜  cat >/tmp/go-build2720400589/b592/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7556832Z [00:02:54.713]➜  # import config
2025-08-20T21:11:27.7557181Z [00:02:54.713]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7557798Z [00:02:54.713]➜  EOF
2025-08-20T21:11:27.7560251Z [00:02:54.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortorder=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortorder;$WORK/b592=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder -lang=go1.21 -complete -installsuffix shared -buildid 7JnEnh5fvIEHdM7q6I-r/7JnEnh5fvIEHdM7q6I-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sortorder/sortorder.go
2025-08-20T21:11:27.7683191Z [00:02:54.726]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:11:27.7683976Z [00:02:54.726]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/20/20d32a6bad1a1090549e0e10f59f26cb76aec36dabdefdf6965c9af58fa514aa-d # internal
2025-08-20T21:11:27.7687507Z [00:02:54.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode
2025-08-20T21:11:27.7688177Z [00:02:54.726]➜  mkdir -p $WORK/b593/
2025-08-20T21:11:27.7688638Z [00:02:54.727]➜  cat >/tmp/go-build2720400589/b593/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7689353Z [00:02:54.727]➜  # import config
2025-08-20T21:11:27.7691320Z [00:02:54.727]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7691667Z [00:02:54.727]➜  EOF
2025-08-20T21:11:27.7694403Z [00:02:54.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcefieldmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcefieldmode;$WORK/b593=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode -lang=go1.21 -complete -installsuffix shared -buildid Kel1SV3OZqvoWtFyS8iv/Kel1SV3OZqvoWtFyS8iv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcefieldmode/sourcefieldmode.go
2025-08-20T21:11:27.7801591Z [00:02:54.738]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:11:27.7804808Z [00:02:54.738]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/96/9632480e39bd84ccbf5ae6e76d80ef9d86ac3f87e52e220211975777527db4cd-d # internal
2025-08-20T21:11:27.7805550Z [00:02:54.738]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode
2025-08-20T21:11:27.7805955Z [00:02:54.738]➜  mkdir -p $WORK/b594/
2025-08-20T21:11:27.7806632Z [00:02:54.738]➜  cat >/tmp/go-build2720400589/b594/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7811031Z [00:02:54.738]➜  # import config
2025-08-20T21:11:27.7812125Z [00:02:54.738]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7812566Z [00:02:54.738]➜  EOF
2025-08-20T21:11:27.7815203Z [00:02:54.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcemode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcemode;$WORK/b594=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode -lang=go1.21 -complete -installsuffix shared -buildid 88ZXvM5s9zs0YQrirPZS/88ZXvM5s9zs0YQrirPZS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sourcemode/sourcemode.go
2025-08-20T21:11:27.7817527Z [00:02:54.738]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:11:27.7818192Z [00:02:54.739]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/20/20a02b4039746482e8afe15e8630f341d66cced085854268b4093ee9e409b667-d # internal
2025-08-20T21:11:27.7818871Z [00:02:54.739]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype
2025-08-20T21:11:27.7819266Z [00:02:54.739]➜  mkdir -p $WORK/b595/
2025-08-20T21:11:27.7821672Z [00:02:54.739]➜  cat >/tmp/go-build2720400589/b595/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7822089Z [00:02:54.739]➜  # import config
2025-08-20T21:11:27.7823379Z [00:02:54.739]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7823791Z [00:02:54.739]➜  EOF
2025-08-20T21:11:27.7826857Z [00:02:54.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/storagetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/storagetype;$WORK/b595=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype -lang=go1.21 -complete -installsuffix shared -buildid 1Xfjio47tkXaqRc6qmWE/1Xfjio47tkXaqRc6qmWE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/storagetype/storagetype.go
2025-08-20T21:11:27.7836338Z [00:02:54.740]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:11:27.7837040Z [00:02:54.741]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/b7/b7964df912fbb373dc18aff2b01a5971958f7b769cf1aee4f383513a4e559c44-d # internal
2025-08-20T21:11:27.7837750Z [00:02:54.741]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance
2025-08-20T21:11:27.7838155Z [00:02:54.741]➜  mkdir -p $WORK/b596/
2025-08-20T21:11:27.7838527Z [00:02:54.741]➜  cat >/tmp/go-build2720400589/b596/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7838875Z [00:02:54.741]➜  # import config
2025-08-20T21:11:27.7839242Z [00:02:54.741]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7839564Z [00:02:54.741]➜  EOF
2025-08-20T21:11:27.7842110Z [00:02:54.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/stringdistance=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/stringdistance;$WORK/b596=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance -lang=go1.21 -complete -installsuffix shared -buildid QEvks2_po7mrUuEsa9ZP/QEvks2_po7mrUuEsa9ZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/stringdistance/stringdistance.go
2025-08-20T21:11:27.7942142Z [00:02:54.752]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:11:27.7943313Z [00:02:54.752]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/80/8072d82de7c5caae480bcf4ec6db3d9ec8c7ce0f780e22e4bea92c2c12a60bb8-d # internal
2025-08-20T21:11:27.7944107Z [00:02:54.752]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects
2025-08-20T21:11:27.7944682Z [00:02:54.752]➜  mkdir -p $WORK/b597/
2025-08-20T21:11:27.7947057Z [00:02:54.753]➜  cat >/tmp/go-build2720400589/b597/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7947441Z [00:02:54.753]➜  # import config
2025-08-20T21:11:27.7947808Z [00:02:54.753]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7948130Z [00:02:54.753]➜  EOF
2025-08-20T21:11:27.7950595Z [00:02:54.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/subobjects=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/subobjects;$WORK/b597=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects -lang=go1.21 -complete -installsuffix shared -buildid 3XEIqzyS_Q_l6zsCgB60/3XEIqzyS_Q_l6zsCgB60 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/subobjects/subobjects.go
2025-08-20T21:11:27.7962119Z [00:02:54.754]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:11:27.7963079Z [00:02:54.754]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/80/80b1e228b0eb544d6348d60cee3d4137d0f5dc5e2536041b76f22a40c12702f5-d # internal
2025-08-20T21:11:27.7964883Z [00:02:54.754]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode
2025-08-20T21:11:27.7966073Z [00:02:54.754]➜  mkdir -p $WORK/b598/
2025-08-20T21:11:27.7966469Z [00:02:54.754]➜  cat >/tmp/go-build2720400589/b598/importcfg << 'EOF' # internal
2025-08-20T21:11:27.7966817Z [00:02:54.754]➜  # import config
2025-08-20T21:11:27.7967162Z [00:02:54.754]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.7967481Z [00:02:54.754]➜  EOF
2025-08-20T21:11:27.7969985Z [00:02:54.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestmode;$WORK/b598=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode -lang=go1.21 -complete -installsuffix shared -buildid 0d3OudpATLbsx_e1ge4E/0d3OudpATLbsx_e1ge4E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestmode/suggestmode.go
2025-08-20T21:11:27.7979699Z [00:02:54.756]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:11:27.7999096Z [00:02:54.758]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/b5/b5f84f0c431a2b6459eba447f8dd15a255a05a864b4388bff36343b4e60d5525-d # internal
2025-08-20T21:11:27.8000068Z [00:02:54.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort
2025-08-20T21:11:27.8000541Z [00:02:54.758]➜  mkdir -p $WORK/b599/
2025-08-20T21:11:27.8000917Z [00:02:54.758]➜  cat >/tmp/go-build2720400589/b599/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8001262Z [00:02:54.758]➜  # import config
2025-08-20T21:11:27.8001610Z [00:02:54.758]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8001928Z [00:02:54.758]➜  EOF
2025-08-20T21:11:27.8004765Z [00:02:54.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestsort=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestsort;$WORK/b599=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort -lang=go1.21 -complete -installsuffix shared -buildid Iav4hLKFHLxHghkBavDS/Iav4hLKFHLxHghkBavDS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/suggestsort/suggestsort.go
2025-08-20T21:11:27.8086176Z [00:02:54.766]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:11:27.8092367Z [00:02:54.767]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/eb/eb22cab61b1a489e60e0b9ac1102a01788858f7b9a1f70c0c25b86cfeaccad89-d # internal
2025-08-20T21:11:27.8094915Z [00:02:54.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod
2025-08-20T21:11:27.8095407Z [00:02:54.767]➜  mkdir -p $WORK/b600/
2025-08-20T21:11:27.8101821Z [00:02:54.768]➜  cat >/tmp/go-build2720400589/b600/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8103002Z [00:02:54.768]➜  # import config
2025-08-20T21:11:27.8103455Z [00:02:54.768]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8103785Z [00:02:54.768]➜  EOF
2025-08-20T21:11:27.8106706Z [00:02:54.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtriggermethod=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtriggermethod;$WORK/b600=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod -lang=go1.21 -complete -installsuffix shared -buildid Q3YQoGZ1027cKbt_aJGj/Q3YQoGZ1027cKbt_aJGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtriggermethod/syncjobtriggermethod.go
2025-08-20T21:11:27.8109492Z [00:02:54.768]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:11:27.8112886Z [00:02:54.769]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:11:27.8120278Z [00:02:54.770]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/b4/b4d33e66b5657f2a1b4cbcd42f61cc1af20a472388ec63c6a986535573810ff4-d # internal
2025-08-20T21:11:27.8126783Z [00:02:54.771]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/12/121d4a56f941f0810584ef8606dbf3f690dfa535e0910b9f4fd1b714c660d0ad-d # internal
2025-08-20T21:11:27.8131535Z [00:02:54.771]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus
2025-08-20T21:11:27.8132690Z [00:02:54.771]➜  mkdir -p $WORK/b602/
2025-08-20T21:11:27.8137452Z [00:02:54.771]➜  cat >/tmp/go-build2720400589/b602/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8137836Z [00:02:54.771]➜  # import config
2025-08-20T21:11:27.8138202Z [00:02:54.771]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8138522Z [00:02:54.771]➜  EOF
2025-08-20T21:11:27.8140993Z [00:02:54.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncstatus;$WORK/b602=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus -lang=go1.21 -complete -installsuffix shared -buildid 8sK4G-AH05brrefshzzv/8sK4G-AH05brrefshzzv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncstatus/syncstatus.go
2025-08-20T21:11:27.8166012Z [00:02:54.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype
2025-08-20T21:11:27.8166495Z [00:02:54.772]➜  mkdir -p $WORK/b601/
2025-08-20T21:11:27.8171725Z [00:02:54.775]➜  cat >/tmp/go-build2720400589/b601/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8172158Z [00:02:54.775]➜  # import config
2025-08-20T21:11:27.8172513Z [00:02:54.775]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8172834Z [00:02:54.775]➜  EOF
2025-08-20T21:11:27.8175748Z [00:02:54.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtype;$WORK/b601=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype -lang=go1.21 -complete -installsuffix shared -buildid jbr9YM2_bYx-KhWwWZKV/jbr9YM2_bYx-KhWwWZKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syncjobtype/syncjobtype.go
2025-08-20T21:11:27.8298786Z [00:02:54.788]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:11:27.8301683Z [00:02:54.788]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/0b/0b31f9e391e2fc563600070c357a1ee75e7c6b7e4e2510627814e81b8b5f48de-d # internal
2025-08-20T21:11:27.8305690Z [00:02:54.788]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat
2025-08-20T21:11:27.8306129Z [00:02:54.788]➜  mkdir -p $WORK/b603/
2025-08-20T21:11:27.8306504Z [00:02:54.788]➜  cat >/tmp/go-build2720400589/b603/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8306851Z [00:02:54.788]➜  # import config
2025-08-20T21:11:27.8307214Z [00:02:54.788]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8307535Z [00:02:54.788]➜  EOF
2025-08-20T21:11:27.8310065Z [00:02:54.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/synonymformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/synonymformat;$WORK/b603=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat -lang=go1.21 -complete -installsuffix shared -buildid 2_LaFnJA9QaW2pd8KajM/2_LaFnJA9QaW2pd8KajM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/synonymformat/synonymformat.go
2025-08-20T21:11:27.8341835Z [00:02:54.792]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:11:27.8342291Z [00:02:54.792]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:11:27.8345903Z [00:02:54.792]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/8a/8a651646cb1e21ef7a67071a3958e64a85aee6a2b12aad87141abf637f3e1b4a-d # internal
2025-08-20T21:11:27.8348178Z [00:02:54.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum
2025-08-20T21:11:27.8350299Z [00:02:54.793]➜  mkdir -p $WORK/b604/
2025-08-20T21:11:27.8351799Z [00:02:54.793]➜  cat >/tmp/go-build2720400589/b604/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8352191Z [00:02:54.793]➜  # import config
2025-08-20T21:11:27.8352544Z [00:02:54.793]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8352872Z [00:02:54.793]➜  EOF
2025-08-20T21:11:27.8365683Z [00:02:54.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syntheticsourcekeepenum=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syntheticsourcekeepenum;$WORK/b604=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum -lang=go1.21 -complete -installsuffix shared -buildid _dOeqzZ52jvanCpP29q3/_dOeqzZ52jvanCpP29q3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/syntheticsourcekeepenum/syntheticsourcekeepenum.go
2025-08-20T21:11:27.8377925Z [00:02:54.794]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/7f/7f73117a5c8b280ccff5bd1c17995a26d48befad93b71cf11f274e31aa1d0a91-d # internal
2025-08-20T21:11:27.8378641Z [00:02:54.794]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype
2025-08-20T21:11:27.8379038Z [00:02:54.794]➜  mkdir -p $WORK/b605/
2025-08-20T21:11:27.8379411Z [00:02:54.794]➜  cat >/tmp/go-build2720400589/b605/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8379755Z [00:02:54.794]➜  # import config
2025-08-20T21:11:27.8380363Z [00:02:54.794]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8380754Z [00:02:54.794]➜  EOF
2025-08-20T21:11:27.8383172Z [00:02:54.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tasktype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tasktype;$WORK/b605=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype -lang=go1.21 -complete -installsuffix shared -buildid XWAUu1ZuhXgmnF_sfred/XWAUu1ZuhXgmnF_sfred -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tasktype/tasktype.go
2025-08-20T21:11:27.8433373Z [00:02:54.801]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:11:27.8437273Z [00:02:54.802]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/e7/e7ecbcd1b0067d0b7dcc6c96593e514a7b6088c10dc8ac61bff19411820984d6-d # internal
2025-08-20T21:11:27.8438756Z [00:02:54.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat
2025-08-20T21:11:27.8439251Z [00:02:54.802]➜  mkdir -p $WORK/b606/
2025-08-20T21:11:27.8441995Z [00:02:54.802]➜  cat >/tmp/go-build2720400589/b606/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8442413Z [00:02:54.802]➜  # import config
2025-08-20T21:11:27.8442766Z [00:02:54.802]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8443424Z [00:02:54.802]➜  EOF
2025-08-20T21:11:27.8446566Z [00:02:54.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/templateformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/templateformat;$WORK/b606=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat -lang=go1.21 -complete -installsuffix shared -buildid wSe225MBsZbaVKFp1kLl/wSe225MBsZbaVKFp1kLl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/templateformat/templateformat.go
2025-08-20T21:11:27.8492745Z [00:02:54.807]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:11:27.8498430Z [00:02:54.808]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/62/62b50784149559b9091f463cc9789f87cd1ab2b3646a5bfab51272e7b51e5b17-d # internal
2025-08-20T21:11:27.8499169Z [00:02:54.808]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:11:27.8502074Z [00:02:54.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode
2025-08-20T21:11:27.8502544Z [00:02:54.808]➜  mkdir -p $WORK/b607/
2025-08-20T21:11:27.8504643Z [00:02:54.808]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/08/08d5fc2b0db9d3e0fcbdd3dc5356967bfd45eb551be0d8976af043a2a6b0b1ad-d # internal
2025-08-20T21:11:27.8506398Z [00:02:54.809]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint
2025-08-20T21:11:27.8507385Z [00:02:54.809]➜  mkdir -p $WORK/b608/
2025-08-20T21:11:27.8509068Z [00:02:54.809]➜  cat >/tmp/go-build2720400589/b607/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8510059Z [00:02:54.809]➜  # import config
2025-08-20T21:11:27.8513261Z [00:02:54.809]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8513600Z [00:02:54.809]➜  EOF
2025-08-20T21:11:27.8521410Z [00:02:54.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationcollectmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationcollectmode;$WORK/b607=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode -lang=go1.21 -complete -installsuffix shared -buildid 8jEx2U5pRRrQd46CyvKZ/8jEx2U5pRRrQd46CyvKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationcollectmode/termsaggregationcollectmode.go
2025-08-20T21:11:27.8524197Z [00:02:54.809]➜  cat >/tmp/go-build2720400589/b608/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8525791Z [00:02:54.809]➜  # import config
2025-08-20T21:11:27.8526153Z [00:02:54.809]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8526489Z [00:02:54.809]➜  EOF
2025-08-20T21:11:27.8529405Z [00:02:54.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationexecutionhint;$WORK/b608=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint -lang=go1.21 -complete -installsuffix shared -buildid PuQp-EB2e8qX_X9W08V7/PuQp-EB2e8qX_X9W08V7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termsaggregationexecutionhint/termsaggregationexecutionhint.go
2025-08-20T21:11:27.8592871Z [00:02:54.817]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:11:27.8594819Z [00:02:54.817]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/7f/7f004e20c932c797cc0da73e42fa9decc4971419211adf76cbd52f3d50aa53df-d # internal
2025-08-20T21:11:27.8596428Z [00:02:54.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption
2025-08-20T21:11:27.8597918Z [00:02:54.817]➜  mkdir -p $WORK/b609/
2025-08-20T21:11:27.8599391Z [00:02:54.818]➜  cat >/tmp/go-build2720400589/b609/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8600734Z [00:02:54.818]➜  # import config
2025-08-20T21:11:27.8601184Z [00:02:54.818]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8601509Z [00:02:54.818]➜  EOF
2025-08-20T21:11:27.8604168Z [00:02:54.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termvectoroption=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termvectoroption;$WORK/b609=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption -lang=go1.21 -complete -installsuffix shared -buildid nY3X8Zf42gHLlnOtmSoY/nY3X8Zf42gHLlnOtmSoY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/termvectoroption/termvectoroption.go
2025-08-20T21:11:27.8653303Z [00:02:54.823]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:11:27.8657439Z [00:02:54.823]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:11:27.8664399Z [00:02:54.824]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/73/7393bf1497ee2e35a34fd13496647c2c5cf611239a33acc5d1226cc987aded77-d # internal
2025-08-20T21:11:27.8669249Z [00:02:54.824]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/6e/6efc3350fa557afe90548d345aa45562157e512aee3ff2cf9d5336d09db1ba76-d # internal
2025-08-20T21:11:27.8670027Z [00:02:54.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype
2025-08-20T21:11:27.8670470Z [00:02:54.824]➜  mkdir -p $WORK/b611/
2025-08-20T21:11:27.8670889Z [00:02:54.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype
2025-08-20T21:11:27.8671301Z [00:02:54.825]➜  mkdir -p $WORK/b610/
2025-08-20T21:11:27.8671666Z [00:02:54.825]➜  cat >/tmp/go-build2720400589/b611/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8672009Z [00:02:54.825]➜  # import config
2025-08-20T21:11:27.8672354Z [00:02:54.825]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8672669Z [00:02:54.825]➜  EOF
2025-08-20T21:11:27.8675815Z [00:02:54.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeseriesmetrictype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeseriesmetrictype;$WORK/b611=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype -lang=go1.21 -complete -installsuffix shared -buildid atbE1mwijzDNrKU3YtU_/atbE1mwijzDNrKU3YtU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeseriesmetrictype/timeseriesmetrictype.go
2025-08-20T21:11:27.8688896Z [00:02:54.827]➜  cat >/tmp/go-build2720400589/b610/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8689318Z [00:02:54.827]➜  # import config
2025-08-20T21:11:27.8689677Z [00:02:54.827]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8690000Z [00:02:54.827]➜  EOF
2025-08-20T21:11:27.8694348Z [00:02:54.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/textquerytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/textquerytype;$WORK/b610=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype -lang=go1.21 -complete -installsuffix shared -buildid h5AZk0eqCdV4JxvxS6fA/h5AZk0eqCdV4JxvxS6fA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/textquerytype/textquerytype.go
2025-08-20T21:11:27.8711655Z [00:02:54.829]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:11:27.8719582Z [00:02:54.830]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/3f/3f8ca638700a82e67801ae2b3a598a2cec70b414e3dfe11ab2471db9a6b2890e-d # internal
2025-08-20T21:11:27.8723125Z [00:02:54.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar
2025-08-20T21:11:27.8723564Z [00:02:54.830]➜  mkdir -p $WORK/b612/
2025-08-20T21:11:27.8723958Z [00:02:54.830]➜  cat >/tmp/go-build2720400589/b612/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8724483Z [00:02:54.830]➜  # import config
2025-08-20T21:11:27.8724892Z [00:02:54.830]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8725213Z [00:02:54.830]➜  EOF
2025-08-20T21:11:27.8727637Z [00:02:54.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenchar=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenchar;$WORK/b612=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar -lang=go1.21 -complete -installsuffix shared -buildid _P2eD5k1o9yJj3WGI4uy/_P2eD5k1o9yJj3WGI4uy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenchar/tokenchar.go
2025-08-20T21:11:27.8805298Z [00:02:54.838]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:11:27.8820703Z [00:02:54.840]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/fa/fad4c66bee6ae4a28943d6d35b0921e2ddc090a6674c215849524a177b3854de-d # internal
2025-08-20T21:11:27.8821503Z [00:02:54.840]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate
2025-08-20T21:11:27.8821946Z [00:02:54.840]➜  mkdir -p $WORK/b613/
2025-08-20T21:11:27.8822353Z [00:02:54.840]➜  cat >/tmp/go-build2720400589/b613/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8822701Z [00:02:54.840]➜  # import config
2025-08-20T21:11:27.8823050Z [00:02:54.840]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8823369Z [00:02:54.840]➜  EOF
2025-08-20T21:11:27.8843075Z [00:02:54.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenizationtruncate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenizationtruncate;$WORK/b613=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate -lang=go1.21 -complete -installsuffix shared -buildid oC9nWzLqiFOVefb1zwVi/oC9nWzLqiFOVefb1zwVi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/tokenizationtruncate/tokenizationtruncate.go
2025-08-20T21:11:27.8846983Z [00:02:54.842]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:11:27.8852962Z [00:02:54.843]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/09/09c4c8f2230d9d2edfdf4ec311431d4b2e915dfceca7276a406d74efc350b771-d # internal
2025-08-20T21:11:27.8854202Z [00:02:54.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation
2025-08-20T21:11:27.8854842Z [00:02:54.843]➜  mkdir -p $WORK/b614/
2025-08-20T21:11:27.8861571Z [00:02:54.844]➜  cat >/tmp/go-build2720400589/b614/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8862557Z [00:02:54.844]➜  # import config
2025-08-20T21:11:27.8862969Z [00:02:54.844]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8863301Z [00:02:54.844]➜  EOF
2025-08-20T21:11:27.8866100Z [00:02:54.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/totalhitsrelation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/totalhitsrelation;$WORK/b614=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation -lang=go1.21 -complete -installsuffix shared -buildid TeteTwjjL8nkR3XgfGif/TeteTwjjL8nkR3XgfGif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/totalhitsrelation/totalhitsrelation.go
2025-08-20T21:11:27.8872746Z [00:02:54.845]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:11:27.8873448Z [00:02:54.845]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/82/8206e60e62c8285479749903c288137fd38b5f5c73b5ca53a66bce9babb42f44-d # internal
2025-08-20T21:11:27.8875744Z [00:02:54.845]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype
2025-08-20T21:11:27.8876184Z [00:02:54.845]➜  mkdir -p $WORK/b615/
2025-08-20T21:11:27.8879772Z [00:02:54.846]➜  cat >/tmp/go-build2720400589/b615/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8880193Z [00:02:54.846]➜  # import config
2025-08-20T21:11:27.8880543Z [00:02:54.846]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8880859Z [00:02:54.846]➜  EOF
2025-08-20T21:11:27.8897102Z [00:02:54.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainedmodeltype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainedmodeltype;$WORK/b615=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype -lang=go1.21 -complete -installsuffix shared -buildid fKNd37FUvD8l2xMwvS_b/fKNd37FUvD8l2xMwvS_b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainedmodeltype/trainedmodeltype.go
2025-08-20T21:11:27.8957697Z [00:02:54.852]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:11:27.8960128Z [00:02:54.853]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/90/90708d57f5920719d246c6c83a290e30ac8f9802b3b144f65cf2d5a8f3ef29f9-d # internal
2025-08-20T21:11:27.8966817Z [00:02:54.855]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority
2025-08-20T21:11:27.8967307Z [00:02:54.855]➜  mkdir -p $WORK/b616/
2025-08-20T21:11:27.8975897Z [00:02:54.855]➜  cat >/tmp/go-build2720400589/b616/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8976301Z [00:02:54.855]➜  # import config
2025-08-20T21:11:27.8976971Z [00:02:54.855]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.8977361Z [00:02:54.855]➜  EOF
2025-08-20T21:11:27.8980022Z [00:02:54.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainingpriority=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainingpriority;$WORK/b616=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority -lang=go1.21 -complete -installsuffix shared -buildid aPBs10gdUfnqIjg0u7Lg/aPBs10gdUfnqIjg0u7Lg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/trainingpriority/trainingpriority.go
2025-08-20T21:11:27.8994157Z [00:02:54.857]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:11:27.8995110Z [00:02:54.857]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/7d/7d68273d42ec12700c55228668eb4748fd986468a2fa3d29ad8af77f3ff2163a-d # internal
2025-08-20T21:11:27.8995835Z [00:02:54.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability
2025-08-20T21:11:27.8998535Z [00:02:54.857]➜  mkdir -p $WORK/b617/
2025-08-20T21:11:27.8998926Z [00:02:54.858]➜  cat >/tmp/go-build2720400589/b617/importcfg << 'EOF' # internal
2025-08-20T21:11:27.8999271Z [00:02:54.858]➜  # import config
2025-08-20T21:11:27.8999988Z [00:02:54.858]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9000320Z [00:02:54.858]➜  EOF
2025-08-20T21:11:27.9002989Z [00:02:54.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/translogdurability=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/translogdurability;$WORK/b617=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability -lang=go1.21 -complete -installsuffix shared -buildid 4DFmXkqwYu06uO9Yra5A/4DFmXkqwYu06uO9Yra5A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/translogdurability/translogdurability.go
2025-08-20T21:11:27.9022666Z [00:02:54.860]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:11:27.9028863Z [00:02:54.860]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/3d/3d4dbacf874901b20fe38ceb5099f58adf1a57c59e4de9aa801771960f99ff05-d # internal
2025-08-20T21:11:27.9033318Z [00:02:54.861]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype
2025-08-20T21:11:27.9033743Z [00:02:54.861]➜  mkdir -p $WORK/b618/
2025-08-20T21:11:27.9034114Z [00:02:54.861]➜  cat >/tmp/go-build2720400589/b618/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9034739Z [00:02:54.861]➜  # import config
2025-08-20T21:11:27.9035087Z [00:02:54.861]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9035432Z [00:02:54.861]➜  EOF
2025-08-20T21:11:27.9037885Z [00:02:54.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ttesttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ttesttype;$WORK/b618=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype -lang=go1.21 -complete -installsuffix shared -buildid mcDc3mImQc0qzT3pyixk/mcDc3mImQc0qzT3pyixk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ttesttype/ttesttype.go
2025-08-20T21:11:27.9117334Z [00:02:54.869]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:11:27.9119950Z [00:02:54.869]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/0e/0e47fdcabbacacf784b2a43a82790c83f53ef9e04b2a0cd0277e8f33f6a7929a-d # internal
2025-08-20T21:11:27.9121041Z [00:02:54.869]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason
2025-08-20T21:11:27.9121623Z [00:02:54.870]➜  mkdir -p $WORK/b619/
2025-08-20T21:11:27.9144969Z [00:02:54.872]➜  cat >/tmp/go-build2720400589/b619/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9145954Z [00:02:54.872]➜  # import config
2025-08-20T21:11:27.9147026Z [00:02:54.872]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9147454Z [00:02:54.872]➜  EOF
2025-08-20T21:11:27.9150398Z [00:02:54.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/unassignedinformationreason=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/unassignedinformationreason;$WORK/b619=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason -lang=go1.21 -complete -installsuffix shared -buildid 5Gx1OSb79KQboiibtW5r/5Gx1OSb79KQboiibtW5r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/unassignedinformationreason/unassignedinformationreason.go
2025-08-20T21:11:27.9167772Z [00:02:54.875]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:11:27.9172772Z [00:02:54.875]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:11:27.9180212Z [00:02:54.876]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/09/09f06188581612aa4a7af220703cec755f5dac30515f0b54a0ac41c8398dec85-d # internal
2025-08-20T21:11:27.9181463Z [00:02:54.876]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty
2025-08-20T21:11:27.9181942Z [00:02:54.876]➜  mkdir -p $WORK/b620/
2025-08-20T21:11:27.9186419Z [00:02:54.877]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/da/daa86c3815b68ecfd8fb48cd7bc62b6dd870ab5af63259b6abbbbd1688581451-d # internal
2025-08-20T21:11:27.9187199Z [00:02:54.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype
2025-08-20T21:11:27.9190126Z [00:02:54.877]➜  mkdir -p $WORK/b621/
2025-08-20T21:11:27.9192892Z [00:02:54.877]➜  cat >/tmp/go-build2720400589/b621/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9193265Z [00:02:54.877]➜  # import config
2025-08-20T21:11:27.9193613Z [00:02:54.877]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9193935Z [00:02:54.877]➜  EOF
2025-08-20T21:11:27.9202031Z [00:02:54.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/valuetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/valuetype;$WORK/b621=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype -lang=go1.21 -complete -installsuffix shared -buildid lb1JE3yUxNj_lzKI-PQQ/lb1JE3yUxNj_lzKI-PQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/valuetype/valuetype.go
2025-08-20T21:11:27.9206923Z [00:02:54.879]➜  cat >/tmp/go-build2720400589/b620/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9207679Z [00:02:54.879]➜  # import config
2025-08-20T21:11:27.9208346Z [00:02:54.879]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9208919Z [00:02:54.879]➜  EOF
2025-08-20T21:11:27.9212177Z [00:02:54.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/useragentproperty=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/useragentproperty;$WORK/b620=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty -lang=go1.21 -complete -installsuffix shared -buildid JhFnfLYwOpC-B2Ct46Qz/JhFnfLYwOpC-B2Ct46Qz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/useragentproperty/useragentproperty.go
2025-08-20T21:11:27.9273275Z [00:02:54.885]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:11:27.9275825Z [00:02:54.885]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/60/60e85648963a3f79fac1cf66ae90ea0571e60baa2d18b469d03e3a96edca9747-d # internal
2025-08-20T21:11:27.9281571Z [00:02:54.885]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype
2025-08-20T21:11:27.9283978Z [00:02:54.885]➜  mkdir -p $WORK/b622/
2025-08-20T21:11:27.9285504Z [00:02:54.885]➜  cat >/tmp/go-build2720400589/b622/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9285935Z [00:02:54.885]➜  # import config
2025-08-20T21:11:27.9287190Z [00:02:54.885]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9287517Z [00:02:54.885]➜  EOF
2025-08-20T21:11:27.9290059Z [00:02:54.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/versiontype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/versiontype;$WORK/b622=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype -lang=go1.21 -complete -installsuffix shared -buildid 0iwSFYPjfKbjsh8pOFPK/0iwSFYPjfKbjsh8pOFPK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/versiontype/versiontype.go
2025-08-20T21:11:27.9344479Z [00:02:54.892]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:11:27.9360648Z [00:02:54.894]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/c6/c6acfb3f52f2efb9f574b30c1975e5e114fabfebee94d7cab0e030369c267145-d # internal
2025-08-20T21:11:27.9361477Z [00:02:54.894]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:11:27.9361958Z [00:02:54.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate
2025-08-20T21:11:27.9362359Z [00:02:54.894]➜  mkdir -p $WORK/b623/
2025-08-20T21:11:27.9362748Z [00:02:54.894]➜  cat >/tmp/go-build2720400589/b623/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9363096Z [00:02:54.894]➜  # import config
2025-08-20T21:11:27.9363444Z [00:02:54.894]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9363762Z [00:02:54.894]➜  EOF
2025-08-20T21:11:27.9370901Z [00:02:54.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watcherstate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watcherstate;$WORK/b623=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate -lang=go1.21 -complete -installsuffix shared -buildid OsMhpI-1gtyGs8AJBnhB/OsMhpI-1gtyGs8AJBnhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watcherstate/watcherstate.go
2025-08-20T21:11:27.9373577Z [00:02:54.894]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/90/90ee8a65e529ac33d20b7864035a0a3eabd888be900e3a2e89e963073af79049-d # internal
2025-08-20T21:11:27.9374578Z [00:02:54.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery
2025-08-20T21:11:27.9375907Z [00:02:54.894]➜  mkdir -p $WORK/b624/
2025-08-20T21:11:27.9376401Z [00:02:54.895]➜  cat >/tmp/go-build2720400589/b624/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9376763Z [00:02:54.895]➜  # import config
2025-08-20T21:11:27.9377138Z [00:02:54.895]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9377463Z [00:02:54.895]➜  EOF
2025-08-20T21:11:27.9380291Z [00:02:54.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/zerotermsquery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/zerotermsquery;$WORK/b624=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery -lang=go1.21 -complete -installsuffix shared -buildid 20rR9z4pxkkGtVAkU9f8/20rR9z4pxkkGtVAkU9f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/zerotermsquery/zerotermsquery.go
2025-08-20T21:11:27.9429953Z [00:02:54.901]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:11:27.9432249Z [00:02:54.901]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/22/222c3667d57d9b96836dd46d4e41c8fe79108b5d02bfba7392c0c7881e2f3b92-d # internal
2025-08-20T21:11:27.9434156Z [00:02:54.901]➜  github.com/elastic/go-elasticsearch/v8/typedapi/capabilities
2025-08-20T21:11:27.9435090Z [00:02:54.901]➜  mkdir -p $WORK/b632/
2025-08-20T21:11:27.9436886Z [00:02:54.901]➜  cat >/tmp/go-build2720400589/b632/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9437330Z [00:02:54.901]➜  # import config
2025-08-20T21:11:27.9437712Z [00:02:54.901]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:27.9438150Z [00:02:54.901]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:27.9438567Z [00:02:54.901]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:27.9439227Z [00:02:54.901]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:27.9440162Z [00:02:54.901]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:27.9440585Z [00:02:54.901]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:27.9441016Z [00:02:54.901]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:27.9441444Z [00:02:54.901]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9441765Z [00:02:54.901]➜  EOF
2025-08-20T21:11:27.9444099Z [00:02:54.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/capabilities=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/capabilities;$WORK/b632=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/capabilities -lang=go1.21 -complete -installsuffix shared -buildid xsmff1O-sc1RnhMFyjpf/xsmff1O-sc1RnhMFyjpf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/capabilities/capabilities.go
2025-08-20T21:11:27.9492960Z [00:02:54.907]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:11:27.9498526Z [00:02:54.908]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:11:27.9500650Z [00:02:54.908]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/fb/fb6a5ef2d5bff13e897cf1cae51540095427ec89282e9273e72f096025dd24e0-d # internal
2025-08-20T21:11:27.9501355Z [00:02:54.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes
2025-08-20T21:11:27.9501746Z [00:02:54.908]➜  mkdir -p $WORK/b635/
2025-08-20T21:11:27.9503243Z [00:02:54.908]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/b2/b237f1de5d0134fcbeeeb87d8c6f997274dd2ad953a87b2e18b885700fb2de38-d # internal
2025-08-20T21:11:27.9511099Z [00:02:54.909]➜  cat >/tmp/go-build2720400589/b635/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9511874Z [00:02:54.909]➜  # import config
2025-08-20T21:11:27.9512259Z [00:02:54.909]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9512614Z [00:02:54.909]➜  EOF
2025-08-20T21:11:27.9515401Z [00:02:54.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/bytes=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/bytes;$WORK/b635=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes -lang=go1.21 -complete -installsuffix shared -buildid ZuM32QtK19t5VvBIMQ6a/ZuM32QtK19t5VvBIMQ6a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/bytes/bytes.go
2025-08-20T21:11:27.9726014Z [00:02:54.928]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:11:27.9730888Z [00:02:54.931]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/aa/aa7429409b338a39a7169c02da49e62737ecd7393d8ee1eabf1ef770eb5ecd06-d # internal
2025-08-20T21:11:27.9745468Z [00:02:54.932]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:11:27.9753309Z [00:02:54.933]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/c9/c901e967a789392bf4ad6f2817cc1dae98484ad2b5b97dabd00601b9322e2c45-d # internal
2025-08-20T21:11:27.9787171Z [00:02:54.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit
2025-08-20T21:11:27.9788591Z [00:02:54.936]➜  mkdir -p $WORK/b640/
2025-08-20T21:11:27.9790134Z [00:02:54.936]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions
2025-08-20T21:11:27.9791173Z [00:02:54.936]➜  mkdir -p $WORK/b676/
2025-08-20T21:11:27.9798013Z [00:02:54.938]➜  cat >/tmp/go-build2720400589/b676/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9798620Z [00:02:54.938]➜  # import config
2025-08-20T21:11:27.9800650Z [00:02:54.938]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:27.9801151Z [00:02:54.938]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:27.9801936Z [00:02:54.938]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:27.9802572Z [00:02:54.938]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:27.9803162Z [00:02:54.938]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:27.9803579Z [00:02:54.938]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:27.9804009Z [00:02:54.938]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:27.9804606Z [00:02:54.938]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:27.9805062Z [00:02:54.938]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9805379Z [00:02:54.938]➜  EOF
2025-08-20T21:11:27.9808216Z [00:02:54.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletevotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletevotingconfigexclusions;$WORK/b676=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions -lang=go1.21 -complete -installsuffix shared -buildid CBzPdNr2gZG1GAw1CySV/CBzPdNr2gZG1GAw1CySV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletevotingconfigexclusions/delete_voting_config_exclusions.go
2025-08-20T21:11:27.9810801Z [00:02:54.938]➜  cat >/tmp/go-build2720400589/b640/importcfg << 'EOF' # internal
2025-08-20T21:11:27.9811154Z [00:02:54.938]➜  # import config
2025-08-20T21:11:27.9811495Z [00:02:54.938]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:27.9811810Z [00:02:54.938]➜  EOF
2025-08-20T21:11:27.9814200Z [00:02:54.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeunit=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeunit;$WORK/b640=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit -lang=go1.21 -complete -installsuffix shared -buildid GFPUkrHbrj__y8e4Mh6O/GFPUkrHbrj__y8e4Mh6O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/timeunit/timeunit.go
2025-08-20T21:11:28.0041481Z [00:02:54.962]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:11:28.0058795Z [00:02:54.964]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/cb/cb6ad0496311418804a8bd816b3700074d3146a5add93f03d992a3692f1a16ec-d # internal
2025-08-20T21:11:28.0067669Z [00:02:54.964]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate
2025-08-20T21:11:28.0085744Z [00:02:54.966]➜  mkdir -p $WORK/b677/
2025-08-20T21:11:28.0086853Z [00:02:54.966]➜  cat >/tmp/go-build2720400589/b677/importcfg << 'EOF' # internal
2025-08-20T21:11:28.0088406Z [00:02:54.966]➜  # import config
2025-08-20T21:11:28.0088786Z [00:02:54.966]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.0089223Z [00:02:54.966]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.0089640Z [00:02:54.966]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.0090268Z [00:02:54.966]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.0090871Z [00:02:54.966]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.0091291Z [00:02:54.966]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.0091721Z [00:02:54.966]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.0092150Z [00:02:54.966]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.0092580Z [00:02:54.966]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.0092911Z [00:02:54.966]➜  EOF
2025-08-20T21:11:28.0095958Z [00:02:54.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/existscomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/existscomponenttemplate;$WORK/b677=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid Oa1JsVgiW6HcoTM3sdm9/Oa1JsVgiW6HcoTM3sdm9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/existscomponenttemplate/exists_component_template.go
2025-08-20T21:11:28.0120065Z [00:02:54.969]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:11:28.0136029Z [00:02:54.970]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types
2025-08-20T21:11:28.0136480Z [00:02:54.970]➜  mkdir -p $WORK/b419/
2025-08-20T21:11:28.0136860Z [00:02:54.971]➜  cat >/tmp/go-build2720400589/b419/importcfg << 'EOF' # internal
2025-08-20T21:11:28.0137202Z [00:02:54.971]➜  # import config
2025-08-20T21:11:28.0137540Z [00:02:54.971]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:28.0137990Z [00:02:54.971]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:28.0138436Z [00:02:54.971]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.0138846Z [00:02:54.971]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.0139883Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build2720400589/b420/_pkg_.a
2025-08-20T21:11:28.0140955Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build2720400589/b421/_pkg_.a
2025-08-20T21:11:28.0141892Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build2720400589/b422/_pkg_.a
2025-08-20T21:11:28.0142865Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build2720400589/b423/_pkg_.a
2025-08-20T21:11:28.0143817Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build2720400589/b424/_pkg_.a
2025-08-20T21:11:28.0150405Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build2720400589/b425/_pkg_.a
﻿2025-08-20T21:11:28.0155969Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build2720400589/b426/_pkg_.a
2025-08-20T21:11:28.0156925Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build2720400589/b427/_pkg_.a
2025-08-20T21:11:28.0157911Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build2720400589/b428/_pkg_.a
2025-08-20T21:11:28.0159179Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2720400589/b429/_pkg_.a
2025-08-20T21:11:28.0160158Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2720400589/b430/_pkg_.a
2025-08-20T21:11:28.0161096Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2720400589/b431/_pkg_.a
2025-08-20T21:11:28.0162144Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build2720400589/b432/_pkg_.a
2025-08-20T21:11:28.0163133Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2720400589/b433/_pkg_.a
2025-08-20T21:11:28.0164114Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2720400589/b434/_pkg_.a
2025-08-20T21:11:28.0165275Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build2720400589/b435/_pkg_.a
2025-08-20T21:11:28.0166195Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build2720400589/b436/_pkg_.a
2025-08-20T21:11:28.0167135Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build2720400589/b437/_pkg_.a
2025-08-20T21:11:28.0168092Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2720400589/b438/_pkg_.a
2025-08-20T21:11:28.0169047Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build2720400589/b439/_pkg_.a
2025-08-20T21:11:28.0170019Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype=/tmp/go-build2720400589/b440/_pkg_.a
2025-08-20T21:11:28.0170972Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype=/tmp/go-build2720400589/b441/_pkg_.a
2025-08-20T21:11:28.0171929Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype=/tmp/go-build2720400589/b442/_pkg_.a
2025-08-20T21:11:28.0173113Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype=/tmp/go-build2720400589/b443/_pkg_.a
2025-08-20T21:11:28.0174190Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build2720400589/b444/_pkg_.a
2025-08-20T21:11:28.0175326Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build2720400589/b445/_pkg_.a
2025-08-20T21:11:28.0176282Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build2720400589/b446/_pkg_.a
2025-08-20T21:11:28.0177206Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build2720400589/b447/_pkg_.a
2025-08-20T21:11:28.0178138Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build2720400589/b448/_pkg_.a
2025-08-20T21:11:28.0179073Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build2720400589/b449/_pkg_.a
2025-08-20T21:11:28.0180220Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build2720400589/b450/_pkg_.a
2025-08-20T21:11:28.0181164Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2720400589/b451/_pkg_.a
2025-08-20T21:11:28.0182267Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build2720400589/b452/_pkg_.a
2025-08-20T21:11:28.0183211Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build2720400589/b453/_pkg_.a
2025-08-20T21:11:28.0184217Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build2720400589/b454/_pkg_.a
2025-08-20T21:11:28.0198731Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build2720400589/b455/_pkg_.a
2025-08-20T21:11:28.0199651Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build2720400589/b456/_pkg_.a
2025-08-20T21:11:28.0200511Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2720400589/b457/_pkg_.a
2025-08-20T21:11:28.0201472Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build2720400589/b458/_pkg_.a
2025-08-20T21:11:28.0202479Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype=/tmp/go-build2720400589/b459/_pkg_.a
2025-08-20T21:11:28.0203502Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype=/tmp/go-build2720400589/b460/_pkg_.a
2025-08-20T21:11:28.0204803Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity=/tmp/go-build2720400589/b461/_pkg_.a
2025-08-20T21:11:28.0205906Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2720400589/b462/_pkg_.a
2025-08-20T21:11:28.0206932Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build2720400589/b463/_pkg_.a
2025-08-20T21:11:28.0207919Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build2720400589/b464/_pkg_.a
2025-08-20T21:11:28.0208901Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build2720400589/b465/_pkg_.a
2025-08-20T21:11:28.0209862Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build2720400589/b466/_pkg_.a
2025-08-20T21:11:28.0211120Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build2720400589/b467/_pkg_.a
2025-08-20T21:11:28.0212124Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build2720400589/b468/_pkg_.a
2025-08-20T21:11:28.0213028Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build2720400589/b469/_pkg_.a
2025-08-20T21:11:28.0213946Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2720400589/b470/_pkg_.a
2025-08-20T21:11:28.0215061Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build2720400589/b471/_pkg_.a
2025-08-20T21:11:28.0215980Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build2720400589/b472/_pkg_.a
2025-08-20T21:11:28.0216952Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build2720400589/b473/_pkg_.a
2025-08-20T21:11:28.0218140Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2720400589/b474/_pkg_.a
2025-08-20T21:11:28.0219076Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build2720400589/b475/_pkg_.a
2025-08-20T21:11:28.0220140Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build2720400589/b476/_pkg_.a
2025-08-20T21:11:28.0221069Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:28.0222011Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus=/tmp/go-build2720400589/b478/_pkg_.a
2025-08-20T21:11:28.0223106Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2720400589/b479/_pkg_.a
2025-08-20T21:11:28.0224039Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build2720400589/b480/_pkg_.a
2025-08-20T21:11:28.0225095Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build2720400589/b481/_pkg_.a
2025-08-20T21:11:28.0226057Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build2720400589/b482/_pkg_.a
2025-08-20T21:11:28.0227026Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build2720400589/b483/_pkg_.a
2025-08-20T21:11:28.0227964Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build2720400589/b484/_pkg_.a
2025-08-20T21:11:28.0228957Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build2720400589/b485/_pkg_.a
2025-08-20T21:11:28.0229913Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build2720400589/b486/_pkg_.a
2025-08-20T21:11:28.0230833Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build2720400589/b487/_pkg_.a
2025-08-20T21:11:28.0231797Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build2720400589/b488/_pkg_.a
2025-08-20T21:11:28.0232751Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build2720400589/b489/_pkg_.a
2025-08-20T21:11:28.0233696Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build2720400589/b490/_pkg_.a
2025-08-20T21:11:28.0234927Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build2720400589/b491/_pkg_.a
2025-08-20T21:11:28.0235963Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build2720400589/b492/_pkg_.a
2025-08-20T21:11:28.0236891Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build2720400589/b493/_pkg_.a
2025-08-20T21:11:28.0237834Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build2720400589/b494/_pkg_.a
2025-08-20T21:11:28.0238785Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build2720400589/b495/_pkg_.a
2025-08-20T21:11:28.0239709Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build2720400589/b496/_pkg_.a
2025-08-20T21:11:28.0240648Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build2720400589/b497/_pkg_.a
2025-08-20T21:11:28.0241763Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build2720400589/b498/_pkg_.a
2025-08-20T21:11:28.0242708Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build2720400589/b499/_pkg_.a
2025-08-20T21:11:28.0243827Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2720400589/b500/_pkg_.a
2025-08-20T21:11:28.0245043Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build2720400589/b501/_pkg_.a
2025-08-20T21:11:28.0246032Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build2720400589/b502/_pkg_.a
2025-08-20T21:11:28.0247008Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build2720400589/b503/_pkg_.a
2025-08-20T21:11:28.0247981Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build2720400589/b504/_pkg_.a
2025-08-20T21:11:28.0248943Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build2720400589/b505/_pkg_.a
2025-08-20T21:11:28.0249880Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build2720400589/b506/_pkg_.a
2025-08-20T21:11:28.0250807Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build2720400589/b507/_pkg_.a
2025-08-20T21:11:28.0251730Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build2720400589/b508/_pkg_.a
2025-08-20T21:11:28.0252630Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build2720400589/b509/_pkg_.a
2025-08-20T21:11:28.0253570Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build2720400589/b510/_pkg_.a
2025-08-20T21:11:28.0254823Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build2720400589/b511/_pkg_.a
2025-08-20T21:11:28.0255910Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build2720400589/b512/_pkg_.a
2025-08-20T21:11:28.0256914Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build2720400589/b513/_pkg_.a
2025-08-20T21:11:28.0258134Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build2720400589/b514/_pkg_.a
2025-08-20T21:11:28.0259177Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build2720400589/b515/_pkg_.a
2025-08-20T21:11:28.0260162Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build2720400589/b516/_pkg_.a
2025-08-20T21:11:28.0261096Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build2720400589/b517/_pkg_.a
2025-08-20T21:11:28.0262029Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2720400589/b518/_pkg_.a
2025-08-20T21:11:28.0262984Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build2720400589/b519/_pkg_.a
2025-08-20T21:11:28.0263938Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build2720400589/b520/_pkg_.a
2025-08-20T21:11:28.0265183Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build2720400589/b521/_pkg_.a
2025-08-20T21:11:28.0266105Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build2720400589/b522/_pkg_.a
2025-08-20T21:11:28.0267108Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build2720400589/b523/_pkg_.a
2025-08-20T21:11:28.0269344Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build2720400589/b524/_pkg_.a
2025-08-20T21:11:28.0270385Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2720400589/b525/_pkg_.a
2025-08-20T21:11:28.0271336Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build2720400589/b526/_pkg_.a
2025-08-20T21:11:28.0272276Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype=/tmp/go-build2720400589/b527/_pkg_.a
2025-08-20T21:11:28.0273269Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask=/tmp/go-build2720400589/b528/_pkg_.a
2025-08-20T21:11:28.0274351Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build2720400589/b529/_pkg_.a
2025-08-20T21:11:28.0275363Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build2720400589/b530/_pkg_.a
2025-08-20T21:11:28.0276343Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build2720400589/b531/_pkg_.a
2025-08-20T21:11:28.0277341Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build2720400589/b532/_pkg_.a
2025-08-20T21:11:28.0278314Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build2720400589/b533/_pkg_.a
2025-08-20T21:11:28.0279281Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2720400589/b534/_pkg_.a
2025-08-20T21:11:28.0280190Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2720400589/b535/_pkg_.a
2025-08-20T21:11:28.0281137Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2720400589/b536/_pkg_.a
2025-08-20T21:11:28.0282070Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build2720400589/b537/_pkg_.a
2025-08-20T21:11:28.0283211Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build2720400589/b538/_pkg_.a
2025-08-20T21:11:28.0284226Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build2720400589/b539/_pkg_.a
2025-08-20T21:11:28.0285684Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build2720400589/b540/_pkg_.a
2025-08-20T21:11:28.0286621Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2720400589/b541/_pkg_.a
2025-08-20T21:11:28.0287554Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build2720400589/b542/_pkg_.a
2025-08-20T21:11:28.0288467Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build2720400589/b543/_pkg_.a
2025-08-20T21:11:28.0289408Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build2720400589/b544/_pkg_.a
2025-08-20T21:11:28.0290470Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build2720400589/b545/_pkg_.a
2025-08-20T21:11:28.0291361Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build2720400589/b546/_pkg_.a
2025-08-20T21:11:28.0292443Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build2720400589/b547/_pkg_.a
2025-08-20T21:11:28.0293365Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build2720400589/b548/_pkg_.a
2025-08-20T21:11:28.0294450Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build2720400589/b549/_pkg_.a
2025-08-20T21:11:28.0297143Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build2720400589/b550/_pkg_.a
2025-08-20T21:11:28.0298176Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build2720400589/b551/_pkg_.a
2025-08-20T21:11:28.0299131Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build2720400589/b552/_pkg_.a
2025-08-20T21:11:28.0300031Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:28.0300893Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2720400589/b554/_pkg_.a
2025-08-20T21:11:28.0301813Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build2720400589/b555/_pkg_.a
2025-08-20T21:11:28.0302788Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build2720400589/b556/_pkg_.a
2025-08-20T21:11:28.0304675Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build2720400589/b557/_pkg_.a
2025-08-20T21:11:28.0305721Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build2720400589/b558/_pkg_.a
2025-08-20T21:11:28.0306680Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build2720400589/b559/_pkg_.a
2025-08-20T21:11:28.0307622Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build2720400589/b560/_pkg_.a
2025-08-20T21:11:28.0308742Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build2720400589/b561/_pkg_.a
2025-08-20T21:11:28.0310310Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build2720400589/b562/_pkg_.a
2025-08-20T21:11:28.0311599Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build2720400589/b563/_pkg_.a
2025-08-20T21:11:28.0312630Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2720400589/b564/_pkg_.a
2025-08-20T21:11:28.0313555Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build2720400589/b565/_pkg_.a
2025-08-20T21:11:28.0314559Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build2720400589/b566/_pkg_.a
2025-08-20T21:11:28.0330520Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:28.0331731Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2720400589/b568/_pkg_.a
2025-08-20T21:11:28.0333015Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build2720400589/b569/_pkg_.a
2025-08-20T21:11:28.0334003Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build2720400589/b570/_pkg_.a
2025-08-20T21:11:28.0335242Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:28.0336134Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build2720400589/b572/_pkg_.a
2025-08-20T21:11:28.0337036Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build2720400589/b573/_pkg_.a
2025-08-20T21:11:28.0337967Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build2720400589/b574/_pkg_.a
2025-08-20T21:11:28.0339008Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build2720400589/b575/_pkg_.a
2025-08-20T21:11:28.0339995Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build2720400589/b576/_pkg_.a
2025-08-20T21:11:28.0340911Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build2720400589/b577/_pkg_.a
2025-08-20T21:11:28.0341838Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build2720400589/b578/_pkg_.a
2025-08-20T21:11:28.0342750Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:28.0343731Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build2720400589/b580/_pkg_.a
2025-08-20T21:11:28.0344834Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build2720400589/b581/_pkg_.a
2025-08-20T21:11:28.0345793Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build2720400589/b582/_pkg_.a
2025-08-20T21:11:28.0346719Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build2720400589/b583/_pkg_.a
2025-08-20T21:11:28.0347790Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build2720400589/b584/_pkg_.a
2025-08-20T21:11:28.0348752Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build2720400589/b585/_pkg_.a
2025-08-20T21:11:28.0350006Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build2720400589/b586/_pkg_.a
2025-08-20T21:11:28.0372947Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build2720400589/b587/_pkg_.a
2025-08-20T21:11:28.0374015Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build2720400589/b588/_pkg_.a
2025-08-20T21:11:28.0375115Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build2720400589/b589/_pkg_.a
2025-08-20T21:11:28.0376075Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build2720400589/b590/_pkg_.a
2025-08-20T21:11:28.0376986Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build2720400589/b591/_pkg_.a
2025-08-20T21:11:28.0377874Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2720400589/b592/_pkg_.a
2025-08-20T21:11:28.0379133Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build2720400589/b593/_pkg_.a
2025-08-20T21:11:28.0380047Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode=/tmp/go-build2720400589/b594/_pkg_.a
2025-08-20T21:11:28.0380939Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build2720400589/b595/_pkg_.a
2025-08-20T21:11:28.0382001Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build2720400589/b596/_pkg_.a
2025-08-20T21:11:28.0382905Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects=/tmp/go-build2720400589/b597/_pkg_.a
2025-08-20T21:11:28.0425649Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2720400589/b598/_pkg_.a
2025-08-20T21:11:28.0426647Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build2720400589/b599/_pkg_.a
2025-08-20T21:11:28.0427638Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2720400589/b600/_pkg_.a
2025-08-20T21:11:28.0428585Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2720400589/b601/_pkg_.a
2025-08-20T21:11:28.0429486Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:11:28.0430395Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build2720400589/b603/_pkg_.a
2025-08-20T21:11:28.0431366Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum=/tmp/go-build2720400589/b604/_pkg_.a
2025-08-20T21:11:28.0432313Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:28.0433214Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build2720400589/b606/_pkg_.a
2025-08-20T21:11:28.0434207Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build2720400589/b607/_pkg_.a
2025-08-20T21:11:28.0435562Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build2720400589/b608/_pkg_.a
2025-08-20T21:11:28.0436577Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build2720400589/b609/_pkg_.a
2025-08-20T21:11:28.0437866Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build2720400589/b610/_pkg_.a
2025-08-20T21:11:28.0438901Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build2720400589/b611/_pkg_.a
2025-08-20T21:11:28.0460728Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build2720400589/b612/_pkg_.a
2025-08-20T21:11:28.0461984Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build2720400589/b613/_pkg_.a
2025-08-20T21:11:28.0462969Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build2720400589/b614/_pkg_.a
2025-08-20T21:11:28.0463918Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2720400589/b615/_pkg_.a
2025-08-20T21:11:28.0465095Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2720400589/b616/_pkg_.a
2025-08-20T21:11:28.0466400Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build2720400589/b617/_pkg_.a
2025-08-20T21:11:28.0467323Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build2720400589/b618/_pkg_.a
2025-08-20T21:11:28.0468472Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build2720400589/b619/_pkg_.a
2025-08-20T21:11:28.0469475Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build2720400589/b620/_pkg_.a
2025-08-20T21:11:28.0470390Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build2720400589/b621/_pkg_.a
2025-08-20T21:11:28.0471289Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:28.0472196Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build2720400589/b623/_pkg_.a
2025-08-20T21:11:28.0473107Z [00:02:54.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build2720400589/b624/_pkg_.a
2025-08-20T21:11:28.0473752Z [00:02:54.971]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.0474165Z [00:02:54.971]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:28.0474794Z [00:02:54.971]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.0475224Z [00:02:54.971]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.0475541Z [00:02:54.971]➜  EOF
2025-08-20T21:11:28.0476106Z [00:02:54.972]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/a2/a268d89d3b042074642512b5ddaedabc11f359e5bf9ef0a251eaf3de61d143cd-d # internal
2025-08-20T21:11:28.0476837Z [00:02:54.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level
2025-08-20T21:11:28.0477222Z [00:02:54.972]➜  mkdir -p $WORK/b681/
2025-08-20T21:11:28.0477594Z [00:02:54.972]➜  cat >/tmp/go-build2720400589/b681/importcfg << 'EOF' # internal
2025-08-20T21:11:28.0477932Z [00:02:54.972]➜  # import config
2025-08-20T21:11:28.0478271Z [00:02:54.972]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.0478591Z [00:02:54.973]➜  EOF
2025-08-20T21:11:28.0481149Z [00:02:54.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/level=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/level;$WORK/b681=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level -lang=go1.21 -complete -installsuffix shared -buildid AzIX8nBl5D0KiPUWryAG/AzIX8nBl5D0KiPUWryAG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/level/level.go
2025-08-20T21:11:28.1316937Z [00:02:54.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types;$WORK/b419=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types -lang=go1.21 -complete -installsuffix shared -buildid Kc61DwHabgbHoB42E7OG/Kc61DwHabgbHoB42E7OG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/access.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/acknowledgement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/acknowledgestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/actionstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/activationstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/activationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adaptiveallocations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adaptiveallocationssettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adaptiveselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/addaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adjacencymatrixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adjacencymatrixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/adjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregatemetricdoubleproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregateorder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregateoutput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregationbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregationprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregationprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregationprofiledelegatedebugfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aggregations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aliasdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/aliasesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/alibabacloudservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/alibabacloudtasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/allfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/allocateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/allocationdecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/allocationrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/allocationstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/alwayscondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/amazonbedrockservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/amazonbedrocktasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analysisconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analysisconfigread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analysislimits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analysismemorylimit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyticscollection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyticsstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyzedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyzerdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/analyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anomaly.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anomalycause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anomalydetectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anomalyexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anthropicservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/anthropictasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikeyaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikeyaggregationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikeyauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikeyfiltersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/apikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/appendprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/applicationglobaluserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/applicationprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/applicationprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/applicationsprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/arabicanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/armeniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/arraycomparecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/arraycompareopparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/arraypercentilesitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/asciifoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/asyncsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/attachmentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/audit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authenticateapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authenticateduser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authenticatetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authenticationprovider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/authenticationrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autodatehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autodatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autofollowedcluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autofollowpattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autofollowpatternsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autofollowstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingcapacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingdecider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingdeciders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/autoscalingresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/averageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/averagebucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/avgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azureaistudioservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azureaistudiotasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azureopenaiservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azureopenaitasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azurerepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/azurerepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/base.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/basqueanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bengalianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/binaryproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/blobdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/booleanproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/boolquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/boostingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/boxplotaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/boxplotaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/braziliananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/breaker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketcorrelationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketcorrelationfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketcorrelationfunctioncountcorrelation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketcorrelationfunctioncountcorrelationindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketinfluencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketmetricvalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsadjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsapikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketscompositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketscriptaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsdatehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsdoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketselectoraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsfiltersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsfrequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsgeohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsgeohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsgeotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketshistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsiprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketslongraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketslongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsmultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsortaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketspath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsrangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketssignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketssignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsstringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketstimeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsvariablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bucketsvoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/buildinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bulgariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bulkerror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bulkindexbyscrollfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bulkstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bytenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bytesize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/bytesprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cachequeries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/calendarevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/catalananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/catanonalydetectorcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/catcomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/catdatafeedcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/catdfacolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/categorizationanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/categorizationanalyzerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/categorizetextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/categorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/category.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cattrainedmodelscolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cattransformcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ccr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ccrshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/certificateinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cgroup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cgroupcpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cgroupcpustat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cgroupmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/chaininput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/charfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/charfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/charfilterdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/charfiltertypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/chargrouptokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/checkpointing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/checkpointstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/childrenaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/childrenaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/chineseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/chisquareheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/chunkingconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/circleprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cjkanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/classictokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/classificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cleanuprepositoryresults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/client.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/closeindexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/closeshardresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterappliedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clustercomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterfilesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterindicesshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterindicesshardsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterinfotargets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusteringest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterjvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterjvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterjvmversion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusternetworktypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusternode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusternodecount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusternodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusteroperatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusteroperatingsystemarchitecture.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusteroperatingsystemname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusteroperatingsystemprettyname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterprocess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterprocesscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterprocessopenfiledescriptors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterremoteinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterremoteproxyinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterremotesniffinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clustershardmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterstatequeue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterstateupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/clusterstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cohereservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/coheretasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/collector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/column.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/combinedfieldsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/command.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commandallocateprimaryaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commandallocatereplicaaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commandcancelaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commandmoveaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commongramstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/commontermsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/communityidprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compactnodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completioncontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completionsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completiontool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completiontoolchoice.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completiontoolchoicefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completiontoolfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/completiontooltype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/componenttemplatenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/componenttemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositeaggregatekey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositeaggregationsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositedatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositegeotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositesubfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/compositetermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/conditiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/confusionmatrixitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/confusionmatrixprediction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/confusionmatrixthreshold.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorconfigproperties.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorcustomscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/connectorsyncjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/constantkeywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/constantscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/contentobject.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/contextmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/contextmethodparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/convertprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/coordinatorstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/coordsgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/coreknnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/countedkeywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/counter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/countrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cpuacct.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/createdstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/createfrom.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/createoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/csvprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cumulativecardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cumulativecardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/cumulativesumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/currentnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/customanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/customcategorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/customnormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/customscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/customschedulingconfigurationoverrides.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/czechanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dailyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/danglingindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/danishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/databaseconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/databaseconfigurationfull.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datadescription.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedrunningstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datafeedtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisanalyzedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysiscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessorfrequencyencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessormultiencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessorngramencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessoronehotencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisfeatureprocessortargetmeanencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalysisregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsfieldselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsmemoryestimation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticssource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatsdatacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatshyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatsmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatsoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticsstatsprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeanalyticssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeclassificationsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeclassificationsummaryaccuracy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeclassificationsummarymulticlassconfusionmatrix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeclassificationsummaryprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeclassificationsummaryrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationclassificationmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationclassificationmetricsaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationoutlierdetectionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationregressionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationregressionmetricshuber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationregressionmetricsmsle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationsummaryaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationsummaryaucroccurveitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeevaluationvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeoutlierdetectionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframepreviewconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dataframeregressionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datapathstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecycledetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecycledownsampling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecycleindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecyclerolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamlifecyclewithrollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamnames.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamsstatsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamtimestamp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamtimestampfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamvisibility.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datastreamwithlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datatierphasestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datatiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datedecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datedistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datehistogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dateindexnameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datenanosproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dateproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/daterangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/daterangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/daterangeexpression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/daterangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/daterangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/datetime.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/decayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/decayplacement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/decayplacementdatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/decayplacementdoubledouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/decayplacementgeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/defaults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/definition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/delayeddatacheckconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/deleteaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/deleteoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/delimitedpayloadtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/densevectorindexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/densevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dependency.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/deprecation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/deprecationindexing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/derivativeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/derivativeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/detailsinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/detectionrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/detectorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/detectorupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dfsknnprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dfsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dfsstatisticsbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dfsstatisticsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diagnosis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diagnosisaffectedresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dictionarydecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/directgenerator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/discovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/discoverynode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/discoverynodecompact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/discoverynodecontent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diskindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diskindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dismaxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dissectprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/distancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/diversifiedsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/docstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/document.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/documentrating.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/documentsimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dotexpanderprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/doublenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/doublerangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/doubletermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/doubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/downsampleaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/downsampleconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/downsamplinground.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dropprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/duration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/durationvalueunitfloatmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/durationvalueunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/durationvalueunitnanos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/durationvalueunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dutchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dynamicproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/dynamictemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/edgengramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/edgengramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elasticsearcherror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elasticsearchservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elasticsearchtasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elasticsearchversioninfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elasticsearchversionmininfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elisiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/elserservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/email.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/emailaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/emailattachmentcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/emailbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/emailresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/emptyobject.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/englishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enrichpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enrichprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ensemble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/epochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/epochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlfeaturesjoin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlfeatureskeys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlfeaturespipes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlfeaturessequences.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eqlhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/errorcause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/errorresponsebase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/esqlresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/estoniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/eventdatastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ewmamodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ewmamovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executeenrichpolicystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionresultaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionresultcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionresultinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/executionthreadpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/existsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/expandwildcards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/explainanalyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/explanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/explanationdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/explorecontrols.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/exponentialaveragecalculationcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedboundsdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedboundsfielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedstatsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/extendedstatsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/failprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/failurestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/feature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/featureenabled.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/featureextractor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/featuretoggle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fetchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fetchprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fetchprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldaliasproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldandformat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldcapability.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldcollapse.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fielddatafrequencyfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fielddatarecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fielddatastats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldmapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldnamesfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldsecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldsizeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldstat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldtypesmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fieldvaluefactorscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filecountsnapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filedetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filesystemtotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fillmaskinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fillmaskinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringadvancedsnippet.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringrules.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringrulesvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filteringvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filterref.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filtersaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filtersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/filtersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fingerprintanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fingerprintprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fingerprinttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/finnishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/flattened.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/flattenedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/float64.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/floatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/floatrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/flushstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/followerindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/followerindexparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/followindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/followstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/forcemergeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/foreachprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/foundstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frenchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frequencyencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frequentitemsetsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frequentitemsetsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frequentitemsetsfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/frozenindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/functionscore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/functionscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/fuzzyquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/galiciananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/garbagecollector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/garbagecollectortotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/gcsrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/gcsrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoboundingboxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoboundsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoboundsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geocentroidaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geocentroidaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodistanceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodistanceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodistancequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geodistancesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geogridprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geogridquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohashgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohashgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohashlocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohashprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohexgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohexgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoipdatabaseconfigurationmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoipdownloadstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoipnodedatabasename.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoipnodedatabases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoipprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geolineaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geolineaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geolinepoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geolinesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geopointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geopolygonpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geopolygonquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/georesults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoshapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoshapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geoshapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geotilegridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/geotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/germananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/getmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/getresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/getscriptcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/getstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/getuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/globalaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/globalaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/globalprivilege.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/googleaistudioservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/googlenormalizeddistanceheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/googlevertexaiservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/googlevertexaitasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/grantapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/greaterthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/greekanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/grokprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/groupings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/gsubprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/halffloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/haschildquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hasparentquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hasprivilegesuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hdrmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hdrpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hdrpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/healthrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/healthstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/highlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/highlightfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hindianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/histogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/histogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/histogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/histogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/histogramproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hitsevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hitsmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hitssequence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/holtlinearmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/holtmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/holtwintersmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/holtwintersmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hourandminute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hourlyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/htmlstripcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/htmlstripprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/http.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpheaders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputbasicauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputrequestresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httpinputresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httproute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httprouterequests.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/httprouteresponses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/huggingfaceservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hungariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hunspelltokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hyperparameter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/hyphenationdecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icuanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icucollationproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icucollationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icufoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icunormalizationcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icunormalizationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icutokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/icutransformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/idsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilmactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ilmpolicystatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/impact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/includedinvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexaliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexanddatastreamaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexingpressurememorysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexingslowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexingslowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexmappingrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexresultsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexroutingallocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexroutingallocationdisk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexroutingallocationinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexroutingallocationinitialrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexroutingrebalance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsegmentsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettingblocks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettingsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettingslifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettingslifecyclestep.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexsettingstimeseries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indextemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indextemplatedatastreamconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indextemplateitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indextemplatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indextemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indexversioning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicatornode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicators.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesblockstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesmodifyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesprivilegesquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesshardstores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesvalidationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indicesversions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/indonesiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferencechunkingsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfigclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfigcreatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfigregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceconfigupdatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceendpoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceendpointinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferenceresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inferencetopclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/influence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/influencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/infofeaturestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingestdocumentsimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingestpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingestpipelineparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingeststats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ingesttotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inlineget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inlinegetdictuserdefined.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/innerhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/innerhitsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/input.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/inputconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/integernumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/integerrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsallof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsanyof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsfuzzy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsprefix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/intervalswildcard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/invertedindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/invocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/invocations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iostatdevice.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iostats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iplocationdatabaseconfigurationmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iplocationprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipprefixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipprefixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ipproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iprangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iprangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iprangeaggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/iprangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/irishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/italiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jinaaiservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jinaaitasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobblocked.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobforecaststatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jobusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/joinprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/joinproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jsonprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jvmclasses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jvmmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jvmstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/jvmthreads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keeptypestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keepwordstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keyedpercentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keyedprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keyvalueprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keywordanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keywordmarkertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/keywordtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kibanatoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knncollectorresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knnqueryprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knnqueryprofileresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knnretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/knnsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojiiterationmarkcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojipartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojireadingformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojistemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/kuromojitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/languagecontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/laplacesmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/latest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/latlongeolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/latviananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/learningtorank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/learningtorankconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lengthtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lessthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lettertokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/license.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/licenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lifecycleexplainmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lifecycleexplainphaseexecution.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lifecycleexplainunmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/like.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/likedocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/limits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/limittokencounttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/linearinterpolationsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/linearmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/listtypevalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lithuaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/local.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/loggingaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/loggingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/logstashpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/longtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lowercasenormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lowercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lowercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/lowercasetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/machinelearning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/manageuserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mapboxvectortiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappingcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingsdepth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingsdimensionfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingsfieldnamelength.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingsnestedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingsnestedobjects.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingssourcefields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappinglimitsettingstotalfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mappingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/masterisstableindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/masterisstableindicatorclusterformationnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/masterisstableindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/masterisstableindicatorexceptionfetchinghistory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/masterrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchallquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchboolprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchedfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchedtext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchnonequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchonlytextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchphraseprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchphrasequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matrixstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matrixstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/matrixstatsfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/maxaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/maxaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/maxbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/maxmind.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/medianabsolutedeviationaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/medianabsolutedeviationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/memmlstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/memorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/memstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/merge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mergescheduler.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mergesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/message.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/messagecontent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/metrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mgetoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mgetresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/migrateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/migratereindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/migrationfeatureindexinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/minaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/minaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/minbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/minimallicenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/minimumshouldmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/missing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/missingaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/missingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mistralservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlcounter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mldatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mldataframeanalyticsjobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mldataframeanalyticsjobsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mldataframeanalyticsjobscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mldataframeanalyticsjobsmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferencedeployments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferencedeploymentstimems.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferenceingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferenceingestprocessorcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferencetrainedmodels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mlinferencetrainedmodelscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mljobforecasts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/modelpackageconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/modelplotconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/modelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/modelsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/modelsnapshotupgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/monitoring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/morelikethisquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mountedsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/movingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/movingfunctionaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/movingpercentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/msearchrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/msearchresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mtermvectorsoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multigeterror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multimatchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multiplexertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multisearchbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multisearchheader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multisearchitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multitermlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multitermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multitermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/multitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/murmur3hashproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/mutualinformationheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/names.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nativecode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nativecodeinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nerinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nerinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedidentity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nestedsortvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/networkdirectionprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nevercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ngramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ngramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nlpberttokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nlprobertatokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nlptokenizationupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeallocationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeattributesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodebufferpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodediskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfobootstrap.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoclient.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfodiscover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfohttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoingestdownloader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoingestinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfojvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfomemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfonetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfonetworkinterface.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfooscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfopath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinforepositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinforepositoriesurl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosearchremote.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingscluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingsclusterelection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingshttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingshttptype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingsingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingsnetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingsnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingstransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingstransportfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfosettingstransporttype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfotransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpack.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacklicense.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacklicensetype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpackml.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurityauthc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurityauthcrealms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurityauthcrealmsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurityauthctoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeinfoxpacksecurityssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodejvminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeoperatingsysteminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodepackagingtype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeprocessinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodereloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodescontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodescredentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodescredentialsfiletoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeshard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeshutdownstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodesingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodetasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodethreadpoolinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nodeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/norianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/noripartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/noritokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/normalizeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/normalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/norwegiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/nullvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/numberrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/numericdecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/numericfielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/objectproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/onehotencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/openaiservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/openaitasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/operatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/operatingsystemmemoryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/operationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/outlierdetectionparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/overallbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/overallbucketjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/overlapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/page.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pagerdutyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pagerdutycontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pagerdutyevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pagerdutyeventproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pagerdutyresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/painlesscontextsetup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/parentaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/parentaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/parentidquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/parenttaskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/passthroughinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/passthroughinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/passthroughobjectproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pathhierarchytokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/patternanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/patterncapturetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/patternreplacecharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/patternreplacetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/patterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pendingtask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pendingtasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentagescoreheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentileranksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentilesbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percentilesbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percolatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/percolatorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/perpartitioncategorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/persiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/persistenttaskstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phonetictokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggestcollate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggestcollatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggesthighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/phrasesuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pinneddoc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pinnedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipelineconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipelinemetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipelineprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipelinesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipelinesimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pipeseparatedflagssimplequerystringflag.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pivot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pivotgroupbycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pluginsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pluginsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pluginstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pointintimereference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/porterstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/portugueseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/postmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/predicatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/predictedvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/prefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/preprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/pressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/privilegesactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/privilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/process.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/processor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/processorcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/property.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/publishedclusterstates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/querybreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/querycachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryfeatureextractor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryrole.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryruleactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryrulecriteria.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryrulesetlistitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryrulesetmatchedrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/querystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/queryvectorbuilder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/querywatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/questionansweringinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/questionansweringinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/randomsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/randomscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankeddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalhit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalhititem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricdiscountedcumulativegain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricexpectedreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricmeanreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalmetricrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankevalrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturefunctionlinear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturefunctionlogarithm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturefunctionsaturation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturefunctionsigmoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeatureproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rankfeaturesproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/raretermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rateaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rateaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ratelimitsetting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/readblobdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/readexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/readonlyurlrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/readonlyurlrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/readsummaryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/realmcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/realminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recording.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoverybytes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoveryfiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoveryindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoveryorigin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoveryrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoverystartstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoverystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/recoverystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/redact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/redactprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/refreshstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/regexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/regexpquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/regexvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/registereddomainprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/regressioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reindexdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reindexnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reindexsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reindextask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reloaddetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/relocationfailureinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/remoteclusterprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/remoteindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/remotesource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/remoteuserindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/removeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/removeduplicatestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/removeindexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/removeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/renameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/replicationaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reportingemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repositoriesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repositoryintegrityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repositoryintegrityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repositorylocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/repositorymeteringinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/requestcachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/requestchatcompletion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/requestcounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/requestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reroutedecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rerouteexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rerouteparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rerouteprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rescore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rescorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rescorevector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reservedsize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/resolveclusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/resolveindexaliasitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/resolveindexdatastreamsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/resolveindexitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/resourceprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/responseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/restriction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retentionlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retentionpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retentionpolicycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/retrievercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reversenestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reversenestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/reversetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roledescriptor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roledescriptorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roledescriptorwrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rolemappingrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rolequerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roletemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roletemplateinlinequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roletemplatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/roletemplatescript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rolloveraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupcapabilitysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupfieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjobconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjobstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjobsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rollupjobsummaryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/romaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/routingfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rrfrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rrfretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rulecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/rulequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ruleretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/runningstatesearchinterval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/runtimefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/runtimefieldfetchfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/runtimefields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/runtimefieldstype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/russiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/s3repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/s3repositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/samplediversity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scalarvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scaledfloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/schedulecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scheduletimeofday.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scheduletriggerevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/schedulingconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scoresort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptedheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptedmetricaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptedmetricaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scripting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scriptsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scripttransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/scrollids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchablesnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchablesnapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchapplication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchapplicationparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchapplicationtemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchasyoutypeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchidle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchinputrequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchshardsnodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchtemplaterequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/searchtransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/security.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityroles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityrolesdls.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityrolesdlsbitsetcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityrolesfile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securityrolesnative.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/securitysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/segment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/segmentsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/segmentsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/selectoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/semanticquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/semantictextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/serbiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/serialdifferencingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/serializedclusterstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/serializedclusterstatedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/servicetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/setpriorityaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/setprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/setsecurityuserprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingsanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingshighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingsquerystring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilarity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilaritybm25.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilarityboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilaritydfi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilaritydfr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilarityib.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilaritylmd.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilaritylmj.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/settingssimilarityscripted.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardcommit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardfilesizeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardmigrationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardpath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardquerycache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardretentionleases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsavailabilityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsavailabilityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardscapacityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardscapacityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardscapacityindicatortierdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsegmentrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsequencenumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardssegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsstatssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardsstatssummaryitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstoreexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstoreindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstorenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstorewrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shardstotalstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shared.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sharedfilesystemrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sharedfilesystemrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shingletokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shortnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/shrinkaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significantlongtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significantstringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significanttermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/significanttextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simpleanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplemovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplepatternsplittokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplepatterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplequerystringflags.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplequerystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simplevalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simulatedactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simulatedocumentresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/simulateingestdocumentresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sizefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sizehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackattachmentfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackdynamicattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackmessage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slackresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slicedscroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slmindicatorunhealthypolicies.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slowlogtresholdlevels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/slowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/smoothingmodelcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotnodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotrestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotshardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotshardsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snowballanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/snowballtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/softdeletes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/soranianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sortcombinations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sortoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sortprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourceconfigparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourcefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourcefilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourceindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourceonlyrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sourceonlyrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spancontainingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanfieldmaskingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanfirstquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spangapquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanmultitermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spannearquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spannotquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spantermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/spanwithinquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sparseembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sparsevector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sparsevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sparsevectorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/splitprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stagnatingbackingindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/standardanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/standarddeviationbounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/standarddeviationboundsasstring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/standardretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/standardtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statuserror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/statusinprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stemmeroverridetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stepkey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stopanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stoptokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stopwords.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/storage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/storedscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/storestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/streamresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifiedboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifieddouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifiedepochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifiedepochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifiedinteger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringifiedversionnumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/stupidbackoffsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/suggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/suggestcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/suggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/suggestfuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sumaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/sumbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/summary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/summaryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/swedishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synccontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/syncjobconnectorreference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/syncrulesfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synonymgraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synonymrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synonymruleread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synonymssetitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/synonymtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tablevaluescontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tablevaluesintegervalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tablevalueskeywordvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tablevalueslongdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tablevalueslongvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/targetmeanencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/taskfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/taskid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/taskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/taskinfos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tdigest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tdigestpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tdigestpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/templateconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/templatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/templatesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/term.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/terminateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsexclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termslookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termspartition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsqueryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termssetquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termvector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termvectorsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termvectorsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/termvectorstoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/testpopulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textclassificationinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textembedding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textembeddingbyteresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textembeddinginferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textembeddinginferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textexpansioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textexpansioninferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textexpansionquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textindexprefixes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/textsimilarityreranker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/texttoanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/thaianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/thaitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/threadcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/threadpoolrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/throttlestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeofmonth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeofweek.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeofyear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeseriesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeseriesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timesync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/timingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokencountproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokendetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenizationconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenizerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tokenpruningconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/toolcall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/toolcallfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tophit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tophitsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/tophitsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topleftbottomrightgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topmetricsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topmetricsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/topmetricsvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/toprightbottomleftgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/totalfeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/totalfeatureimportanceclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/totalfeatureimportancestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/totalhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/totaluserprofiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trackhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelassignment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelassignmentroutingstateandreason.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelassignmentroutingtable.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelassignmenttaskparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelconfiginput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelconfigmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodeldeploymentallocationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodeldeploymentnodesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodeldeploymentstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelentities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelinferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelinferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelinferencestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodellocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodellocationindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelprefixstrings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodelstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodeltree.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trainedmodeltreenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformhealthissue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformindexerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformstatshealth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transformsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/translog.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/translogretention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/translogstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/translogstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/transporthistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/triggercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/triggereventcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/triggereventresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trimprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/trimtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/truncatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ttestaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/ttestaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/turkishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/typefieldmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/typemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/typequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/uaxemailurltokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unassignedinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/uniquetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unmappedraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unmappedsampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unmappedsignificanttermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unmappedtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unrateddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/unsignedlongnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/untypeddecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/untypeddistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/untypedrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/updateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/updatebyqueryrethrottlenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/updateoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/uppercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/uppercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/uripartsprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/urldecodeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/usagephase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/usagephases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/usagestatsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/usagestatsshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/useragentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userprofilehitmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userprofileuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userprofilewithmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/userrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/validationloss.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/valuecountaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/valuecountaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/variablewidthhistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/variablewidthhistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/variablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/vector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/verifyindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/versionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/vertex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/vertexdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/vertexinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/void.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/voyageaiservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/voyageaitasksettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/waitforactiveshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/waitfornodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/waitforsnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/warmerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcher.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcheraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcheractions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcheractiontotals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcherinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchernodestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcherstatusactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcherwatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcherwatchtrigger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watcherwatchtriggerschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchrecordqueuedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchrecordstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watchstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/watsonxservicesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/web.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/webhookaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/webhookresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/weightedaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/weightedaveragevalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/weightedavgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/weightedtokensquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/weights.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/whitespaceanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/whitespacetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/wildcardproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/wildcardquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/wktgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/worddelimitergraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/worddelimitertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/wrapperquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/writesummaryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xlmrobertatokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackdatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/xpackruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/zeroshotclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/zeroshotclassificationinferenceupdateoptions.go
2025-08-20T21:11:28.1992068Z [00:02:54.989]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:11:28.2008072Z [00:02:54.989]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/58/58b6c2defbcae401db6acd122db5ecd6f8b869cf772caafff487da7f75a8651f-d # internal
2025-08-20T21:11:28.2008863Z [00:02:54.989]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents
2025-08-20T21:11:28.2009274Z [00:02:54.989]➜  mkdir -p $WORK/b682/
2025-08-20T21:11:28.2009648Z [00:02:54.990]➜  cat >/tmp/go-build2720400589/b682/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2009992Z [00:02:54.990]➜  # import config
2025-08-20T21:11:28.2010337Z [00:02:54.990]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2010656Z [00:02:54.990]➜  EOF
2025-08-20T21:11:28.2013673Z [00:02:54.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/waitforevents=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/waitforevents;$WORK/b682=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents -lang=go1.21 -complete -installsuffix shared -buildid B9JNp-eJdhLVoW4KSx4C/B9JNp-eJdhLVoW4KSx4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/waitforevents/waitforevents.go
2025-08-20T21:11:28.2016331Z [00:02:55.016]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:11:28.2017000Z [00:02:55.017]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/7a/7adbff63e122912da1864c37f2f876e2e34cbe05db175864fe95e93ef186d4c3-d # internal
2025-08-20T21:11:28.2017752Z [00:02:55.017]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions
2025-08-20T21:11:28.2018384Z [00:02:55.017]➜  mkdir -p $WORK/b685/
2025-08-20T21:11:28.2018752Z [00:02:55.018]➜  cat >/tmp/go-build2720400589/b685/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2019099Z [00:02:55.018]➜  # import config
2025-08-20T21:11:28.2019440Z [00:02:55.018]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2020035Z [00:02:55.018]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2020454Z [00:02:55.018]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2021073Z [00:02:55.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2021661Z [00:02:55.018]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2022077Z [00:02:55.018]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2022507Z [00:02:55.018]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2022938Z [00:02:55.018]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.2023364Z [00:02:55.018]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2023682Z [00:02:55.018]➜  EOF
2025-08-20T21:11:28.2026630Z [00:02:55.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/postvotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/postvotingconfigexclusions;$WORK/b685=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions -lang=go1.21 -complete -installsuffix shared -buildid SKPxOBUwxEjbKTUl654z/SKPxOBUwxEjbKTUl654z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/postvotingconfigexclusions/post_voting_config_exclusions.go
2025-08-20T21:11:28.2029187Z [00:02:55.030]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:11:28.2030055Z [00:02:55.030]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/8a/8a8e50c1ab17b59567b6f8abe3063c45b32217503311be18805bc11563b2dc5d-d # internal
2025-08-20T21:11:28.2030811Z [00:02:55.030]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost
2025-08-20T21:11:28.2031210Z [00:02:55.030]➜  mkdir -p $WORK/b699/
2025-08-20T21:11:28.2031571Z [00:02:55.031]➜  cat >/tmp/go-build2720400589/b699/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2031912Z [00:02:55.031]➜  # import config
2025-08-20T21:11:28.2032251Z [00:02:55.031]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2032682Z [00:02:55.031]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2033092Z [00:02:55.031]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2033809Z [00:02:55.031]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2034616Z [00:02:55.031]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2035048Z [00:02:55.031]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2035480Z [00:02:55.031]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2035924Z [00:02:55.031]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2036241Z [00:02:55.031]➜  EOF
2025-08-20T21:11:28.2038662Z [00:02:55.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/secretpost=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/secretpost;$WORK/b699=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost -lang=go1.21 -complete -installsuffix shared -buildid A81pnF-_9YjhtmVjLBNG/A81pnF-_9YjhtmVjLBNG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/secretpost/secret_post.go
2025-08-20T21:11:28.2040999Z [00:02:55.069]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:11:28.2041648Z [00:02:55.070]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/16/16616cd3d263a3598f5b8bb081a3d22c8a845cb28fbd376c46ce229780be6462-d # internal
2025-08-20T21:11:28.2042500Z [00:02:55.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype
2025-08-20T21:11:28.2042904Z [00:02:55.070]➜  mkdir -p $WORK/b724/
2025-08-20T21:11:28.2043269Z [00:02:55.071]➜  cat >/tmp/go-build2720400589/b724/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2043602Z [00:02:55.071]➜  # import config
2025-08-20T21:11:28.2043942Z [00:02:55.071]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2044362Z [00:02:55.071]➜  EOF
2025-08-20T21:11:28.2046984Z [00:02:55.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operationtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operationtype;$WORK/b724=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype -lang=go1.21 -complete -installsuffix shared -buildid 7nLh0idAgx6puaMwUbk9/7nLh0idAgx6puaMwUbk9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/operationtype/operationtype.go
2025-08-20T21:11:28.2049265Z [00:02:55.080]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:11:28.2049914Z [00:02:55.081]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/b5/b59405fa18df3c084a5e4215e8200a1ab8c2f238c2297dd784962edf53b05580-d # internal
2025-08-20T21:11:28.2050589Z [00:02:55.081]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts
2025-08-20T21:11:28.2050979Z [00:02:55.081]➜  mkdir -p $WORK/b731/
2025-08-20T21:11:28.2051342Z [00:02:55.082]➜  cat >/tmp/go-build2720400589/b731/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2051677Z [00:02:55.082]➜  # import config
2025-08-20T21:11:28.2052156Z [00:02:55.082]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2052521Z [00:02:55.082]➜  EOF
2025-08-20T21:11:28.2055192Z [00:02:55.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conflicts=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conflicts;$WORK/b731=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts -lang=go1.21 -complete -installsuffix shared -buildid THICK0aGxUEQtkP3xUAa/THICK0aGxUEQtkP3xUAa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/conflicts/conflicts.go
2025-08-20T21:11:28.2057451Z [00:02:55.089]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:11:28.2058107Z [00:02:55.089]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/26/26ecca2311740719c322a819fc3712fc30703b9e864e5568f69ec217fbe97cc9-d # internal
2025-08-20T21:11:28.2058748Z [00:02:55.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/exists
2025-08-20T21:11:28.2059107Z [00:02:55.090]➜  mkdir -p $WORK/b734/
2025-08-20T21:11:28.2059471Z [00:02:55.090]➜  cat >/tmp/go-build2720400589/b734/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2059810Z [00:02:55.091]➜  # import config
2025-08-20T21:11:28.2060152Z [00:02:55.091]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2060577Z [00:02:55.091]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2060988Z [00:02:55.091]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2061612Z [00:02:55.091]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2062639Z [00:02:55.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:28.2063273Z [00:02:55.091]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2063691Z [00:02:55.091]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2064384Z [00:02:55.091]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2064869Z [00:02:55.091]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.2065293Z [00:02:55.091]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2065604Z [00:02:55.091]➜  EOF
2025-08-20T21:11:28.2067841Z [00:02:55.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/exists=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/exists;$WORK/b734=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/exists -lang=go1.21 -complete -installsuffix shared -buildid zM7f7PfFUeo8OZM_ebpn/zM7f7PfFUeo8OZM_ebpn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/exists/exists.go
2025-08-20T21:11:28.2069843Z [00:02:55.100]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:11:28.2070489Z [00:02:55.100]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/73/738be91882777c56ee769a99ff159832c349786686dbf8d96b3c891da60ca8ce-d # internal
2025-08-20T21:11:28.2071149Z [00:02:55.100]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource
2025-08-20T21:11:28.2071525Z [00:02:55.100]➜  mkdir -p $WORK/b735/
2025-08-20T21:11:28.2071889Z [00:02:55.100]➜  cat >/tmp/go-build2720400589/b735/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2072231Z [00:02:55.100]➜  # import config
2025-08-20T21:11:28.2072572Z [00:02:55.100]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2073005Z [00:02:55.100]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2073542Z [00:02:55.100]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2074224Z [00:02:55.100]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2075286Z [00:02:55.100]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:28.2075920Z [00:02:55.100]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2076337Z [00:02:55.100]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2076762Z [00:02:55.100]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2077179Z [00:02:55.100]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.2077694Z [00:02:55.100]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2078090Z [00:02:55.100]➜  EOF
2025-08-20T21:11:28.2080478Z [00:02:55.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/existssource=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/existssource;$WORK/b735=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource -lang=go1.21 -complete -installsuffix shared -buildid vldgY1RPOI-P37g017w3/vldgY1RPOI-P37g017w3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/existssource/exists_source.go
2025-08-20T21:11:28.2155257Z [00:02:55.172]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:11:28.2156012Z [00:02:55.173]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/85/85c93ce202a9ce65dcdeba3811dbbb0981fc99d4612d19cfb36ba47e45b78b83-d # internal
2025-08-20T21:11:28.2156999Z [00:02:55.173]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/ping
2025-08-20T21:11:28.2157362Z [00:02:55.173]➜  mkdir -p $WORK/b752/
2025-08-20T21:11:28.2158933Z [00:02:55.174]➜  cat >/tmp/go-build2720400589/b752/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2159304Z [00:02:55.174]➜  # import config
2025-08-20T21:11:28.2159852Z [00:02:55.174]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2160288Z [00:02:55.174]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2160703Z [00:02:55.174]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2161381Z [00:02:55.174]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2161975Z [00:02:55.174]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2162404Z [00:02:55.174]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2162843Z [00:02:55.174]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2163271Z [00:02:55.174]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.2163707Z [00:02:55.174]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2164023Z [00:02:55.174]➜  EOF
2025-08-20T21:11:28.2177447Z [00:02:55.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/ping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/ping;$WORK/b752=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/ping -lang=go1.21 -complete -installsuffix shared -buildid bG3bIK7NaDfFWygP1Lna/bG3bIK7NaDfFWygP1Lna -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/ping/ping.go
2025-08-20T21:11:28.2287588Z [00:02:55.187]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:11:28.2297987Z [00:02:55.188]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/44/44627e40d85eabda18fa581d9549972ca1429eb14eba427ba6b236d3f1fa92eb-d # internal
2025-08-20T21:11:28.2312848Z [00:02:55.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext
2025-08-20T21:11:28.2313758Z [00:02:55.189]➜  mkdir -p $WORK/b759/
2025-08-20T21:11:28.2314359Z [00:02:55.189]➜  cat >/tmp/go-build2720400589/b759/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2314769Z [00:02:55.189]➜  # import config
2025-08-20T21:11:28.2315120Z [00:02:55.189]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2315437Z [00:02:55.189]➜  EOF
2025-08-20T21:11:28.2318244Z [00:02:55.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/painlesscontext=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/painlesscontext;$WORK/b759=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext -lang=go1.21 -complete -installsuffix shared -buildid oI3BR_hmSDp330gaX66d/oI3BR_hmSDp330gaX66d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/painlesscontext/painlesscontext.go
2025-08-20T21:11:28.2508471Z [00:02:55.209]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:11:28.2516212Z [00:02:55.209]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/1a/1a81296ebdfd680b7969d509367dad3e2112d5dfc9e52df9fb103334ec1cb726-d # internal
2025-08-20T21:11:28.2518032Z [00:02:55.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype
2025-08-20T21:11:28.2519816Z [00:02:55.210]➜  mkdir -p $WORK/b763/
2025-08-20T21:11:28.2522327Z [00:02:55.210]➜  cat >/tmp/go-build2720400589/b763/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2522822Z [00:02:55.210]➜  # import config
2025-08-20T21:11:28.2523484Z [00:02:55.210]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2523811Z [00:02:55.210]➜  EOF
2025-08-20T21:11:28.2527358Z [00:02:55.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridaggregationtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridaggregationtype;$WORK/b763=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype -lang=go1.21 -complete -installsuffix shared -buildid -vUQ1RWxGTcP8Md--qAV/-vUQ1RWxGTcP8Md--qAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridaggregationtype/gridaggregationtype.go
2025-08-20T21:11:28.2539043Z [00:02:55.212]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:11:28.2552362Z [00:02:55.213]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/a8/a8aed8e547a3aeef3134b53ff9e82501393cb3303dd7b80521bcabebaf0c03c1-d # internal
2025-08-20T21:11:28.2555032Z [00:02:55.213]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype
2025-08-20T21:11:28.2556026Z [00:02:55.213]➜  mkdir -p $WORK/b764/
2025-08-20T21:11:28.2567521Z [00:02:55.215]➜  cat >/tmp/go-build2720400589/b764/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2568425Z [00:02:55.215]➜  # import config
2025-08-20T21:11:28.2568826Z [00:02:55.215]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2569151Z [00:02:55.215]➜  EOF
2025-08-20T21:11:28.2627731Z [00:02:55.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridtype;$WORK/b764=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype -lang=go1.21 -complete -installsuffix shared -buildid 5YVsBFos8ER88TJo0lZZ/5YVsBFos8ER88TJo0lZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/gridtype/gridtype.go
2025-08-20T21:11:28.2666580Z [00:02:55.225]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:11:28.2669754Z [00:02:55.225]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/dc/dc56339aeee41e92010d25944a6d18d6d2fbdff024a4133ceb59eb7fe5359eb5-d # internal
2025-08-20T21:11:28.2671240Z [00:02:55.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition
2025-08-20T21:11:28.2672192Z [00:02:55.225]➜  mkdir -p $WORK/b784/
2025-08-20T21:11:28.2672915Z [00:02:55.225]➜  cat >/tmp/go-build2720400589/b784/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2673534Z [00:02:55.225]➜  # import config
2025-08-20T21:11:28.2674072Z [00:02:55.225]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2674952Z [00:02:55.225]➜  EOF
2025-08-20T21:11:28.2680429Z [00:02:55.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/resultposition=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/resultposition;$WORK/b784=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition -lang=go1.21 -complete -installsuffix shared -buildid mNYe-eV0VblpiVb_z2bX/mNYe-eV0VblpiVb_z2bX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/resultposition/resultposition.go
2025-08-20T21:11:28.2755970Z [00:02:55.233]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:11:28.2759200Z [00:02:55.234]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/55/55b01480977d0869dce5c8ef00f41bfd2757c3cefefd603efa08c1d8e0d1326b-d # internal
2025-08-20T21:11:28.2760563Z [00:02:55.234]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat
2025-08-20T21:11:28.2761183Z [00:02:55.234]➜  mkdir -p $WORK/b786/
2025-08-20T21:11:28.2763479Z [00:02:55.234]➜  cat >/tmp/go-build2720400589/b786/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2763839Z [00:02:55.234]➜  # import config
2025-08-20T21:11:28.2764800Z [00:02:55.234]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2765354Z [00:02:55.234]➜  EOF
2025-08-20T21:11:28.2767877Z [00:02:55.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/esqlformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/esqlformat;$WORK/b786=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat -lang=go1.21 -complete -installsuffix shared -buildid W94g-Su5oQVxGMf1LBCT/W94g-Su5oQVxGMf1LBCT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/esqlformat/esqlformat.go
2025-08-20T21:11:28.2824163Z [00:02:55.240]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:11:28.2831382Z [00:02:55.241]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/25/25df7cf0d69f3b9a817e7259734fef6dd59831ebcb60dc7af5263274d629ea29-d # internal
2025-08-20T21:11:28.2833463Z [00:02:55.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret
2025-08-20T21:11:28.2836090Z [00:02:55.242]➜  mkdir -p $WORK/b795/
2025-08-20T21:11:28.2842273Z [00:02:55.242]➜  cat >/tmp/go-build2720400589/b795/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2843112Z [00:02:55.242]➜  # import config
2025-08-20T21:11:28.2843535Z [00:02:55.242]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2843968Z [00:02:55.242]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2844531Z [00:02:55.242]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2845264Z [00:02:55.242]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2846076Z [00:02:55.242]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2846553Z [00:02:55.242]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2846988Z [00:02:55.242]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2847413Z [00:02:55.242]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2847723Z [00:02:55.242]➜  EOF
2025-08-20T21:11:28.2850211Z [00:02:55.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/postsecret=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/postsecret;$WORK/b795=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret -lang=go1.21 -complete -installsuffix shared -buildid F-FWlhSOLNtBIirgyvNL/F-FWlhSOLNtBIirgyvNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/postsecret/post_secret.go
2025-08-20T21:11:28.2891197Z [00:02:55.246]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:11:28.2891917Z [00:02:55.246]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/ca/cac6d3e4f3752a2461f3b43182fdfd8250adc3a0d24dbb477469951ae28802d9-d # internal
2025-08-20T21:11:28.2892583Z [00:02:55.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists
2025-08-20T21:11:28.2892951Z [00:02:55.247]➜  mkdir -p $WORK/b827/
2025-08-20T21:11:28.2893318Z [00:02:55.247]➜  cat >/tmp/go-build2720400589/b827/importcfg << 'EOF' # internal
2025-08-20T21:11:28.2893662Z [00:02:55.247]➜  # import config
2025-08-20T21:11:28.2894006Z [00:02:55.247]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.2894595Z [00:02:55.247]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.2895258Z [00:02:55.247]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.2895889Z [00:02:55.247]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.2896765Z [00:02:55.247]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:28.2897561Z [00:02:55.247]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.2897982Z [00:02:55.247]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.2898408Z [00:02:55.247]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.2898833Z [00:02:55.247]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.2899268Z [00:02:55.247]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.2899584Z [00:02:55.247]➜  EOF
2025-08-20T21:11:28.2903840Z [00:02:55.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/exists=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/exists;$WORK/b827=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists -lang=go1.21 -complete -installsuffix shared -buildid 1RX3p4p2WuRRiucknrJi/1RX3p4p2WuRRiucknrJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/exists/exists.go
2025-08-20T21:11:28.3229466Z [00:02:55.281]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:11:28.3239589Z [00:02:55.282]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/b6/b6d34ec0cced2e0b6bbb434490b5ebd1f3c71980bc41816bf86059634ef272c2-d # internal
2025-08-20T21:11:28.3240439Z [00:02:55.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias
2025-08-20T21:11:28.3240852Z [00:02:55.282]➜  mkdir -p $WORK/b828/
2025-08-20T21:11:28.3243673Z [00:02:55.282]➜  cat >/tmp/go-build2720400589/b828/importcfg << 'EOF' # internal
2025-08-20T21:11:28.3245452Z [00:02:55.282]➜  # import config
2025-08-20T21:11:28.3246074Z [00:02:55.282]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.3247569Z [00:02:55.282]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.3248004Z [00:02:55.282]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.3248640Z [00:02:55.282]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.3249523Z [00:02:55.282]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:28.3250171Z [00:02:55.282]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.3250787Z [00:02:55.282]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.3251305Z [00:02:55.282]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.3251742Z [00:02:55.282]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.3252167Z [00:02:55.282]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.3252496Z [00:02:55.282]➜  EOF
2025-08-20T21:11:28.3255080Z [00:02:55.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsalias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsalias;$WORK/b828=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias -lang=go1.21 -complete -installsuffix shared -buildid DKm3Sfu3fTGKQ3YuMha3/DKm3Sfu3fTGKQ3YuMha3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsalias/exists_alias.go
2025-08-20T21:11:28.3296205Z [00:02:55.287]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:11:28.3307319Z [00:02:55.289]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/3b/3b25af64c0f5e327dd7e5dd1d89628a346489d646ec35891233d4592e252ecc5-d # internal
2025-08-20T21:11:28.3310646Z [00:02:55.289]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate
2025-08-20T21:11:28.3311415Z [00:02:55.289]➜  mkdir -p $WORK/b829/
2025-08-20T21:11:28.3325270Z [00:02:55.290]➜  cat >/tmp/go-build2720400589/b829/importcfg << 'EOF' # internal
2025-08-20T21:11:28.3325665Z [00:02:55.290]➜  # import config
2025-08-20T21:11:28.3326012Z [00:02:55.290]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.3326439Z [00:02:55.290]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.3326850Z [00:02:55.290]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.3327489Z [00:02:55.290]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.3328090Z [00:02:55.290]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.3328506Z [00:02:55.290]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.3328932Z [00:02:55.290]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.3329363Z [00:02:55.290]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.3329789Z [00:02:55.290]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.3330105Z [00:02:55.290]➜  EOF
2025-08-20T21:11:28.3332931Z [00:02:55.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsindextemplate;$WORK/b829=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate -lang=go1.21 -complete -installsuffix shared -buildid zRg9mL8ljYBx04rtSfPI/zRg9mL8ljYBx04rtSfPI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existsindextemplate/exists_index_template.go
2025-08-20T21:11:28.3856297Z [00:02:55.343]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:11:28.3865435Z [00:02:55.344]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/19/19c9a13404c589e4c90b495839bd769dfdf24847ca2c1b4bc2f3f2168f4f70a1-d # internal
2025-08-20T21:11:28.3866924Z [00:02:55.345]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate
2025-08-20T21:11:28.3867393Z [00:02:55.345]➜  mkdir -p $WORK/b830/
2025-08-20T21:11:28.3871398Z [00:02:55.345]➜  cat >/tmp/go-build2720400589/b830/importcfg << 'EOF' # internal
2025-08-20T21:11:28.3872300Z [00:02:55.345]➜  # import config
2025-08-20T21:11:28.3873043Z [00:02:55.345]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.3873531Z [00:02:55.345]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.3873963Z [00:02:55.345]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.3874738Z [00:02:55.345]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.3875366Z [00:02:55.345]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.3875790Z [00:02:55.345]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.3876217Z [00:02:55.345]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.3876640Z [00:02:55.345]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.3877062Z [00:02:55.345]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.3877375Z [00:02:55.345]➜  EOF
2025-08-20T21:11:28.3879886Z [00:02:55.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existstemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existstemplate;$WORK/b830=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate -lang=go1.21 -complete -installsuffix shared -buildid 3IL82QxWUOZwmybodTSS/3IL82QxWUOZwmybodTSS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/existstemplate/exists_template.go
2025-08-20T21:11:28.3998221Z [00:02:55.358]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:11:28.4007811Z [00:02:55.359]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/80/80b14ceb1e6778561116824f7eb0464681a58e83a8a1543bced7aae82f797a51-d # internal
2025-08-20T21:11:28.4026660Z [00:02:55.361]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus
2025-08-20T21:11:28.4027292Z [00:02:55.361]➜  mkdir -p $WORK/b865/
2025-08-20T21:11:28.4030331Z [00:02:55.361]➜  cat >/tmp/go-build2720400589/b865/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4031810Z [00:02:55.361]➜  # import config
2025-08-20T21:11:28.4032472Z [00:02:55.361]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4032838Z [00:02:55.361]➜  EOF
2025-08-20T21:11:28.4035581Z [00:02:55.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstorestatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstorestatus;$WORK/b865=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus -lang=go1.21 -complete -installsuffix shared -buildid s7da-LU8L5JO_7_Xwvzv/s7da-LU8L5JO_7_Xwvzv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/shardstorestatus/shardstorestatus.go
2025-08-20T21:11:28.4143758Z [00:02:55.372]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:11:28.4161069Z [00:02:55.374]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/11/11168aebd48cd4a73f985e2093336cc994e23611f465eaf9136f38e3ac0c0062-d # internal
2025-08-20T21:11:28.4162309Z [00:02:55.374]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype
2025-08-20T21:11:28.4163114Z [00:02:55.374]➜  mkdir -p $WORK/b881/
2025-08-20T21:11:28.4167127Z [00:02:55.375]➜  cat >/tmp/go-build2720400589/b881/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4168079Z [00:02:55.375]➜  # import config
2025-08-20T21:11:28.4168942Z [00:02:55.375]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4169299Z [00:02:55.375]➜  EOF
2025-08-20T21:11:28.4172334Z [00:02:55.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/alibabacloudservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/alibabacloudservicetype;$WORK/b881=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype -lang=go1.21 -complete -installsuffix shared -buildid QSzuhhNLe_wuxpZrem-j/QSzuhhNLe_wuxpZrem-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/alibabacloudservicetype/alibabacloudservicetype.go
2025-08-20T21:11:28.4335122Z [00:02:55.391]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:11:28.4343602Z [00:02:55.392]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/96/96b312487e1c77893b2e410ee8136651cbce0196cc0cc18cb0e5652e89212fc1-d # internal
2025-08-20T21:11:28.4360513Z [00:02:55.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype
2025-08-20T21:11:28.4361051Z [00:02:55.394]➜  mkdir -p $WORK/b883/
2025-08-20T21:11:28.4361675Z [00:02:55.394]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:11:28.4362105Z [00:02:55.394]➜  cat >/tmp/go-build2720400589/b883/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4362449Z [00:02:55.394]➜  # import config
2025-08-20T21:11:28.4362796Z [00:02:55.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4363292Z [00:02:55.394]➜  EOF
2025-08-20T21:11:28.4366245Z [00:02:55.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/amazonbedrockservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/amazonbedrockservicetype;$WORK/b883=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype -lang=go1.21 -complete -installsuffix shared -buildid fwMbGYnrSnR_7P9xp6il/fwMbGYnrSnR_7P9xp6il -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/amazonbedrockservicetype/amazonbedrockservicetype.go
2025-08-20T21:11:28.4369923Z [00:02:55.394]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/e8/e8c72c704358ac17391546e01700d1463ebf68b2f887e3597f1e64dee3746e3a-d # internal
2025-08-20T21:11:28.4370665Z [00:02:55.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype
2025-08-20T21:11:28.4371104Z [00:02:55.394]➜  mkdir -p $WORK/b885/
2025-08-20T21:11:28.4371476Z [00:02:55.394]➜  cat >/tmp/go-build2720400589/b885/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4371818Z [00:02:55.394]➜  # import config
2025-08-20T21:11:28.4372158Z [00:02:55.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4372475Z [00:02:55.394]➜  EOF
2025-08-20T21:11:28.4377484Z [00:02:55.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/anthropicservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/anthropicservicetype;$WORK/b885=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype -lang=go1.21 -complete -installsuffix shared -buildid I2H3whmARx4uqFWDHXTl/I2H3whmARx4uqFWDHXTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/anthropicservicetype/anthropicservicetype.go
2025-08-20T21:11:28.4525251Z [00:02:55.410]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:11:28.4528278Z [00:02:55.411]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/5a/5a7ad639b48cef4e7c085219d4902aeae325b6a558bbafd448d89de0d39781aa-d # internal
2025-08-20T21:11:28.4530130Z [00:02:55.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype
2025-08-20T21:11:28.4531221Z [00:02:55.411]➜  mkdir -p $WORK/b887/
2025-08-20T21:11:28.4536160Z [00:02:55.411]➜  cat >/tmp/go-build2720400589/b887/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4536718Z [00:02:55.411]➜  # import config
2025-08-20T21:11:28.4537087Z [00:02:55.411]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4537407Z [00:02:55.411]➜  EOF
2025-08-20T21:11:28.4540211Z [00:02:55.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureaistudioservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureaistudioservicetype;$WORK/b887=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype -lang=go1.21 -complete -installsuffix shared -buildid Jv1nNGAJL_FHFbZX_2Ah/Jv1nNGAJL_FHFbZX_2Ah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureaistudioservicetype/azureaistudioservicetype.go
2025-08-20T21:11:28.4590952Z [00:02:55.416]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:11:28.4592157Z [00:02:55.416]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/7d/7d54cbb598e2cf75dffc190c6b2c3163ebf46505cb9a3d6e1ab132c5851bfe1f-d # internal
2025-08-20T21:11:28.4592977Z [00:02:55.416]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype
2025-08-20T21:11:28.4593445Z [00:02:55.416]➜  mkdir -p $WORK/b889/
2025-08-20T21:11:28.4593822Z [00:02:55.416]➜  cat >/tmp/go-build2720400589/b889/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4594164Z [00:02:55.416]➜  # import config
2025-08-20T21:11:28.4594750Z [00:02:55.416]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4595077Z [00:02:55.416]➜  EOF
2025-08-20T21:11:28.4597862Z [00:02:55.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureopenaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureopenaiservicetype;$WORK/b889=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid fRPQplR74zorz9Shmeu7/fRPQplR74zorz9Shmeu7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/azureopenaiservicetype/azureopenaiservicetype.go
2025-08-20T21:11:28.4794446Z [00:02:55.437]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:11:28.4807832Z [00:02:55.439]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/dc/dcb446d3c4db65e0cc80569a8afad4b98833643880a7fdbff2deb50a528decdd-d # internal
2025-08-20T21:11:28.4808722Z [00:02:55.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype
2025-08-20T21:11:28.4809162Z [00:02:55.439]➜  mkdir -p $WORK/b891/
2025-08-20T21:11:28.4809727Z [00:02:55.439]➜  cat >/tmp/go-build2720400589/b891/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4810136Z [00:02:55.439]➜  # import config
2025-08-20T21:11:28.4810575Z [00:02:55.439]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4810950Z [00:02:55.439]➜  EOF
2025-08-20T21:11:28.4814778Z [00:02:55.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereservicetype;$WORK/b891=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype -lang=go1.21 -complete -installsuffix shared -buildid x9enTI6i_WVwjw2OwvUK/x9enTI6i_WVwjw2OwvUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/cohereservicetype/cohereservicetype.go
2025-08-20T21:11:28.4831227Z [00:02:55.441]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:11:28.4847982Z [00:02:55.442]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/9f/9f3d1bb6d20028c42d362523176acfa273cca6bfa615c184d6029ae9a591a080-d # internal
2025-08-20T21:11:28.4848840Z [00:02:55.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype
2025-08-20T21:11:28.4849553Z [00:02:55.443]➜  mkdir -p $WORK/b893/
2025-08-20T21:11:28.4862302Z [00:02:55.444]➜  cat >/tmp/go-build2720400589/b893/importcfg << 'EOF' # internal
2025-08-20T21:11:28.4863323Z [00:02:55.444]➜  # import config
2025-08-20T21:11:28.4864154Z [00:02:55.444]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.4864969Z [00:02:55.444]➜  EOF
2025-08-20T21:11:28.4885860Z [00:02:55.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elasticsearchservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elasticsearchservicetype;$WORK/b893=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype -lang=go1.21 -complete -installsuffix shared -buildid Uu-bjSde7WlTuCC8QWtB/Uu-bjSde7WlTuCC8QWtB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elasticsearchservicetype/elasticsearchservicetype.go
2025-08-20T21:11:28.5038044Z [00:02:55.462]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:11:28.5045365Z [00:02:55.462]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/a2/a2b324e4b7946292f94eebb275a334af29464c50e8115c760561af990603ba63-d # internal
2025-08-20T21:11:28.5046602Z [00:02:55.462]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype
2025-08-20T21:11:28.5048526Z [00:02:55.462]➜  mkdir -p $WORK/b895/
2025-08-20T21:11:28.5048944Z [00:02:55.462]➜  cat >/tmp/go-build2720400589/b895/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5049301Z [00:02:55.462]➜  # import config
2025-08-20T21:11:28.5049646Z [00:02:55.462]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5049971Z [00:02:55.462]➜  EOF
2025-08-20T21:11:28.5052583Z [00:02:55.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elserservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elserservicetype;$WORK/b895=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype -lang=go1.21 -complete -installsuffix shared -buildid z0aihCiqCbraqft1R_JC/z0aihCiqCbraqft1R_JC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/elserservicetype/elserservicetype.go
2025-08-20T21:11:28.5154446Z [00:02:55.473]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:11:28.5175574Z [00:02:55.474]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/e5/e598df7b8d506473b3b4dbd111e5668c06fcceb5000ea0dc522e0d24a261977a-d # internal
2025-08-20T21:11:28.5176755Z [00:02:55.474]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype
2025-08-20T21:11:28.5177287Z [00:02:55.474]➜  mkdir -p $WORK/b897/
2025-08-20T21:11:28.5177676Z [00:02:55.474]➜  cat >/tmp/go-build2720400589/b897/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5178021Z [00:02:55.474]➜  # import config
2025-08-20T21:11:28.5178367Z [00:02:55.474]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5178686Z [00:02:55.474]➜  EOF
2025-08-20T21:11:28.5181483Z [00:02:55.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googleaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googleaiservicetype;$WORK/b897=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid yfNsetpKx85l2LX8dSYq/yfNsetpKx85l2LX8dSYq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googleaiservicetype/googleaiservicetype.go
2025-08-20T21:11:28.5256018Z [00:02:55.483]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:11:28.5271868Z [00:02:55.484]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/ac/ac37496eee7a0f95b8a67b8e99c8ed65f0e2817e993ad6b1c3b0cea032857730-d # internal
2025-08-20T21:11:28.5273272Z [00:02:55.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype
2025-08-20T21:11:28.5273737Z [00:02:55.484]➜  mkdir -p $WORK/b899/
2025-08-20T21:11:28.5274114Z [00:02:55.484]➜  cat >/tmp/go-build2720400589/b899/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5274609Z [00:02:55.484]➜  # import config
2025-08-20T21:11:28.5274973Z [00:02:55.484]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5275296Z [00:02:55.484]➜  EOF
2025-08-20T21:11:28.5289831Z [00:02:55.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googlevertexaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googlevertexaiservicetype;$WORK/b899=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid Ijr3lfHkjgxb3N59J6qL/Ijr3lfHkjgxb3N59J6qL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/googlevertexaiservicetype/googlevertexaiservicetype.go
2025-08-20T21:11:28.5363488Z [00:02:55.494]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:11:28.5367208Z [00:02:55.495]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/5b/5bd2ba6a2e14ac0d154a14a37e090e258c4cd95273ffaffe08e02d5e2d784622-d # internal
2025-08-20T21:11:28.5380975Z [00:02:55.496]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype
2025-08-20T21:11:28.5383752Z [00:02:55.496]➜  mkdir -p $WORK/b901/
2025-08-20T21:11:28.5384158Z [00:02:55.496]➜  cat >/tmp/go-build2720400589/b901/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5384642Z [00:02:55.496]➜  # import config
2025-08-20T21:11:28.5384998Z [00:02:55.496]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5385320Z [00:02:55.496]➜  EOF
2025-08-20T21:11:28.5388375Z [00:02:55.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/huggingfaceservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/huggingfaceservicetype;$WORK/b901=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype -lang=go1.21 -complete -installsuffix shared -buildid NTXHpT_Gl1D4Cpy86ni8/NTXHpT_Gl1D4Cpy86ni8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/huggingfaceservicetype/huggingfaceservicetype.go
2025-08-20T21:11:28.5441852Z [00:02:55.502]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:11:28.5446570Z [00:02:55.502]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/82/824c44e7b2da2d93f05c840dc77f3e7a9ec766d645f4ed0ee6a42ddb964db6ab-d # internal
2025-08-20T21:11:28.5449845Z [00:02:55.503]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype
2025-08-20T21:11:28.5450486Z [00:02:55.503]➜  mkdir -p $WORK/b903/
2025-08-20T21:11:28.5451004Z [00:02:55.503]➜  cat >/tmp/go-build2720400589/b903/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5451505Z [00:02:55.503]➜  # import config
2025-08-20T21:11:28.5452323Z [00:02:55.503]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5452826Z [00:02:55.503]➜  EOF
2025-08-20T21:11:28.5455789Z [00:02:55.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaiservicetype;$WORK/b903=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid O4O6x5oiwZqycXNecf9j/O4O6x5oiwZqycXNecf9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/jinaaiservicetype/jinaaiservicetype.go
2025-08-20T21:11:28.5499839Z [00:02:55.508]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:11:28.5518344Z [00:02:55.508]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/cc/cc799f92d5b685df74ee6c62096950931cf461bc6b76a8d6f216d162eaf37982-d # internal
2025-08-20T21:11:28.5519179Z [00:02:55.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype
2025-08-20T21:11:28.5519612Z [00:02:55.508]➜  mkdir -p $WORK/b905/
2025-08-20T21:11:28.5519983Z [00:02:55.508]➜  cat >/tmp/go-build2720400589/b905/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5520337Z [00:02:55.508]➜  # import config
2025-08-20T21:11:28.5520681Z [00:02:55.508]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5520996Z [00:02:55.508]➜  EOF
2025-08-20T21:11:28.5523675Z [00:02:55.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/mistralservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/mistralservicetype;$WORK/b905=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype -lang=go1.21 -complete -installsuffix shared -buildid KJi4271zPcXdD3BDe3hE/KJi4271zPcXdD3BDe3hE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/mistralservicetype/mistralservicetype.go
2025-08-20T21:11:28.5577830Z [00:02:55.516]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:11:28.5579715Z [00:02:55.516]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/19/19190b79ac624935028482d64e60a7a76c83bdb9a6107a18346e78f4b1d67bbe-d # internal
2025-08-20T21:11:28.5580515Z [00:02:55.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype
2025-08-20T21:11:28.5580940Z [00:02:55.516]➜  mkdir -p $WORK/b907/
2025-08-20T21:11:28.5581948Z [00:02:55.516]➜  cat >/tmp/go-build2720400589/b907/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5583345Z [00:02:55.516]➜  # import config
2025-08-20T21:11:28.5584039Z [00:02:55.516]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5584521Z [00:02:55.516]➜  EOF
2025-08-20T21:11:28.5587313Z [00:02:55.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/openaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/openaiservicetype;$WORK/b907=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid MKDmMS2NkwyZvot1S3ca/MKDmMS2NkwyZvot1S3ca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/openaiservicetype/openaiservicetype.go
2025-08-20T21:11:28.5649188Z [00:02:55.523]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:11:28.5657017Z [00:02:55.524]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/f2/f29eee14fb145c8584fd6a4728b79443b7049acf38d0de9f54bce2fb9ab29163-d # internal
2025-08-20T21:11:28.5658405Z [00:02:55.524]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype
2025-08-20T21:11:28.5659861Z [00:02:55.524]➜  mkdir -p $WORK/b909/
2025-08-20T21:11:28.5660260Z [00:02:55.524]➜  cat >/tmp/go-build2720400589/b909/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5660607Z [00:02:55.524]➜  # import config
2025-08-20T21:11:28.5661197Z [00:02:55.524]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5661521Z [00:02:55.524]➜  EOF
2025-08-20T21:11:28.5664206Z [00:02:55.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/voyageaiservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/voyageaiservicetype;$WORK/b909=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype -lang=go1.21 -complete -installsuffix shared -buildid 3P4Yn_UQntnSlz27GsRd/3P4Yn_UQntnSlz27GsRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/voyageaiservicetype/voyageaiservicetype.go
2025-08-20T21:11:28.5731023Z [00:02:55.530]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:11:28.5736773Z [00:02:55.532]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/77/778e9e341c4aba24bb618b131d4e9db730d425bf92683d37ea273920f88471db-d # internal
2025-08-20T21:11:28.5738966Z [00:02:55.532]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype
2025-08-20T21:11:28.5739894Z [00:02:55.532]➜  mkdir -p $WORK/b911/
2025-08-20T21:11:28.5740346Z [00:02:55.532]➜  cat >/tmp/go-build2720400589/b911/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5740701Z [00:02:55.532]➜  # import config
2025-08-20T21:11:28.5741047Z [00:02:55.532]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5741382Z [00:02:55.532]➜  EOF
2025-08-20T21:11:28.5744051Z [00:02:55.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watsonxservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watsonxservicetype;$WORK/b911=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype -lang=go1.21 -complete -installsuffix shared -buildid PJ4zO3_JJl_sEkM87Ahm/PJ4zO3_JJl_sEkM87Ahm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/watsonxservicetype/watsonxservicetype.go
2025-08-20T21:11:28.5790398Z [00:02:55.537]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:11:28.5791874Z [00:02:55.537]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/f4/f4478992ec16527b1068c480eb991d813ea3557df554e35855ea54ae38504105-d # internal
2025-08-20T21:11:28.5792896Z [00:02:55.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline
2025-08-20T21:11:28.5793380Z [00:02:55.537]➜  mkdir -p $WORK/b936/
2025-08-20T21:11:28.5794436Z [00:02:55.537]➜  cat >/tmp/go-build2720400589/b936/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5794927Z [00:02:55.537]➜  # import config
2025-08-20T21:11:28.5795515Z [00:02:55.537]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.5795959Z [00:02:55.537]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.5796374Z [00:02:55.537]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.5797005Z [00:02:55.537]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.5797591Z [00:02:55.537]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.5798004Z [00:02:55.537]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.5798458Z [00:02:55.537]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.5799109Z [00:02:55.537]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.5799546Z [00:02:55.537]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5799860Z [00:02:55.537]➜  EOF
2025-08-20T21:11:28.5802365Z [00:02:55.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/deletepipeline;$WORK/b936=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline -lang=go1.21 -complete -installsuffix shared -buildid UMuJmMux-5N3V8RLqkxu/UMuJmMux-5N3V8RLqkxu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/deletepipeline/delete_pipeline.go
2025-08-20T21:11:28.5873359Z [00:02:55.545]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:11:28.5880302Z [00:02:55.545]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/5f/5f6536ffcae5408b53aada4441e8b0843c701c90896e9445348cd7aa9f5bda8a-d # internal
2025-08-20T21:11:28.5881166Z [00:02:55.546]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include
2025-08-20T21:11:28.5881575Z [00:02:55.546]➜  mkdir -p $WORK/b979/
2025-08-20T21:11:28.5881946Z [00:02:55.546]➜  cat >/tmp/go-build2720400589/b979/importcfg << 'EOF' # internal
2025-08-20T21:11:28.5882300Z [00:02:55.546]➜  # import config
2025-08-20T21:11:28.5882643Z [00:02:55.546]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.5882962Z [00:02:55.546]➜  EOF
2025-08-20T21:11:28.5885542Z [00:02:55.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/include=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/include;$WORK/b979=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include -lang=go1.21 -complete -installsuffix shared -buildid 2GpsieRMpJTnJ3dtwnRQ/2GpsieRMpJTnJ3dtwnRQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/include/include.go
2025-08-20T21:11:28.5998547Z [00:02:55.557]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:11:28.5999341Z [00:02:55.558]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/fe/fecda140788cd9a6bfef246b262a28fa04854e364eddcb149b760b2b172ef7e5-d # internal
2025-08-20T21:11:28.6000293Z [00:02:55.558]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype
2025-08-20T21:11:28.6000871Z [00:02:55.558]➜  mkdir -p $WORK/b1020/
2025-08-20T21:11:28.6001340Z [00:02:55.558]➜  cat >/tmp/go-build2720400589/b1020/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6001772Z [00:02:55.558]➜  # import config
2025-08-20T21:11:28.6002434Z [00:02:55.558]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6003681Z [00:02:55.558]➜  EOF
2025-08-20T21:11:28.6006595Z [00:02:55.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/threadtype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/threadtype;$WORK/b1020=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype -lang=go1.21 -complete -installsuffix shared -buildid JWBtldQPWKpmc0rcLI6Z/JWBtldQPWKpmc0rcLI6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/threadtype/threadtype.go
2025-08-20T21:11:28.6135247Z [00:02:55.571]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:11:28.6141110Z [00:02:55.572]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/6a/6a36192901f8275cb21edb834fe3a71c803dc8806d61f9e5435e7ecde1e557b0-d # internal
2025-08-20T21:11:28.6143224Z [00:02:55.572]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph
2025-08-20T21:11:28.6144542Z [00:02:55.572]➜  mkdir -p $WORK/b1025/
2025-08-20T21:11:28.6146370Z [00:02:55.572]➜  cat >/tmp/go-build2720400589/b1025/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6147177Z [00:02:55.572]➜  # import config
2025-08-20T21:11:28.6148347Z [00:02:55.572]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.6149039Z [00:02:55.572]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.6150676Z [00:02:55.572]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.6151466Z [00:02:55.572]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.6154334Z [00:02:55.572]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.6154854Z [00:02:55.572]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.6155295Z [00:02:55.572]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.6155728Z [00:02:55.572]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6156044Z [00:02:55.572]➜  EOF
2025-08-20T21:11:28.6158505Z [00:02:55.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/flamegraph=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/flamegraph;$WORK/b1025=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph -lang=go1.21 -complete -installsuffix shared -buildid a1DAhFC5C3RAULh0FDYC/a1DAhFC5C3RAULh0FDYC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/flamegraph/flamegraph.go
2025-08-20T21:11:28.6160711Z [00:02:55.573]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:11:28.6177503Z [00:02:55.575]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/e0/e0b7c8c9749ab7acacf41b0f6c59a15b3fe9b9099b949426692d5be1186a522e-d # internal
2025-08-20T21:11:28.6187073Z [00:02:55.576]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces
2025-08-20T21:11:28.6189063Z [00:02:55.576]➜  mkdir -p $WORK/b1026/
2025-08-20T21:11:28.6189476Z [00:02:55.576]➜  cat >/tmp/go-build2720400589/b1026/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6189830Z [00:02:55.576]➜  # import config
2025-08-20T21:11:28.6190173Z [00:02:55.576]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.6190599Z [00:02:55.576]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.6191014Z [00:02:55.576]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.6191869Z [00:02:55.576]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.6192541Z [00:02:55.576]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.6192964Z [00:02:55.576]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.6193472Z [00:02:55.576]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.6193982Z [00:02:55.576]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6194475Z [00:02:55.576]➜  EOF
2025-08-20T21:11:28.6197012Z [00:02:55.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/stacktraces=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/stacktraces;$WORK/b1026=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces -lang=go1.21 -complete -installsuffix shared -buildid zE49qvVyhKQvECflmrDW/zE49qvVyhKQvECflmrDW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/stacktraces/stacktraces.go
2025-08-20T21:11:28.6495465Z [00:02:55.606]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:11:28.6495981Z [00:02:55.606]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:11:28.6496670Z [00:02:55.606]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/f2/f2ea1bfe0a4fcbe744822363c35d860d8c0560747ebc3e36d9f85f05e9aaba7a-d # internal
2025-08-20T21:11:28.6497903Z [00:02:55.606]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/c4/c4e67c480aab3a3acc54d062c8f0d868735b5a7670f9e9e2f60097a2f639bdb2-d # internal
2025-08-20T21:11:28.6498607Z [00:02:55.606]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions
2025-08-20T21:11:28.6499013Z [00:02:55.606]➜  mkdir -p $WORK/b1028/
2025-08-20T21:11:28.6499388Z [00:02:55.606]➜  cat >/tmp/go-build2720400589/b1028/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6499738Z [00:02:55.606]➜  # import config
2025-08-20T21:11:28.6500088Z [00:02:55.606]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.6500511Z [00:02:55.606]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.6500932Z [00:02:55.606]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.6501556Z [00:02:55.606]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.6502147Z [00:02:55.606]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.6502564Z [00:02:55.606]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.6502993Z [00:02:55.606]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.6503422Z [00:02:55.606]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6503737Z [00:02:55.606]➜  EOF
2025-08-20T21:11:28.6504086Z [00:02:55.606]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status
2025-08-20T21:11:28.6504731Z [00:02:55.606]➜  mkdir -p $WORK/b1027/
2025-08-20T21:11:28.6507319Z [00:02:55.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/topnfunctions=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/topnfunctions;$WORK/b1028=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions -lang=go1.21 -complete -installsuffix shared -buildid 4FfvbDneP1yPwtiEsh5y/4FfvbDneP1yPwtiEsh5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/topnfunctions/topn_functions.go
2025-08-20T21:11:28.6509630Z [00:02:55.607]➜  cat >/tmp/go-build2720400589/b1027/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6510003Z [00:02:55.607]➜  # import config
2025-08-20T21:11:28.6510548Z [00:02:55.607]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.6511043Z [00:02:55.607]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.6511457Z [00:02:55.607]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.6512167Z [00:02:55.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.6512818Z [00:02:55.607]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.6513234Z [00:02:55.607]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.6513662Z [00:02:55.607]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.6514086Z [00:02:55.607]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6526794Z [00:02:55.607]➜  EOF
2025-08-20T21:11:28.6529217Z [00:02:55.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/status=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/status;$WORK/b1027=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status -lang=go1.21 -complete -installsuffix shared -buildid 1NKmYPhFk7ml4tdff03M/1NKmYPhFk7ml4tdff03M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/profiling/status/status.go
2025-08-20T21:11:28.6783994Z [00:02:55.636]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:11:28.6786306Z [00:02:55.636]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/ac/acfc0ebe78e9ba070ef3793b42ea630501217cf62c85e5cb33876cae25143582-d # internal
2025-08-20T21:11:28.6789189Z [00:02:55.637]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel
2025-08-20T21:11:28.6789915Z [00:02:55.637]➜  mkdir -p $WORK/b1049/
2025-08-20T21:11:28.6800166Z [00:02:55.638]➜  cat >/tmp/go-build2720400589/b1049/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6800699Z [00:02:55.638]➜  # import config
2025-08-20T21:11:28.6801070Z [00:02:55.638]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6801392Z [00:02:55.638]➜  EOF
2025-08-20T21:11:28.6803887Z [00:02:55.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/statslevel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/statslevel;$WORK/b1049=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel -lang=go1.21 -complete -installsuffix shared -buildid xhZ_WcLbGFZIS2lEOorv/xhZ_WcLbGFZIS2lEOorv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/statslevel/statslevel.go
2025-08-20T21:11:28.6869013Z [00:02:55.645]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:11:28.6876444Z [00:02:55.645]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/4d/4d5e4220859074abdb93af6711b6774f134c8392c65410c988bf40a4a0828666-d # internal
2025-08-20T21:11:28.6877190Z [00:02:55.645]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype
2025-08-20T21:11:28.6877598Z [00:02:55.645]➜  mkdir -p $WORK/b1061/
2025-08-20T21:11:28.6877977Z [00:02:55.645]➜  cat >/tmp/go-build2720400589/b1061/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6878333Z [00:02:55.645]➜  # import config
2025-08-20T21:11:28.6878672Z [00:02:55.645]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6878992Z [00:02:55.645]➜  EOF
2025-08-20T21:11:28.6881784Z [00:02:55.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/granttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/granttype;$WORK/b1061=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype -lang=go1.21 -complete -installsuffix shared -buildid ZnxPPFvZfDa47yHMgXl5/ZnxPPFvZfDa47yHMgXl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/granttype/granttype.go
2025-08-20T21:11:28.6914687Z [00:02:55.649]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:11:28.6919260Z [00:02:55.650]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/9e/9e528588bc936d5c835c032bd0fb1f1b7d93078912f7209b66832001c6632cff-d # internal
2025-08-20T21:11:28.6923553Z [00:02:55.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype
2025-08-20T21:11:28.6925531Z [00:02:55.650]➜  mkdir -p $WORK/b1096/
2025-08-20T21:11:28.6925936Z [00:02:55.650]➜  cat >/tmp/go-build2720400589/b1096/importcfg << 'EOF' # internal
2025-08-20T21:11:28.6926284Z [00:02:55.650]➜  # import config
2025-08-20T21:11:28.6930220Z [00:02:55.650]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.6930800Z [00:02:55.650]➜  EOF
2025-08-20T21:11:28.6933558Z [00:02:55.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/accesstokengranttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/accesstokengranttype;$WORK/b1096=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype -lang=go1.21 -complete -installsuffix shared -buildid ou0NGWVm7Ra7YKp6Kz8q/ou0NGWVm7Ra7YKp6Kz8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/accesstokengranttype/accesstokengranttype.go
2025-08-20T21:11:28.6995226Z [00:02:55.657]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:11:28.7012020Z [00:02:55.659]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/13/13776ebcd0dec2faf78807ba2f0a616f14a6283bb8c2f2c90a24dcc8e135f6bc-d # internal
2025-08-20T21:11:28.7015426Z [00:02:55.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype
2025-08-20T21:11:28.7016110Z [00:02:55.659]➜  mkdir -p $WORK/b1101/
2025-08-20T21:11:28.7017385Z [00:02:55.659]➜  cat >/tmp/go-build2720400589/b1101/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7017748Z [00:02:55.659]➜  # import config
2025-08-20T21:11:28.7018099Z [00:02:55.659]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7018419Z [00:02:55.659]➜  EOF
2025-08-20T21:11:28.7021037Z [00:02:55.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeygranttype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeygranttype;$WORK/b1101=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype -lang=go1.21 -complete -installsuffix shared -buildid z64MZY8jwPC623TAMdvP/z64MZY8jwPC623TAMdvP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/apikeygranttype/apikeygranttype.go
2025-08-20T21:11:28.7029617Z [00:02:55.661]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:11:28.7050861Z [00:02:55.663]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/c4/c496e2376bde6cc43bb0b008eef7eaac7ee711668ff88e4cc1f8eec38149c90b-d # internal
2025-08-20T21:11:28.7055993Z [00:02:55.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout
2025-08-20T21:11:28.7056489Z [00:02:55.663]➜  mkdir -p $WORK/b1117/
2025-08-20T21:11:28.7056875Z [00:02:55.663]➜  cat >/tmp/go-build2720400589/b1117/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7057220Z [00:02:55.663]➜  # import config
2025-08-20T21:11:28.7057557Z [00:02:55.663]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:28.7058137Z [00:02:55.663]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.7058663Z [00:02:55.663]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:28.7059115Z [00:02:55.663]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.7065561Z [00:02:55.663]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.7066197Z [00:02:55.663]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.7066797Z [00:02:55.663]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.7067213Z [00:02:55.663]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.7067642Z [00:02:55.663]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.7068066Z [00:02:55.663]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.7068490Z [00:02:55.663]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7068805Z [00:02:55.663]➜  EOF
2025-08-20T21:11:28.7072110Z [00:02:55.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlcompletelogout=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlcompletelogout;$WORK/b1117=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout -lang=go1.21 -complete -installsuffix shared -buildid EcynRMZROanvWOwTtswo/EcynRMZROanvWOwTtswo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlcompletelogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlcompletelogout/saml_complete_logout.go
2025-08-20T21:11:28.7143896Z [00:02:55.672]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:11:28.7159127Z [00:02:55.674]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/c9/c9946078ed5c96e456fcef9563b647307ab6e1ec3d134ea1dcc52ed43450e12e-d # internal
2025-08-20T21:11:28.7161634Z [00:02:55.674]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_
2025-08-20T21:11:28.7162386Z [00:02:55.674]➜  mkdir -p $WORK/b1130/
2025-08-20T21:11:28.7163575Z [00:02:55.674]➜  cat >/tmp/go-build2720400589/b1130/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7164718Z [00:02:55.674]➜  # import config
2025-08-20T21:11:28.7165885Z [00:02:55.674]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7166258Z [00:02:55.675]➜  EOF
2025-08-20T21:11:28.7168760Z [00:02:55.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/type_=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/type_;$WORK/b1130=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_ -lang=go1.21 -complete -installsuffix shared -buildid bdq6yLKF4fDGWqAl5PQS/bdq6yLKF4fDGWqAl5PQS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/type_/type_.go
2025-08-20T21:11:28.7305434Z [00:02:55.688]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:11:28.7310331Z [00:02:55.689]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/64/649d1daf846ffb4e95a809511e8f23fef5d0c4ca509d8d357048da4a832be949-d # internal
2025-08-20T21:11:28.7312277Z [00:02:55.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort
2025-08-20T21:11:28.7313402Z [00:02:55.689]➜  mkdir -p $WORK/b1148/
2025-08-20T21:11:28.7313821Z [00:02:55.689]➜  cat >/tmp/go-build2720400589/b1148/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7314181Z [00:02:55.689]➜  # import config
2025-08-20T21:11:28.7314683Z [00:02:55.689]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7315006Z [00:02:55.689]➜  EOF
2025-08-20T21:11:28.7317734Z [00:02:55.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotsort=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotsort;$WORK/b1148=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort -lang=go1.21 -complete -installsuffix shared -buildid Z4cZ-LbB1ZcOErmIAd05/Z4cZ-LbB1ZcOErmIAd05 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/snapshotsort/snapshotsort.go
2025-08-20T21:11:28.7524617Z [00:02:55.710]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:11:28.7557409Z [00:02:55.714]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/00/0047e18dd045d91e5a50f49f0f691caaa5bc9c1a4ac5c08bfdb281bb118107c7-d # internal
2025-08-20T21:11:28.7559298Z [00:02:55.714]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat
2025-08-20T21:11:28.7564042Z [00:02:55.714]➜  mkdir -p $WORK/b1160/
2025-08-20T21:11:28.7564626Z [00:02:55.714]➜  cat >/tmp/go-build2720400589/b1160/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7565013Z [00:02:55.714]➜  # import config
2025-08-20T21:11:28.7565364Z [00:02:55.714]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7565902Z [00:02:55.714]➜  EOF
2025-08-20T21:11:28.7568398Z [00:02:55.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sqlformat=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sqlformat;$WORK/b1160=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat -lang=go1.21 -complete -installsuffix shared -buildid n0nvNqQUjkT5wZ2Q35lj/n0nvNqQUjkT5wZ2Q35lj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/sqlformat/sqlformat.go
2025-08-20T21:11:28.7722168Z [00:02:55.730]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:11:28.7732285Z [00:02:55.731]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/9d/9d1be6f7f25610c20d160beba8693f40cdce87ad78b2752ea141b151b3ba04f3-d # internal
2025-08-20T21:11:28.7738226Z [00:02:55.732]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby
2025-08-20T21:11:28.7738676Z [00:02:55.732]➜  mkdir -p $WORK/b1173/
2025-08-20T21:11:28.7755127Z [00:02:55.733]➜  cat >/tmp/go-build2720400589/b1173/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7756290Z [00:02:55.734]➜  # import config
2025-08-20T21:11:28.7757651Z [00:02:55.734]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7757985Z [00:02:55.734]➜  EOF
2025-08-20T21:11:28.7770737Z [00:02:55.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/groupby=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/groupby;$WORK/b1173=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby -lang=go1.21 -complete -installsuffix shared -buildid E3uqDlyp6fj3-Xr4rtNq/E3uqDlyp6fj3-Xr4rtNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/groupby/groupby.go
2025-08-20T21:11:28.7803722Z [00:02:55.738]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:11:28.7809942Z [00:02:55.739]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/81/810f8b36f5fd2ed5fc46fb02ce155f9d0150b6e93e91b59c43cfd750145eb5ad-d # internal
2025-08-20T21:11:28.7812507Z [00:02:55.739]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype
2025-08-20T21:11:28.7816170Z [00:02:55.739]➜  mkdir -p $WORK/b1175/
2025-08-20T21:11:28.7817067Z [00:02:55.739]➜  cat >/tmp/go-build2720400589/b1175/importcfg << 'EOF' # internal
2025-08-20T21:11:28.7818658Z [00:02:55.739]➜  # import config
2025-08-20T21:11:28.7819389Z [00:02:55.739]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.7820403Z [00:02:55.739]➜  EOF
2025-08-20T21:11:28.7823232Z [00:02:55.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ecscompatibilitytype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ecscompatibilitytype;$WORK/b1175=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype -lang=go1.21 -complete -installsuffix shared -buildid zZa7j313WoB3zp7HsPUt/zZa7j313WoB3zp7HsPUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/ecscompatibilitytype/ecscompatibilitytype.go
2025-08-20T21:11:28.8022374Z [00:02:55.760]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:11:28.8024041Z [00:02:55.760]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/0f/0f1e9a57fba5ec12980a2bbf7581d4f07b06a3d31bb000b65f5c04f333a655de-d # internal
2025-08-20T21:11:28.8025221Z [00:02:55.760]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype
2025-08-20T21:11:28.8028503Z [00:02:55.760]➜  mkdir -p $WORK/b1176/
2025-08-20T21:11:28.8029126Z [00:02:55.760]➜  cat >/tmp/go-build2720400589/b1176/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8029483Z [00:02:55.760]➜  # import config
2025-08-20T21:11:28.8029831Z [00:02:55.760]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.8030150Z [00:02:55.760]➜  EOF
2025-08-20T21:11:28.8078021Z [00:02:55.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/formattype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/formattype;$WORK/b1176=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype -lang=go1.21 -complete -installsuffix shared -buildid ZeJZqMccAeBqbtKZAao0/ZeJZqMccAeBqbtKZAao0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/formattype/formattype.go
2025-08-20T21:11:28.8080476Z [00:02:55.760]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:11:28.8081193Z [00:02:55.761]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/f2/f25c835ad8dff3bcfedaa88bbe9219910d16af6e682163dc242ccba15d1a6d54-d # internal
2025-08-20T21:11:28.8081894Z [00:02:55.762]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats
2025-08-20T21:11:28.8082293Z [00:02:55.762]➜  mkdir -p $WORK/b1181/
2025-08-20T21:11:28.8082667Z [00:02:55.762]➜  cat >/tmp/go-build2720400589/b1181/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8083019Z [00:02:55.762]➜  # import config
2025-08-20T21:11:28.8083364Z [00:02:55.762]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.8083797Z [00:02:55.762]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.8084547Z [00:02:55.762]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.8085265Z [00:02:55.762]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:28.8085864Z [00:02:55.762]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.8086283Z [00:02:55.762]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.8086721Z [00:02:55.762]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.8087148Z [00:02:55.762]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.8087468Z [00:02:55.762]➜  EOF
2025-08-20T21:11:28.8090067Z [00:02:55.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/getnodestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/getnodestats;$WORK/b1181=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats -lang=go1.21 -complete -installsuffix shared -buildid xF46crcPYx9n4RJ-SL-b/xF46crcPYx9n4RJ-SL-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/getnodestats/get_node_stats.go
2025-08-20T21:11:28.8235038Z [00:02:55.781]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:11:28.8256701Z [00:02:55.782]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/c8/c8fa3ec6da407f356ddf63730878c52f305f88f99073ffb77d08fa9facd4be58-d # internal
2025-08-20T21:11:28.8257496Z [00:02:55.782]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode
2025-08-20T21:11:28.8257949Z [00:02:55.782]➜  mkdir -p $WORK/b1197/
2025-08-20T21:11:28.8258575Z [00:02:55.782]➜  cat >/tmp/go-build2720400589/b1197/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8258929Z [00:02:55.782]➜  # import config
2025-08-20T21:11:28.8259280Z [00:02:55.782]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.8259603Z [00:02:55.782]➜  EOF
2025-08-20T21:11:28.8262329Z [00:02:55.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionexecutionmode;$WORK/b1197=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode -lang=go1.21 -complete -installsuffix shared -buildid Ly6ei4dx0RGQMvRjY3b5/Ly6ei4dx0RGQMvRjY3b5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/actionexecutionmode/actionexecutionmode.go
2025-08-20T21:11:28.8474196Z [00:02:55.805]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:11:28.8486085Z [00:02:55.805]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/20/20ea2b5cbf4a966daf9a8f2ccebfecf24f7eadafa9f9bdd7c5801d17e28975e2-d # internal
2025-08-20T21:11:28.8486930Z [00:02:55.806]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory
2025-08-20T21:11:28.8487354Z [00:02:55.806]➜  mkdir -p $WORK/b1207/
2025-08-20T21:11:28.8487733Z [00:02:55.806]➜  cat >/tmp/go-build2720400589/b1207/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8488083Z [00:02:55.806]➜  # import config
2025-08-20T21:11:28.8488427Z [00:02:55.806]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.8488743Z [00:02:55.806]➜  EOF
2025-08-20T21:11:28.8491468Z [00:02:55.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/xpackcategory=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/xpackcategory;$WORK/b1207=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory -lang=go1.21 -complete -installsuffix shared -buildid Ip59RcqdIhWA71RTUlIf/Ip59RcqdIhWA71RTUlIf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/types/enums/xpackcategory/xpackcategory.go
2025-08-20T21:11:28.8551878Z [00:02:55.813]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:11:28.8567267Z [00:02:55.814]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/57/57ca79921a53e552bf0183060dfe8c9fd0614d87697f8fc8ed1ab46ebfabbdf4-d # internal
2025-08-20T21:11:28.8578094Z [00:02:55.816]➜  cloud.google.com/go/compute/metadata
2025-08-20T21:11:28.8579528Z [00:02:55.816]➜  mkdir -p $WORK/b1211/
2025-08-20T21:11:28.8591633Z [00:02:55.816]➜  cat >/tmp/go-build2720400589/b1211/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8592513Z [00:02:55.816]➜  # import config
2025-08-20T21:11:28.8593019Z [00:02:55.816]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:28.8593473Z [00:02:55.816]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:28.8593938Z [00:02:55.816]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:28.8594757Z [00:02:55.816]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.8595235Z [00:02:55.816]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.8595638Z [00:02:55.816]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.8596049Z [00:02:55.816]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:28.8596485Z [00:02:55.816]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:28.8596902Z [00:02:55.816]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:28.8597327Z [00:02:55.816]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:28.8597989Z [00:02:55.816]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:28.8598405Z [00:02:55.816]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:28.8598815Z [00:02:55.816]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.8599375Z [00:02:55.816]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:28.8599793Z [00:02:55.816]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:28.8600209Z [00:02:55.816]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:28.8600516Z [00:02:55.816]➜  EOF
2025-08-20T21:11:28.8603482Z [00:02:55.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0=>cloud.google.com/go/compute/metadata@v0.6.0;$WORK/b1211=>" -p cloud.google.com/go/compute/metadata -lang=go1.21 -complete -installsuffix shared -buildid 7I36_7W294vXg58KRjFZ/7I36_7W294vXg58KRjFZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0/log.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0/retry_linux.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.6.0/syscheck_linux.go
2025-08-20T21:11:28.8624819Z [00:02:55.820]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:11:28.8630704Z [00:02:55.821]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/e1/e16f949763b8d053d4340e8f4e415921ccf39310b05ab6b283041500256fff57-d # internal
2025-08-20T21:11:28.8631352Z [00:02:55.821]➜  hash/fnv
2025-08-20T21:11:28.8631601Z [00:02:55.821]➜  mkdir -p $WORK/b1220/
2025-08-20T21:11:28.8633061Z [00:02:55.821]➜  cat >/tmp/go-build2720400589/b1220/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8633714Z [00:02:55.821]➜  # import config
2025-08-20T21:11:28.8634488Z [00:02:55.821]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.8635492Z [00:02:55.821]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:28.8636442Z [00:02:55.821]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:11:28.8637157Z [00:02:55.821]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:28.8637890Z [00:02:55.821]➜  EOF
2025-08-20T21:11:28.8639671Z [00:02:55.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b1220=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:11:28.8965784Z [00:02:55.854]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:11:28.8977332Z [00:02:55.856]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T21:11:28.8979075Z [00:02:55.856]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:11:28.8979655Z [00:02:55.856]➜  mkdir -p $WORK/b1219/
2025-08-20T21:11:28.8981212Z [00:02:55.856]➜  cat >/tmp/go-build2720400589/b1219/importcfg << 'EOF' # internal
2025-08-20T21:11:28.8981653Z [00:02:55.856]➜  # import config
2025-08-20T21:11:28.8982035Z [00:02:55.856]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:28.8982505Z [00:02:55.856]➜  packagefile hash/fnv=/tmp/go-build2720400589/b1220/_pkg_.a
2025-08-20T21:11:28.8982924Z [00:02:55.856]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:28.8983224Z [00:02:55.856]➜  EOF
2025-08-20T21:11:28.8985922Z [00:02:55.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_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/b1219=>" -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/b1219/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go
2025-08-20T21:11:28.9195771Z [00:02:55.877]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:11:28.9199803Z [00:02:55.878]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d # internal
2025-08-20T21:11:28.9202040Z [00:02:55.878]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:11:28.9202450Z [00:02:55.878]➜  mkdir -p $WORK/b1218/
2025-08-20T21:11:28.9202894Z [00:02:55.878]➜  cat >/tmp/go-build2720400589/b1218/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9204751Z [00:02:55.878]➜  # import config
2025-08-20T21:11:28.9205153Z [00:02:55.878]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:28.9205591Z [00:02:55.878]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.9206160Z [00:02:55.878]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:11:28.9206601Z [00:02:55.878]➜  EOF
2025-08-20T21:11:28.9208630Z [00:02:55.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_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/b1218=>" -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/b1218/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/errors/errors.go
2025-08-20T21:11:28.9518233Z [00:02:55.909]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:11:28.9525059Z [00:02:55.910]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d # internal
2025-08-20T21:11:28.9526106Z [00:02:55.910]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:11:28.9526510Z [00:02:55.910]➜  mkdir -p $WORK/b1217/
2025-08-20T21:11:28.9526894Z [00:02:55.910]➜  cat >/tmp/go-build2720400589/b1217/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9527257Z [00:02:55.910]➜  # import config
2025-08-20T21:11:28.9527740Z [00:02:55.910]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:28.9528270Z [00:02:55.910]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:28.9528678Z [00:02:55.910]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:28.9529105Z [00:02:55.910]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:28.9529424Z [00:02:55.910]➜  EOF
2025-08-20T21:11:28.9531640Z [00:02:55.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_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/b1217=>" -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/b1217/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire/wire.go
2025-08-20T21:11:28.9631897Z [00:02:55.921]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:11:28.9652041Z [00:02:55.923]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/cc/cc768dd8de65186d19bad870ddc43ff44f64360ae30ed305c2cf58bed5b41a2b-d # internal
2025-08-20T21:11:28.9652807Z [00:02:55.923]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:11:28.9653135Z [00:02:55.923]➜  mkdir -p $WORK/b1221/
2025-08-20T21:11:28.9653537Z [00:02:55.923]➜  cat >/tmp/go-build2720400589/b1221/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9654198Z [00:02:55.923]➜  # import config
2025-08-20T21:11:28.9654718Z [00:02:55.923]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:28.9655043Z [00:02:55.923]➜  EOF
2025-08-20T21:11:28.9657057Z [00:02:55.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_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/b1221=>" -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/b1221/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma/pragma.go
2025-08-20T21:11:28.9754725Z [00:02:55.933]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:11:28.9757725Z [00:02:55.933]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d # internal
2025-08-20T21:11:28.9758508Z [00:02:55.933]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:11:28.9758867Z [00:02:55.934]➜  mkdir -p $WORK/b1226/
2025-08-20T21:11:28.9783298Z [00:02:55.936]➜  cat >/tmp/go-build2720400589/b1226/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9783747Z [00:02:55.936]➜  # import config
2025-08-20T21:11:28.9784099Z [00:02:55.936]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:11:28.9784600Z [00:02:55.936]➜  EOF
2025-08-20T21:11:28.9784938Z [00:02:55.936]➜  cat >/tmp/go-build2720400589/b1226/embedcfg << 'EOF' # internal
2025-08-20T21:11:28.9785260Z [00:02:55.936]➜  {
2025-08-20T21:11:28.9785468Z [00:02:55.936]➜  	"Patterns": {
2025-08-20T21:11:28.9785740Z [00:02:55.936]➜  		"editions_defaults.binpb": [
2025-08-20T21:11:28.9786037Z [00:02:55.936]➜  			"editions_defaults.binpb"
2025-08-20T21:11:28.9786292Z [00:02:55.936]➜  		]
2025-08-20T21:11:28.9786497Z [00:02:55.936]➜  	},
2025-08-20T21:11:28.9786722Z [00:02:55.936]➜  	"Files": {
2025-08-20T21:11:28.9787595Z [00:02:55.936]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:11:28.9788203Z [00:02:55.936]➜  	}
2025-08-20T21:11:28.9788400Z [00:02:55.936]➜  }EOF
2025-08-20T21:11:28.9790689Z [00:02:55.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_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/b1226=>" -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/b1226/importcfg -embedcfg $WORK/b1226/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/defaults.go
2025-08-20T21:11:28.9792888Z [00:02:55.936]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:11:28.9795034Z [00:02:55.937]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d # internal
2025-08-20T21:11:28.9809382Z [00:02:55.939]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:11:28.9821006Z [00:02:55.939]➜  mkdir -p $WORK/b1216/
2025-08-20T21:11:28.9821478Z [00:02:55.939]➜  cat >/tmp/go-build2720400589/b1216/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9822325Z [00:02:55.939]➜  # import config
2025-08-20T21:11:28.9822945Z [00:02:55.939]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:28.9823540Z [00:02:55.939]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.9824232Z [00:02:55.939]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:28.9825997Z [00:02:55.939]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:28.9826851Z [00:02:55.939]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:28.9827273Z [00:02:55.939]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:28.9827711Z [00:02:55.939]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.9828136Z [00:02:55.939]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:28.9828668Z [00:02:55.939]➜  EOF
2025-08-20T21:11:28.9833327Z [00:02:55.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_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/b1216=>" -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/b1216/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-20T21:11:28.9890181Z [00:02:55.947]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:11:28.9898650Z [00:02:55.947]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d # internal
2025-08-20T21:11:28.9899223Z [00:02:55.947]➜  go/token
2025-08-20T21:11:28.9899478Z [00:02:55.947]➜  mkdir -p $WORK/b1231/
2025-08-20T21:11:28.9899860Z [00:02:55.947]➜  cat >/tmp/go-build2720400589/b1231/importcfg << 'EOF' # internal
2025-08-20T21:11:28.9900458Z [00:02:55.947]➜  # import config
2025-08-20T21:11:28.9900830Z [00:02:55.947]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:28.9901244Z [00:02:55.947]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:28.9901655Z [00:02:55.947]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:28.9902072Z [00:02:55.947]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:28.9902495Z [00:02:55.947]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:28.9902915Z [00:02:55.947]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:28.9903346Z [00:02:55.947]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:28.9903919Z [00:02:55.947]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:28.9904580Z [00:02:55.947]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:28.9904926Z [00:02:55.947]➜  EOF
2025-08-20T21:11:28.9906680Z [00:02:55.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b1231=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:11:29.0536690Z [00:02:56.011]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:11:29.0625428Z [00:02:56.020]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T21:11:29.0626623Z [00:02:56.020]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:11:29.0627902Z [00:02:56.020]➜  mkdir -p $WORK/b1244/
2025-08-20T21:11:29.0628345Z [00:02:56.020]➜  cat >/tmp/go-build2720400589/b1244/importcfg << 'EOF' # internal
2025-08-20T21:11:29.0628736Z [00:02:56.020]➜  # import config
2025-08-20T21:11:29.0629073Z [00:02:56.020]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.0629842Z [00:02:56.020]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.0630163Z [00:02:56.020]➜  EOF
2025-08-20T21:11:29.0632183Z [00:02:56.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_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/b1244=>" -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/b1244/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version/version.go
2025-08-20T21:11:29.0898810Z [00:02:56.048]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:11:29.0900899Z [00:02:56.048]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d # internal
2025-08-20T21:11:29.0902039Z [00:02:56.048]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:11:29.0902379Z [00:02:56.048]➜  mkdir -p $WORK/b1250/
2025-08-20T21:11:29.0903987Z [00:02:56.048]➜  cat >/tmp/go-build2720400589/b1250/importcfg << 'EOF' # internal
2025-08-20T21:11:29.0905969Z [00:02:56.048]➜  # import config
2025-08-20T21:11:29.0906334Z [00:02:56.048]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.0906754Z [00:02:56.048]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:29.0907167Z [00:02:56.048]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:29.0907477Z [00:02:56.048]➜  EOF
2025-08-20T21:11:29.0909694Z [00:02:56.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/timeseries=>golang.org/x/net@v0.39.0/internal/timeseries;$WORK/b1250=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid ACdhvGHxgyr6ww2u6JeY/ACdhvGHxgyr6ww2u6JeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/timeseries/timeseries.go
2025-08-20T21:11:29.1568916Z [00:02:56.114]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:11:29.1571267Z [00:02:56.115]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/eb/eb8c266f775387d44bdc9dca40f1921c81241b1d66074778e604c5cdf8d9196e-d # internal
2025-08-20T21:11:29.1574041Z [00:02:56.115]➜  html/template
2025-08-20T21:11:29.1575192Z [00:02:56.115]➜  mkdir -p $WORK/b1251/
2025-08-20T21:11:29.1578681Z [00:02:56.116]➜  cat >/tmp/go-build2720400589/b1251/importcfg << 'EOF' # internal
2025-08-20T21:11:29.1580726Z [00:02:56.116]➜  # import config
2025-08-20T21:11:29.1581436Z [00:02:56.116]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:29.1582399Z [00:02:56.116]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:29.1583377Z [00:02:56.116]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.1584186Z [00:02:56.116]➜  packagefile html=/tmp/go-build2720400589/b191/_pkg_.a
2025-08-20T21:11:29.1584843Z [00:02:56.116]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:11:29.1585302Z [00:02:56.116]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.1585718Z [00:02:56.116]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:29.1586137Z [00:02:56.116]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:29.1586556Z [00:02:56.116]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:29.1586976Z [00:02:56.116]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:29.1587698Z [00:02:56.116]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:29.1588168Z [00:02:56.116]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:29.1588601Z [00:02:56.116]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:29.1589029Z [00:02:56.116]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.1589460Z [00:02:56.116]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.1589878Z [00:02:56.116]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:29.1590320Z [00:02:56.116]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:11:29.1590814Z [00:02:56.116]➜  packagefile text/template/parse=/tmp/go-build2720400589/b232/_pkg_.a
2025-08-20T21:11:29.1591286Z [00:02:56.116]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:29.1591738Z [00:02:56.116]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:29.1592081Z [00:02:56.116]➜  EOF
2025-08-20T21:11:29.1596477Z [00:02:56.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b1251=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:11:29.1847990Z [00:02:56.142]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:11:29.1975755Z [00:02:56.155]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d # internal
2025-08-20T21:11:29.1995054Z [00:02:56.155]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:11:29.1995870Z [00:02:56.155]➜  mkdir -p $WORK/b1224/
2025-08-20T21:11:29.1996837Z [00:02:56.156]➜  cat >/tmp/go-build2720400589/b1224/importcfg << 'EOF' # internal
2025-08-20T21:11:29.1997244Z [00:02:56.156]➜  # import config
2025-08-20T21:11:29.1997584Z [00:02:56.156]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.1998170Z [00:02:56.156]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:11:29.1999163Z [00:02:56.156]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:29.1999893Z [00:02:56.156]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.2000443Z [00:02:56.156]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.2001049Z [00:02:56.156]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:29.2001488Z [00:02:56.156]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.2001920Z [00:02:56.156]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.2002233Z [00:02:56.156]➜  EOF
2025-08-20T21:11:29.2004435Z [00:02:56.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_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/b1224=>" -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/b1224/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descfmt/stringer.go
2025-08-20T21:11:29.3042049Z [00:02:56.262]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:11:29.3057617Z [00:02:56.263]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d # internal
2025-08-20T21:11:29.3068487Z [00:02:56.263]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:11:29.3068971Z [00:02:56.264]➜  mkdir -p $WORK/b1225/
2025-08-20T21:11:29.3069358Z [00:02:56.264]➜  cat >/tmp/go-build2720400589/b1225/importcfg << 'EOF' # internal
2025-08-20T21:11:29.3069714Z [00:02:56.264]➜  # import config
2025-08-20T21:11:29.3070240Z [00:02:56.264]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.3070709Z [00:02:56.264]➜  EOF
2025-08-20T21:11:29.3072750Z [00:02:56.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_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/b1225=>" -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/b1225/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts/options.go
2025-08-20T21:11:29.3158750Z [00:02:56.274]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:11:29.3164212Z [00:02:56.274]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d # internal
2025-08-20T21:11:29.3165689Z [00:02:56.274]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:11:29.3168920Z [00:02:56.275]➜  mkdir -p $WORK/b1230/
2025-08-20T21:11:29.3170128Z [00:02:56.275]➜  cat >/tmp/go-build2720400589/b1230/importcfg << 'EOF' # internal
2025-08-20T21:11:29.3170980Z [00:02:56.275]➜  # import config
2025-08-20T21:11:29.3171646Z [00:02:56.275]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:11:29.3172527Z [00:02:56.275]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:29.3173604Z [00:02:56.275]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.3174537Z [00:02:56.275]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.3175249Z [00:02:56.275]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:29.3176050Z [00:02:56.275]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:29.3176891Z [00:02:56.275]➜  EOF
2025-08-20T21:11:29.3179326Z [00:02:56.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_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/b1230=>" -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/b1230/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-20T21:11:29.3442275Z [00:02:56.302]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:11:29.3449944Z [00:02:56.303]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d # internal
2025-08-20T21:11:29.3454357Z [00:02:56.303]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:11:29.3457164Z [00:02:56.303]➜  mkdir -p $WORK/b1228/
2025-08-20T21:11:29.3465494Z [00:02:56.304]➜  cat >/tmp/go-build2720400589/b1228/importcfg << 'EOF' # internal
2025-08-20T21:11:29.3465876Z [00:02:56.304]➜  # import config
2025-08-20T21:11:29.3466241Z [00:02:56.304]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:29.3466654Z [00:02:56.304]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.3467228Z [00:02:56.304]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:11:29.3467920Z [00:02:56.304]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.3468604Z [00:02:56.304]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:29.3469265Z [00:02:56.304]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:29.3469793Z [00:02:56.304]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.3470206Z [00:02:56.304]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.3470633Z [00:02:56.304]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:29.3471075Z [00:02:56.304]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.3471500Z [00:02:56.304]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.3471929Z [00:02:56.304]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:29.3472405Z [00:02:56.304]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:29.3472875Z [00:02:56.304]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:29.3473211Z [00:02:56.304]➜  EOF
2025-08-20T21:11:29.3478578Z [00:02:56.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_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/b1228=>" -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/b1228/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-20T21:11:29.4513188Z [00:02:56.409]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:11:29.4527138Z [00:02:56.411]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d # internal
2025-08-20T21:11:29.4530093Z [00:02:56.411]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:11:29.4530477Z [00:02:56.411]➜  mkdir -p $WORK/b1227/
2025-08-20T21:11:29.4533753Z [00:02:56.411]➜  cat >/tmp/go-build2720400589/b1227/importcfg << 'EOF' # internal
2025-08-20T21:11:29.4536702Z [00:02:56.411]➜  # import config
2025-08-20T21:11:29.4538447Z [00:02:56.412]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.4539068Z [00:02:56.412]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2720400589/b1228/_pkg_.a
2025-08-20T21:11:29.4539784Z [00:02:56.412]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.4540487Z [00:02:56.412]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.4541049Z [00:02:56.412]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.4541480Z [00:02:56.412]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.4541805Z [00:02:56.412]➜  EOF
2025-08-20T21:11:29.4543978Z [00:02:56.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_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/b1227=>" -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/b1227/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/defval/default.go
2025-08-20T21:11:29.4651773Z [00:02:56.423]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:11:29.4679191Z [00:02:56.426]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T21:11:29.4681095Z [00:02:56.426]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:11:29.4687904Z [00:02:56.426]➜  mkdir -p $WORK/b1232/
2025-08-20T21:11:29.4726755Z [00:02:56.426]➜  cat >/tmp/go-build2720400589/b1232/importcfg << 'EOF' # internal
2025-08-20T21:11:29.4727191Z [00:02:56.426]➜  # import config
2025-08-20T21:11:29.4727698Z [00:02:56.426]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:29.4728411Z [00:02:56.426]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.4729126Z [00:02:56.426]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.4729688Z [00:02:56.426]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.4729997Z [00:02:56.426]➜  EOF
2025-08-20T21:11:29.4732618Z [00:02:56.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_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/b1232=>" -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/b1232/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/messageset/messageset.go
2025-08-20T21:11:29.4764577Z [00:02:56.434]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T21:11:29.4771216Z [00:02:56.435]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d # internal
2025-08-20T21:11:29.4785526Z [00:02:56.435]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:11:29.4785884Z [00:02:56.436]➜  mkdir -p $WORK/b1233/
2025-08-20T21:11:29.4786283Z [00:02:56.436]➜  cat >/tmp/go-build2720400589/b1233/importcfg << 'EOF' # internal
2025-08-20T21:11:29.4786934Z [00:02:56.436]➜  # import config
2025-08-20T21:11:29.4787446Z [00:02:56.436]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.4787909Z [00:02:56.436]➜  EOF
2025-08-20T21:11:29.4794852Z [00:02:56.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_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/b1233=>" -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/b1233/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-20T21:11:29.4931754Z [00:02:56.451]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:11:29.4936500Z [00:02:56.452]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d # internal
2025-08-20T21:11:29.4942736Z [00:02:56.452]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:11:29.4943209Z [00:02:56.452]➜  mkdir -p $WORK/b1235/
2025-08-20T21:11:29.4943621Z [00:02:56.452]➜  cat >/tmp/go-build2720400589/b1235/importcfg << 'EOF' # internal
2025-08-20T21:11:29.4943977Z [00:02:56.452]➜  # import config
2025-08-20T21:11:29.4944627Z [00:02:56.452]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.4945257Z [00:02:56.452]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:29.4945675Z [00:02:56.452]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:29.4946191Z [00:02:56.452]➜  EOF
2025-08-20T21:11:29.4948673Z [00:02:56.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_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/b1235=>" -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/b1235/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-20T21:11:29.5010950Z [00:02:56.459]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:11:29.5050433Z [00:02:56.463]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d # internal
2025-08-20T21:11:29.5052302Z [00:02:56.463]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:11:29.5055234Z [00:02:56.463]➜  mkdir -p $WORK/b1236/
2025-08-20T21:11:29.5058804Z [00:02:56.464]➜  cat >/tmp/go-build2720400589/b1236/importcfg << 'EOF' # internal
2025-08-20T21:11:29.5059247Z [00:02:56.464]➜  # import config
2025-08-20T21:11:29.5059608Z [00:02:56.464]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.5060235Z [00:02:56.464]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:29.5061203Z [00:02:56.464]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.5061880Z [00:02:56.464]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:29.5062583Z [00:02:56.464]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.5063140Z [00:02:56.464]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:29.5063556Z [00:02:56.464]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.5063983Z [00:02:56.464]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:29.5069492Z [00:02:56.464]➜  EOF
2025-08-20T21:11:29.5071772Z [00:02:56.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_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/b1236=>" -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/b1236/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry/registry.go
2025-08-20T21:11:29.5158021Z [00:02:56.473]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:11:29.5158819Z [00:02:56.474]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d # internal
2025-08-20T21:11:29.5167205Z [00:02:56.474]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:11:29.5185586Z [00:02:56.474]➜  mkdir -p $WORK/b1237/
2025-08-20T21:11:29.5186226Z [00:02:56.475]➜  cat >/tmp/go-build2720400589/b1237/importcfg << 'EOF' # internal
2025-08-20T21:11:29.5186598Z [00:02:56.475]➜  # import config
2025-08-20T21:11:29.5187083Z [00:02:56.475]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:29.5187798Z [00:02:56.475]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.5188250Z [00:02:56.475]➜  EOF
2025-08-20T21:11:29.5190934Z [00:02:56.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_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/b1237=>" -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/b1237/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-20T21:11:29.5308316Z [00:02:56.489]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:11:29.5309302Z [00:02:56.489]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d # internal
2025-08-20T21:11:29.5310056Z [00:02:56.489]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:11:29.5310515Z [00:02:56.489]➜  mkdir -p $WORK/b1243/
2025-08-20T21:11:29.5312195Z [00:02:56.489]➜  cat >/tmp/go-build2720400589/b1243/importcfg << 'EOF' # internal
2025-08-20T21:11:29.5312617Z [00:02:56.489]➜  # import config
2025-08-20T21:11:29.5312982Z [00:02:56.489]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:29.5313643Z [00:02:56.489]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.5314230Z [00:02:56.489]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:29.5315166Z [00:02:56.489]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2720400589/b1237/_pkg_.a
2025-08-20T21:11:29.5315909Z [00:02:56.489]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.5316318Z [00:02:56.489]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:29.5316754Z [00:02:56.489]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:29.5317083Z [00:02:56.489]➜  EOF
2025-08-20T21:11:29.5319837Z [00:02:56.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1243/_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/b1243=>" -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/b1243/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-20T21:11:29.5678724Z [00:02:56.524]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:11:29.5710506Z [00:02:56.524]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d # internal
2025-08-20T21:11:29.5711283Z [00:02:56.525]➜  golang.org/x/net/trace
2025-08-20T21:11:29.5711586Z [00:02:56.525]➜  mkdir -p $WORK/b1249/
2025-08-20T21:11:29.5712019Z [00:02:56.525]➜  cat >/tmp/go-build2720400589/b1249/importcfg << 'EOF' # internal
2025-08-20T21:11:29.5716731Z [00:02:56.525]➜  # import config
2025-08-20T21:11:29.5717199Z [00:02:56.525]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:29.5717662Z [00:02:56.525]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:29.5718096Z [00:02:56.525]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.5718653Z [00:02:56.525]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build2720400589/b1250/_pkg_.a
2025-08-20T21:11:29.5719317Z [00:02:56.525]➜  packagefile html/template=/tmp/go-build2720400589/b1251/_pkg_.a
2025-08-20T21:11:29.5719767Z [00:02:56.525]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.5720182Z [00:02:56.525]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:29.5727440Z [00:02:56.525]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.5727915Z [00:02:56.525]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:29.5728590Z [00:02:56.525]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:29.5729143Z [00:02:56.525]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:29.5729673Z [00:02:56.525]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:29.5730128Z [00:02:56.525]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:29.5730557Z [00:02:56.525]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.5730985Z [00:02:56.526]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.5731403Z [00:02:56.526]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:29.5731837Z [00:02:56.526]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:29.5732306Z [00:02:56.526]➜  packagefile text/tabwriter=/tmp/go-build2720400589/b194/_pkg_.a
2025-08-20T21:11:29.5732754Z [00:02:56.526]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:29.5733258Z [00:02:56.526]➜  EOF
2025-08-20T21:11:29.5735510Z [00:02:56.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/trace=>golang.org/x/net@v0.39.0/trace;$WORK/b1249=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid 9b-4HFbMm3v3WtkyvLD_/9b-4HFbMm3v3WtkyvLD_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/trace.go
2025-08-20T21:11:29.6187773Z [00:02:56.576]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:11:29.6193382Z [00:02:56.577]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d # internal
2025-08-20T21:11:29.6236493Z [00:02:56.581]➜  google.golang.org/protobuf/proto
2025-08-20T21:11:29.6297746Z [00:02:56.588]➜  mkdir -p $WORK/b1234/
2025-08-20T21:11:29.6301578Z [00:02:56.588]➜  cat >/tmp/go-build2720400589/b1234/importcfg << 'EOF' # internal
2025-08-20T21:11:29.6303288Z [00:02:56.588]➜  # import config
2025-08-20T21:11:29.6303794Z [00:02:56.588]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:29.6304224Z [00:02:56.588]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.6304986Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:29.6305754Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:29.6306480Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.6307151Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:29.6307827Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:11:29.6308506Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2720400589/b1235/_pkg_.a
2025-08-20T21:11:29.6309180Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:29.6309855Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:29.6310551Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.6311274Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:29.6311986Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2720400589/b1237/_pkg_.a
2025-08-20T21:11:29.6312824Z [00:02:56.588]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.6313301Z [00:02:56.588]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:29.6313845Z [00:02:56.588]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:29.6314397Z [00:02:56.588]➜  EOF
2025-08-20T21:11:29.6322909Z [00:02:56.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto=>google.golang.org/protobuf@v1.36.6/proto;$WORK/b1234=>" -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/b1234/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-20T21:11:29.7664831Z [00:02:56.724]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:11:29.7714506Z [00:02:56.729]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/73/730df54947203778eb1ebfa3301fd0546d0e36841a13e9d73b68363713d8af81-d # internal
2025-08-20T21:11:29.7720381Z [00:02:56.730]➜  google.golang.org/grpc/backoff
2025-08-20T21:11:29.7724820Z [00:02:56.730]➜  mkdir -p $WORK/b1252/
2025-08-20T21:11:29.7732369Z [00:02:56.731]➜  cat >/tmp/go-build2720400589/b1252/importcfg << 'EOF' # internal
2025-08-20T21:11:29.7732833Z [00:02:56.731]➜  # import config
2025-08-20T21:11:29.7734020Z [00:02:56.731]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:29.7734519Z [00:02:56.731]➜  EOF
2025-08-20T21:11:29.7750130Z [00:02:56.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/backoff=>google.golang.org/grpc@v1.72.0/backoff;$WORK/b1252=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid K4p1oHIfLGXlcXU8H5ZB/K4p1oHIfLGXlcXU8H5ZB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/backoff/backoff.go
2025-08-20T21:11:29.7818240Z [00:02:56.740]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:11:29.7859839Z [00:02:56.744]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d # internal
2025-08-20T21:11:29.7862692Z [00:02:56.744]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:11:29.7863466Z [00:02:56.744]➜  mkdir -p $WORK/b1223/
2025-08-20T21:11:29.7869104Z [00:02:56.744]➜  cat >/tmp/go-build2720400589/b1223/importcfg << 'EOF' # internal
2025-08-20T21:11:29.7869673Z [00:02:56.745]➜  # import config
2025-08-20T21:11:29.7872183Z [00:02:56.745]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:29.7872684Z [00:02:56.745]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.7873565Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:29.7874439Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2720400589/b1224/_pkg_.a
2025-08-20T21:11:29.7875195Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2720400589/b1225/_pkg_.a
2025-08-20T21:11:29.7875932Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2720400589/b1226/_pkg_.a
2025-08-20T21:11:29.7876696Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2720400589/b1227/_pkg_.a
2025-08-20T21:11:29.7877464Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:29.7878191Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.7879015Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:11:29.7879909Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:29.7880588Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:29.7881221Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:29.7882084Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.7882815Z [00:02:56.745]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:29.7883382Z [00:02:56.745]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:29.7883805Z [00:02:56.745]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:29.7884222Z [00:02:56.745]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:29.7884790Z [00:02:56.745]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:29.7885221Z [00:02:56.745]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:29.7885657Z [00:02:56.745]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:29.7885987Z [00:02:56.745]➜  EOF
2025-08-20T21:11:29.7890294Z [00:02:56.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_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/b1223=>" -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/b1223/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-20T21:11:29.7934792Z [00:02:56.751]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:11:29.7941648Z [00:02:56.752]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/82/82567b6fcf0ca8ea9a2f21efb30083a595d69118f6e03a4b28c2db4823d3afae-d # internal
2025-08-20T21:11:29.7946924Z [00:02:56.753]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:11:29.7947337Z [00:02:56.753]➜  mkdir -p $WORK/b1240/
2025-08-20T21:11:29.7958155Z [00:02:56.754]➜  cat >/tmp/go-build2720400589/b1240/importcfg << 'EOF' # internal
2025-08-20T21:11:29.7959038Z [00:02:56.754]➜  # import config
2025-08-20T21:11:29.7960063Z [00:02:56.754]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.7960666Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:29.7961430Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:29.7962338Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2720400589/b1228/_pkg_.a
2025-08-20T21:11:29.7963220Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:29.7963915Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:29.7964760Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:11:29.7965439Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2720400589/b1235/_pkg_.a
2025-08-20T21:11:29.7966362Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:29.7967031Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2720400589/b1241/_pkg_.a
2025-08-20T21:11:29.7967845Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:29.7968480Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:29.7969146Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:29.7973260Z [00:02:56.754]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:29.7973868Z [00:02:56.754]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:29.7974438Z [00:02:56.754]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:29.7974824Z [00:02:56.754]➜  EOF
2025-08-20T21:11:29.7977519Z [00:02:56.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_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/b1240=>" -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/b1240/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-20T21:11:29.9337354Z [00:02:56.892]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:11:29.9354141Z [00:02:56.893]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d # internal
2025-08-20T21:11:29.9359124Z [00:02:56.894]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T21:11:29.9360333Z [00:02:56.894]➜  mkdir -p $WORK/b1258/
2025-08-20T21:11:29.9369438Z [00:02:56.895]➜  cat >/tmp/go-build2720400589/b1258/importcfg << 'EOF' # internal
2025-08-20T21:11:29.9369859Z [00:02:56.895]➜  # import config
2025-08-20T21:11:29.9370232Z [00:02:56.895]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:29.9372003Z [00:02:56.895]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:29.9372471Z [00:02:56.895]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:29.9372887Z [00:02:56.895]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:29.9373288Z [00:02:56.895]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:29.9373848Z [00:02:56.895]➜  EOF
2025-08-20T21:11:29.9376620Z [00:02:56.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/internal=>google.golang.org/grpc@v1.72.0/grpclog/internal;$WORK/b1258=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid 7Ahj_XjeutKvD50lPekb/7Ahj_XjeutKvD50lPekb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/internal/loggerv2.go
2025-08-20T21:11:30.0038250Z [00:02:56.962]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:11:30.0039037Z [00:02:56.962]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/f7/f7ab100cf272eb2b9ffd310bf7fd5b458b6c561f02c56e7149aad032b7b06f49-d # internal
2025-08-20T21:11:30.0071073Z [00:02:56.965]➜  google.golang.org/grpc/grpclog
2025-08-20T21:11:30.0071762Z [00:02:56.965]➜  mkdir -p $WORK/b1257/
2025-08-20T21:11:30.0075773Z [00:02:56.965]➜  cat >/tmp/go-build2720400589/b1257/importcfg << 'EOF' # internal
2025-08-20T21:11:30.0076664Z [00:02:56.965]➜  # import config
2025-08-20T21:11:30.0077481Z [00:02:56.965]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.0078682Z [00:02:56.965]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build2720400589/b1258/_pkg_.a
2025-08-20T21:11:30.0079280Z [00:02:56.965]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:30.0079686Z [00:02:56.965]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:30.0080107Z [00:02:56.965]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:30.0080537Z [00:02:56.965]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.0080855Z [00:02:56.965]➜  EOF
2025-08-20T21:11:30.0083438Z [00:02:56.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog=>google.golang.org/grpc@v1.72.0/grpclog;$WORK/b1257=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid 7SLuO1orKZ94bbauce8v/7SLuO1orKZ94bbauce8v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/grpclog/loggerv2.go
2025-08-20T21:11:30.0846127Z [00:02:57.042]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:11:30.0848886Z [00:02:57.042]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/0d/0db6f8aa34888c7f6e364af111dee7aea1e4f8c601f7890e333b8c4ef8af1af4-d # internal
2025-08-20T21:11:30.0850441Z [00:02:57.043]➜  google.golang.org/grpc/connectivity
2025-08-20T21:11:30.0850809Z [00:02:57.043]➜  mkdir -p $WORK/b1256/
2025-08-20T21:11:30.0862609Z [00:02:57.044]➜  cat >/tmp/go-build2720400589/b1256/importcfg << 'EOF' # internal
2025-08-20T21:11:30.0863806Z [00:02:57.044]➜  # import config
2025-08-20T21:11:30.0865054Z [00:02:57.044]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.0865545Z [00:02:57.044]➜  EOF
2025-08-20T21:11:30.0867504Z [00:02:57.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/connectivity=>google.golang.org/grpc@v1.72.0/connectivity;$WORK/b1256=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid VZExONtagfoHfY6jBLa2/VZExONtagfoHfY6jBLa2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/connectivity/connectivity.go
2025-08-20T21:11:30.1289020Z [00:02:57.087]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:11:30.1293857Z [00:02:57.087]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/a3/a3614e7708453f38b72dd61a627f58c420566d36149dab408a85779b6eb502ba-d # internal
2025-08-20T21:11:30.1296689Z [00:02:57.087]➜  google.golang.org/grpc/attributes
2025-08-20T21:11:30.1297025Z [00:02:57.087]➜  mkdir -p $WORK/b1260/
2025-08-20T21:11:30.1297506Z [00:02:57.088]➜  cat >/tmp/go-build2720400589/b1260/importcfg << 'EOF' # internal
2025-08-20T21:11:30.1297872Z [00:02:57.088]➜  # import config
2025-08-20T21:11:30.1298203Z [00:02:57.088]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.1298629Z [00:02:57.088]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.1298945Z [00:02:57.088]➜  EOF
2025-08-20T21:11:30.1300817Z [00:02:57.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/attributes=>google.golang.org/grpc@v1.72.0/attributes;$WORK/b1260=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid tgB0pMM-9azrxOUd7XR1/tgB0pMM-9azrxOUd7XR1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/attributes/attributes.go
2025-08-20T21:11:30.1659215Z [00:02:57.124]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:11:30.1664232Z [00:02:57.124]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/95/95f9eb0252396bf40359872aba90034df99c830e9e5c45ec9993c0f9d100373b-d # internal
2025-08-20T21:11:30.1667549Z [00:02:57.125]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:11:30.1667905Z [00:02:57.125]➜  mkdir -p $WORK/b1261/
2025-08-20T21:11:30.1680249Z [00:02:57.126]➜  cat >/tmp/go-build2720400589/b1261/importcfg << 'EOF' # internal
2025-08-20T21:11:30.1680642Z [00:02:57.126]➜  # import config
2025-08-20T21:11:30.1680995Z [00:02:57.126]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.1681458Z [00:02:57.126]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:30.1681925Z [00:02:57.126]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:30.1682466Z [00:02:57.126]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.1682959Z [00:02:57.126]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.1683380Z [00:02:57.126]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:30.1683806Z [00:02:57.126]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:30.1684122Z [00:02:57.126]➜  EOF
2025-08-20T21:11:30.1687474Z [00:02:57.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1261/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials=>google.golang.org/grpc@v1.72.0/internal/credentials;$WORK/b1261=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid mR_15z6ZWSYv5h3MpdxR/mR_15z6ZWSYv5h3MpdxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/util.go
2025-08-20T21:11:30.2181602Z [00:02:57.176]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:11:30.2190055Z [00:02:57.177]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/ed/ed31ae17e6d2c66fd406acfe4698bc91d55cc76f1865034f2a0d238b6c85a4e5-d # internal
2025-08-20T21:11:30.2190714Z [00:02:57.177]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:11:30.2192039Z [00:02:57.177]➜  mkdir -p $WORK/b1262/
2025-08-20T21:11:30.2194869Z [00:02:57.177]➜  cat >/tmp/go-build2720400589/b1262/importcfg << 'EOF' # internal
2025-08-20T21:11:30.2195807Z [00:02:57.177]➜  # import config
2025-08-20T21:11:30.2196884Z [00:02:57.177]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:30.2197616Z [00:02:57.177]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:30.2198134Z [00:02:57.177]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.2198686Z [00:02:57.177]➜  EOF
2025-08-20T21:11:30.2201964Z [00:02:57.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/envconfig=>google.golang.org/grpc@v1.72.0/internal/envconfig;$WORK/b1262=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid 8rbVaL_jM2TouVkbEoN1/8rbVaL_jM2TouVkbEoN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/envconfig/xds.go
2025-08-20T21:11:30.2371520Z [00:02:57.195]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:11:30.2430465Z [00:02:57.201]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d # internal
2025-08-20T21:11:30.2431339Z [00:02:57.201]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:11:30.2432495Z [00:02:57.201]➜  mkdir -p $WORK/b1242/
2025-08-20T21:11:30.2436125Z [00:02:57.202]➜  cat >/tmp/go-build2720400589/b1242/importcfg << 'EOF' # internal
2025-08-20T21:11:30.2436488Z [00:02:57.202]➜  # import config
2025-08-20T21:11:30.2437038Z [00:02:57.202]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2720400589/b1227/_pkg_.a
2025-08-20T21:11:30.2437771Z [00:02:57.202]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:11:30.2438460Z [00:02:57.202]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:30.2439157Z [00:02:57.202]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:30.2439727Z [00:02:57.202]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:30.2440160Z [00:02:57.202]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:30.2440589Z [00:02:57.202]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.2440904Z [00:02:57.202]➜  EOF
2025-08-20T21:11:30.2446160Z [00:02:57.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1242/_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/b1242=>" -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/b1242/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/tag/tag.go
2025-08-20T21:11:30.2448082Z [00:02:57.202]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:11:30.2452636Z [00:02:57.203]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/37/372f5c1bea9279a4d4fc6e0c0e92dc55ad641b4647306bd5c0ae72f795f99ba7-d # internal
2025-08-20T21:11:30.2453352Z [00:02:57.203]➜  google.golang.org/grpc/credentials
2025-08-20T21:11:30.2456681Z [00:02:57.204]➜  mkdir -p $WORK/b1259/
2025-08-20T21:11:30.2459434Z [00:02:57.204]➜  cat >/tmp/go-build2720400589/b1259/importcfg << 'EOF' # internal
2025-08-20T21:11:30.2459803Z [00:02:57.204]➜  # import config
2025-08-20T21:11:30.2460168Z [00:02:57.204]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.2460617Z [00:02:57.204]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:30.2461070Z [00:02:57.204]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:30.2461688Z [00:02:57.204]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:30.2462190Z [00:02:57.204]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.2462713Z [00:02:57.204]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:11:30.2463319Z [00:02:57.204]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.2464234Z [00:02:57.204]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2720400589/b1261/_pkg_.a
2025-08-20T21:11:30.2465081Z [00:02:57.204]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:30.2465938Z [00:02:57.204]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:30.2466460Z [00:02:57.204]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.2483607Z [00:02:57.204]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:30.2484586Z [00:02:57.204]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:30.2484948Z [00:02:57.204]➜  EOF
2025-08-20T21:11:30.2487107Z [00:02:57.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials=>google.golang.org/grpc@v1.72.0/credentials;$WORK/b1259=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid aAqsb5pW3EH-Jd2877NK/aAqsb5pW3EH-Jd2877NK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls.go
2025-08-20T21:11:30.2784080Z [00:02:57.236]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:11:30.2792115Z [00:02:57.237]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d # internal
2025-08-20T21:11:30.2801815Z [00:02:57.238]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:11:30.2802182Z [00:02:57.238]➜  mkdir -p $WORK/b1239/
2025-08-20T21:11:30.2808105Z [00:02:57.238]➜  cat >/tmp/go-build2720400589/b1239/importcfg << 'EOF' # internal
2025-08-20T21:11:30.2808801Z [00:02:57.239]➜  # import config
2025-08-20T21:11:30.2809473Z [00:02:57.239]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:30.2810372Z [00:02:57.239]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:30.2810901Z [00:02:57.239]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:30.2811381Z [00:02:57.239]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:30.2811822Z [00:02:57.239]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.2812411Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2720400589/b1240/_pkg_.a
2025-08-20T21:11:30.2813125Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:30.2814085Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2720400589/b1225/_pkg_.a
2025-08-20T21:11:30.2814984Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:11:30.2815741Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:30.2816497Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2720400589/b1242/_pkg_.a
2025-08-20T21:11:30.2817198Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:30.2817881Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:11:30.2818710Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:30.2819492Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:11:30.2820168Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2720400589/b1235/_pkg_.a
2025-08-20T21:11:30.2820848Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:30.2821541Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2720400589/b1243/_pkg_.a
2025-08-20T21:11:30.2822223Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:30.2822850Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:30.2823524Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:30.2824579Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:30.2825391Z [00:02:57.239]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2720400589/b1237/_pkg_.a
2025-08-20T21:11:30.2825963Z [00:02:57.239]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:11:30.2826587Z [00:02:57.239]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:30.2826996Z [00:02:57.239]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:30.2827419Z [00:02:57.239]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:30.2827836Z [00:02:57.239]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:30.2828250Z [00:02:57.239]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:30.2828671Z [00:02:57.239]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:30.2829094Z [00:02:57.239]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:30.2829523Z [00:02:57.239]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.2829940Z [00:02:57.239]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:30.2830375Z [00:02:57.239]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:30.2830840Z [00:02:57.239]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:30.2831167Z [00:02:57.239]➜  EOF
2025-08-20T21:11:30.2852390Z [00:02:57.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_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/b1239=>" -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/b1239/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-20T21:11:30.3327024Z [00:02:57.290]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:11:30.3340381Z [00:02:57.292]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/cb/cb636db513e25bbcbe0040f12ff6a82e3268fa521182183195124927d4331dcd-d # internal
2025-08-20T21:11:30.3343859Z [00:02:57.292]➜  google.golang.org/grpc/internal
2025-08-20T21:11:30.3345274Z [00:02:57.292]➜  mkdir -p $WORK/b1263/
2025-08-20T21:11:30.3378559Z [00:02:57.296]➜  cat >/tmp/go-build2720400589/b1263/importcfg << 'EOF' # internal
2025-08-20T21:11:30.3378995Z [00:02:57.296]➜  # import config
2025-08-20T21:11:30.3379375Z [00:02:57.296]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.3379871Z [00:02:57.296]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:11:30.3380701Z [00:02:57.296]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:30.3381453Z [00:02:57.296]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:30.3381987Z [00:02:57.296]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.3382406Z [00:02:57.296]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:30.3382825Z [00:02:57.296]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:30.3383129Z [00:02:57.296]➜  EOF
2025-08-20T21:11:30.3385832Z [00:02:57.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal=>google.golang.org/grpc@v1.72.0/internal;$WORK/b1263=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid iGN_V7OmUVcO1zhZc9XG/iGN_V7OmUVcO1zhZc9XG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/tcp_keepalive_unix.go
2025-08-20T21:11:30.3937437Z [00:02:57.352]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:11:30.3967470Z [00:02:57.355]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/64/64be8c98dc1f3083c55c82f65222de2e84ad1b00a4359557c43abdbec0a2aab4-d # internal
2025-08-20T21:11:30.4003282Z [00:02:57.358]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:11:30.4004617Z [00:02:57.358]➜  mkdir -p $WORK/b1255/
2025-08-20T21:11:30.4012927Z [00:02:57.359]➜  cat >/tmp/go-build2720400589/b1255/importcfg << 'EOF' # internal
2025-08-20T21:11:30.4013324Z [00:02:57.359]➜  # import config
2025-08-20T21:11:30.4013692Z [00:02:57.359]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.4014711Z [00:02:57.359]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:11:30.4015337Z [00:02:57.359]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:30.4015968Z [00:02:57.359]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:30.4016772Z [00:02:57.359]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.4017359Z [00:02:57.359]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:30.4017849Z [00:02:57.359]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.4018261Z [00:02:57.359]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:30.4018672Z [00:02:57.359]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:30.4019114Z [00:02:57.359]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:30.4019561Z [00:02:57.359]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:30.4019984Z [00:02:57.359]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:30.4020293Z [00:02:57.359]➜  EOF
2025-08-20T21:11:30.4028004Z [00:02:57.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz=>google.golang.org/grpc@v1.72.0/internal/channelz;$WORK/b1255=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid U0WcasuW1Z6aCQldlhSk/U0WcasuW1Z6aCQldlhSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/channelz/trace.go
2025-08-20T21:11:30.5749768Z [00:02:57.533]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:11:30.5778049Z [00:02:57.536]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/e3/e35af91943cee8b56306b5e38b33513ecb97b971ed37178bdd80e3e8f0dc6a82-d # internal
2025-08-20T21:11:30.5779206Z [00:02:57.536]➜  google.golang.org/grpc/channelz
2025-08-20T21:11:30.5779603Z [00:02:57.536]➜  mkdir -p $WORK/b1254/
2025-08-20T21:11:30.5779994Z [00:02:57.536]➜  cat >/tmp/go-build2720400589/b1254/importcfg << 'EOF' # internal
2025-08-20T21:11:30.5780627Z [00:02:57.536]➜  # import config
2025-08-20T21:11:30.5781225Z [00:02:57.536]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2720400589/b1255/_pkg_.a
2025-08-20T21:11:30.5781672Z [00:02:57.536]➜  EOF
2025-08-20T21:11:30.5783502Z [00:02:57.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/channelz=>google.golang.org/grpc@v1.72.0/channelz;$WORK/b1254=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid LhW6nVNfsPtLD3QqxfE-/LhW6nVNfsPtLD3QqxfE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/channelz/channelz.go
2025-08-20T21:11:30.5962124Z [00:02:57.554]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:11:30.5972371Z [00:02:57.555]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/bd/bd1d6ed1d172ecea4aa65d262ed4c1a47fffd61c805331c4b886f20a7ceb5c27-d # internal
2025-08-20T21:11:30.5988644Z [00:02:57.557]➜  google.golang.org/grpc/metadata
2025-08-20T21:11:30.5990094Z [00:02:57.557]➜  mkdir -p $WORK/b1267/
2025-08-20T21:11:30.6003166Z [00:02:57.558]➜  cat >/tmp/go-build2720400589/b1267/importcfg << 'EOF' # internal
2025-08-20T21:11:30.6003918Z [00:02:57.558]➜  # import config
2025-08-20T21:11:30.6004666Z [00:02:57.558]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.6005614Z [00:02:57.558]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.6006243Z [00:02:57.558]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:30.6006916Z [00:02:57.558]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.6007784Z [00:02:57.558]➜  EOF
2025-08-20T21:11:30.6019935Z [00:02:57.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/metadata=>google.golang.org/grpc@v1.72.0/metadata;$WORK/b1267=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid v6JT5jtW_wDsywUMnUqh/v6JT5jtW_wDsywUMnUqh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/metadata/metadata.go
2025-08-20T21:11:30.6450208Z [00:02:57.603]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:11:30.6462232Z [00:02:57.604]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/d2/d236fa6aa7834647ceacda7914056b011076f92c84260cf445f6f678bde331b5-d # internal
2025-08-20T21:11:30.6469724Z [00:02:57.605]➜  google.golang.org/grpc/stats
2025-08-20T21:11:30.6470363Z [00:02:57.605]➜  mkdir -p $WORK/b1266/
2025-08-20T21:11:30.6501475Z [00:02:57.608]➜  cat >/tmp/go-build2720400589/b1266/importcfg << 'EOF' # internal
2025-08-20T21:11:30.6502196Z [00:02:57.608]➜  # import config
2025-08-20T21:11:30.6502779Z [00:02:57.608]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.6503746Z [00:02:57.608]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:30.6504663Z [00:02:57.608]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:30.6505514Z [00:02:57.608]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.6506757Z [00:02:57.608]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:30.6507095Z [00:02:57.608]➜  EOF
2025-08-20T21:11:30.6509349Z [00:02:57.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats=>google.golang.org/grpc@v1.72.0/stats;$WORK/b1266=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid _clw5Ewasb3bY6oVHctZ/_clw5Ewasb3bY6oVHctZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/stats.go
2025-08-20T21:11:30.6889082Z [00:02:57.647]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:11:30.6896073Z [00:02:57.647]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/aa/aa59d65ead598d59d22e73ccfdd97695f1d7ee410a33e1fd8bc28dea9333b686-d # internal
2025-08-20T21:11:30.6897631Z [00:02:57.648]➜  google.golang.org/grpc/experimental/stats
2025-08-20T21:11:30.6903153Z [00:02:57.648]➜  mkdir -p $WORK/b1265/
2025-08-20T21:11:30.6903590Z [00:02:57.648]➜  cat >/tmp/go-build2720400589/b1265/importcfg << 'EOF' # internal
2025-08-20T21:11:30.6903955Z [00:02:57.648]➜  # import config
2025-08-20T21:11:30.6904490Z [00:02:57.648]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.6905147Z [00:02:57.648]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:30.6905751Z [00:02:57.648]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:30.6906503Z [00:02:57.648]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:30.6906820Z [00:02:57.648]➜  EOF
2025-08-20T21:11:30.6909169Z [00:02:57.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/stats=>google.golang.org/grpc@v1.72.0/experimental/stats;$WORK/b1265=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid AAMbcHE6g6XQAa54QD4f/AAMbcHE6g6XQAa54QD4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/stats/metrics.go
2025-08-20T21:11:30.7350533Z [00:02:57.693]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:11:30.7397055Z [00:02:57.693]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/2e/2e11a8765b94149f593ccfeda94a129c718288d40da3c544a4422e06defe8979-d # internal
2025-08-20T21:11:30.7397832Z [00:02:57.694]➜  google.golang.org/grpc/resolver
2025-08-20T21:11:30.7398153Z [00:02:57.694]➜  mkdir -p $WORK/b1268/
2025-08-20T21:11:30.7398551Z [00:02:57.694]➜  cat >/tmp/go-build2720400589/b1268/importcfg << 'EOF' # internal
2025-08-20T21:11:30.7398902Z [00:02:57.694]➜  # import config
2025-08-20T21:11:30.7399262Z [00:02:57.694]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.7399733Z [00:02:57.694]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:30.7400187Z [00:02:57.694]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:30.7400597Z [00:02:57.694]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.7401115Z [00:02:57.694]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:11:30.7402006Z [00:02:57.694]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:30.7402773Z [00:02:57.694]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:30.7403509Z [00:02:57.694]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:30.7404183Z [00:02:57.694]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:30.7404905Z [00:02:57.694]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.7405322Z [00:02:57.694]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:30.7408006Z [00:02:57.694]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:30.7408590Z [00:02:57.694]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.7408915Z [00:02:57.694]➜  EOF
2025-08-20T21:11:30.7411000Z [00:02:57.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver=>google.golang.org/grpc@v1.72.0/resolver;$WORK/b1268=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid 5lv6XZEb3tYXv-s8dz55/5lv6XZEb3tYXv-s8dz55 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/resolver.go
2025-08-20T21:11:30.8060405Z [00:02:57.764]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:11:30.8076215Z [00:02:57.765]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/3e/3e175fa15b087e8531a36388e58bb949476cb9a78b9136d805393d3c94ea5a9f-d # internal
2025-08-20T21:11:30.8076885Z [00:02:57.765]➜  google.golang.org/grpc/balancer
2025-08-20T21:11:30.8077739Z [00:02:57.765]➜  mkdir -p $WORK/b1253/
2025-08-20T21:11:30.8079581Z [00:02:57.765]➜  cat >/tmp/go-build2720400589/b1253/importcfg << 'EOF' # internal
2025-08-20T21:11:30.8080087Z [00:02:57.765]➜  # import config
2025-08-20T21:11:30.8080464Z [00:02:57.765]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:30.8080934Z [00:02:57.765]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:30.8081393Z [00:02:57.765]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:30.8081911Z [00:02:57.765]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2720400589/b1254/_pkg_.a
2025-08-20T21:11:30.8082533Z [00:02:57.765]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:30.8083154Z [00:02:57.765]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:30.8083802Z [00:02:57.765]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:30.8084545Z [00:02:57.765]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.8085203Z [00:02:57.765]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:30.8085805Z [00:02:57.765]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:30.8086402Z [00:02:57.765]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:30.8087011Z [00:02:57.765]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:30.8087525Z [00:02:57.765]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:30.8087945Z [00:02:57.765]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:30.8088259Z [00:02:57.765]➜  EOF
2025-08-20T21:11:30.8090917Z [00:02:57.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer=>google.golang.org/grpc@v1.72.0/balancer;$WORK/b1253=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid ddOdjVT3_ep2qvF_vTRU/ddOdjVT3_ep2qvF_vTRU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/subconn.go
2025-08-20T21:11:30.8500297Z [00:02:57.808]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:11:30.8506297Z [00:02:57.808]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/ef/efc3fe658b2253442f587b66b62b7fc691ce3ca0cfd407cf961fbb889170a34e-d # internal
2025-08-20T21:11:30.8538260Z [00:02:57.812]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:11:30.8541099Z [00:02:57.812]➜  mkdir -p $WORK/b1269/
2025-08-20T21:11:30.8541568Z [00:02:57.812]➜  cat >/tmp/go-build2720400589/b1269/importcfg << 'EOF' # internal
2025-08-20T21:11:30.8541931Z [00:02:57.812]➜  # import config
2025-08-20T21:11:30.8542292Z [00:02:57.812]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:30.8543023Z [00:02:57.812]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.8543554Z [00:02:57.812]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:30.8544173Z [00:02:57.812]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:30.8545089Z [00:02:57.812]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.8545685Z [00:02:57.812]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:30.8546080Z [00:02:57.812]➜  EOF
2025-08-20T21:11:30.8549262Z [00:02:57.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/base=>google.golang.org/grpc@v1.72.0/balancer/base;$WORK/b1269=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid tITgZ2GF5odt5TtVagrw/tITgZ2GF5odt5TtVagrw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/base/base.go
2025-08-20T21:11:30.9574020Z [00:02:57.915]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:11:30.9604962Z [00:02:57.918]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/35/355310a1a05f8e2d1a45189d4926106f116ddb6cb7a625156e22c695b20dda5e-d # internal
2025-08-20T21:11:30.9609626Z [00:02:57.919]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T21:11:30.9610012Z [00:02:57.919]➜  mkdir -p $WORK/b1271/
2025-08-20T21:11:30.9617599Z [00:02:57.920]➜  cat >/tmp/go-build2720400589/b1271/importcfg << 'EOF' # internal
2025-08-20T21:11:30.9617983Z [00:02:57.920]➜  # import config
2025-08-20T21:11:30.9618347Z [00:02:57.920]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:30.9618805Z [00:02:57.920]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:30.9619126Z [00:02:57.920]➜  EOF
2025-08-20T21:11:30.9628935Z [00:02:57.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/internal=>google.golang.org/grpc@v1.72.0/balancer/pickfirst/internal;$WORK/b1271=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid G5KkUmnZq8ARMsvu9M2K/G5KkUmnZq8ARMsvu9M2K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/internal/internal.go
2025-08-20T21:11:30.9796652Z [00:02:57.936]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:11:30.9799722Z [00:02:57.938]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/57/57a9db32581fe728294f5262b96f960c50d9e9bd74025c8f9e08cbb5f9261742-d # internal
2025-08-20T21:11:30.9801087Z [00:02:57.938]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:11:30.9801921Z [00:02:57.938]➜  mkdir -p $WORK/b1273/
2025-08-20T21:11:30.9802852Z [00:02:57.938]➜  cat >/tmp/go-build2720400589/b1273/importcfg << 'EOF' # internal
2025-08-20T21:11:30.9803538Z [00:02:57.938]➜  # import config
2025-08-20T21:11:30.9803939Z [00:02:57.938]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:30.9804642Z [00:02:57.938]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:30.9805054Z [00:02:57.938]➜  EOF
2025-08-20T21:11:30.9807063Z [00:02:57.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1273/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpclog=>google.golang.org/grpc@v1.72.0/internal/grpclog;$WORK/b1273=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid YbSZQK6x7XTwT1EwvWzq/YbSZQK6x7XTwT1EwvWzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpclog/prefix_logger.go
2025-08-20T21:11:30.9989194Z [00:02:57.957]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:11:30.9993534Z [00:02:57.957]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/94/94313fce5f43e757fc8b4dee5795d9f661da1de997731984fbe4690330bc5caf-d # internal
2025-08-20T21:11:30.9996435Z [00:02:57.958]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:11:30.9997211Z [00:02:57.958]➜  mkdir -p $WORK/b1276/
2025-08-20T21:11:31.0003948Z [00:02:57.958]➜  cat >/tmp/go-build2720400589/b1276/importcfg << 'EOF' # internal
2025-08-20T21:11:31.0004514Z [00:02:57.958]➜  # import config
2025-08-20T21:11:31.0004920Z [00:02:57.958]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:31.0005340Z [00:02:57.958]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.0005916Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:11:31.0006616Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:31.0007292Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:31.0007814Z [00:02:57.958]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:31.0008224Z [00:02:57.958]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:31.0008644Z [00:02:57.958]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:31.0009072Z [00:02:57.958]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:31.0009498Z [00:02:57.958]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:31.0009921Z [00:02:57.958]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.0010349Z [00:02:57.958]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:31.0010802Z [00:02:57.958]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:31.0011276Z [00:02:57.958]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:31.0011620Z [00:02:57.958]➜  EOF
2025-08-20T21:11:31.0039749Z [00:02:57.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_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/b1276=>" -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/b1276/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-20T21:11:31.1476847Z [00:02:58.105]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:11:31.1482036Z [00:02:58.106]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/c6/c6821b56526fe0e9ce21df512ec161045013fc49433709573d9c9201da6999eb-d # internal
2025-08-20T21:11:31.1483798Z [00:02:58.106]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:11:31.1484149Z [00:02:58.106]➜  mkdir -p $WORK/b1275/
2025-08-20T21:11:31.1484762Z [00:02:58.106]➜  cat >/tmp/go-build2720400589/b1275/importcfg << 'EOF' # internal
2025-08-20T21:11:31.1485123Z [00:02:58.106]➜  # import config
2025-08-20T21:11:31.1485464Z [00:02:58.106]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:31.1485922Z [00:02:58.106]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:31.1486377Z [00:02:58.106]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.1487227Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:11:31.1488013Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2720400589/b1276/_pkg_.a
2025-08-20T21:11:31.1488781Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:11:31.1489694Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:11:31.1490387Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:11:31.1491071Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:11:31.1491750Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:11:31.1492427Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2720400589/b1235/_pkg_.a
2025-08-20T21:11:31.1493108Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:11:31.1493779Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2720400589/b1241/_pkg_.a
2025-08-20T21:11:31.1494623Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:11:31.1495334Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:31.1496001Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:31.1496727Z [00:02:58.106]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:31.1497295Z [00:02:58.106]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:31.1497720Z [00:02:58.106]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:31.1498153Z [00:02:58.106]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.1498572Z [00:02:58.106]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:31.1498886Z [00:02:58.106]➜  EOF
2025-08-20T21:11:31.1502163Z [00:02:58.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1275/_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/b1275=>" -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/b1275/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-20T21:11:31.4274084Z [00:02:58.385]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:11:31.4298538Z [00:02:58.388]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d # internal
2025-08-20T21:11:31.4315677Z [00:02:58.388]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T21:11:31.4316068Z [00:02:58.388]➜  mkdir -p $WORK/b1279/
2025-08-20T21:11:31.4316457Z [00:02:58.388]➜  cat >/tmp/go-build2720400589/b1279/importcfg << 'EOF' # internal
2025-08-20T21:11:31.4316808Z [00:02:58.388]➜  # import config
2025-08-20T21:11:31.4317147Z [00:02:58.388]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:31.4317683Z [00:02:58.388]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:31.4318531Z [00:02:58.388]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:31.4319585Z [00:02:58.389]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:31.4320214Z [00:02:58.389]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:31.4320939Z [00:02:58.389]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:31.4321388Z [00:02:58.389]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.4321822Z [00:02:58.389]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:31.4322153Z [00:02:58.389]➜  EOF
2025-08-20T21:11:31.4324455Z [00:02:58.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/endpointsharding=>google.golang.org/grpc@v1.72.0/balancer/endpointsharding;$WORK/b1279=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid szZ0gXS6wD6yBjp8k1w-/szZ0gXS6wD6yBjp8k1w- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/endpointsharding/endpointsharding.go
2025-08-20T21:11:31.4905555Z [00:02:58.448]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:11:31.4921745Z [00:02:58.450]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/8c/8cea0114e57684df611f800e8a6886c452ca90abdb59a555556fba1120763644-d # internal
2025-08-20T21:11:31.4929958Z [00:02:58.451]➜  google.golang.org/grpc/codes
2025-08-20T21:11:31.4937711Z [00:02:58.452]➜  mkdir -p $WORK/b1280/
2025-08-20T21:11:31.4948055Z [00:02:58.453]➜  cat >/tmp/go-build2720400589/b1280/importcfg << 'EOF' # internal
2025-08-20T21:11:31.4948780Z [00:02:58.453]➜  # import config
2025-08-20T21:11:31.4949465Z [00:02:58.453]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.4950397Z [00:02:58.453]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:31.4951450Z [00:02:58.453]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:31.4951872Z [00:02:58.453]➜  EOF
2025-08-20T21:11:31.4967106Z [00:02:58.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/codes=>google.golang.org/grpc@v1.72.0/codes;$WORK/b1280=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid ekZU93Uvtj7Ipk8fiySY/ekZU93Uvtj7Ipk8fiySY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/codes/codes.go
2025-08-20T21:11:31.5107517Z [00:02:58.468]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:11:31.5111590Z [00:02:58.469]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/10/108ae0a17b82643481e1afb7924b026b29059d85c684f52392d3e9489ed97f49-d # internal
2025-08-20T21:11:31.5137978Z [00:02:58.472]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:11:31.5139711Z [00:02:58.472]➜  mkdir -p $WORK/b1281/
2025-08-20T21:11:31.5143064Z [00:02:58.472]➜  cat >/tmp/go-build2720400589/b1281/importcfg << 'EOF' # internal
2025-08-20T21:11:31.5144416Z [00:02:58.472]➜  # import config
2025-08-20T21:11:31.5145167Z [00:02:58.472]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:31.5146184Z [00:02:58.472]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:31.5146832Z [00:02:58.472]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:31.5147202Z [00:02:58.472]➜  EOF
2025-08-20T21:11:31.5149499Z [00:02:58.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/insecure=>google.golang.org/grpc@v1.72.0/credentials/insecure;$WORK/b1281=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid fBm4VVxhWp4ofG94BGSu/fBm4VVxhWp4ofG94BGSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/insecure/insecure.go
2025-08-20T21:11:31.5444727Z [00:02:58.502]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:11:31.5453144Z [00:02:58.503]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/2c/2c27ae84cb212e3b137be742202d9ac422efa231cd30b963dec88ab805520413-d # internal
2025-08-20T21:11:31.5454782Z [00:02:58.503]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:11:31.5456974Z [00:02:58.504]➜  mkdir -p $WORK/b1283/
2025-08-20T21:11:31.5462324Z [00:02:58.504]➜  cat >/tmp/go-build2720400589/b1283/importcfg << 'EOF' # internal
2025-08-20T21:11:31.5463147Z [00:02:58.504]➜  # import config
2025-08-20T21:11:31.5464554Z [00:02:58.504]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:31.5485318Z [00:02:58.504]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:31.5486257Z [00:02:58.504]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:31.5487327Z [00:02:58.504]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:31.5488273Z [00:02:58.504]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:31.5488845Z [00:02:58.504]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.5489331Z [00:02:58.504]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:31.5489645Z [00:02:58.504]➜  EOF
2025-08-20T21:11:31.5493152Z [00:02:58.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil=>google.golang.org/grpc@v1.72.0/internal/grpcutil;$WORK/b1283=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid i0ht2h2cEFLh4q4BM64u/i0ht2h2cEFLh4q4BM64u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcutil/regex.go
2025-08-20T21:11:31.5707924Z [00:02:58.529]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T21:11:31.5718086Z [00:02:58.530]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/d7/d73cf88d5bca8cdb9bc72fb07d2a9c65cdcb1d81c3970c08dc704738f461128a-d # internal
2025-08-20T21:11:31.5726816Z [00:02:58.530]➜  google.golang.org/grpc/mem
2025-08-20T21:11:31.5727485Z [00:02:58.531]➜  mkdir -p $WORK/b1284/
2025-08-20T21:11:31.5735887Z [00:02:58.531]➜  cat >/tmp/go-build2720400589/b1284/importcfg << 'EOF' # internal
2025-08-20T21:11:31.5736298Z [00:02:58.531]➜  # import config
2025-08-20T21:11:31.5736849Z [00:02:58.531]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.5737416Z [00:02:58.531]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:31.5737920Z [00:02:58.531]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:31.5738330Z [00:02:58.531]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:31.5738738Z [00:02:58.531]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.5739173Z [00:02:58.531]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:31.5739502Z [00:02:58.531]➜  EOF
2025-08-20T21:11:31.5741736Z [00:02:58.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1284/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/mem=>google.golang.org/grpc@v1.72.0/mem;$WORK/b1284=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid FN20zYs86h4pR1QD5agS/FN20zYs86h4pR1QD5agS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/mem/buffers.go
2025-08-20T21:11:31.6214450Z [00:02:58.579]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T21:11:31.6228986Z [00:02:58.581]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/f9/f9c5fc44f6d8ba59f43e0361070b62760891a804d6e2ee4ec5d71c484af2d628-d # internal
2025-08-20T21:11:31.6232501Z [00:02:58.581]➜  google.golang.org/grpc/encoding
2025-08-20T21:11:31.6232828Z [00:02:58.581]➜  mkdir -p $WORK/b1282/
2025-08-20T21:11:31.6243558Z [00:02:58.582]➜  cat >/tmp/go-build2720400589/b1282/importcfg << 'EOF' # internal
2025-08-20T21:11:31.6244001Z [00:02:58.582]➜  # import config
2025-08-20T21:11:31.6244598Z [00:02:58.582]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:31.6245297Z [00:02:58.582]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:11:31.6245782Z [00:02:58.582]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:31.6246209Z [00:02:58.582]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.6246526Z [00:02:58.582]➜  EOF
2025-08-20T21:11:31.6253146Z [00:02:58.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding=>google.golang.org/grpc@v1.72.0/encoding;$WORK/b1282=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid ruRW1pGMiSGCYe3t8bOO/ruRW1pGMiSGCYe3t8bOO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/encoding_v2.go
2025-08-20T21:11:31.6496502Z [00:02:58.607]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T21:11:31.6504955Z [00:02:58.608]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/fd/fd5cf8a0e50ec67d3b46f514ae9a1e23d3cf89a527a560c303539bbd6169b925-d # internal
2025-08-20T21:11:31.6505973Z [00:02:58.608]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:11:31.6506780Z [00:02:58.608]➜  mkdir -p $WORK/b1286/
2025-08-20T21:11:31.6507259Z [00:02:58.608]➜  cat >/tmp/go-build2720400589/b1286/importcfg << 'EOF' # internal
2025-08-20T21:11:31.6507625Z [00:02:58.608]➜  # import config
2025-08-20T21:11:31.6507977Z [00:02:58.608]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:31.6508411Z [00:02:58.608]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:31.6509200Z [00:02:58.608]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2720400589/b1252/_pkg_.a
2025-08-20T21:11:31.6509811Z [00:02:58.608]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:31.6510353Z [00:02:58.608]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:31.6510730Z [00:02:58.608]➜  EOF
2025-08-20T21:11:31.6512700Z [00:02:58.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/backoff=>google.golang.org/grpc@v1.72.0/internal/backoff;$WORK/b1286=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid I-gmspqEngFsymjtb-8C/I-gmspqEngFsymjtb-8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/backoff/backoff.go
2025-08-20T21:11:31.6950704Z [00:02:58.653]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T21:11:31.6954570Z [00:02:58.653]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/bb/bb022e21f2f5c6ffcbc1c7fb1c7c87213dbd7eb86aac34823d5eb8171c4c165c-d # internal
2025-08-20T21:11:31.6955984Z [00:02:58.653]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:11:31.6962036Z [00:02:58.654]➜  mkdir -p $WORK/b1287/
2025-08-20T21:11:31.6963454Z [00:02:58.654]➜  cat >/tmp/go-build2720400589/b1287/importcfg << 'EOF' # internal
2025-08-20T21:11:31.6964848Z [00:02:58.654]➜  # import config
2025-08-20T21:11:31.6965717Z [00:02:58.654]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:31.6966227Z [00:02:58.654]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:31.6966646Z [00:02:58.654]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.6967157Z [00:02:58.654]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:31.6967793Z [00:02:58.654]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:31.6968425Z [00:02:58.654]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:31.6969041Z [00:02:58.654]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:31.6969654Z [00:02:58.654]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:31.6970169Z [00:02:58.654]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.6970475Z [00:02:58.654]➜  EOF
2025-08-20T21:11:31.6973316Z [00:02:58.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.72.0/internal/balancer/gracefulswitch;$WORK/b1287=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid VKCbDl68zEzMdqgdwHdS/VKCbDl68zEzMdqgdwHdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:11:31.7659697Z [00:02:58.724]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T21:11:31.7672799Z [00:02:58.725]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/e5/e5882056f442317f6ac129e9aa37c543ad378ef52abe52a78b86d654dfa54396-d # internal
2025-08-20T21:11:31.7680761Z [00:02:58.726]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:11:31.7689088Z [00:02:58.727]➜  mkdir -p $WORK/b1288/
2025-08-20T21:11:31.7689812Z [00:02:58.727]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:11:31.7700935Z [00:02:58.728]➜  cat >/tmp/go-build2720400589/b1288/importcfg << 'EOF' # internal
2025-08-20T21:11:31.7701775Z [00:02:58.728]➜  # import config
2025-08-20T21:11:31.7702475Z [00:02:58.728]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:31.7702959Z [00:02:58.728]➜  EOF
2025-08-20T21:11:31.7735843Z [00:02:58.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancerload=>google.golang.org/grpc@v1.72.0/internal/balancerload;$WORK/b1288=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid yNz73uMRP-5rk-3oswva/yNz73uMRP-5rk-3oswva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancerload/load.go
2025-08-20T21:11:31.7865520Z [00:02:58.744]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T21:11:31.7868453Z [00:02:58.745]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/69/6967aaffd189c80debf5951e612a1444aa9efea22e8f83b55f0af380dffc2765-d # internal
2025-08-20T21:11:31.7869098Z [00:02:58.745]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:11:31.7869440Z [00:02:58.745]➜  mkdir -p $WORK/b1297/
2025-08-20T21:11:31.7871350Z [00:02:58.745]➜  cat >/tmp/go-build2720400589/b1297/importcfg << 'EOF' # internal
2025-08-20T21:11:31.7871926Z [00:02:58.745]➜  # import config
2025-08-20T21:11:31.7872431Z [00:02:58.745]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:31.7872996Z [00:02:58.745]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.7873738Z [00:02:58.745]➜  EOF
2025-08-20T21:11:31.7875975Z [00:02:58.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/buffer=>google.golang.org/grpc@v1.72.0/internal/buffer;$WORK/b1297=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid voXCA9NpOXBOlplvjgfm/voXCA9NpOXBOlplvjgfm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/buffer/unbounded.go
2025-08-20T21:11:31.7976069Z [00:02:58.755]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d # internal
2025-08-20T21:11:31.7976787Z [00:02:58.755]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:11:31.7977124Z [00:02:58.755]➜  mkdir -p $WORK/b1238/
2025-08-20T21:11:31.7977499Z [00:02:58.755]➜  cat >/tmp/go-build2720400589/b1238/importcfg << 'EOF' # internal
2025-08-20T21:11:31.7977858Z [00:02:58.755]➜  # import config
2025-08-20T21:11:31.7978349Z [00:02:58.755]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2720400589/b1225/_pkg_.a
2025-08-20T21:11:31.7979044Z [00:02:58.755]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:11:31.7979717Z [00:02:58.755]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2720400589/b1239/_pkg_.a
2025-08-20T21:11:31.7980415Z [00:02:58.755]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:31.7981151Z [00:02:58.755]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:31.7981974Z [00:02:58.755]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:31.7982350Z [00:02:58.755]➜  EOF
2025-08-20T21:11:31.7984529Z [00:02:58.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_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/b1238=>" -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/b1238/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filetype/build.go
2025-08-20T21:11:31.8153592Z [00:02:58.770]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T21:11:31.8154610Z [00:02:58.771]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/69/6933d939a291f5f43d33ef8235e8c2d5162d35dcae1754bedc0e9d0f4bf33fe3-d # internal
2025-08-20T21:11:31.8155298Z [00:02:58.771]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:11:31.8155621Z [00:02:58.771]➜  mkdir -p $WORK/b1296/
2025-08-20T21:11:31.8156004Z [00:02:58.771]➜  cat >/tmp/go-build2720400589/b1296/importcfg << 'EOF' # internal
2025-08-20T21:11:31.8156360Z [00:02:58.771]➜  # import config
2025-08-20T21:11:31.8156704Z [00:02:58.771]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:31.8157255Z [00:02:58.771]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:11:31.8157777Z [00:02:58.772]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.8158220Z [00:02:58.772]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:31.8158554Z [00:02:58.772]➜  EOF
2025-08-20T21:11:31.8161138Z [00:02:58.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcsync=>google.golang.org/grpc@v1.72.0/internal/grpcsync;$WORK/b1296=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid 0BmpBygEaalmDF8gW14j/0BmpBygEaalmDF8gW14j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/grpcsync/pubsub.go
2025-08-20T21:11:31.8544449Z [00:02:58.812]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T21:11:31.8545238Z [00:02:58.812]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/82/82987e6df47ea24a3e2d9c64852d6e55597668e8bb90bb34c5df2584450682c0-d # internal
2025-08-20T21:11:31.8545853Z [00:02:58.812]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:11:31.8554754Z [00:02:58.813]➜  mkdir -p $WORK/b1298/
2025-08-20T21:11:31.8555286Z [00:02:58.813]➜  cat >/tmp/go-build2720400589/b1298/importcfg << 'EOF' # internal
2025-08-20T21:11:31.8555665Z [00:02:58.813]➜  # import config
2025-08-20T21:11:31.8556003Z [00:02:58.813]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.8556417Z [00:02:58.813]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:31.8556840Z [00:02:58.813]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.8557278Z [00:02:58.813]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:31.8557714Z [00:02:58.813]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:31.8558025Z [00:02:58.813]➜  EOF
2025-08-20T21:11:31.8560198Z [00:02:58.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/idle=>google.golang.org/grpc@v1.72.0/internal/idle;$WORK/b1298=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid hyV0kTwDCfJ-_6I-PZ7r/hyV0kTwDCfJ-_6I-PZ7r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/idle/idle.go
2025-08-20T21:11:31.8854228Z [00:02:58.843]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T21:11:31.8858386Z [00:02:58.844]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/83/8389dd8391250573901b7c2f0e8354398805b85a7b86a3200a0923af58cc0b68-d # internal
2025-08-20T21:11:31.8859880Z [00:02:58.844]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:11:31.8864588Z [00:02:58.844]➜  mkdir -p $WORK/b1299/
2025-08-20T21:11:31.8865068Z [00:02:58.844]➜  cat >/tmp/go-build2720400589/b1299/importcfg << 'EOF' # internal
2025-08-20T21:11:31.8865587Z [00:02:58.844]➜  # import config
2025-08-20T21:11:31.8865956Z [00:02:58.844]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.8867423Z [00:02:58.845]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:31.8868134Z [00:02:58.845]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:31.8868654Z [00:02:58.845]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.8868975Z [00:02:58.845]➜  EOF
2025-08-20T21:11:31.8879012Z [00:02:58.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/metadata=>google.golang.org/grpc@v1.72.0/internal/metadata;$WORK/b1299=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid P0YOYRrGZbQjeM8-x1iu/P0YOYRrGZbQjeM8-x1iu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/metadata/metadata.go
2025-08-20T21:11:31.8881036Z [00:02:58.845]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:11:31.8907722Z [00:02:58.849]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d # internal
2025-08-20T21:11:31.8909422Z [00:02:58.849]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:11:31.8909839Z [00:02:58.849]➜  mkdir -p $WORK/b1222/
2025-08-20T21:11:31.8910223Z [00:02:58.849]➜  cat >/tmp/go-build2720400589/b1222/importcfg << 'EOF' # internal
2025-08-20T21:11:31.8910787Z [00:02:58.849]➜  # import config
2025-08-20T21:11:31.8911287Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:11:31.8911983Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2720400589/b1238/_pkg_.a
2025-08-20T21:11:31.8912659Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2720400589/b1239/_pkg_.a
2025-08-20T21:11:31.8936224Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2720400589/b1243/_pkg_.a
2025-08-20T21:11:31.8937031Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2720400589/b1244/_pkg_.a
2025-08-20T21:11:31.8937483Z [00:02:58.849]➜  EOF
2025-08-20T21:11:31.8939830Z [00:02:58.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_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/b1222=>" -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/b1222/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-20T21:11:31.9177347Z [00:02:58.875]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T21:11:31.9180963Z [00:02:58.876]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/53/53e30536ee2a45ad8ef3884ec4af432ac0939a6480b2c30bd7dd1235fb5a88d8-d # internal
2025-08-20T21:11:31.9182319Z [00:02:58.876]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:11:31.9183249Z [00:02:58.876]➜  mkdir -p $WORK/b1301/
2025-08-20T21:11:31.9187172Z [00:02:58.877]➜  cat >/tmp/go-build2720400589/b1301/importcfg << 'EOF' # internal
2025-08-20T21:11:31.9187757Z [00:02:58.877]➜  # import config
2025-08-20T21:11:31.9188157Z [00:02:58.877]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:31.9188718Z [00:02:58.877]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:31.9190118Z [00:02:58.877]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:31.9190773Z [00:02:58.877]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:31.9191536Z [00:02:58.877]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:31.9192225Z [00:02:58.877]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:31.9192747Z [00:02:58.877]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:31.9193169Z [00:02:58.877]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:31.9193604Z [00:02:58.877]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:31.9194020Z [00:02:58.877]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:31.9194472Z [00:02:58.877]➜  EOF
2025-08-20T21:11:31.9196897Z [00:02:58.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/serviceconfig=>google.golang.org/grpc@v1.72.0/internal/serviceconfig;$WORK/b1301=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid DK9H_y_qDamM4yWWZGAF/DK9H_y_qDamM4yWWZGAF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/serviceconfig/serviceconfig.go
2025-08-20T21:11:31.9432963Z [00:02:58.899]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:11:31.9433990Z [00:02:58.899]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d # internal
2025-08-20T21:11:31.9434769Z [00:02:58.901]➜  google.golang.org/genproto/googleapis/api
2025-08-20T21:11:31.9435098Z [00:02:58.901]➜  mkdir -p $WORK/b1215/
2025-08-20T21:11:31.9435476Z [00:02:58.901]➜  cat >/tmp/go-build2720400589/b1215/importcfg << 'EOF' # internal
2025-08-20T21:11:31.9435823Z [00:02:58.901]➜  # import config
2025-08-20T21:11:31.9436327Z [00:02:58.901]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:31.9437049Z [00:02:58.901]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:31.9437616Z [00:02:58.901]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:31.9438044Z [00:02:58.901]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.9439250Z [00:02:58.902]➜  EOF
2025-08-20T21:11:31.9441662Z [00:02:58.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f;$WORK/b1215=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid q3N-3bz_e148dFMqfnMz/q3N-3bz_e148dFMqfnMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/launch_stage.pb.go
2025-08-20T21:11:31.9656596Z [00:02:58.923]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T21:11:31.9662764Z [00:02:58.924]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/19/193aa32e6a7d7d947da777ee44681fea44d1f1fb0a0be197f93da72742f1ecc4-d # internal
2025-08-20T21:11:31.9667284Z [00:02:58.924]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:11:31.9667671Z [00:02:58.924]➜  mkdir -p $WORK/b1245/
2025-08-20T21:11:31.9671389Z [00:02:58.925]➜  cat >/tmp/go-build2720400589/b1245/importcfg << 'EOF' # internal
2025-08-20T21:11:31.9671767Z [00:02:58.925]➜  # import config
2025-08-20T21:11:31.9672275Z [00:02:58.925]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:31.9672994Z [00:02:58.925]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:31.9673557Z [00:02:58.925]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:31.9674144Z [00:02:58.925]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:31.9674658Z [00:02:58.925]➜  EOF
2025-08-20T21:11:31.9676786Z [00:02:58.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_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/b1245=>" -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/b1245/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/descriptorpb/descriptor.pb.go
2025-08-20T21:11:32.0040690Z [00:02:58.962]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:11:32.0048226Z [00:02:58.962]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/4a/4a74bf20eed8332449711c0f69a30ade2905b49d76fa62d68d008b11cb388e54-d # internal
2025-08-20T21:11:32.0048964Z [00:02:58.963]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:11:32.0051922Z [00:02:58.963]➜  mkdir -p $WORK/b1246/
2025-08-20T21:11:32.0052959Z [00:02:58.963]➜  cat >/tmp/go-build2720400589/b1246/importcfg << 'EOF' # internal
2025-08-20T21:11:32.0053575Z [00:02:58.963]➜  # import config
2025-08-20T21:11:32.0054105Z [00:02:58.963]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.0055175Z [00:02:58.963]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.0055734Z [00:02:58.963]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:32.0056160Z [00:02:58.963]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.0056578Z [00:02:58.963]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.0056988Z [00:02:58.963]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.0057304Z [00:02:58.963]➜  EOF
2025-08-20T21:11:32.0059476Z [00:02:58.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_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/b1246=>" -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/b1246/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb/duration.pb.go
2025-08-20T21:11:32.0859972Z [00:02:59.044]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:11:32.0877264Z [00:02:59.046]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d # internal
2025-08-20T21:11:32.0879486Z [00:02:59.046]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T21:11:32.0879888Z [00:02:59.046]➜  mkdir -p $WORK/b1247/
2025-08-20T21:11:32.0880279Z [00:02:59.046]➜  cat >/tmp/go-build2720400589/b1247/importcfg << 'EOF' # internal
2025-08-20T21:11:32.0880647Z [00:02:59.046]➜  # import config
2025-08-20T21:11:32.0881361Z [00:02:59.046]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.0882147Z [00:02:59.046]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.0882724Z [00:02:59.046]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.0883146Z [00:02:59.046]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.0883448Z [00:02:59.046]➜  EOF
2025-08-20T21:11:32.0886598Z [00:02:59.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/expr;$WORK/b1247=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid fXiQ-QkEEdnYsgcu8J4o/fXiQ-QkEEdnYsgcu8J4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/expr/expr.pb.go
2025-08-20T21:11:32.1469195Z [00:02:59.105]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:11:32.1476810Z [00:02:59.105]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/54/5473b1537c389e39d8ee865168a29a67070dbe6aebcc40d29ec15d72a6a97b5c-d # internal
2025-08-20T21:11:32.1477993Z [00:02:59.106]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:11:32.1478376Z [00:02:59.106]➜  mkdir -p $WORK/b1277/
2025-08-20T21:11:32.1482595Z [00:02:59.106]➜  cat >/tmp/go-build2720400589/b1277/importcfg << 'EOF' # internal
2025-08-20T21:11:32.1483727Z [00:02:59.106]➜  # import config
2025-08-20T21:11:32.1484209Z [00:02:59.106]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.1485320Z [00:02:59.106]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2720400589/b1237/_pkg_.a
2025-08-20T21:11:32.1486039Z [00:02:59.106]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.1486483Z [00:02:59.106]➜  EOF
2025-08-20T21:11:32.1488629Z [00:02:59.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt=>google.golang.org/protobuf@v1.36.6/protoadapt;$WORK/b1277=>" -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/b1277/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt/convert.go
2025-08-20T21:11:32.1980793Z [00:02:59.156]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:11:32.2001418Z [00:02:59.158]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/7a/7a378b3c7d58b67e49794d2c9b28f75f23d60a1d87b8258e6db087007562a5f8-d # internal
2025-08-20T21:11:32.2007331Z [00:02:59.158]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:11:32.2007683Z [00:02:59.158]➜  mkdir -p $WORK/b1274/
2025-08-20T21:11:32.2021556Z [00:02:59.160]➜  cat >/tmp/go-build2720400589/b1274/importcfg << 'EOF' # internal
2025-08-20T21:11:32.2022457Z [00:02:59.160]➜  # import config
2025-08-20T21:11:32.2023471Z [00:02:59.160]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:32.2024004Z [00:02:59.160]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:32.2024582Z [00:02:59.160]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.2025156Z [00:02:59.160]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:32.2025855Z [00:02:59.160]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2720400589/b1277/_pkg_.a
2025-08-20T21:11:32.2026279Z [00:02:59.160]➜  EOF
2025-08-20T21:11:32.2028486Z [00:02:59.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1274/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/pretty=>google.golang.org/grpc@v1.72.0/internal/pretty;$WORK/b1274=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid 3IogFAO7pn-RAoOQaGY1/3IogFAO7pn-RAoOQaGY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/pretty/pretty.go
2025-08-20T21:11:32.2397248Z [00:02:59.197]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:11:32.2410389Z [00:02:59.199]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/b7/b7b88fc7ec7b099da25539d898738d8b139a33ca1fb3f7de82ca4aee95037df5-d # internal
2025-08-20T21:11:32.2413256Z [00:02:59.199]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T21:11:32.2414732Z [00:02:59.199]➜  mkdir -p $WORK/b1272/
2025-08-20T21:11:32.2425488Z [00:02:59.200]➜  cat >/tmp/go-build2720400589/b1272/importcfg << 'EOF' # internal
2025-08-20T21:11:32.2425899Z [00:02:59.200]➜  # import config
2025-08-20T21:11:32.2426274Z [00:02:59.200]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:32.2426725Z [00:02:59.200]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.2427151Z [00:02:59.200]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.2427662Z [00:02:59.200]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:32.2428342Z [00:02:59.200]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2720400589/b1271/_pkg_.a
2025-08-20T21:11:32.2429029Z [00:02:59.200]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:32.2429679Z [00:02:59.200]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:32.2430602Z [00:02:59.200]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.2431240Z [00:02:59.200]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:32.2433048Z [00:02:59.201]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:32.2433913Z [00:02:59.201]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:32.2434725Z [00:02:59.201]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.2435356Z [00:02:59.201]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:32.2435866Z [00:02:59.201]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.2436300Z [00:02:59.201]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:11:32.2436731Z [00:02:59.201]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.2437148Z [00:02:59.201]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.2437451Z [00:02:59.201]➜  EOF
2025-08-20T21:11:32.2439994Z [00:02:59.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.72.0/balancer/pickfirst/pickfirstleaf;$WORK/b1272=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid yGBDAW8QaiqaLYi0jabU/yGBDAW8QaiqaLYi0jabU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T21:11:32.3408912Z [00:02:59.298]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:11:32.3519974Z [00:02:59.310]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d # internal
2025-08-20T21:11:32.3526586Z [00:02:59.310]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T21:11:32.3527032Z [00:02:59.310]➜  mkdir -p $WORK/b1214/
2025-08-20T21:11:32.3527416Z [00:02:59.310]➜  cat >/tmp/go-build2720400589/b1214/importcfg << 'EOF' # internal
2025-08-20T21:11:32.3527780Z [00:02:59.310]➜  # import config
2025-08-20T21:11:32.3528260Z [00:02:59.310]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2720400589/b1215/_pkg_.a
2025-08-20T21:11:32.3528970Z [00:02:59.310]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.3529681Z [00:02:59.310]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.3530505Z [00:02:59.310]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:11:32.3531351Z [00:02:59.310]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:32.3531931Z [00:02:59.310]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.3532351Z [00:02:59.310]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.3532665Z [00:02:59.310]➜  EOF
2025-08-20T21:11:32.3539090Z [00:02:59.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations;$WORK/b1214=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid baTBiJGFMg-_4tdbzQRt/baTBiJGFMg-_4tdbzQRt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/annotations/routing.pb.go
2025-08-20T21:11:32.3614207Z [00:02:59.319]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:11:32.3631860Z [00:02:59.321]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/37/37edd6b867638ffe6b4a6b4c9f6a0189a5c27b1b3101f9c2f49bddafc99e41fe-d # internal
2025-08-20T21:11:32.3643384Z [00:02:59.321]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T21:11:32.3643748Z [00:02:59.321]➜  mkdir -p $WORK/b1270/
2025-08-20T21:11:32.3644132Z [00:02:59.322]➜  cat >/tmp/go-build2720400589/b1270/importcfg << 'EOF' # internal
2025-08-20T21:11:32.3644630Z [00:02:59.322]➜  # import config
2025-08-20T21:11:32.3645010Z [00:02:59.322]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:32.3645455Z [00:02:59.322]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.3645868Z [00:02:59.322]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.3646371Z [00:02:59.322]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:32.3647051Z [00:02:59.322]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2720400589/b1271/_pkg_.a
2025-08-20T21:11:32.3647829Z [00:02:59.322]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:32.3648715Z [00:02:59.322]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:32.3649404Z [00:02:59.322]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.3650036Z [00:02:59.322]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:32.3650696Z [00:02:59.322]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:32.3651345Z [00:02:59.322]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:32.3651962Z [00:02:59.322]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.3652673Z [00:02:59.322]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:32.3653328Z [00:02:59.322]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:32.3653663Z [00:02:59.322]➜  EOF
2025-08-20T21:11:32.3658859Z [00:02:59.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst=>google.golang.org/grpc@v1.72.0/balancer/pickfirst;$WORK/b1270=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid 55yZXeAPDBCJqutOoOX9/55yZXeAPDBCJqutOoOX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/pickfirst/pickfirst.go
2025-08-20T21:11:32.3934019Z [00:02:59.351]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:11:32.3942634Z [00:02:59.352]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/00/00e93bbec388ba77aaba79d37c3f173ad592b7947f33f132859c482b95639a81-d # internal
2025-08-20T21:11:32.3946795Z [00:02:59.352]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:11:32.3958026Z [00:02:59.352]➜  mkdir -p $WORK/b1278/
2025-08-20T21:11:32.3958456Z [00:02:59.353]➜  cat >/tmp/go-build2720400589/b1278/importcfg << 'EOF' # internal
2025-08-20T21:11:32.3958812Z [00:02:59.353]➜  # import config
2025-08-20T21:11:32.3959150Z [00:02:59.353]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.3959896Z [00:02:59.353]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:32.3960570Z [00:02:59.353]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2720400589/b1279/_pkg_.a
2025-08-20T21:11:32.3961336Z [00:02:59.353]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:32.3962016Z [00:02:59.353]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.3962651Z [00:02:59.353]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:32.3963080Z [00:02:59.353]➜  EOF
2025-08-20T21:11:32.3965247Z [00:02:59.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/roundrobin=>google.golang.org/grpc@v1.72.0/balancer/roundrobin;$WORK/b1278=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid olk4U5Iy8GRj1e92o-6a/olk4U5Iy8GRj1e92o-6a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/roundrobin/roundrobin.go
2025-08-20T21:11:32.4299783Z [00:02:59.388]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:11:32.4318058Z [00:02:59.389]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/f7/f736099072e5942a4b45f36b309bb9a2ea0ae87568cf5cc19e51ba860943b3ea-d # internal
2025-08-20T21:11:32.4320923Z [00:02:59.390]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:11:32.4324830Z [00:02:59.390]➜  mkdir -p $WORK/b1285/
2025-08-20T21:11:32.4329797Z [00:02:59.391]➜  cat >/tmp/go-build2720400589/b1285/importcfg << 'EOF' # internal
2025-08-20T21:11:32.4332945Z [00:02:59.391]➜  # import config
2025-08-20T21:11:32.4333615Z [00:02:59.391]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.4334905Z [00:02:59.391]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2720400589/b1282/_pkg_.a
2025-08-20T21:11:32.4336154Z [00:02:59.391]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:11:32.4337292Z [00:02:59.391]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.4338208Z [00:02:59.391]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2720400589/b1277/_pkg_.a
2025-08-20T21:11:32.4338972Z [00:02:59.391]➜  EOF
2025-08-20T21:11:32.4341263Z [00:02:59.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/proto=>google.golang.org/grpc@v1.72.0/encoding/proto;$WORK/b1285=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid SeRd0xCW4jp6DTASt7Sa/SeRd0xCW4jp6DTASt7Sa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/proto/proto.go
2025-08-20T21:11:32.4738402Z [00:02:59.432]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T21:11:32.4750863Z [00:02:59.433]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/3c/3c6a3c9194c6236410363be53a39d6841d552fee1015e83233be3a5315a86193-d # internal
2025-08-20T21:11:32.4751534Z [00:02:59.433]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:11:32.4751878Z [00:02:59.433]➜  mkdir -p $WORK/b1291/
2025-08-20T21:11:32.4752254Z [00:02:59.433]➜  cat >/tmp/go-build2720400589/b1291/importcfg << 'EOF' # internal
2025-08-20T21:11:32.4752625Z [00:02:59.433]➜  # import config
2025-08-20T21:11:32.4753426Z [00:02:59.433]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.4754156Z [00:02:59.433]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.4754957Z [00:02:59.433]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.4755404Z [00:02:59.433]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.4755818Z [00:02:59.433]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.4756121Z [00:02:59.433]➜  EOF
2025-08-20T21:11:32.4758295Z [00:02:59.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_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/b1291=>" -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/b1291/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:11:32.5275486Z [00:02:59.485]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T21:11:32.5285531Z [00:02:59.486]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d # internal
2025-08-20T21:11:32.5294126Z [00:02:59.487]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:11:32.5294663Z [00:02:59.487]➜  mkdir -p $WORK/b1290/
2025-08-20T21:11:32.5295055Z [00:02:59.487]➜  cat >/tmp/go-build2720400589/b1290/importcfg << 'EOF' # internal
2025-08-20T21:11:32.5295411Z [00:02:59.487]➜  # import config
2025-08-20T21:11:32.5295921Z [00:02:59.487]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.5296873Z [00:02:59.487]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.5297762Z [00:02:59.487]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:32.5298595Z [00:02:59.487]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:32.5300222Z [00:02:59.488]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.5300959Z [00:02:59.488]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.5301543Z [00:02:59.488]➜  EOF
2025-08-20T21:11:32.5303916Z [00:02:59.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1290/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.72.0/binarylog/grpc_binarylog_v1;$WORK/b1290=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid -ZO8p7dL_CdP2r1SgxGT/-ZO8p7dL_CdP2r1SgxGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:11:32.5465551Z [00:02:59.504]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:11:32.5515644Z [00:02:59.509]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/86/8641e17177755541062a5459302310dd1abf566580527ef618c43329e8393fff-d # internal
2025-08-20T21:11:32.5526093Z [00:02:59.511]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:11:32.5557758Z [00:02:59.514]➜  mkdir -p $WORK/b1294/
2025-08-20T21:11:32.5558932Z [00:02:59.514]➜  cat >/tmp/go-build2720400589/b1294/importcfg << 'EOF' # internal
2025-08-20T21:11:32.5559468Z [00:02:59.514]➜  # import config
2025-08-20T21:11:32.5560098Z [00:02:59.514]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.5576139Z [00:02:59.514]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.5577184Z [00:02:59.514]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:11:32.5579175Z [00:02:59.514]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.5579760Z [00:02:59.514]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.5580201Z [00:02:59.514]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:32.5580620Z [00:02:59.514]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.5580926Z [00:02:59.514]➜  EOF
2025-08-20T21:11:32.5582986Z [00:02:59.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_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/b1294=>" -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/b1294/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb/any.pb.go
2025-08-20T21:11:32.6038575Z [00:02:59.562]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T21:11:32.6053243Z [00:02:59.563]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T21:11:32.6061268Z [00:02:59.564]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d # internal
2025-08-20T21:11:32.6062655Z [00:02:59.564]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:11:32.6063273Z [00:02:59.564]➜  mkdir -p $WORK/b1293/
2025-08-20T21:11:32.6065636Z [00:02:59.564]➜  cat >/tmp/go-build2720400589/b1293/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6066695Z [00:02:59.564]➜  # import config
2025-08-20T21:11:32.6067773Z [00:02:59.564]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:32.6071232Z [00:02:59.564]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:32.6072551Z [00:02:59.564]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:32.6073648Z [00:02:59.564]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:32.6074533Z [00:02:59.564]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.6075115Z [00:02:59.564]➜  EOF
2025-08-20T21:11:32.6077951Z [00:02:59.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/status;$WORK/b1293=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid W0C4qj2QG28frvCExDTJ/W0C4qj2QG28frvCExDTJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/status/status.pb.go
2025-08-20T21:11:32.6102386Z [00:02:59.565]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/23/235e987aba880d64eea48cc346ff9accaf36381c74fec4c85dcad689b3482ca3-d # internal
2025-08-20T21:11:32.6103210Z [00:02:59.565]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:11:32.6103534Z [00:02:59.565]➜  mkdir -p $WORK/b1300/
2025-08-20T21:11:32.6103913Z [00:02:59.567]➜  cat >/tmp/go-build2720400589/b1300/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6105726Z [00:02:59.568]➜  # import config
2025-08-20T21:11:32.6106172Z [00:02:59.568]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.6106756Z [00:02:59.568]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:32.6107417Z [00:02:59.568]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:32.6108026Z [00:02:59.568]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.6108521Z [00:02:59.568]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.6108827Z [00:02:59.568]➜  EOF
2025-08-20T21:11:32.6110799Z [00:02:59.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver=>google.golang.org/grpc@v1.72.0/internal/resolver;$WORK/b1300=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid 7QmQ_NrdSK9B-tuZl-1p/7QmQ_NrdSK9B-tuZl-1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/config_selector.go
2025-08-20T21:11:32.6318176Z [00:02:59.590]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T21:11:32.6324584Z [00:02:59.590]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/6e/6e41d58de2107dcaed65d24b1afe66464616d5d91c2844f373d6243c052da3ec-d # internal
2025-08-20T21:11:32.6326235Z [00:02:59.591]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T21:11:32.6326879Z [00:02:59.591]➜  mkdir -p $WORK/b1303/
2025-08-20T21:11:32.6330870Z [00:02:59.591]➜  cat >/tmp/go-build2720400589/b1303/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6331737Z [00:02:59.591]➜  # import config
2025-08-20T21:11:32.6332188Z [00:02:59.591]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.6332705Z [00:02:59.591]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:32.6333022Z [00:02:59.591]➜  EOF
2025-08-20T21:11:32.6335667Z [00:02:59.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proxyattributes=>google.golang.org/grpc@v1.72.0/internal/proxyattributes;$WORK/b1303=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid 07OlwB3pyZkazhkcZmgo/07OlwB3pyZkazhkcZmgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proxyattributes/proxyattributes.go
2025-08-20T21:11:32.6424622Z [00:02:59.600]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T21:11:32.6425427Z [00:02:59.600]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/75/7574cf367bc1ac09aa8342e64664fb91a995c567ba666bf4d3288f5cf4d8d859-d # internal
2025-08-20T21:11:32.6426686Z [00:02:59.600]➜  google.golang.org/grpc/internal/status
2025-08-20T21:11:32.6427034Z [00:02:59.600]➜  mkdir -p $WORK/b1295/
2025-08-20T21:11:32.6427433Z [00:02:59.600]➜  cat >/tmp/go-build2720400589/b1295/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6427782Z [00:02:59.600]➜  # import config
2025-08-20T21:11:32.6428140Z [00:02:59.600]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.6428863Z [00:02:59.600]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.6429459Z [00:02:59.600]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:32.6430111Z [00:02:59.600]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:32.6430880Z [00:02:59.600]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.6431508Z [00:02:59.600]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2720400589/b1277/_pkg_.a
2025-08-20T21:11:32.6432182Z [00:02:59.600]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:32.6432623Z [00:02:59.600]➜  EOF
2025-08-20T21:11:32.6440216Z [00:02:59.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/status=>google.golang.org/grpc@v1.72.0/internal/status;$WORK/b1295=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid -l5RvmfHEA_GCokzjAxc/-l5RvmfHEA_GCokzjAxc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/status/status.go
2025-08-20T21:11:32.6476136Z [00:02:59.605]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T21:11:32.6485528Z [00:02:59.606]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/5d/5d5a598561da0f3909ce7b1423e0f6a09da64377218d4ff7668a3f51152ead70-d # internal
2025-08-20T21:11:32.6489845Z [00:02:59.607]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T21:11:32.6490241Z [00:02:59.607]➜  mkdir -p $WORK/b1302/
2025-08-20T21:11:32.6497312Z [00:02:59.607]➜  cat >/tmp/go-build2720400589/b1302/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6498838Z [00:02:59.608]➜  # import config
2025-08-20T21:11:32.6499203Z [00:02:59.608]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.6499723Z [00:02:59.608]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.6500400Z [00:02:59.608]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2720400589/b1303/_pkg_.a
2025-08-20T21:11:32.6501063Z [00:02:59.608]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.6501679Z [00:02:59.608]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:32.6502204Z [00:02:59.608]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:32.6502635Z [00:02:59.608]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:32.6503052Z [00:02:59.608]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.6503359Z [00:02:59.608]➜  EOF
2025-08-20T21:11:32.6506198Z [00:02:59.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.72.0/internal/resolver/delegatingresolver;$WORK/b1302=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid 8uDyEos8-sUWlU2F92_j/8uDyEos8-sUWlU2F92_j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T21:11:32.6750697Z [00:02:59.633]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T21:11:32.6766778Z [00:02:59.634]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/c2/c23090502fed76ba531ee9314578cd55ab8aef300b53c29a94b1da2d766af51d-d # internal
2025-08-20T21:11:32.6767469Z [00:02:59.634]➜  google.golang.org/grpc/status
2025-08-20T21:11:32.6767773Z [00:02:59.634]➜  mkdir -p $WORK/b1292/
2025-08-20T21:11:32.6779472Z [00:02:59.635]➜  cat >/tmp/go-build2720400589/b1292/importcfg << 'EOF' # internal
2025-08-20T21:11:32.6780172Z [00:02:59.635]➜  # import config
2025-08-20T21:11:32.6780529Z [00:02:59.635]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.6780962Z [00:02:59.635]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.6781555Z [00:02:59.635]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.6782139Z [00:02:59.635]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:32.6782784Z [00:02:59.635]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:32.6783396Z [00:02:59.635]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2720400589/b1295/_pkg_.a
2025-08-20T21:11:32.6783814Z [00:02:59.635]➜  EOF
2025-08-20T21:11:32.6788321Z [00:02:59.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/status=>google.golang.org/grpc@v1.72.0/status;$WORK/b1292=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid t9ThxzOgyKeeugaco7bm/t9ThxzOgyKeeugaco7bm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/status/status.go
2025-08-20T21:11:32.7127799Z [00:02:59.671]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T21:11:32.7135791Z [00:02:59.671]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/f3/f38f8671f6cc6b044a6dafc7a61be4b9f4e352ba5d8618eabd86b4ec6772236f-d # internal
2025-08-20T21:11:32.7142269Z [00:02:59.672]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:11:32.7142650Z [00:02:59.672]➜  mkdir -p $WORK/b1289/
2025-08-20T21:11:32.7143035Z [00:02:59.672]➜  cat >/tmp/go-build2720400589/b1289/importcfg << 'EOF' # internal
2025-08-20T21:11:32.7143380Z [00:02:59.672]➜  # import config
2025-08-20T21:11:32.7143735Z [00:02:59.672]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:32.7144166Z [00:02:59.672]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.7144872Z [00:02:59.672]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:32.7145323Z [00:02:59.672]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.7145742Z [00:02:59.672]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.7146321Z [00:02:59.672]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build2720400589/b1290/_pkg_.a
2025-08-20T21:11:32.7146972Z [00:02:59.672]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.7147601Z [00:02:59.672]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:32.7148766Z [00:02:59.672]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:32.7149599Z [00:02:59.672]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:32.7150419Z [00:02:59.672]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.7151251Z [00:02:59.672]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:32.7152021Z [00:02:59.672]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:32.7152703Z [00:02:59.672]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:32.7153127Z [00:02:59.672]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.7157634Z [00:02:59.672]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:32.7158718Z [00:02:59.672]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:32.7159264Z [00:02:59.672]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:32.7159975Z [00:02:59.672]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:32.7160407Z [00:02:59.672]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.7160845Z [00:02:59.672]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:32.7161281Z [00:02:59.672]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.7161719Z [00:02:59.672]➜  EOF
2025-08-20T21:11:32.7165127Z [00:02:59.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1289/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog=>google.golang.org/grpc@v1.72.0/internal/binarylog;$WORK/b1289=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid kgcnpwpENwwVytEXyaD3/kgcnpwpENwwVytEXyaD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/binarylog/sink.go
2025-08-20T21:11:32.7168045Z [00:02:59.672]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T21:11:32.7168729Z [00:02:59.673]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/02/02271c458ae45edab0c569a0192d233708788ed4dc373816e95c090d2aae7757-d # internal
2025-08-20T21:11:32.7169356Z [00:02:59.673]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:11:32.7169699Z [00:02:59.673]➜  mkdir -p $WORK/b1304/
2025-08-20T21:11:32.7170074Z [00:02:59.673]➜  cat >/tmp/go-build2720400589/b1304/importcfg << 'EOF' # internal
2025-08-20T21:11:32.7170419Z [00:02:59.673]➜  # import config
2025-08-20T21:11:32.7170761Z [00:02:59.673]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.7171284Z [00:02:59.673]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.7171679Z [00:02:59.673]➜  EOF
2025-08-20T21:11:32.7173867Z [00:02:59.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/passthrough=>google.golang.org/grpc@v1.72.0/internal/resolver/passthrough;$WORK/b1304=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid GS4N5b0vkXX1itnvXT7t/GS4N5b0vkXX1itnvXT7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/passthrough/passthrough.go
2025-08-20T21:11:32.7347862Z [00:02:59.693]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T21:11:32.7352089Z [00:02:59.693]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/ee/ee2089ca7504ceaa7b7e3b9639687c4637ffffb2dbea0fdbd074a75612187384-d # internal
2025-08-20T21:11:32.7353606Z [00:02:59.693]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:11:32.7358084Z [00:02:59.694]➜  mkdir -p $WORK/b1306/
2025-08-20T21:11:32.7360114Z [00:02:59.694]➜  cat >/tmp/go-build2720400589/b1306/importcfg << 'EOF' # internal
2025-08-20T21:11:32.7360504Z [00:02:59.694]➜  # import config
2025-08-20T21:11:32.7360942Z [00:02:59.694]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.7361339Z [00:02:59.694]➜  EOF
2025-08-20T21:11:32.7382342Z [00:02:59.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/networktype=>google.golang.org/grpc@v1.72.0/internal/transport/networktype;$WORK/b1306=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid 5N6l6Ry8mpDpnhN3x0kk/5N6l6Ry8mpDpnhN3x0kk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/networktype/networktype.go
2025-08-20T21:11:32.7600095Z [00:02:59.718]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T21:11:32.7602854Z [00:02:59.718]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/5c/5cba83f23dd625be189a1ac65030f048613753f65b8f0532c3c5becbf614911e-d # internal
2025-08-20T21:11:32.7604631Z [00:02:59.718]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:11:32.7604990Z [00:02:59.718]➜  mkdir -p $WORK/b1305/
2025-08-20T21:11:32.7637992Z [00:02:59.722]➜  cat >/tmp/go-build2720400589/b1305/importcfg << 'EOF' # internal
2025-08-20T21:11:32.7638413Z [00:02:59.722]➜  # import config
2025-08-20T21:11:32.7638754Z [00:02:59.722]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.7639387Z [00:02:59.722]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2720400589/b1306/_pkg_.a
2025-08-20T21:11:32.7640076Z [00:02:59.722]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.7640471Z [00:02:59.722]➜  EOF
2025-08-20T21:11:32.7642532Z [00:02:59.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/unix=>google.golang.org/grpc@v1.72.0/internal/resolver/unix;$WORK/b1305=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid fCbyhDotdXxevYT07r9-/fCbyhDotdXxevYT07r9- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/unix/unix.go
2025-08-20T21:11:32.7960035Z [00:02:59.752]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T21:11:32.7960880Z [00:02:59.753]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/b0/b07314752e06d3cce95fde33b5fc7c8f2c26bb3473dc7cde20a74ef39f28aee9-d # internal
2025-08-20T21:11:32.7961508Z [00:02:59.754]➜  google.golang.org/grpc/internal/stats
2025-08-20T21:11:32.7961816Z [00:02:59.754]➜  mkdir -p $WORK/b1307/
2025-08-20T21:11:32.7994514Z [00:02:59.755]➜  cat >/tmp/go-build2720400589/b1307/importcfg << 'EOF' # internal
2025-08-20T21:11:32.7996923Z [00:02:59.755]➜  # import config
2025-08-20T21:11:32.7998044Z [00:02:59.755]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.7998512Z [00:02:59.755]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.7999075Z [00:02:59.755]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:32.7999699Z [00:02:59.755]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:32.8000084Z [00:02:59.755]➜  EOF
2025-08-20T21:11:32.8002607Z [00:02:59.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/stats=>google.golang.org/grpc@v1.72.0/internal/stats;$WORK/b1307=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid FtV7bH91Ah_B84HebZYA/FtV7bH91Ah_B84HebZYA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/stats/metrics_recorder_list.go
2025-08-20T21:11:32.8136435Z [00:02:59.771]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T21:11:32.8150215Z [00:02:59.773]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/aa/aacc315beb6d803d8ddba6c227cc1de0c4464fd329326046b5cfad04740ac8f7-d # internal
2025-08-20T21:11:32.8151610Z [00:02:59.773]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:11:32.8151987Z [00:02:59.773]➜  mkdir -p $WORK/b1309/
2025-08-20T21:11:32.8152382Z [00:02:59.773]➜  cat >/tmp/go-build2720400589/b1309/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8152767Z [00:02:59.773]➜  # import config
2025-08-20T21:11:32.8153455Z [00:02:59.773]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.8153939Z [00:02:59.773]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:11:32.8154668Z [00:02:59.773]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.8155403Z [00:02:59.773]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.8155830Z [00:02:59.773]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:32.8156252Z [00:02:59.773]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.8156560Z [00:02:59.773]➜  EOF
2025-08-20T21:11:32.8162928Z [00:02:59.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/syscall=>google.golang.org/grpc@v1.72.0/internal/syscall;$WORK/b1309=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid m71C5-r1340Pz_KSo5HW/m71C5-r1340Pz_KSo5HW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/syscall/syscall_linux.go
2025-08-20T21:11:32.8164895Z [00:02:59.774]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T21:11:32.8165568Z [00:02:59.774]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/96/96e2436da2d18fecf0960de2f87dd57557383b5969901ee308646c865b756476-d # internal
2025-08-20T21:11:32.8168425Z [00:02:59.775]➜  google.golang.org/grpc/keepalive
2025-08-20T21:11:32.8171297Z [00:02:59.775]➜  mkdir -p $WORK/b1310/
2025-08-20T21:11:32.8195752Z [00:02:59.775]➜  cat >/tmp/go-build2720400589/b1310/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8196162Z [00:02:59.775]➜  # import config
2025-08-20T21:11:32.8196508Z [00:02:59.775]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.8196820Z [00:02:59.775]➜  EOF
2025-08-20T21:11:32.8198698Z [00:02:59.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/keepalive=>google.golang.org/grpc@v1.72.0/keepalive;$WORK/b1310=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid ibFHK401o7RTMoqBBKlO/ibFHK401o7RTMoqBBKlO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/keepalive/keepalive.go
2025-08-20T21:11:32.8456945Z [00:02:59.803]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T21:11:32.8459956Z [00:02:59.804]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/eb/eb3829e5d96a58859bbddf7de16da590e594ea471cc023b704d01b5dd9692bc9-d # internal
2025-08-20T21:11:32.8477637Z [00:02:59.806]➜  google.golang.org/grpc/peer
2025-08-20T21:11:32.8478731Z [00:02:59.806]➜  mkdir -p $WORK/b1311/
2025-08-20T21:11:32.8482256Z [00:02:59.806]➜  cat >/tmp/go-build2720400589/b1311/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8483263Z [00:02:59.806]➜  # import config
2025-08-20T21:11:32.8483957Z [00:02:59.806]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.8484806Z [00:02:59.806]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.8485706Z [00:02:59.806]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:32.8486555Z [00:02:59.806]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.8487288Z [00:02:59.806]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:32.8487906Z [00:02:59.806]➜  EOF
2025-08-20T21:11:32.8489907Z [00:02:59.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/peer=>google.golang.org/grpc@v1.72.0/peer;$WORK/b1311=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid I5RCQ2vVtqgkdzkF7ZZq/I5RCQ2vVtqgkdzkF7ZZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/peer/peer.go
2025-08-20T21:11:32.8779592Z [00:02:59.836]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T21:11:32.8783907Z [00:02:59.836]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/41/414ba195d7fbfd037c5719e3af2c621a6cf3037750291cb46f717466febcceec-d # internal
2025-08-20T21:11:32.8803606Z [00:02:59.838]➜  google.golang.org/grpc/tap
2025-08-20T21:11:32.8804368Z [00:02:59.838]➜  mkdir -p $WORK/b1312/
2025-08-20T21:11:32.8808546Z [00:02:59.839]➜  cat >/tmp/go-build2720400589/b1312/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8808921Z [00:02:59.839]➜  # import config
2025-08-20T21:11:32.8809268Z [00:02:59.839]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.8809793Z [00:02:59.839]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:32.8810191Z [00:02:59.839]➜  EOF
2025-08-20T21:11:32.8819409Z [00:02:59.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/tap=>google.golang.org/grpc@v1.72.0/tap;$WORK/b1312=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid cJn_NEzzuuig3i1sM8Sa/cJn_NEzzuuig3i1sM8Sa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/tap/tap.go
2025-08-20T21:11:32.8959713Z [00:02:59.854]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T21:11:32.8967723Z [00:02:59.855]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T21:11:32.8970162Z [00:02:59.855]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/10/10ef7a2cf535a04904fcb5b66a4320d119f8760180d1205fd35fe7cb7331304d-d # internal
2025-08-20T21:11:32.8971694Z [00:02:59.855]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:11:32.8972425Z [00:02:59.855]➜  mkdir -p $WORK/b1315/
2025-08-20T21:11:32.8974344Z [00:02:59.855]➜  cat >/tmp/go-build2720400589/b1315/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8974974Z [00:02:59.855]➜  # import config
2025-08-20T21:11:32.8976074Z [00:02:59.855]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.8977127Z [00:02:59.855]➜  EOF
2025-08-20T21:11:32.8979413Z [00:02:59.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/state=>google.golang.org/grpc@v1.72.0/balancer/grpclb/state;$WORK/b1315=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid lL3oLPKpPux5tZTwq7zs/lL3oLPKpPux5tZTwq7zs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/state/state.go
2025-08-20T21:11:32.8981762Z [00:02:59.855]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/8b/8bded2c3da88c265f404e314589caf334421bc4f1546c4069dfc537266fd7e34-d # internal
2025-08-20T21:11:32.8982454Z [00:02:59.855]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:11:32.8982780Z [00:02:59.855]➜  mkdir -p $WORK/b1308/
2025-08-20T21:11:32.8983165Z [00:02:59.855]➜  cat >/tmp/go-build2720400589/b1308/importcfg << 'EOF' # internal
2025-08-20T21:11:32.8983680Z [00:02:59.855]➜  # import config
2025-08-20T21:11:32.8984028Z [00:02:59.855]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:32.8984605Z [00:02:59.855]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:32.8985032Z [00:02:59.855]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.8985495Z [00:02:59.855]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:32.8985944Z [00:02:59.855]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.8986356Z [00:02:59.855]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.8986838Z [00:02:59.855]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:11:32.8987615Z [00:02:59.855]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b357/_pkg_.a
2025-08-20T21:11:32.8988199Z [00:02:59.855]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:32.8988798Z [00:02:59.855]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:32.8989579Z [00:02:59.855]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.8990170Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:32.8990801Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2720400589/b1255/_pkg_.a
2025-08-20T21:11:32.8991477Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2720400589/b1261/_pkg_.a
2025-08-20T21:11:32.8992151Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:32.8992814Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:32.8993479Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:32.8994138Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2720400589/b1299/_pkg_.a
2025-08-20T21:11:32.9006215Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:32.9006936Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2720400589/b1303/_pkg_.a
2025-08-20T21:11:32.9007626Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2720400589/b1295/_pkg_.a
2025-08-20T21:11:32.9008292Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build2720400589/b1309/_pkg_.a
2025-08-20T21:11:32.9009018Z [00:02:59.855]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2720400589/b1306/_pkg_.a
2025-08-20T21:11:32.9009908Z [00:02:59.855]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2720400589/b1310/_pkg_.a
2025-08-20T21:11:32.9010569Z [00:02:59.855]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:11:32.9011155Z [00:02:59.855]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:32.9011731Z [00:02:59.855]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:11:32.9012308Z [00:02:59.855]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.9012888Z [00:02:59.855]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:32.9013557Z [00:02:59.855]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:32.9014209Z [00:02:59.855]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2720400589/b1312/_pkg_.a
2025-08-20T21:11:32.9014992Z [00:02:59.855]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:32.9015491Z [00:02:59.855]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:32.9015904Z [00:02:59.855]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:32.9016342Z [00:02:59.855]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:32.9016790Z [00:02:59.855]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.9017208Z [00:02:59.855]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:32.9017678Z [00:02:59.855]➜  packagefile net/http/httputil=/tmp/go-build2720400589/b251/_pkg_.a
2025-08-20T21:11:32.9018135Z [00:02:59.856]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:32.9018589Z [00:02:59.856]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:32.9019291Z [00:02:59.856]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:32.9019725Z [00:02:59.856]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:32.9020151Z [00:02:59.856]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:32.9020742Z [00:02:59.856]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.9021178Z [00:02:59.856]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:32.9021609Z [00:02:59.856]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.9022041Z [00:02:59.856]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:32.9022371Z [00:02:59.856]➜  EOF
2025-08-20T21:11:32.9028296Z [00:02:59.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport=>google.golang.org/grpc@v1.72.0/internal/transport;$WORK/b1308=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid J9vuEx-rqm0NP_2OdOMG/J9vuEx-rqm0NP_2OdOMG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/transport/transport.go
2025-08-20T21:11:32.9310044Z [00:02:59.889]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T21:11:32.9311503Z [00:02:59.889]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/8c/8c3bcea24a4ad0dbd4970a7f22933b9a105264fa7ae5a30065c41568dc26b4d4-d # internal
2025-08-20T21:11:32.9313520Z [00:02:59.889]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:11:32.9314476Z [00:02:59.889]➜  mkdir -p $WORK/b1316/
2025-08-20T21:11:32.9317941Z [00:02:59.890]➜  cat >/tmp/go-build2720400589/b1316/importcfg << 'EOF' # internal
2025-08-20T21:11:32.9318326Z [00:02:59.890]➜  # import config
2025-08-20T21:11:32.9319023Z [00:02:59.890]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.9319534Z [00:02:59.890]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:32.9319961Z [00:02:59.890]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.9320376Z [00:02:59.890]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.9320686Z [00:02:59.890]➜  EOF
2025-08-20T21:11:32.9322900Z [00:02:59.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns/internal=>google.golang.org/grpc@v1.72.0/internal/resolver/dns/internal;$WORK/b1316=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid IHyK7U1NOPD-3icioqIR/IHyK7U1NOPD-3icioqIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns/internal/internal.go
2025-08-20T21:11:32.9524365Z [00:02:59.910]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T21:11:32.9531892Z [00:02:59.911]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/ec/ec82c4d9287af8dc10b172245961c23237a732b11a9e85510f5f66b426f1cd5e-d # internal
2025-08-20T21:11:32.9532627Z [00:02:59.911]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:11:32.9532964Z [00:02:59.911]➜  mkdir -p $WORK/b1314/
2025-08-20T21:11:32.9535494Z [00:02:59.911]➜  cat >/tmp/go-build2720400589/b1314/importcfg << 'EOF' # internal
2025-08-20T21:11:32.9536219Z [00:02:59.911]➜  # import config
2025-08-20T21:11:32.9537221Z [00:02:59.911]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:32.9538025Z [00:02:59.911]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:32.9539887Z [00:02:59.911]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:32.9540745Z [00:02:59.912]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2720400589/b1315/_pkg_.a
2025-08-20T21:11:32.9541854Z [00:02:59.912]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:32.9543876Z [00:02:59.912]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:32.9544804Z [00:02:59.912]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:32.9545579Z [00:02:59.912]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build2720400589/b1316/_pkg_.a
2025-08-20T21:11:32.9546258Z [00:02:59.912]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:32.9546879Z [00:02:59.912]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:32.9547423Z [00:02:59.912]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:32.9547861Z [00:02:59.912]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:32.9548296Z [00:02:59.912]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:11:32.9548722Z [00:02:59.912]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:32.9549400Z [00:02:59.912]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:32.9549897Z [00:02:59.912]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:32.9550323Z [00:02:59.912]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:32.9550730Z [00:02:59.912]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:32.9551037Z [00:02:59.912]➜  EOF
2025-08-20T21:11:32.9553233Z [00:02:59.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns=>google.golang.org/grpc@v1.72.0/internal/resolver/dns;$WORK/b1314=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid meGtfVvmc8JNrdGQ7UzQ/meGtfVvmc8JNrdGQ7UzQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/resolver/dns/dns_resolver.go
2025-08-20T21:11:33.0229359Z [00:02:59.981]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T21:11:33.0239081Z [00:02:59.982]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/c0/c0ea8c015802e3ed10863ea8de379349ea1cf32b4b3aa9c3bc5ec8f1f3f5ab95-d # internal
2025-08-20T21:11:33.0240268Z [00:02:59.982]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:11:33.0264413Z [00:02:59.984]➜  mkdir -p $WORK/b1313/
2025-08-20T21:11:33.0268598Z [00:02:59.985]➜  cat >/tmp/go-build2720400589/b1313/importcfg << 'EOF' # internal
2025-08-20T21:11:33.0269062Z [00:02:59.985]➜  # import config
2025-08-20T21:11:33.0269568Z [00:02:59.985]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2720400589/b1314/_pkg_.a
2025-08-20T21:11:33.0274004Z [00:02:59.985]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:33.0274992Z [00:02:59.985]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:33.0275307Z [00:02:59.985]➜  EOF
2025-08-20T21:11:33.0277234Z [00:02:59.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/dns=>google.golang.org/grpc@v1.72.0/resolver/dns;$WORK/b1313=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid 6i9LhcOAf9ZOldihLvqy/6i9LhcOAf9ZOldihLvqy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/dns/dns_resolver.go
2025-08-20T21:11:33.0392305Z [00:02:59.997]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T21:11:33.0403301Z [00:02:59.998]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/e2/e24533e1bec7239a4048bd852b1c9021de9af0db44d44806b49f4b236d537426-d # internal
2025-08-20T21:11:33.0411682Z [00:02:59.999]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T21:11:33.0418450Z [00:03:00.000]➜  mkdir -p $WORK/b1317/
2025-08-20T21:11:33.0428541Z [00:03:00.001]➜  cat >/tmp/go-build2720400589/b1317/importcfg << 'EOF' # internal
2025-08-20T21:11:33.0429195Z [00:03:00.001]➜  # import config
2025-08-20T21:11:33.0430939Z [00:03:00.001]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:33.0433574Z [00:03:00.001]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:33.0435405Z [00:03:00.001]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:33.0436084Z [00:03:00.001]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:33.0436527Z [00:03:00.001]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:33.0436963Z [00:03:00.001]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.0437388Z [00:03:00.001]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.0437694Z [00:03:00.001]➜  EOF
2025-08-20T21:11:33.0440125Z [00:03:00.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_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/b1317=>" -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/b1317/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T21:11:33.1120510Z [00:03:00.070]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T21:11:33.1146990Z [00:03:00.072]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/f2/f2b07f8a741f36da9482f0f3ddd97917245ede1fce755990b0676d1be40c2f5f-d # internal
2025-08-20T21:11:33.1156275Z [00:03:00.073]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T21:11:33.1158353Z [00:03:00.074]➜  mkdir -p $WORK/b1321/
2025-08-20T21:11:33.1183070Z [00:03:00.076]➜  cat >/tmp/go-build2720400589/b1321/importcfg << 'EOF' # internal
2025-08-20T21:11:33.1183849Z [00:03:00.076]➜  # import config
2025-08-20T21:11:33.1184824Z [00:03:00.076]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:33.1185864Z [00:03:00.076]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:33.1186583Z [00:03:00.076]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:33.1187277Z [00:03:00.076]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.1188327Z [00:03:00.076]➜  EOF
2025-08-20T21:11:33.1203559Z [00:03:00.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/code;$WORK/b1321=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid D83IA6Qj7DrjvRhxa4FZ/D83IA6Qj7DrjvRhxa4FZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/code/code.pb.go
2025-08-20T21:11:33.1650440Z [00:03:00.123]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T21:11:33.1668885Z [00:03:00.124]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/c5/c500fb5d87e4abc7c9d1b9af612cd2e9e2a8585744e91b79d1a7187820f04354-d # internal
2025-08-20T21:11:33.1670184Z [00:03:00.125]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T21:11:33.1670977Z [00:03:00.125]➜  mkdir -p $WORK/b1320/
2025-08-20T21:11:33.1671638Z [00:03:00.125]➜  cat >/tmp/go-build2720400589/b1320/importcfg << 'EOF' # internal
2025-08-20T21:11:33.1672217Z [00:03:00.125]➜  # import config
2025-08-20T21:11:33.1673530Z [00:03:00.125]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build2720400589/b1321/_pkg_.a
2025-08-20T21:11:33.1680448Z [00:03:00.125]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:33.1681272Z [00:03:00.125]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:33.1681970Z [00:03:00.125]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:33.1682524Z [00:03:00.125]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:33.1682945Z [00:03:00.125]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.1683252Z [00:03:00.125]➜  EOF
2025-08-20T21:11:33.1686192Z [00:03:00.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto;$WORK/b1320=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.21 -complete -installsuffix shared -buildid qvJn6DSN9fyDNvb4u0ms/qvJn6DSN9fyDNvb4u0ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto/error.pb.go
2025-08-20T21:11:33.2210474Z [00:03:00.179]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T21:11:33.2227352Z [00:03:00.180]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/ad/adab3321d09ba19bdc4f890557a403ff2ffad313405bf05ec5b62f0877507fde-d # internal
2025-08-20T21:11:33.2235649Z [00:03:00.181]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T21:11:33.2241067Z [00:03:00.182]➜  mkdir -p $WORK/b1323/
2025-08-20T21:11:33.2272333Z [00:03:00.185]➜  cat >/tmp/go-build2720400589/b1323/importcfg << 'EOF' # internal
2025-08-20T21:11:33.2277882Z [00:03:00.185]➜  # import config
2025-08-20T21:11:33.2281116Z [00:03:00.185]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:33.2281581Z [00:03:00.185]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.2282021Z [00:03:00.185]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:33.2282447Z [00:03:00.185]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:33.2282875Z [00:03:00.185]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.2283195Z [00:03:00.185]➜  EOF
2025-08-20T21:11:33.2285969Z [00:03:00.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/third_party/uritemplates=>google.golang.org/api@v0.230.0/internal/third_party/uritemplates;$WORK/b1323=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid XK_Jpep9NrSZNX25coZu/XK_Jpep9NrSZNX25coZu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/third_party/uritemplates/utils.go
2025-08-20T21:11:33.2649776Z [00:03:00.223]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T21:11:33.2656579Z [00:03:00.223]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/15/15bf38d826a24fc4d7202897615531c67d68a6121d83fdcb5173f206a17a8f52-d # internal
2025-08-20T21:11:33.2658991Z [00:03:00.223]➜  google.golang.org/api/googleapi
2025-08-20T21:11:33.2665935Z [00:03:00.223]➜  mkdir -p $WORK/b1322/
2025-08-20T21:11:33.2666692Z [00:03:00.224]➜  cat >/tmp/go-build2720400589/b1322/importcfg << 'EOF' # internal
2025-08-20T21:11:33.2668584Z [00:03:00.224]➜  # import config
2025-08-20T21:11:33.2669201Z [00:03:00.224]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:33.2671339Z [00:03:00.224]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:33.2672018Z [00:03:00.224]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.2672582Z [00:03:00.224]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.2673558Z [00:03:00.224]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build2720400589/b1323/_pkg_.a
2025-08-20T21:11:33.2675094Z [00:03:00.224]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:33.2675737Z [00:03:00.224]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:33.2676268Z [00:03:00.224]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:33.2691292Z [00:03:00.224]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:33.2691853Z [00:03:00.224]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.2692290Z [00:03:00.224]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:33.2692601Z [00:03:00.224]➜  EOF
2025-08-20T21:11:33.2695403Z [00:03:00.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi=>google.golang.org/api@v0.230.0/googleapi;$WORK/b1322=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid ge3xCk1wHcNZEldr6vwc/ge3xCk1wHcNZEldr6vwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi/types.go
2025-08-20T21:11:33.3764034Z [00:03:00.334]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T21:11:33.3795956Z [00:03:00.337]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/5b/5b360e96e53584e7b6244b8238f34deadaf1d2f7363ea25d586e33da057dc625-d # internal
2025-08-20T21:11:33.3797478Z [00:03:00.338]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T21:11:33.3800468Z [00:03:00.338]➜  mkdir -p $WORK/b1324/
2025-08-20T21:11:33.3804736Z [00:03:00.338]➜  cat >/tmp/go-build2720400589/b1324/importcfg << 'EOF' # internal
2025-08-20T21:11:33.3805114Z [00:03:00.338]➜  # import config
2025-08-20T21:11:33.3805638Z [00:03:00.338]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:33.3806354Z [00:03:00.338]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:33.3807078Z [00:03:00.338]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:33.3807659Z [00:03:00.338]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:33.3808091Z [00:03:00.338]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.3808636Z [00:03:00.338]➜  EOF
2025-08-20T21:11:33.3812114Z [00:03:00.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/errdetails;$WORK/b1324=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid vV9SRiT4TcExOG--qZOG/vV9SRiT4TcExOG--qZOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250422160041-2d3770c4ea7f/errdetails/error_details.pb.go
2025-08-20T21:11:33.4613332Z [00:03:00.419]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T21:11:33.4629108Z [00:03:00.421]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/c2/c27823ea1283f807b1a36f9146f3375776f2e35b438f848d53901b593556d383-d # internal
2025-08-20T21:11:33.4631217Z [00:03:00.421]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T21:11:33.4632293Z [00:03:00.421]➜  mkdir -p $WORK/b1319/
2025-08-20T21:11:33.4637102Z [00:03:00.422]➜  cat >/tmp/go-build2720400589/b1319/importcfg << 'EOF' # internal
2025-08-20T21:11:33.4637502Z [00:03:00.422]➜  # import config
2025-08-20T21:11:33.4637856Z [00:03:00.422]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.4638285Z [00:03:00.422]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.4638899Z [00:03:00.422]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build2720400589/b1320/_pkg_.a
2025-08-20T21:11:33.4639580Z [00:03:00.422]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:33.4640272Z [00:03:00.422]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build2720400589/b1324/_pkg_.a
2025-08-20T21:11:33.4640942Z [00:03:00.422]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:33.4641524Z [00:03:00.422]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:33.4642419Z [00:03:00.422]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:33.4643146Z [00:03:00.422]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:33.4643669Z [00:03:00.422]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.4644031Z [00:03:00.422]➜  EOF
2025-08-20T21:11:33.4657613Z [00:03:00.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror=>github.com/googleapis/gax-go/v2@v2.14.1/apierror;$WORK/b1319=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.21 -complete -installsuffix shared -buildid AXxd6IDKKiuqMNEgm13J/AXxd6IDKKiuqMNEgm13J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/apierror.go
2025-08-20T21:11:33.5173056Z [00:03:00.475]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T21:11:33.5186603Z [00:03:00.476]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/5c/5cfbc421171c88b5b717f120c6a003ebcf0b0ef34585b6e1cd9d4c740c273f72-d # internal
2025-08-20T21:11:33.5188022Z [00:03:00.477]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T21:11:33.5189185Z [00:03:00.477]➜  mkdir -p $WORK/b1325/
2025-08-20T21:11:33.5193463Z [00:03:00.477]➜  cat >/tmp/go-build2720400589/b1325/importcfg << 'EOF' # internal
2025-08-20T21:11:33.5193837Z [00:03:00.477]➜  # import config
2025-08-20T21:11:33.5194182Z [00:03:00.477]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.5194817Z [00:03:00.477]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.5195132Z [00:03:00.477]➜  EOF
2025-08-20T21:11:33.5197989Z [00:03:00.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/callctx=>github.com/googleapis/gax-go/v2@v2.14.1/callctx;$WORK/b1325=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.21 -complete -installsuffix shared -buildid S1LKC3FNGu-E6XqUetrp/S1LKC3FNGu-E6XqUetrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/callctx/callctx.go
2025-08-20T21:11:33.5311556Z [00:03:00.489]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T21:11:33.5316878Z [00:03:00.490]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/f5/f535be2813e4c61d847cfcec803b9cda7e8e18b534f9497a74b6d6fa6782f913-d # internal
2025-08-20T21:11:33.5318772Z [00:03:00.490]➜  cloud.google.com/go/internal/optional
2025-08-20T21:11:33.5319817Z [00:03:00.490]➜  mkdir -p $WORK/b1328/
2025-08-20T21:11:33.5324565Z [00:03:00.490]➜  cat >/tmp/go-build2720400589/b1328/importcfg << 'EOF' # internal
2025-08-20T21:11:33.5325002Z [00:03:00.490]➜  # import config
2025-08-20T21:11:33.5325338Z [00:03:00.490]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.5325778Z [00:03:00.490]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.5328666Z [00:03:00.490]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:33.5329002Z [00:03:00.490]➜  EOF
2025-08-20T21:11:33.5330942Z [00:03:00.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/optional=>cloud.google.com/go@v0.120.1/internal/optional;$WORK/b1328=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid amJnCW4u53_YhrmhWZON/amJnCW4u53_YhrmhWZON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/optional/optional.go
2025-08-20T21:11:33.5403804Z [00:03:00.498]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T21:11:33.5465348Z [00:03:00.504]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/7d/7d6d7439ba3abf756210256571a45c8830bd62e0b10fd9d26ab75f1f999a9789-d # internal
2025-08-20T21:11:33.5472097Z [00:03:00.505]➜  google.golang.org/grpc
2025-08-20T21:11:33.5473553Z [00:03:00.505]➜  mkdir -p $WORK/b1248/
2025-08-20T21:11:33.5480097Z [00:03:00.506]➜  cat >/tmp/go-build2720400589/b1248/importcfg << 'EOF' # internal
2025-08-20T21:11:33.5482450Z [00:03:00.506]➜  # import config
2025-08-20T21:11:33.5482808Z [00:03:00.506]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:33.5483261Z [00:03:00.506]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:33.5483715Z [00:03:00.506]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.5484173Z [00:03:00.506]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:33.5484985Z [00:03:00.506]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:33.5485557Z [00:03:00.506]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.5486003Z [00:03:00.506]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.5486487Z [00:03:00.506]➜  packagefile golang.org/x/net/trace=/tmp/go-build2720400589/b1249/_pkg_.a
2025-08-20T21:11:33.5487059Z [00:03:00.506]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2720400589/b1252/_pkg_.a
2025-08-20T21:11:33.5487646Z [00:03:00.506]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:33.5488263Z [00:03:00.506]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:33.5488918Z [00:03:00.506]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2720400589/b1270/_pkg_.a
2025-08-20T21:11:33.5489598Z [00:03:00.506]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2720400589/b1278/_pkg_.a
2025-08-20T21:11:33.5490236Z [00:03:00.506]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2720400589/b1254/_pkg_.a
2025-08-20T21:11:33.5490993Z [00:03:00.506]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:33.5491593Z [00:03:00.506]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:33.5492360Z [00:03:00.506]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:33.5493019Z [00:03:00.506]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:33.5493656Z [00:03:00.506]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2720400589/b1282/_pkg_.a
2025-08-20T21:11:33.5494406Z [00:03:00.506]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build2720400589/b1285/_pkg_.a
2025-08-20T21:11:33.5495131Z [00:03:00.506]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:33.5495770Z [00:03:00.506]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:33.5496364Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:33.5496985Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:33.5497720Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2720400589/b1287/_pkg_.a
2025-08-20T21:11:33.5498461Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2720400589/b1288/_pkg_.a
2025-08-20T21:11:33.5499148Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build2720400589/b1289/_pkg_.a
2025-08-20T21:11:33.5499810Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2720400589/b1255/_pkg_.a
2025-08-20T21:11:33.5500602Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:33.5501423Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:33.5502187Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build2720400589/b1298/_pkg_.a
2025-08-20T21:11:33.5502838Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2720400589/b1299/_pkg_.a
2025-08-20T21:11:33.5503491Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:33.5504142Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:11:33.5510912Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build2720400589/b1302/_pkg_.a
2025-08-20T21:11:33.5511745Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build2720400589/b1304/_pkg_.a
2025-08-20T21:11:33.5512488Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build2720400589/b1305/_pkg_.a
2025-08-20T21:11:33.5513357Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:33.5514029Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:11:33.5515018Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2720400589/b1295/_pkg_.a
2025-08-20T21:11:33.5515677Z [00:03:00.506]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2720400589/b1308/_pkg_.a
2025-08-20T21:11:33.5516313Z [00:03:00.506]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2720400589/b1310/_pkg_.a
2025-08-20T21:11:33.5516892Z [00:03:00.506]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:11:33.5517478Z [00:03:00.506]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:33.5518231Z [00:03:00.506]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:11:33.5518819Z [00:03:00.506]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:33.5519434Z [00:03:00.506]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build2720400589/b1313/_pkg_.a
2025-08-20T21:11:33.5520056Z [00:03:00.506]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:33.5520654Z [00:03:00.506]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:33.5521227Z [00:03:00.506]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:33.5521794Z [00:03:00.506]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2720400589/b1312/_pkg_.a
2025-08-20T21:11:33.5522275Z [00:03:00.506]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:33.5522685Z [00:03:00.506]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:33.5523138Z [00:03:00.506]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:33.5523570Z [00:03:00.506]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:33.5523998Z [00:03:00.506]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:33.5524671Z [00:03:00.506]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:33.5525162Z [00:03:00.506]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:33.5525591Z [00:03:00.506]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:33.5526011Z [00:03:00.506]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:33.5526429Z [00:03:00.506]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:33.5527013Z [00:03:00.506]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.5527524Z [00:03:00.506]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.5528034Z [00:03:00.506]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:33.5528523Z [00:03:00.506]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:33.5528836Z [00:03:00.506]➜  EOF
2025-08-20T21:11:33.5534580Z [00:03:00.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0=>google.golang.org/grpc@v1.72.0;$WORK/b1248=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid VeFCR3p3Ce3JP2SZrTSd/VeFCR3p3Ce3JP2SZrTSd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/version.go
2025-08-20T21:11:33.5558876Z [00:03:00.514]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T21:11:33.5586436Z [00:03:00.514]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/fc/fcbdb509a2d576a619bbe24192affea4ae6f618ab1e18b3a87ec3f2fa331f06c-d # internal
2025-08-20T21:11:33.5587148Z [00:03:00.514]➜  cloud.google.com/go/internal/trace
2025-08-20T21:11:33.5587462Z [00:03:00.514]➜  mkdir -p $WORK/b1329/
2025-08-20T21:11:33.5587963Z [00:03:00.515]➜  cat >/tmp/go-build2720400589/b1329/importcfg << 'EOF' # internal
2025-08-20T21:11:33.5588323Z [00:03:00.515]➜  # import config
2025-08-20T21:11:33.5588671Z [00:03:00.515]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.5589104Z [00:03:00.515]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.5589517Z [00:03:00.515]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.5589995Z [00:03:00.515]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:33.5590585Z [00:03:00.515]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:33.5591185Z [00:03:00.515]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:33.5591770Z [00:03:00.515]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:33.5592359Z [00:03:00.515]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:33.5592950Z [00:03:00.515]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:33.5593336Z [00:03:00.515]➜  EOF
2025-08-20T21:11:33.5595549Z [00:03:00.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/trace=>cloud.google.com/go@v0.120.1/internal/trace;$WORK/b1329=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid 1IvUVmNTNI5txz8TbdMI/1IvUVmNTNI5txz8TbdMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/trace/trace.go
2025-08-20T21:11:33.6183925Z [00:03:00.575]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T21:11:33.6185268Z [00:03:00.575]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/2d/2da819a8daecaf9b98dc6420acdedebc722c5f8f6c1428296beb76dbbb072571-d # internal
2025-08-20T21:11:33.6185904Z [00:03:00.576]➜  cloud.google.com/go/internal/version
2025-08-20T21:11:33.6186212Z [00:03:00.576]➜  mkdir -p $WORK/b1330/
2025-08-20T21:11:33.6186591Z [00:03:00.576]➜  cat >/tmp/go-build2720400589/b1330/importcfg << 'EOF' # internal
2025-08-20T21:11:33.6186937Z [00:03:00.576]➜  # import config
2025-08-20T21:11:33.6187281Z [00:03:00.576]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:33.6187713Z [00:03:00.576]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.6188152Z [00:03:00.576]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:33.6188693Z [00:03:00.576]➜  EOF
2025-08-20T21:11:33.6190627Z [00:03:00.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/version=>cloud.google.com/go@v0.120.1/internal/version;$WORK/b1330=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid Mp8ewlXcJuyZogX8HHoS/Mp8ewlXcJuyZogX8HHoS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/version/version.go
2025-08-20T21:11:33.6421620Z [00:03:00.600]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T21:11:33.6430448Z [00:03:00.601]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/92/922b9cc74e54d1dac7906359638a736f22fc1d65fcc6c6e0230d4197ce755e6e-d # internal
2025-08-20T21:11:33.6431640Z [00:03:00.601]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:11:33.6434172Z [00:03:00.601]➜  mkdir -p $WORK/b1334/
2025-08-20T21:11:33.6435366Z [00:03:00.601]➜  cat >/tmp/go-build2720400589/b1334/importcfg << 'EOF' # internal
2025-08-20T21:11:33.6435732Z [00:03:00.601]➜  # import config
2025-08-20T21:11:33.6436096Z [00:03:00.601]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.6436626Z [00:03:00.601]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:33.6437263Z [00:03:00.601]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2720400589/b410/_pkg_.a
2025-08-20T21:11:33.6437685Z [00:03:00.601]➜  EOF
2025-08-20T21:11:33.6447981Z [00:03:00.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_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/b1334=>" -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/b1334/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/noop/noop.go
2025-08-20T21:11:33.7058255Z [00:03:00.663]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T21:11:33.7071036Z [00:03:00.665]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/7d/7d1547f5b21ec8f0b9beaa9c45b5121f5d108683999a75c2d96dc1d06c284295-d # internal
2025-08-20T21:11:33.7081720Z [00:03:00.665]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:11:33.7084433Z [00:03:00.665]➜  mkdir -p $WORK/b1335/
2025-08-20T21:11:33.7085471Z [00:03:00.665]➜  cat >/tmp/go-build2720400589/b1335/importcfg << 'EOF' # internal
2025-08-20T21:11:33.7085844Z [00:03:00.665]➜  # import config
2025-08-20T21:11:33.7086291Z [00:03:00.665]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:33.7086697Z [00:03:00.665]➜  EOF
2025-08-20T21:11:33.7089688Z [00:03:00.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_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/b1335=>" -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/b1335/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-20T21:11:33.7222360Z [00:03:00.680]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T21:11:33.7238307Z [00:03:00.681]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/be/beec2bb8b37dd6f9df3a8c0b6bb9bfbbac4f1f0091783e794307499336fb0290-d # internal
2025-08-20T21:11:33.7239583Z [00:03:00.681]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T21:11:33.7241606Z [00:03:00.681]➜  mkdir -p $WORK/b1336/
2025-08-20T21:11:33.7242692Z [00:03:00.681]➜  cat >/tmp/go-build2720400589/b1336/importcfg << 'EOF' # internal
2025-08-20T21:11:33.7243187Z [00:03:00.681]➜  # import config
2025-08-20T21:11:33.7243828Z [00:03:00.681]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.7245165Z [00:03:00.681]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:33.7246025Z [00:03:00.681]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:33.7246521Z [00:03:00.681]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:33.7246947Z [00:03:00.681]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:33.7247377Z [00:03:00.682]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:33.7247791Z [00:03:00.682]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:33.7248208Z [00:03:00.682]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:33.7248528Z [00:03:00.682]➜  EOF
2025-08-20T21:11:33.7252755Z [00:03:00.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_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/b1336=>" -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/b1336/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-20T21:11:33.8149453Z [00:03:00.773]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T21:11:33.8165737Z [00:03:00.774]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/94/94f512fd5102a631e1dc798a1cd1988998b5bc49d715737282867984e51683a3-d # internal
2025-08-20T21:11:33.8168149Z [00:03:00.774]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T21:11:33.8206699Z [00:03:00.779]➜  mkdir -p $WORK/b1342/
2025-08-20T21:11:33.8209272Z [00:03:00.779]➜  cat >/tmp/go-build2720400589/b1342/importcfg << 'EOF' # internal
2025-08-20T21:11:33.8212036Z [00:03:00.779]➜  # import config
2025-08-20T21:11:33.8212379Z [00:03:00.779]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:33.8212807Z [00:03:00.779]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.8213394Z [00:03:00.779]➜  EOF
2025-08-20T21:11:33.8215821Z [00:03:00.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_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/b1342=>" -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/b1342/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/internal/x/x.go
2025-08-20T21:11:33.8584636Z [00:03:00.816]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T21:11:33.8588811Z [00:03:00.817]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/f6/f6cf9c2013c114a7c59dc36392d19fd7fdcda191ef332538f8411620806ccba2-d # internal
2025-08-20T21:11:33.8592822Z [00:03:00.817]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:11:33.8593825Z [00:03:00.817]➜  mkdir -p $WORK/b1340/
2025-08-20T21:11:33.8596435Z [00:03:00.818]➜  cat >/tmp/go-build2720400589/b1340/importcfg << 'EOF' # internal
2025-08-20T21:11:33.8597579Z [00:03:00.818]➜  # import config
2025-08-20T21:11:33.8598233Z [00:03:00.818]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:33.8598940Z [00:03:00.818]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:33.8599971Z [00:03:00.818]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:33.8600690Z [00:03:00.818]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:33.8602193Z [00:03:00.818]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:11:33.8602750Z [00:03:00.818]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:33.8603338Z [00:03:00.818]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:33.8603944Z [00:03:00.818]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build2720400589/b1341/_pkg_.a
2025-08-20T21:11:33.8604755Z [00:03:00.818]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build2720400589/b1342/_pkg_.a
2025-08-20T21:11:33.8619412Z [00:03:00.818]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:11:33.8620015Z [00:03:00.818]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:11:33.8620483Z [00:03:00.818]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:33.8620909Z [00:03:00.818]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:33.8621319Z [00:03:00.818]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:33.8621736Z [00:03:00.818]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:33.8622192Z [00:03:00.818]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:33.8622645Z [00:03:00.818]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:33.8623078Z [00:03:00.818]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:33.8623504Z [00:03:00.818]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:33.8623931Z [00:03:00.818]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:33.8624365Z [00:03:00.818]➜  EOF
2025-08-20T21:11:33.8630077Z [00:03:00.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_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/b1340=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.22 -complete -installsuffix shared -buildid q8XBiNhRsX7rCDKIkDUv/q8XBiNhRsX7rCDKIkDUv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/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-20T21:11:34.0559914Z [00:03:01.014]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T21:11:34.0586657Z [00:03:01.016]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/ff/ffa668dca7072fbd650452316fb636c07a02760c33212bf0220a101c511a6928-d # internal
2025-08-20T21:11:34.0609454Z [00:03:01.019]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T21:11:34.0610188Z [00:03:01.019]➜  mkdir -p $WORK/b1339/
2025-08-20T21:11:34.0623136Z [00:03:01.020]➜  cat >/tmp/go-build2720400589/b1339/importcfg << 'EOF' # internal
2025-08-20T21:11:34.0624078Z [00:03:01.020]➜  # import config
2025-08-20T21:11:34.0625341Z [00:03:01.020]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:34.0626211Z [00:03:01.020]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:34.0627140Z [00:03:01.020]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2720400589/b1335/_pkg_.a
2025-08-20T21:11:34.0628618Z [00:03:01.020]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:11:34.0629176Z [00:03:01.020]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:34.0629608Z [00:03:01.020]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.0629912Z [00:03:01.020]➜  EOF
2025-08-20T21:11:34.0645619Z [00:03:01.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_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/b1339=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.22 -complete -installsuffix shared -buildid q-T8tXwBU_3dkBMCVU5I/q-T8tXwBU_3dkBMCVU5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/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-20T21:11:34.0872043Z [00:03:01.045]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T21:11:34.0877671Z [00:03:01.046]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/84/84b8965a3f17e5244e87acecfb0313ca00bf63d27bb4905683c1185ddf726e05-d # internal
2025-08-20T21:11:34.0898816Z [00:03:01.048]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T21:11:34.0899834Z [00:03:01.048]➜  mkdir -p $WORK/b1338/
2025-08-20T21:11:34.0908706Z [00:03:01.049]➜  cat >/tmp/go-build2720400589/b1338/importcfg << 'EOF' # internal
2025-08-20T21:11:34.0909324Z [00:03:01.049]➜  # import config
2025-08-20T21:11:34.0909889Z [00:03:01.049]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.0910543Z [00:03:01.049]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:34.0911624Z [00:03:01.049]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:34.0912225Z [00:03:01.049]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:34.0913108Z [00:03:01.049]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2720400589/b1336/_pkg_.a
2025-08-20T21:11:34.0913917Z [00:03:01.049]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2720400589/b1339/_pkg_.a
2025-08-20T21:11:34.0914774Z [00:03:01.049]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:34.0915257Z [00:03:01.049]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:34.0915680Z [00:03:01.049]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:34.0916090Z [00:03:01.049]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:34.0916495Z [00:03:01.049]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.0916800Z [00:03:01.049]➜  EOF
2025-08-20T21:11:34.0922182Z [00:03:01.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_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/b1338=>" -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/b1338/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-20T21:11:34.1565406Z [00:03:01.114]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T21:11:34.1574128Z [00:03:01.115]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/eb/ebf3c67fa558dfc963982a255ba7f63db15a8595d1533c886f1850318404647d-d # internal
2025-08-20T21:11:34.1580187Z [00:03:01.116]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T21:11:34.1582965Z [00:03:01.116]➜  mkdir -p $WORK/b1343/
2025-08-20T21:11:34.1591782Z [00:03:01.117]➜  cat >/tmp/go-build2720400589/b1343/importcfg << 'EOF' # internal
2025-08-20T21:11:34.1593302Z [00:03:01.117]➜  # import config
2025-08-20T21:11:34.1593685Z [00:03:01.117]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.1594104Z [00:03:01.117]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:34.1594701Z [00:03:01.117]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:34.1595032Z [00:03:01.117]➜  EOF
2025-08-20T21:11:34.1597078Z [00:03:01.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_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/b1343=>" -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/b1343/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/x/x.go
2025-08-20T21:11:34.1859954Z [00:03:01.144]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T21:11:34.1865296Z [00:03:01.144]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/84/84f38ae987abc30105df798b8b165abc5ffe1cb84d37e87d9195fe083258681f-d # internal
2025-08-20T21:11:34.1872320Z [00:03:01.145]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T21:11:34.1874967Z [00:03:01.145]➜  mkdir -p $WORK/b1333/
2025-08-20T21:11:34.1877267Z [00:03:01.145]➜  cat >/tmp/go-build2720400589/b1333/importcfg << 'EOF' # internal
2025-08-20T21:11:34.1877806Z [00:03:01.145]➜  # import config
2025-08-20T21:11:34.1878242Z [00:03:01.145]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:34.1878712Z [00:03:01.145]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.1879137Z [00:03:01.145]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:34.1879554Z [00:03:01.145]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.1880032Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:34.1880612Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:34.1881252Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2720400589/b395/_pkg_.a
2025-08-20T21:11:34.1882046Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:34.1882670Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2720400589/b410/_pkg_.a
2025-08-20T21:11:34.1883305Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2720400589/b1334/_pkg_.a
2025-08-20T21:11:34.1884107Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2720400589/b1335/_pkg_.a
2025-08-20T21:11:34.1885019Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2720400589/b1336/_pkg_.a
2025-08-20T21:11:34.1885710Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build2720400589/b1337/_pkg_.a
2025-08-20T21:11:34.1886445Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build2720400589/b1338/_pkg_.a
2025-08-20T21:11:34.1887188Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build2720400589/b1343/_pkg_.a
2025-08-20T21:11:34.1887895Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2720400589/b1339/_pkg_.a
2025-08-20T21:11:34.1888555Z [00:03:01.145]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:11:34.1889064Z [00:03:01.145]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:34.1889473Z [00:03:01.145]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:34.1889895Z [00:03:01.145]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:34.1890318Z [00:03:01.145]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:34.1890739Z [00:03:01.145]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:34.1891163Z [00:03:01.145]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:34.1891587Z [00:03:01.145]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:34.1892025Z [00:03:01.145]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:34.1892461Z [00:03:01.145]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.1892771Z [00:03:01.145]➜  EOF
2025-08-20T21:11:34.1905756Z [00:03:01.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_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/b1333=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.22 -complete -installsuffix shared -buildid HZbOFNJzrCwIR0LHEflB/HZbOFNJzrCwIR0LHEflB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/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-20T21:11:34.2933811Z [00:03:01.251]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:11:34.3131171Z [00:03:01.271]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/a0/a09255df842a2675c131b5acffd29484e8f87b4f36dcad7de52d11e54c450551-d # internal
2025-08-20T21:11:34.3150961Z [00:03:01.273]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T21:11:34.3165722Z [00:03:01.273]➜  mkdir -p $WORK/b1213/
2025-08-20T21:11:34.3166489Z [00:03:01.273]➜  cat >/tmp/go-build2720400589/b1213/importcfg << 'EOF' # internal
2025-08-20T21:11:34.3166846Z [00:03:01.273]➜  # import config
2025-08-20T21:11:34.3167196Z [00:03:01.273]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.3167816Z [00:03:01.273]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2720400589/b1214/_pkg_.a
2025-08-20T21:11:34.3168562Z [00:03:01.273]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2720400589/b1247/_pkg_.a
2025-08-20T21:11:34.3169197Z [00:03:01.273]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:34.3169760Z [00:03:01.273]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:34.3170341Z [00:03:01.273]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:34.3170997Z [00:03:01.273]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:34.3171708Z [00:03:01.273]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:34.3172428Z [00:03:01.273]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2720400589/b1317/_pkg_.a
2025-08-20T21:11:34.3173008Z [00:03:01.273]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:34.3173428Z [00:03:01.273]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:34.3173736Z [00:03:01.273]➜  EOF
2025-08-20T21:11:34.3178262Z [00:03:01.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_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/b1213=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid 4QgBerBX5zBar7izAfDc/4QgBerBX5zBar7izAfDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/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-20T21:11:34.4801539Z [00:03:01.438]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:11:34.4856410Z [00:03:01.443]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/4e/4efbd692206556a9b084355c74ff972b5beccb872c60610eb31bebf25c56fab4-d # internal
2025-08-20T21:11:34.4859727Z [00:03:01.444]➜  github.com/googleapis/gax-go/v2
2025-08-20T21:11:34.4861377Z [00:03:01.444]➜  mkdir -p $WORK/b1318/
2025-08-20T21:11:34.4910411Z [00:03:01.449]➜  cat >/tmp/go-build2720400589/b1318/importcfg << 'EOF' # internal
2025-08-20T21:11:34.4911349Z [00:03:01.449]➜  # import config
2025-08-20T21:11:34.4914463Z [00:03:01.449]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:34.4915169Z [00:03:01.449]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.4915817Z [00:03:01.449]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:34.4916455Z [00:03:01.449]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:34.4917028Z [00:03:01.449]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.4918884Z [00:03:01.449]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2720400589/b1319/_pkg_.a
2025-08-20T21:11:34.4919802Z [00:03:01.449]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2720400589/b1325/_pkg_.a
2025-08-20T21:11:34.4935184Z [00:03:01.449]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build2720400589/b1326/_pkg_.a
2025-08-20T21:11:34.4936362Z [00:03:01.449]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:34.4937518Z [00:03:01.449]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:34.4938922Z [00:03:01.449]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:34.4939645Z [00:03:01.449]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:34.4940544Z [00:03:01.449]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:34.4941754Z [00:03:01.449]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:34.4942523Z [00:03:01.449]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:34.4943220Z [00:03:01.449]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:34.4943777Z [00:03:01.449]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:34.4944205Z [00:03:01.449]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:34.4944911Z [00:03:01.449]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:34.4945354Z [00:03:01.449]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:34.4945788Z [00:03:01.449]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:34.4946215Z [00:03:01.449]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:34.4946634Z [00:03:01.449]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.4947063Z [00:03:01.449]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:34.4947387Z [00:03:01.449]➜  EOF
2025-08-20T21:11:34.4950806Z [00:03:01.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1=>github.com/googleapis/gax-go/v2@v2.14.1;$WORK/b1318=>" -p github.com/googleapis/gax-go/v2 -lang=go1.21 -complete -installsuffix shared -buildid LLDhXkCDfFw95jh5IaVO/LLDhXkCDfFw95jh5IaVO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/proto_json_stream.go
2025-08-20T21:11:34.6170215Z [00:03:01.575]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T21:11:34.6189783Z [00:03:01.577]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/6c/6ccfd8dbd54dde17a9fd236cb03651a725adea444c1bbe1be2c626acefb2de68-d # internal
2025-08-20T21:11:34.6191776Z [00:03:01.577]➜  cloud.google.com/go/iam
2025-08-20T21:11:34.6193180Z [00:03:01.577]➜  mkdir -p $WORK/b1212/
2025-08-20T21:11:34.6197763Z [00:03:01.578]➜  cat >/tmp/go-build2720400589/b1212/importcfg << 'EOF' # internal
2025-08-20T21:11:34.6198362Z [00:03:01.578]➜  # import config
2025-08-20T21:11:34.6199046Z [00:03:01.578]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2720400589/b1213/_pkg_.a
2025-08-20T21:11:34.6199941Z [00:03:01.578]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.6201115Z [00:03:01.578]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.6201889Z [00:03:01.578]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:34.6202829Z [00:03:01.578]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:34.6203965Z [00:03:01.578]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:34.6204987Z [00:03:01.578]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:34.6205902Z [00:03:01.578]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.6206870Z [00:03:01.578]➜  EOF
2025-08-20T21:11:34.6208631Z [00:03:01.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b1212=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid -ZJXZ5JR7hYBH6-1BVID/-ZJXZ5JR7hYBH6-1BVID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/iam.go
2025-08-20T21:11:34.7390247Z [00:03:01.697]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:11:34.7424421Z [00:03:01.700]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/f6/f6b46f7f1cb1a02563d76154c30a72a2b0043963ce55f3d041ad471c607bf166-d # internal
2025-08-20T21:11:34.7425469Z [00:03:01.700]➜  cloud.google.com/go/internal
2025-08-20T21:11:34.7435389Z [00:03:01.701]➜  mkdir -p $WORK/b1327/
2025-08-20T21:11:34.7451850Z [00:03:01.703]➜  cat >/tmp/go-build2720400589/b1327/importcfg << 'EOF' # internal
2025-08-20T21:11:34.7452581Z [00:03:01.703]➜  # import config
2025-08-20T21:11:34.7453264Z [00:03:01.703]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.7454007Z [00:03:01.703]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.7454911Z [00:03:01.703]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:34.7455871Z [00:03:01.703]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:34.7456733Z [00:03:01.703]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:34.7457686Z [00:03:01.703]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.7458241Z [00:03:01.703]➜  EOF
2025-08-20T21:11:34.7460835Z [00:03:01.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal=>cloud.google.com/go@v0.120.1/internal;$WORK/b1327=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid NaGjgmuAg8MndLo2OWzx/NaGjgmuAg8MndLo2OWzx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.120.1/internal/retry.go
2025-08-20T21:11:34.8125931Z [00:03:01.770]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T21:11:34.8137079Z [00:03:01.771]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/b9/b902c0d228d0e2d1d8f7971820e00f6367988d70c824f31795c2f46f89f4f193-d # internal
2025-08-20T21:11:34.8143043Z [00:03:01.772]➜  cloud.google.com/go/auth/internal
2025-08-20T21:11:34.8143923Z [00:03:01.772]➜  mkdir -p $WORK/b1346/
2025-08-20T21:11:34.8153503Z [00:03:01.773]➜  cat >/tmp/go-build2720400589/b1346/importcfg << 'EOF' # internal
2025-08-20T21:11:34.8154472Z [00:03:01.773]➜  # import config
2025-08-20T21:11:34.8155291Z [00:03:01.773]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:34.8156151Z [00:03:01.773]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.8156877Z [00:03:01.773]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:34.8157683Z [00:03:01.773]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:34.8158787Z [00:03:01.773]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:34.8159388Z [00:03:01.773]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:34.8160156Z [00:03:01.773]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:34.8160579Z [00:03:01.773]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.8160991Z [00:03:01.773]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:34.8161411Z [00:03:01.773]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:34.8162022Z [00:03:01.773]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:34.8162433Z [00:03:01.773]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:34.8162845Z [00:03:01.773]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.8163153Z [00:03:01.773]➜  EOF
2025-08-20T21:11:34.8165149Z [00:03:01.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_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/b1346=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid DOVRobVYqxoDsRvrStRE/DOVRobVYqxoDsRvrStRE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/internal.go
2025-08-20T21:11:34.9029447Z [00:03:01.861]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T21:11:34.9030240Z [00:03:01.861]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/eb/eb21418272b92773a5135d5aa9a216c91e1b72a10502007c434634762118542f-d # internal
2025-08-20T21:11:34.9030825Z [00:03:01.861]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T21:11:34.9031134Z [00:03:01.861]➜  mkdir -p $WORK/b1347/
2025-08-20T21:11:34.9031512Z [00:03:01.861]➜  cat >/tmp/go-build2720400589/b1347/importcfg << 'EOF' # internal
2025-08-20T21:11:34.9031861Z [00:03:01.861]➜  # import config
2025-08-20T21:11:34.9032203Z [00:03:01.861]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:34.9032634Z [00:03:01.861]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:34.9033090Z [00:03:01.861]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:34.9033837Z [00:03:01.861]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:34.9034606Z [00:03:01.861]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:34.9035164Z [00:03:01.861]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:34.9035635Z [00:03:01.861]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:34.9036082Z [00:03:01.861]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:34.9036491Z [00:03:01.861]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:34.9036906Z [00:03:01.861]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:34.9037325Z [00:03:01.861]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.9037802Z [00:03:01.861]➜  EOF
2025-08-20T21:11:34.9040090Z [00:03:01.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_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/b1347=>" -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/b1347/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/jwt/jwt.go
2025-08-20T21:11:34.9741785Z [00:03:01.932]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T21:11:34.9750226Z [00:03:01.933]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/72/72f54de4325479b4593df36e8cf76c1f496ac0999ad774afb9f137e18168e87c-d # internal
2025-08-20T21:11:34.9751131Z [00:03:01.933]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T21:11:34.9752021Z [00:03:01.933]➜  mkdir -p $WORK/b1349/
2025-08-20T21:11:34.9760840Z [00:03:01.934]➜  cat >/tmp/go-build2720400589/b1349/importcfg << 'EOF' # internal
2025-08-20T21:11:34.9762574Z [00:03:01.934]➜  # import config
2025-08-20T21:11:34.9763135Z [00:03:01.934]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:34.9763746Z [00:03:01.934]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:34.9764236Z [00:03:01.934]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:34.9765004Z [00:03:01.934]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:34.9765421Z [00:03:01.934]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:34.9765840Z [00:03:01.934]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:34.9766150Z [00:03:01.934]➜  EOF
2025-08-20T21:11:34.9768318Z [00:03:01.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal=>github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal;$WORK/b1349=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.21 -complete -installsuffix shared -buildid ipg4EDw_fz8yR-un-Vel/ipg4EDw_fz8yR-un-Vel -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal/internal.go
2025-08-20T21:11:35.0242054Z [00:03:01.982]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T21:11:35.0249414Z [00:03:01.983]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/45/45d0e829a6ba472cdefad389e85191ed4f57f94e0b2321845da2491b85385d2c-d # internal
2025-08-20T21:11:35.0255371Z [00:03:01.983]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T21:11:35.0255750Z [00:03:01.984]➜  mkdir -p $WORK/b1348/
2025-08-20T21:11:35.0269411Z [00:03:01.985]➜  cat >/tmp/go-build2720400589/b1348/importcfg << 'EOF' # internal
2025-08-20T21:11:35.0270066Z [00:03:01.985]➜  # import config
2025-08-20T21:11:35.0270594Z [00:03:01.985]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.0271663Z [00:03:01.985]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.0274977Z [00:03:01.985]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.0286818Z [00:03:01.985]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build2720400589/b1349/_pkg_.a
2025-08-20T21:11:35.0288168Z [00:03:01.985]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.0289196Z [00:03:01.985]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.0290147Z [00:03:01.985]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.0291038Z [00:03:01.985]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.0291600Z [00:03:01.985]➜  EOF
2025-08-20T21:11:35.0294428Z [00:03:01.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog=>github.com/googleapis/gax-go/v2@v2.14.1/internallog;$WORK/b1348=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.21 -complete -installsuffix shared -buildid ar8fL_nUN1m20MQ02X8U/ar8fL_nUN1m20MQ02X8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internallog.go
2025-08-20T21:11:35.0961871Z [00:03:02.054]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T21:11:35.0975649Z [00:03:02.055]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/c4/c4a1279a48e4206fbe0f3cb62b907b4cf1c959c5b71db808b65871631f4c81ae-d # internal
2025-08-20T21:11:35.0983171Z [00:03:02.056]➜  cloud.google.com/go/auth
2025-08-20T21:11:35.0986014Z [00:03:02.056]➜  mkdir -p $WORK/b1345/
2025-08-20T21:11:35.1025240Z [00:03:02.058]➜  cat >/tmp/go-build2720400589/b1345/importcfg << 'EOF' # internal
2025-08-20T21:11:35.1025916Z [00:03:02.058]➜  # import config
2025-08-20T21:11:35.1026411Z [00:03:02.058]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.1027968Z [00:03:02.058]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:35.1029084Z [00:03:02.058]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2720400589/b1347/_pkg_.a
2025-08-20T21:11:35.1030764Z [00:03:02.058]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.1031523Z [00:03:02.058]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.1031977Z [00:03:02.058]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.1032409Z [00:03:02.058]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.1032966Z [00:03:02.058]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:35.1033514Z [00:03:02.058]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.1033943Z [00:03:02.058]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:35.1034567Z [00:03:02.058]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.1035071Z [00:03:02.058]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.1035500Z [00:03:02.058]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.1035929Z [00:03:02.058]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.1036343Z [00:03:02.058]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.1036752Z [00:03:02.058]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.1037058Z [00:03:02.058]➜  EOF
2025-08-20T21:11:35.1039117Z [00:03:02.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1=>cloud.google.com/go/auth@v0.16.1;$WORK/b1345=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid UA-mz168Cb_a_YTFVf4z/UA-mz168Cb_a_YTFVf4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/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-20T21:11:35.1768128Z [00:03:02.134]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T21:11:35.1907026Z [00:03:02.148]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/82/82e1338dd004c85bbd6a8d91020474757b2ab0dc1cd0cd296503abd666a2c4bf-d # internal
2025-08-20T21:11:35.1909960Z [00:03:02.148]➜  golang.org/x/oauth2/internal
2025-08-20T21:11:35.1910330Z [00:03:02.148]➜  mkdir -p $WORK/b1351/
2025-08-20T21:11:35.1920832Z [00:03:02.150]➜  cat >/tmp/go-build2720400589/b1351/importcfg << 'EOF' # internal
2025-08-20T21:11:35.1921471Z [00:03:02.150]➜  # import config
2025-08-20T21:11:35.1921921Z [00:03:02.150]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.1923238Z [00:03:02.150]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:35.1926275Z [00:03:02.150]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:35.1927263Z [00:03:02.150]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.1927988Z [00:03:02.150]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:35.1928618Z [00:03:02.150]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.1929454Z [00:03:02.150]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.1930067Z [00:03:02.150]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.1930650Z [00:03:02.150]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:35.1931455Z [00:03:02.150]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:35.1932092Z [00:03:02.150]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:35.1932706Z [00:03:02.150]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.1933814Z [00:03:02.150]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.1934717Z [00:03:02.150]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.1935678Z [00:03:02.150]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.1936653Z [00:03:02.150]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.1937549Z [00:03:02.150]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:35.1938210Z [00:03:02.150]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.1938994Z [00:03:02.150]➜  EOF
2025-08-20T21:11:35.1941957Z [00:03:02.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal=>golang.org/x/oauth2@v0.29.0/internal;$WORK/b1351=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid rxJdpdqiyI987ehM6Eh2/rxJdpdqiyI987ehM6Eh2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/internal/transport.go
2025-08-20T21:11:35.2315205Z [00:03:02.189]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T21:11:35.2328285Z [00:03:02.191]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/4e/4ebcbf9925ecdcc3b559d75eb3134cb3ae50151bc6980a10c6202e31380108d0-d # internal
2025-08-20T21:11:35.2329589Z [00:03:02.191]➜  golang.org/x/oauth2
2025-08-20T21:11:35.2336761Z [00:03:02.192]➜  mkdir -p $WORK/b1350/
2025-08-20T21:11:35.2346421Z [00:03:02.192]➜  cat >/tmp/go-build2720400589/b1350/importcfg << 'EOF' # internal
2025-08-20T21:11:35.2347045Z [00:03:02.192]➜  # import config
2025-08-20T21:11:35.2347629Z [00:03:02.192]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.2348686Z [00:03:02.192]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.2349408Z [00:03:02.192]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:35.2350257Z [00:03:02.192]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:35.2350901Z [00:03:02.192]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:35.2352121Z [00:03:02.192]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.2352571Z [00:03:02.193]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.2352983Z [00:03:02.193]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.2353560Z [00:03:02.193]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2720400589/b1351/_pkg_.a
2025-08-20T21:11:35.2354046Z [00:03:02.193]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.2357298Z [00:03:02.193]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:35.2357857Z [00:03:02.193]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.2358300Z [00:03:02.193]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.2358727Z [00:03:02.193]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.2359161Z [00:03:02.193]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.2359578Z [00:03:02.193]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.2359986Z [00:03:02.193]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.2360292Z [00:03:02.193]➜  EOF
2025-08-20T21:11:35.2362730Z [00:03:02.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0=>golang.org/x/oauth2@v0.29.0;$WORK/b1350=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid iqKj5abEOiPJLPkretx9/iqKj5abEOiPJLPkretx9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/transport.go
2025-08-20T21:11:35.2405558Z [00:03:02.198]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T21:11:35.2419651Z [00:03:02.200]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/68/687d630aabedcc7f674be78d008686327d3a6dbc6cd8ea4b5fe1934d1a7ed69d-d # internal
2025-08-20T21:11:35.2423658Z [00:03:02.200]➜  golang.org/x/oauth2/jws
2025-08-20T21:11:35.2424804Z [00:03:02.200]➜  mkdir -p $WORK/b1358/
2025-08-20T21:11:35.2425532Z [00:03:02.200]➜  cat >/tmp/go-build2720400589/b1358/importcfg << 'EOF' # internal
2025-08-20T21:11:35.2426072Z [00:03:02.200]➜  # import config
2025-08-20T21:11:35.2426941Z [00:03:02.200]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.2427624Z [00:03:02.200]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:35.2428251Z [00:03:02.200]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:35.2429109Z [00:03:02.200]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:35.2429783Z [00:03:02.200]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:35.2430704Z [00:03:02.200]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:35.2431651Z [00:03:02.200]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.2432676Z [00:03:02.200]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.2433536Z [00:03:02.200]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.2434394Z [00:03:02.200]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.2435128Z [00:03:02.200]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.2435794Z [00:03:02.200]➜  EOF
2025-08-20T21:11:35.2438200Z [00:03:02.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jws=>golang.org/x/oauth2@v0.29.0/jws;$WORK/b1358=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid n5HgVvVxE8CDK1dwYhfj/n5HgVvVxE8CDK1dwYhfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jws/jws.go
2025-08-20T21:11:35.3059823Z [00:03:02.264]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T21:11:35.3068161Z [00:03:02.265]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/5b/5be38dc5ede83dec8e95becd1e82a2978d5ddb14a582dbc5ed5716df7a3fdfc6-d # internal
2025-08-20T21:11:35.3070417Z [00:03:02.265]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T21:11:35.3072211Z [00:03:02.265]➜  mkdir -p $WORK/b1363/
2025-08-20T21:11:35.3076896Z [00:03:02.266]➜  cat >/tmp/go-build2720400589/b1363/importcfg << 'EOF' # internal
2025-08-20T21:11:35.3077920Z [00:03:02.266]➜  # import config
2025-08-20T21:11:35.3078609Z [00:03:02.266]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.3085693Z [00:03:02.266]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:35.3087291Z [00:03:02.266]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:35.3105390Z [00:03:02.266]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.3106952Z [00:03:02.266]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.3107433Z [00:03:02.266]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.3107851Z [00:03:02.266]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.3108429Z [00:03:02.266]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:35.3109314Z [00:03:02.266]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.3109758Z [00:03:02.266]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.3110189Z [00:03:02.266]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.3110811Z [00:03:02.266]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.3111124Z [00:03:02.266]➜  EOF
2025-08-20T21:11:35.3113782Z [00:03:02.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_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/b1363=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid 6NDcUS0k-QBhwjMu8xDS/6NDcUS0k-QBhwjMu8xDS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/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-20T21:11:35.3317891Z [00:03:02.289]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T21:11:35.3321408Z [00:03:02.289]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/9b/9b0c3839a5e021a6c60b41fe52675b836f47065ae9922dfa99ef06207f6ba4b6-d # internal
2025-08-20T21:11:35.3356126Z [00:03:02.291]➜  golang.org/x/oauth2/authhandler
2025-08-20T21:11:35.3357153Z [00:03:02.291]➜  mkdir -p $WORK/b1353/
2025-08-20T21:11:35.3358115Z [00:03:02.291]➜  cat >/tmp/go-build2720400589/b1353/importcfg << 'EOF' # internal
2025-08-20T21:11:35.3358785Z [00:03:02.291]➜  # import config
2025-08-20T21:11:35.3359215Z [00:03:02.291]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.3359746Z [00:03:02.291]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.3360320Z [00:03:02.291]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.3361113Z [00:03:02.291]➜  EOF
2025-08-20T21:11:35.3363643Z [00:03:02.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/authhandler=>golang.org/x/oauth2@v0.29.0/authhandler;$WORK/b1353=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid LnceV0Xb4A0PvAEaZGvy/LnceV0Xb4A0PvAEaZGvy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/authhandler/authhandler.go
2025-08-20T21:11:35.3734393Z [00:03:02.331]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T21:11:35.3746743Z [00:03:02.333]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/08/087ad8da8622dd59955bafb91b1e44773a0362fc010aa28068371a1496826c7c-d # internal
2025-08-20T21:11:35.3753758Z [00:03:02.333]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T21:11:35.3756788Z [00:03:02.333]➜  mkdir -p $WORK/b1355/
2025-08-20T21:11:35.3767027Z [00:03:02.335]➜  cat >/tmp/go-build2720400589/b1355/importcfg << 'EOF' # internal
2025-08-20T21:11:35.3767714Z [00:03:02.335]➜  # import config
2025-08-20T21:11:35.3768311Z [00:03:02.335]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.3769471Z [00:03:02.335]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.3770665Z [00:03:02.335]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.3771312Z [00:03:02.335]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.3771879Z [00:03:02.335]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.3772422Z [00:03:02.335]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.3772971Z [00:03:02.335]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:35.3773505Z [00:03:02.335]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.3774421Z [00:03:02.335]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.3774865Z [00:03:02.335]➜  EOF
2025-08-20T21:11:35.3777101Z [00:03:02.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/impersonate=>golang.org/x/oauth2@v0.29.0/google/internal/impersonate;$WORK/b1355=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid m9qtosPxKTTRAgZBw0jY/m9qtosPxKTTRAgZBw0jY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/impersonate/impersonate.go
2025-08-20T21:11:35.3809354Z [00:03:02.339]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T21:11:35.3816267Z [00:03:02.339]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/15/152ece562ebfed790d948104f917319cd6fa5f483988f0a1a3c95c04262fe4c7-d # internal
2025-08-20T21:11:35.3828410Z [00:03:02.341]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T21:11:35.3847133Z [00:03:02.343]➜  mkdir -p $WORK/b1356/
2025-08-20T21:11:35.3851803Z [00:03:02.343]➜  cat >/tmp/go-build2720400589/b1356/importcfg << 'EOF' # internal
2025-08-20T21:11:35.3852831Z [00:03:02.343]➜  # import config
2025-08-20T21:11:35.3854728Z [00:03:02.343]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.3855735Z [00:03:02.343]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:35.3856707Z [00:03:02.343]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.3859490Z [00:03:02.343]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.3859980Z [00:03:02.343]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.3860662Z [00:03:02.343]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.3861185Z [00:03:02.343]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:35.3861624Z [00:03:02.343]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.3862168Z [00:03:02.343]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.3862639Z [00:03:02.343]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.3863072Z [00:03:02.343]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.3868960Z [00:03:02.343]➜  EOF
2025-08-20T21:11:35.3871484Z [00:03:02.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/stsexchange=>golang.org/x/oauth2@v0.29.0/google/internal/stsexchange;$WORK/b1356=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid QjGt7lMXW6tfBk2i7hBp/QjGt7lMXW6tfBk2i7hBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T21:11:35.4185622Z [00:03:02.376]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T21:11:35.4192771Z [00:03:02.377]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/4c/4c34ab04d51ac7121ca4c6335a44d78b610bbb1ea66009be8e7c7c2216900e8f-d # internal
2025-08-20T21:11:35.4195102Z [00:03:02.377]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T21:11:35.4196177Z [00:03:02.377]➜  mkdir -p $WORK/b1357/
2025-08-20T21:11:35.4200362Z [00:03:02.378]➜  cat >/tmp/go-build2720400589/b1357/importcfg << 'EOF' # internal
2025-08-20T21:11:35.4200769Z [00:03:02.378]➜  # import config
2025-08-20T21:11:35.4201114Z [00:03:02.378]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.4201562Z [00:03:02.378]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.4202051Z [00:03:02.378]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.4202699Z [00:03:02.378]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2720400589/b1356/_pkg_.a
2025-08-20T21:11:35.4203258Z [00:03:02.378]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.4203579Z [00:03:02.378]➜  EOF
2025-08-20T21:11:35.4206851Z [00:03:02.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/externalaccountauthorizeduser=>golang.org/x/oauth2@v0.29.0/google/internal/externalaccountauthorizeduser;$WORK/b1357=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid zps_EqwglO-_Nv7J0ilC/zps_EqwglO-_Nv7J0ilC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T21:11:35.4347961Z [00:03:02.393]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T21:11:35.4392900Z [00:03:02.397]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/94/94fc5efb6dec3506aabcbcd548675142028135b54549de65e31ec9b808c8b1f9-d # internal
2025-08-20T21:11:35.4400371Z [00:03:02.398]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T21:11:35.4401029Z [00:03:02.398]➜  mkdir -p $WORK/b1354/
2025-08-20T21:11:35.4412285Z [00:03:02.399]➜  cat >/tmp/go-build2720400589/b1354/importcfg << 'EOF' # internal
2025-08-20T21:11:35.4412911Z [00:03:02.399]➜  # import config
2025-08-20T21:11:35.4413371Z [00:03:02.399]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:35.4435639Z [00:03:02.399]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.4436506Z [00:03:02.399]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:35.4437774Z [00:03:02.399]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:35.4438568Z [00:03:02.399]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:35.4439497Z [00:03:02.399]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.4440137Z [00:03:02.399]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.4441367Z [00:03:02.399]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.4441847Z [00:03:02.399]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.4442486Z [00:03:02.399]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2720400589/b1355/_pkg_.a
2025-08-20T21:11:35.4443221Z [00:03:02.399]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2720400589/b1356/_pkg_.a
2025-08-20T21:11:35.4443780Z [00:03:02.399]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.4444215Z [00:03:02.399]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:35.4445084Z [00:03:02.399]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.4445520Z [00:03:02.399]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.4445949Z [00:03:02.399]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.4446679Z [00:03:02.399]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:35.4447160Z [00:03:02.399]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:35.4447577Z [00:03:02.399]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:35.4447999Z [00:03:02.399]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:35.4448416Z [00:03:02.399]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:35.4448832Z [00:03:02.399]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.4449266Z [00:03:02.399]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.4449691Z [00:03:02.399]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.4450117Z [00:03:02.399]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:35.4450435Z [00:03:02.399]➜  EOF
2025-08-20T21:11:35.4454665Z [00:03:02.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount=>golang.org/x/oauth2@v0.29.0/google/externalaccount;$WORK/b1354=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid rWAvsxFevCr2O2iAJAXH/rWAvsxFevCr2O2iAJAXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/externalaccount/urlcredsource.go
2025-08-20T21:11:35.4458461Z [00:03:02.402]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T21:11:35.4459675Z [00:03:02.403]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/94/943e6c73e98215ea0d6537718333960bef8219e2e56dbb03ece45e6fabb6467b-d # internal
2025-08-20T21:11:35.4460408Z [00:03:02.403]➜  golang.org/x/oauth2/jwt
2025-08-20T21:11:35.4460822Z [00:03:02.403]➜  mkdir -p $WORK/b1359/
2025-08-20T21:11:35.4461307Z [00:03:02.403]➜  cat >/tmp/go-build2720400589/b1359/importcfg << 'EOF' # internal
2025-08-20T21:11:35.4461746Z [00:03:02.404]➜  # import config
2025-08-20T21:11:35.4462385Z [00:03:02.404]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.4462996Z [00:03:02.404]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.4463644Z [00:03:02.404]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.4464390Z [00:03:02.404]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.4465121Z [00:03:02.404]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2720400589/b1351/_pkg_.a
2025-08-20T21:11:35.4465773Z [00:03:02.404]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2720400589/b1358/_pkg_.a
2025-08-20T21:11:35.4466335Z [00:03:02.404]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.4466839Z [00:03:02.404]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:11:35.4467351Z [00:03:02.404]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.4467867Z [00:03:02.404]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.4468541Z [00:03:02.404]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.4469040Z [00:03:02.404]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.4469429Z [00:03:02.404]➜  EOF
2025-08-20T21:11:35.4471166Z [00:03:02.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jwt=>golang.org/x/oauth2@v0.29.0/jwt;$WORK/b1359=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid aN8I5jB23P3t9v-6E8t4/aN8I5jB23P3t9v-6E8t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/jwt/jwt.go
2025-08-20T21:11:35.4825371Z [00:03:02.440]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T21:11:35.4856180Z [00:03:02.443]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/c6/c6d64b5665efe2e109b0214ecae1db480f30fecd87f100c387ef227ae07b6cb7-d # internal
2025-08-20T21:11:35.4859054Z [00:03:02.443]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T21:11:35.4864230Z [00:03:02.443]➜  mkdir -p $WORK/b1364/
2025-08-20T21:11:35.4864790Z [00:03:02.443]➜  cat >/tmp/go-build2720400589/b1364/importcfg << 'EOF' # internal
2025-08-20T21:11:35.4865147Z [00:03:02.443]➜  # import config
2025-08-20T21:11:35.4865555Z [00:03:02.443]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:35.4866149Z [00:03:02.443]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:35.4866662Z [00:03:02.443]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.4867118Z [00:03:02.443]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:35.4867593Z [00:03:02.443]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.4868030Z [00:03:02.443]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.4868589Z [00:03:02.443]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:35.4869148Z [00:03:02.443]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.4869589Z [00:03:02.443]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.4870021Z [00:03:02.443]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.4870456Z [00:03:02.443]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:35.4870882Z [00:03:02.443]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.4871197Z [00:03:02.443]➜  EOF
2025-08-20T21:11:35.4873840Z [00:03:02.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_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/b1364=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid BGI3RSu9KoZ4fYyY3hxw/BGI3RSu9KoZ4fYyY3hxw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T21:11:35.5667915Z [00:03:02.524]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T21:11:35.5676072Z [00:03:02.525]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/10/10236199ec205362dc2c417ca01b496e3c1bebc58fabdddf95b951742b2fdb1b-d # internal
2025-08-20T21:11:35.5679351Z [00:03:02.526]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T21:11:35.5701061Z [00:03:02.528]➜  mkdir -p $WORK/b1365/
2025-08-20T21:11:35.5703345Z [00:03:02.528]➜  cat >/tmp/go-build2720400589/b1365/importcfg << 'EOF' # internal
2025-08-20T21:11:35.5703725Z [00:03:02.528]➜  # import config
2025-08-20T21:11:35.5704096Z [00:03:02.528]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.5704772Z [00:03:02.528]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.5705536Z [00:03:02.528]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:35.5706010Z [00:03:02.528]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:35.5706467Z [00:03:02.528]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:35.5707086Z [00:03:02.528]➜  EOF
2025-08-20T21:11:35.5709736Z [00:03:02.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_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/b1365=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid sM7KjthfLwfIyLHPbt6b/sM7KjthfLwfIyLHPbt6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/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-20T21:11:35.6153349Z [00:03:02.573]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T21:11:35.6179106Z [00:03:02.576]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/77/776238cf5b9aeb73aa36fea5066953f5948cdceb7b9e2fcdb78ad3ac0cf8c012-d # internal
2025-08-20T21:11:35.6187639Z [00:03:02.576]➜  golang.org/x/oauth2/google
2025-08-20T21:11:35.6192921Z [00:03:02.577]➜  mkdir -p $WORK/b1352/
2025-08-20T21:11:35.6204860Z [00:03:02.578]➜  cat >/tmp/go-build2720400589/b1352/importcfg << 'EOF' # internal
2025-08-20T21:11:35.6206611Z [00:03:02.578]➜  # import config
2025-08-20T21:11:35.6207250Z [00:03:02.578]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:35.6208360Z [00:03:02.578]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:35.6209465Z [00:03:02.578]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.6210280Z [00:03:02.578]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:35.6211081Z [00:03:02.578]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.6211898Z [00:03:02.578]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.6213405Z [00:03:02.578]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.6213889Z [00:03:02.578]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.6223312Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build2720400589/b1353/_pkg_.a
2025-08-20T21:11:35.6224103Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build2720400589/b1354/_pkg_.a
2025-08-20T21:11:35.6225096Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build2720400589/b1357/_pkg_.a
2025-08-20T21:11:35.6226143Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2720400589/b1355/_pkg_.a
2025-08-20T21:11:35.6226965Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2720400589/b1351/_pkg_.a
2025-08-20T21:11:35.6227601Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2720400589/b1358/_pkg_.a
2025-08-20T21:11:35.6228153Z [00:03:02.578]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2720400589/b1359/_pkg_.a
2025-08-20T21:11:35.6228618Z [00:03:02.578]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.6229021Z [00:03:02.578]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:35.6229441Z [00:03:02.578]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.6229873Z [00:03:02.578]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.6230295Z [00:03:02.578]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.6230718Z [00:03:02.578]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:35.6231332Z [00:03:02.578]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:35.6231789Z [00:03:02.578]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:35.6232219Z [00:03:02.578]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.6232852Z [00:03:02.578]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.6233271Z [00:03:02.578]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.6233579Z [00:03:02.578]➜  EOF
2025-08-20T21:11:35.6252347Z [00:03:02.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google=>golang.org/x/oauth2@v0.29.0/google;$WORK/b1352=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid 58BZcsc2eq1Gb8JyX0hD/58BZcsc2eq1Gb8JyX0hD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/google/sdk.go
2025-08-20T21:11:35.6327658Z [00:03:02.590]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T21:11:35.6330839Z [00:03:02.590]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/67/6795600dd6eee5ac623352bdeb71935a83e159fffe5775146a68c9d13d4a7462-d # internal
2025-08-20T21:11:35.6339960Z [00:03:02.592]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T21:11:35.6374006Z [00:03:02.592]➜  mkdir -p $WORK/b1368/
2025-08-20T21:11:35.6374621Z [00:03:02.592]➜  cat >/tmp/go-build2720400589/b1368/importcfg << 'EOF' # internal
2025-08-20T21:11:35.6374998Z [00:03:02.592]➜  # import config
2025-08-20T21:11:35.6375367Z [00:03:02.592]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.6375828Z [00:03:02.592]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.6376237Z [00:03:02.592]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.6376644Z [00:03:02.592]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.6377058Z [00:03:02.592]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:35.6377508Z [00:03:02.592]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:35.6377958Z [00:03:02.592]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:35.6378389Z [00:03:02.592]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.6378705Z [00:03:02.592]➜  EOF
2025-08-20T21:11:35.6381427Z [00:03:02.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_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/b1368=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid XEB_q8ZyPFaI-YkIhTmU/XEB_q8ZyPFaI-YkIhTmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T21:11:35.6741030Z [00:03:02.632]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T21:11:35.6746835Z [00:03:02.632]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/1b/1b1e15a9c0ee5178dba26d3905fd5258c87d8effb02fd55edae5c43939f42da5-d # internal
2025-08-20T21:11:35.6754140Z [00:03:02.633]➜  net/rpc
2025-08-20T21:11:35.6756260Z [00:03:02.633]➜  mkdir -p $WORK/b1369/
2025-08-20T21:11:35.6756684Z [00:03:02.633]➜  cat >/tmp/go-build2720400589/b1369/importcfg << 'EOF' # internal
2025-08-20T21:11:35.6757341Z [00:03:02.633]➜  # import config
2025-08-20T21:11:35.6757688Z [00:03:02.633]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:35.6758138Z [00:03:02.633]➜  packagefile encoding/gob=/tmp/go-build2720400589/b199/_pkg_.a
2025-08-20T21:11:35.6758584Z [00:03:02.633]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.6759195Z [00:03:02.633]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.6759619Z [00:03:02.633]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:11:35.6760074Z [00:03:02.633]➜  packagefile html/template=/tmp/go-build2720400589/b1251/_pkg_.a
2025-08-20T21:11:35.6760508Z [00:03:02.633]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:35.6760910Z [00:03:02.633]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:35.6761306Z [00:03:02.633]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:35.6761729Z [00:03:02.633]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.6762164Z [00:03:02.633]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:35.6762592Z [00:03:02.633]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:35.6763014Z [00:03:02.633]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.6763437Z [00:03:02.633]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.6763745Z [00:03:02.633]➜  EOF
2025-08-20T21:11:35.6765463Z [00:03:02.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b1369=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid y7a_GT-WlffUoqU5jhwj/y7a_GT-WlffUoqU5jhwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T21:11:35.7169678Z [00:03:02.675]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T21:11:35.7184111Z [00:03:02.676]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/b8/b82528282342565bb6f8e718f1d59c564dbf93fc020bf8cef5057c8c185341ed-d # internal
2025-08-20T21:11:35.7199238Z [00:03:02.678]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T21:11:35.7200197Z [00:03:02.678]➜  mkdir -p $WORK/b1370/
2025-08-20T21:11:35.7202654Z [00:03:02.678]➜  cat >/tmp/go-build2720400589/b1370/importcfg << 'EOF' # internal
2025-08-20T21:11:35.7203060Z [00:03:02.678]➜  # import config
2025-08-20T21:11:35.7209471Z [00:03:02.678]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:35.7210254Z [00:03:02.678]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2720400589/b1364/_pkg_.a
2025-08-20T21:11:35.7210960Z [00:03:02.678]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:35.7211723Z [00:03:02.678]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.7212231Z [00:03:02.678]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.7212891Z [00:03:02.678]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:35.7213515Z [00:03:02.678]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.7213964Z [00:03:02.678]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.7214531Z [00:03:02.678]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.7214859Z [00:03:02.678]➜  EOF
2025-08-20T21:11:35.7217361Z [00:03:02.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_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/b1370=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid dcIxTL96t2VHTLtgqFHV/dcIxTL96t2VHTLtgqFHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T21:11:35.7650373Z [00:03:02.723]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T21:11:35.7657928Z [00:03:02.723]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/01/01f333c1b75f985bc1976f115b3d4f13527415cc89b9fb2b5d777795becb4a23-d # internal
2025-08-20T21:11:35.7665271Z [00:03:02.724]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T21:11:35.7665641Z [00:03:02.724]➜  mkdir -p $WORK/b1371/
2025-08-20T21:11:35.7666032Z [00:03:02.724]➜  cat >/tmp/go-build2720400589/b1371/importcfg << 'EOF' # internal
2025-08-20T21:11:35.7666382Z [00:03:02.724]➜  # import config
2025-08-20T21:11:35.7666804Z [00:03:02.724]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:35.7667393Z [00:03:02.724]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:35.7668050Z [00:03:02.724]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2720400589/b1365/_pkg_.a
2025-08-20T21:11:35.7668706Z [00:03:02.724]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2720400589/b1347/_pkg_.a
2025-08-20T21:11:35.7669235Z [00:03:02.724]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.7669659Z [00:03:02.724]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:35.7670261Z [00:03:02.724]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:35.7670719Z [00:03:02.724]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:35.7671186Z [00:03:02.724]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.7671631Z [00:03:02.724]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.7672051Z [00:03:02.724]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.7672607Z [00:03:02.724]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:35.7673154Z [00:03:02.724]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:35.7673589Z [00:03:02.724]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:35.7674017Z [00:03:02.724]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:35.7674573Z [00:03:02.724]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:35.7675003Z [00:03:02.724]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:35.7675419Z [00:03:02.724]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:35.7675724Z [00:03:02.724]➜  EOF
2025-08-20T21:11:35.7678803Z [00:03:02.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_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/b1371=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid _KTV9bPyVJCSgxNA9wdz/_KTV9bPyVJCSgxNA9wdz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/gdch/gdch.go
2025-08-20T21:11:35.8434786Z [00:03:02.801]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T21:11:35.8447409Z [00:03:02.803]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/8a/8a070f58b8773084370d6e07ef52e371a7784a1e6488f901d5d3a53cd91b55cc-d # internal
2025-08-20T21:11:35.8448545Z [00:03:02.803]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T21:11:35.8451079Z [00:03:02.803]➜  mkdir -p $WORK/b1372/
2025-08-20T21:11:35.8452016Z [00:03:02.803]➜  cat >/tmp/go-build2720400589/b1372/importcfg << 'EOF' # internal
2025-08-20T21:11:35.8452680Z [00:03:02.803]➜  # import config
2025-08-20T21:11:35.8453093Z [00:03:02.803]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:35.8453598Z [00:03:02.803]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.8454052Z [00:03:02.803]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:35.8454807Z [00:03:02.803]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:35.8455282Z [00:03:02.803]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:35.8455868Z [00:03:02.803]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:35.8456251Z [00:03:02.803]➜  EOF
2025-08-20T21:11:35.8458181Z [00:03:02.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_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/b1372=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid snUvcWDwTPX9IGb92tJQ/snUvcWDwTPX9IGb92tJQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T21:11:35.9051697Z [00:03:02.863]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T21:11:35.9070811Z [00:03:02.865]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/62/622e70b918f080fd6845e353a646db316d69fbb7c1a50330e6d62162614687e2-d # internal
2025-08-20T21:11:35.9073757Z [00:03:02.865]➜  github.com/google/s2a-go/fallback
2025-08-20T21:11:35.9074101Z [00:03:02.865]➜  mkdir -p $WORK/b1374/
2025-08-20T21:11:35.9076444Z [00:03:02.866]➜  cat >/tmp/go-build2720400589/b1374/importcfg << 'EOF' # internal
2025-08-20T21:11:35.9077149Z [00:03:02.866]➜  # import config
2025-08-20T21:11:35.9077782Z [00:03:02.866]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:35.9078548Z [00:03:02.866]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:35.9079197Z [00:03:02.866]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:35.9080313Z [00:03:02.866]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:35.9081587Z [00:03:02.866]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:35.9082163Z [00:03:02.866]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:35.9082474Z [00:03:02.866]➜  EOF
2025-08-20T21:11:35.9084764Z [00:03:02.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_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/b1374=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid Hc3FC1CForFRcE3JO-sZ/Hc3FC1CForFRcE3JO-sZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback/s2a_fallback.go
2025-08-20T21:11:35.9716618Z [00:03:02.929]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T21:11:35.9725441Z [00:03:02.930]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/b6/b6dbec678d706558bbd0298685267af81d9fb1ff356db1e68c3251ff4e3d92f7-d # internal
2025-08-20T21:11:35.9727908Z [00:03:02.931]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T21:11:35.9729646Z [00:03:02.931]➜  mkdir -p $WORK/b1377/
2025-08-20T21:11:35.9731480Z [00:03:02.931]➜  cat >/tmp/go-build2720400589/b1377/importcfg << 'EOF' # internal
2025-08-20T21:11:35.9732016Z [00:03:02.931]➜  # import config
2025-08-20T21:11:35.9732756Z [00:03:02.931]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:35.9733760Z [00:03:02.931]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:35.9734737Z [00:03:02.931]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:35.9736110Z [00:03:02.931]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:35.9736504Z [00:03:02.931]➜  EOF
2025-08-20T21:11:35.9738696Z [00:03:02.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_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/b1377=>" -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/b1377/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto/common.pb.go
2025-08-20T21:11:35.9989595Z [00:03:02.957]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T21:11:36.0053276Z [00:03:02.963]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/51/5141a3a8ba0fa546161ffe0025e1175419f5240e769d3724fe7d99ee942f9357-d # internal
2025-08-20T21:11:36.0061668Z [00:03:02.964]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T21:11:36.0072602Z [00:03:02.964]➜  mkdir -p $WORK/b1367/
2025-08-20T21:11:36.0073506Z [00:03:02.965]➜  cat >/tmp/go-build2720400589/b1367/importcfg << 'EOF' # internal
2025-08-20T21:11:36.0074199Z [00:03:02.965]➜  # import config
2025-08-20T21:11:36.0074987Z [00:03:02.965]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:36.0076029Z [00:03:02.965]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:36.0076581Z [00:03:02.965]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:36.0077048Z [00:03:02.965]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:36.0077510Z [00:03:02.965]➜  packagefile encoding/gob=/tmp/go-build2720400589/b199/_pkg_.a
2025-08-20T21:11:36.0077975Z [00:03:02.965]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.0078402Z [00:03:02.965]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.0079335Z [00:03:02.965]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2720400589/b1368/_pkg_.a
2025-08-20T21:11:36.0080022Z [00:03:02.965]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:36.0080460Z [00:03:02.965]➜  packagefile net/rpc=/tmp/go-build2720400589/b1369/_pkg_.a
2025-08-20T21:11:36.0080877Z [00:03:02.965]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:36.0081295Z [00:03:02.965]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:36.0081607Z [00:03:02.965]➜  EOF
2025-08-20T21:11:36.0083993Z [00:03:02.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_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/b1367=>" -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/b1367/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T21:11:36.0439314Z [00:03:03.002]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T21:11:36.0451089Z [00:03:03.003]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/0f/0f0ab604d2317a5d27b5c64a91365bfcf3e5f3da4f6fb6f30e735597db4db51e-d # internal
2025-08-20T21:11:36.0468939Z [00:03:03.005]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T21:11:36.0469660Z [00:03:03.005]➜  mkdir -p $WORK/b1378/
2025-08-20T21:11:36.0473525Z [00:03:03.005]➜  cat >/tmp/go-build2720400589/b1378/importcfg << 'EOF' # internal
2025-08-20T21:11:36.0473966Z [00:03:03.005]➜  # import config
2025-08-20T21:11:36.0474643Z [00:03:03.005]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.0475727Z [00:03:03.005]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:36.0476446Z [00:03:03.005]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:36.0477190Z [00:03:03.005]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:36.0477614Z [00:03:03.005]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.0477922Z [00:03:03.005]➜  EOF
2025-08-20T21:11:36.0480293Z [00:03:03.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_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/b1378=>" -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/b1378/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:11:36.0864183Z [00:03:03.044]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T21:11:36.0876980Z [00:03:03.045]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/bd/bd3ac9f41b9a355d18296e5fc56b49ce09db59e1058fab4323798a2d8207f02c-d # internal
2025-08-20T21:11:36.0900473Z [00:03:03.048]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T21:11:36.0901624Z [00:03:03.048]➜  mkdir -p $WORK/b1366/
2025-08-20T21:11:36.0902483Z [00:03:03.048]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T21:11:36.0911097Z [00:03:03.049]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/6a/6ae559fcb10aaa6249db6c96581d640994e408e5ac9b2047bedada8296d18bfd-d # internal
2025-08-20T21:11:36.0914765Z [00:03:03.049]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T21:11:36.0915211Z [00:03:03.049]➜  mkdir -p $WORK/b1379/
2025-08-20T21:11:36.0918974Z [00:03:03.050]➜  cat >/tmp/go-build2720400589/b1379/importcfg << 'EOF' # internal
2025-08-20T21:11:36.0920104Z [00:03:03.050]➜  # import config
2025-08-20T21:11:36.0920957Z [00:03:03.050]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:36.0922131Z [00:03:03.050]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.0923086Z [00:03:03.050]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:36.0923877Z [00:03:03.050]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:36.0925071Z [00:03:03.050]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:36.0926436Z [00:03:03.050]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:36.0927626Z [00:03:03.050]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:36.0928695Z [00:03:03.050]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:36.0929662Z [00:03:03.050]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.0930337Z [00:03:03.050]➜  EOF
2025-08-20T21:11:36.0932972Z [00:03:03.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_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/b1379=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid MMeVppUNOyk8AKIY4qny/MMeVppUNOyk8AKIY4qny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:11:36.0947525Z [00:03:03.052]➜  cat >/tmp/go-build2720400589/b1366/importcfg << 'EOF' # internal
2025-08-20T21:11:36.0948645Z [00:03:03.052]➜  # import config
2025-08-20T21:11:36.0949610Z [00:03:03.052]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:36.0950825Z [00:03:03.052]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:36.0951688Z [00:03:03.052]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:36.0952871Z [00:03:03.052]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.0953331Z [00:03:03.052]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.0953956Z [00:03:03.052]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2720400589/b1367/_pkg_.a
2025-08-20T21:11:36.0955121Z [00:03:03.052]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2720400589/b1368/_pkg_.a
2025-08-20T21:11:36.0955746Z [00:03:03.052]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:36.0956149Z [00:03:03.052]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:36.0956601Z [00:03:03.052]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:36.0957035Z [00:03:03.053]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:36.0957485Z [00:03:03.053]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:36.0957922Z [00:03:03.053]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.0958328Z [00:03:03.053]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:36.0958634Z [00:03:03.053]➜  EOF
2025-08-20T21:11:36.0962001Z [00:03:03.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_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/b1366=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid AoBQ7o9bf12WAoCrn6_v/AoBQ7o9bf12WAoCrn6_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/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-20T21:11:36.1488652Z [00:03:03.106]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T21:11:36.1504681Z [00:03:03.108]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/3d/3d06b3033ee24bfe03c2caa917a7b8ae4bf059531fd8e8a2f92ca97a23fe86a1-d # internal
2025-08-20T21:11:36.1538263Z [00:03:03.111]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T21:11:36.1540763Z [00:03:03.111]➜  mkdir -p $WORK/b1362/
2025-08-20T21:11:36.1568456Z [00:03:03.115]➜  cat >/tmp/go-build2720400589/b1362/importcfg << 'EOF' # internal
2025-08-20T21:11:36.1569174Z [00:03:03.115]➜  # import config
2025-08-20T21:11:36.1569636Z [00:03:03.115]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:36.1577410Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:36.1578363Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2720400589/b1363/_pkg_.a
2025-08-20T21:11:36.1579421Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2720400589/b1364/_pkg_.a
2025-08-20T21:11:36.1580640Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:36.1582265Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2720400589/b1365/_pkg_.a
2025-08-20T21:11:36.1583305Z [00:03:03.115]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2720400589/b1366/_pkg_.a
2025-08-20T21:11:36.1583897Z [00:03:03.115]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:36.1584493Z [00:03:03.115]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:36.1585174Z [00:03:03.115]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:36.1585632Z [00:03:03.115]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:36.1586083Z [00:03:03.115]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:36.1586550Z [00:03:03.115]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:36.1587022Z [00:03:03.115]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:36.1587494Z [00:03:03.115]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:36.1587963Z [00:03:03.115]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:36.1588405Z [00:03:03.115]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.1588823Z [00:03:03.115]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.1589378Z [00:03:03.115]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:36.1589922Z [00:03:03.115]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:11:36.1590343Z [00:03:03.115]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:36.1590773Z [00:03:03.115]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:36.1591201Z [00:03:03.115]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:36.1591614Z [00:03:03.115]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:36.1592228Z [00:03:03.115]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:36.1592705Z [00:03:03.115]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:11:36.1593280Z [00:03:03.115]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:36.1593781Z [00:03:03.115]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:36.1594204Z [00:03:03.115]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:36.1594717Z [00:03:03.115]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:36.1595148Z [00:03:03.115]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:36.1595564Z [00:03:03.115]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:36.1595977Z [00:03:03.115]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:36.1596291Z [00:03:03.115]➜  EOF
2025-08-20T21:11:36.1601627Z [00:03:03.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_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/b1362=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid RhVrpr1ffyp35U8rsUF7/RhVrpr1ffyp35U8rsUF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/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-20T21:11:36.3863881Z [00:03:03.344]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T21:11:36.3920335Z [00:03:03.350]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/cf/cf7db9c0c720df705ec2152e14a1d1b0ed5f4c5f3ab02fd692281f042a619e63-d # internal
2025-08-20T21:11:36.3945071Z [00:03:03.352]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T21:11:36.3959879Z [00:03:03.352]➜  mkdir -p $WORK/b1376/
2025-08-20T21:11:36.3960324Z [00:03:03.353]➜  cat >/tmp/go-build2720400589/b1376/importcfg << 'EOF' # internal
2025-08-20T21:11:36.3960693Z [00:03:03.353]➜  # import config
2025-08-20T21:11:36.3961047Z [00:03:03.353]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.3961699Z [00:03:03.353]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.3962531Z [00:03:03.353]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build2720400589/b1378/_pkg_.a
2025-08-20T21:11:36.3963299Z [00:03:03.353]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2720400589/b1379/_pkg_.a
2025-08-20T21:11:36.3964060Z [00:03:03.353]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:36.3964712Z [00:03:03.353]➜  EOF
2025-08-20T21:11:36.3966711Z [00:03:03.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_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/b1376=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid A2Jd_qnsO4hLb90-s3uB/A2Jd_qnsO4hLb90-s3uB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo/authinfo.go
2025-08-20T21:11:36.4290901Z [00:03:03.387]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T21:11:36.4356711Z [00:03:03.393]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/8c/8c07734422cdd523522ee7f8de6281cd235b1fd7f69f8bae5f22231b6501138f-d # internal
2025-08-20T21:11:36.4399195Z [00:03:03.397]➜  cloud.google.com/go/auth/credentials
2025-08-20T21:11:36.4400010Z [00:03:03.398]➜  mkdir -p $WORK/b1361/
2025-08-20T21:11:36.4400600Z [00:03:03.398]➜  cat >/tmp/go-build2720400589/b1361/importcfg << 'EOF' # internal
2025-08-20T21:11:36.4401494Z [00:03:03.398]➜  # import config
2025-08-20T21:11:36.4402753Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:36.4403664Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build2720400589/b1362/_pkg_.a
2025-08-20T21:11:36.4405308Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build2720400589/b1370/_pkg_.a
2025-08-20T21:11:36.4406361Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build2720400589/b1371/_pkg_.a
2025-08-20T21:11:36.4407298Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2720400589/b1363/_pkg_.a
2025-08-20T21:11:36.4409086Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:36.4409759Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2720400589/b1365/_pkg_.a
2025-08-20T21:11:36.4410426Z [00:03:03.398]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2720400589/b1347/_pkg_.a
2025-08-20T21:11:36.4411068Z [00:03:03.398]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:36.4411610Z [00:03:03.398]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:36.4412292Z [00:03:03.398]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:36.4412759Z [00:03:03.398]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:36.4413219Z [00:03:03.398]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.4413635Z [00:03:03.398]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.4414538Z [00:03:03.398]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:36.4415153Z [00:03:03.398]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:36.4415596Z [00:03:03.398]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:36.4416029Z [00:03:03.398]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:36.4416453Z [00:03:03.398]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:36.4416882Z [00:03:03.398]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:36.4417312Z [00:03:03.398]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:36.4417632Z [00:03:03.398]➜  EOF
2025-08-20T21:11:36.4420619Z [00:03:03.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_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/b1361=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid jkd0Laac5DRsV_4YyZJH/jkd0Laac5DRsV_4YyZJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/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-20T21:11:36.5243462Z [00:03:03.482]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T21:11:36.5256899Z [00:03:03.483]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/34/348c8354da6697c6524487eb2ba40d13a3633f3482fbf35975791ad7358e3674-d # internal
2025-08-20T21:11:36.5266463Z [00:03:03.484]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T21:11:36.5269336Z [00:03:03.484]➜  mkdir -p $WORK/b1381/
2025-08-20T21:11:36.5269815Z [00:03:03.484]➜  cat >/tmp/go-build2720400589/b1381/importcfg << 'EOF' # internal
2025-08-20T21:11:36.5270190Z [00:03:03.484]➜  # import config
2025-08-20T21:11:36.5270563Z [00:03:03.484]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:36.5271074Z [00:03:03.484]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:36.5271664Z [00:03:03.484]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:36.5272734Z [00:03:03.484]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:36.5273386Z [00:03:03.484]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.5273719Z [00:03:03.484]➜  EOF
2025-08-20T21:11:36.5276132Z [00:03:03.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_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/b1381=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid APCWBKMKPH0qSlewOS3i/APCWBKMKPH0qSlewOS3i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service/service.go
2025-08-20T21:11:36.5864660Z [00:03:03.544]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T21:11:36.5894844Z [00:03:03.546]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/e7/e748cead6997f1ca18dd2cbef5646b417d20c6bcbe85a700fee3f1206a938799-d # internal
2025-08-20T21:11:36.5897397Z [00:03:03.546]➜  golang.org/x/crypto/chacha20
2025-08-20T21:11:36.5898462Z [00:03:03.547]➜  mkdir -p $WORK/b1385/
2025-08-20T21:11:36.5899390Z [00:03:03.548]➜  echo -n > $WORK/b1385/go_asm.h # internal
2025-08-20T21:11:36.5900594Z [00:03:03.548]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:11:36.5903818Z [00:03:03.548]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b1385=>" -I $WORK/b1385/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1385/symabis ./chacha_arm64.s
2025-08-20T21:11:36.5997385Z [00:03:03.557]➜  cat >/tmp/go-build2720400589/b1385/importcfg << 'EOF' # internal
2025-08-20T21:11:36.5998244Z [00:03:03.557]➜  # import config
2025-08-20T21:11:36.5998838Z [00:03:03.557]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:36.6000472Z [00:03:03.557]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:36.6001331Z [00:03:03.557]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.6002817Z [00:03:03.557]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b1386/_pkg_.a
2025-08-20T21:11:36.6003401Z [00:03:03.557]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:36.6003850Z [00:03:03.557]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:36.6004178Z [00:03:03.557]➜  EOF
2025-08-20T21:11:36.6004715Z [00:03:03.558]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:36.6007651Z [00:03:03.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b1385=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid id0V-WSVXXmaa-SB2JMd/id0V-WSVXXmaa-SB2JMd -goversion go1.25.0 -symabis $WORK/b1385/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack -asmhdr $WORK/b1385/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/xor.go
2025-08-20T21:11:36.6404486Z [00:03:03.598]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T21:11:36.6509069Z [00:03:03.606]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:11:36.6512362Z [00:03:03.606]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b1385=>" -I $WORK/b1385/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1385/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:11:36.6514431Z [00:03:03.606]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/9f/9f82e818191a2307607e391960fca11bc1167ca5b5825d9b9e38a7893e320a4a-d # internal
2025-08-20T21:11:36.6515154Z [00:03:03.606]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:11:36.6515495Z [00:03:03.606]➜  mkdir -p $WORK/b1387/
2025-08-20T21:11:36.6515883Z [00:03:03.606]➜  cat >/tmp/go-build2720400589/b1387/importcfg << 'EOF' # internal
2025-08-20T21:11:36.6516254Z [00:03:03.606]➜  # import config
2025-08-20T21:11:36.6516621Z [00:03:03.606]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:36.6517111Z [00:03:03.606]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:36.6517572Z [00:03:03.606]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:36.6517898Z [00:03:03.606]➜  EOF
2025-08-20T21:11:36.6518337Z [00:03:03.606]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:36.6520931Z [00:03:03.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b1387=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid QIKuiXSjBOG078LxS6Rw/QIKuiXSjBOG078LxS6Rw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/sum_generic.go
2025-08-20T21:11:36.6566441Z [00:03:03.614]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:11:36.6571818Z [00:03:03.614]➜  go tool pack r $WORK/b1385/_pkg_.a $WORK/b1385/chacha_arm64.o # internal
2025-08-20T21:11:36.6572322Z [00:03:03.614]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T21:11:36.6576048Z [00:03:03.615]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/f2/f2ffe159b3a21dff64c8e7fd5484ed495cfae4df254fce4b9ca4e267ad02aa74-d # internal
2025-08-20T21:11:36.6585468Z [00:03:03.616]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:11:36.6596489Z [00:03:03.617]➜  mkdir -p $WORK/b1388/
2025-08-20T21:11:36.6597776Z [00:03:03.617]➜  cat >/tmp/go-build2720400589/b1388/importcfg << 'EOF' # internal
2025-08-20T21:11:36.6598707Z [00:03:03.617]➜  # import config
2025-08-20T21:11:36.6601999Z [00:03:03.617]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:11:36.6602753Z [00:03:03.617]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.6603649Z [00:03:03.617]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.6604823Z [00:03:03.617]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b1389/_pkg_.a
2025-08-20T21:11:36.6605633Z [00:03:03.617]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:36.6606461Z [00:03:03.617]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:36.6607510Z [00:03:03.617]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:36.6608182Z [00:03:03.617]➜  EOF
2025-08-20T21:11:36.6608579Z [00:03:03.617]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:36.6611586Z [00:03:03.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte=>golang.org/x/crypto@v0.37.0/cryptobyte;$WORK/b1388=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid 1DyG6ycjC-qnhqm8qlGG/1DyG6ycjC-qnhqm8qlGG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/string.go
2025-08-20T21:11:36.6962120Z [00:03:03.654]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T21:11:36.6977104Z [00:03:03.655]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/11/11a94d31482cf8ae38f0b06ad1ab7f1856e19e71d5844a6b9b63250bb24010ba-d # internal
2025-08-20T21:11:36.6992708Z [00:03:03.657]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:11:36.6994007Z [00:03:03.657]➜  mkdir -p $WORK/b1384/
2025-08-20T21:11:36.6995063Z [00:03:03.657]➜  cat >/tmp/go-build2720400589/b1384/importcfg << 'EOF' # internal
2025-08-20T21:11:36.6995844Z [00:03:03.657]➜  # import config
2025-08-20T21:11:36.6996383Z [00:03:03.657]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:36.6997984Z [00:03:03.657]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:36.6998465Z [00:03:03.657]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.6998974Z [00:03:03.657]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2720400589/b1385/_pkg_.a
2025-08-20T21:11:36.6999582Z [00:03:03.657]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b1386/_pkg_.a
2025-08-20T21:11:36.7000234Z [00:03:03.657]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2720400589/b1387/_pkg_.a
2025-08-20T21:11:36.7001062Z [00:03:03.657]➜  EOF
2025-08-20T21:11:36.7004093Z [00:03:03.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305=>golang.org/x/crypto@v0.37.0/chacha20poly1305;$WORK/b1384=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid WJNhDZCPp1FCql7WpRPL/WJNhDZCPp1FCql7WpRPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:11:36.7615670Z [00:03:03.719]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T21:11:36.7626230Z [00:03:03.720]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/46/467d76bb400d925c20c5719ff26e5f918a989fc1dd7990e7fb9e4cdf584ffc2a-d # internal
2025-08-20T21:11:36.7631126Z [00:03:03.721]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T21:11:36.7631586Z [00:03:03.721]➜  mkdir -p $WORK/b1383/
2025-08-20T21:11:36.7638680Z [00:03:03.722]➜  cat >/tmp/go-build2720400589/b1383/importcfg << 'EOF' # internal
2025-08-20T21:11:36.7639860Z [00:03:03.722]➜  # import config
2025-08-20T21:11:36.7640892Z [00:03:03.722]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:36.7643601Z [00:03:03.722]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:36.7644725Z [00:03:03.722]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.7645912Z [00:03:03.722]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:11:36.7647144Z [00:03:03.722]➜  EOF
2025-08-20T21:11:36.7651742Z [00:03:03.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_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/b1383=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid Nuntqki2wLzdULsdblqJ/Nuntqki2wLzdULsdblqJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/common.go
2025-08-20T21:11:36.8205809Z [00:03:03.778]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T21:11:36.8213342Z [00:03:03.779]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/bc/bce9dd947e1ac7cefa5c2339c4bdd520982fd253d9aa6e1de7fcd4c4bcb1d865-d # internal
2025-08-20T21:11:36.8245830Z [00:03:03.782]➜  golang.org/x/crypto/hkdf
2025-08-20T21:11:36.8247573Z [00:03:03.782]➜  mkdir -p $WORK/b1390/
2025-08-20T21:11:36.8252906Z [00:03:03.783]➜  cat >/tmp/go-build2720400589/b1390/importcfg << 'EOF' # internal
2025-08-20T21:11:36.8254080Z [00:03:03.783]➜  # import config
2025-08-20T21:11:36.8254773Z [00:03:03.783]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:36.8256125Z [00:03:03.783]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.8256931Z [00:03:03.783]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:36.8257893Z [00:03:03.783]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:36.8258477Z [00:03:03.783]➜  EOF
2025-08-20T21:11:36.8260914Z [00:03:03.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf=>golang.org/x/crypto@v0.37.0/hkdf;$WORK/b1390=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid iw8Of33Vnt1BuvB587Rh/iw8Of33Vnt1BuvB587Rh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf/hkdf.go
2025-08-20T21:11:36.8689852Z [00:03:03.827]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T21:11:36.8698626Z [00:03:03.828]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/f4/f478a574f8117b60ce5244dcb4c2328110acde2584082c1aa3e28043fbcc9d1f-d # internal
2025-08-20T21:11:36.8702548Z [00:03:03.828]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T21:11:36.8711868Z [00:03:03.829]➜  mkdir -p $WORK/b1392/
2025-08-20T21:11:36.8712672Z [00:03:03.829]➜  cat >/tmp/go-build2720400589/b1392/importcfg << 'EOF' # internal
2025-08-20T21:11:36.8713958Z [00:03:03.829]➜  # import config
2025-08-20T21:11:36.8715235Z [00:03:03.829]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:36.8716316Z [00:03:03.829]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:36.8717059Z [00:03:03.829]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:36.8718011Z [00:03:03.829]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.8718602Z [00:03:03.829]➜  EOF
2025-08-20T21:11:36.8721964Z [00:03:03.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_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/b1392=>" -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/b1392/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T21:11:36.8803030Z [00:03:03.838]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T21:11:36.8824601Z [00:03:03.840]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d # internal
2025-08-20T21:11:36.8826517Z [00:03:03.840]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T21:11:36.8827628Z [00:03:03.841]➜  mkdir -p $WORK/b1382/
2025-08-20T21:11:36.8836689Z [00:03:03.841]➜  cat >/tmp/go-build2720400589/b1382/importcfg << 'EOF' # internal
2025-08-20T21:11:36.8837348Z [00:03:03.841]➜  # import config
2025-08-20T21:11:36.8837837Z [00:03:03.841]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:36.8839290Z [00:03:03.841]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:36.8839780Z [00:03:03.841]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.8840595Z [00:03:03.841]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.8841213Z [00:03:03.841]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.8842020Z [00:03:03.841]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build2720400589/b1383/_pkg_.a
2025-08-20T21:11:36.8842969Z [00:03:03.841]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b1388/_pkg_.a
2025-08-20T21:11:36.8843550Z [00:03:03.842]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2720400589/b1390/_pkg_.a
2025-08-20T21:11:36.8844026Z [00:03:03.842]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:36.8844667Z [00:03:03.842]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.8845030Z [00:03:03.842]➜  EOF
2025-08-20T21:11:36.8848418Z [00:03:03.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_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/b1382=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid tA9E_DABufjl-fCnNxKy/tA9E_DABufjl-fCnNxKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/halfconn.go
2025-08-20T21:11:36.9419059Z [00:03:03.900]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T21:11:36.9420147Z [00:03:03.900]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/a8/a849af7dedb2d15c0ae35d2d7baff48498d21edf28663468fb088a3a957d74f8-d # internal
2025-08-20T21:11:36.9421540Z [00:03:03.900]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T21:11:36.9422138Z [00:03:03.900]➜  mkdir -p $WORK/b1391/
2025-08-20T21:11:36.9422715Z [00:03:03.900]➜  cat >/tmp/go-build2720400589/b1391/importcfg << 'EOF' # internal
2025-08-20T21:11:36.9423244Z [00:03:03.900]➜  # import config
2025-08-20T21:11:36.9423735Z [00:03:03.900]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.9424606Z [00:03:03.900]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.9425589Z [00:03:03.900]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:36.9426292Z [00:03:03.900]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:36.9426715Z [00:03:03.900]➜  EOF
2025-08-20T21:11:36.9429285Z [00:03:03.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_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/b1391=>" -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/b1391/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T21:11:36.9644128Z [00:03:03.922]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T21:11:36.9650065Z [00:03:03.922]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/12/12459f2d3e9a0e3b38805eb0375677cafd18514dac6ad4f6ae161c434e3fc7d9-d # internal
2025-08-20T21:11:36.9650827Z [00:03:03.923]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T21:11:36.9651209Z [00:03:03.923]➜  mkdir -p $WORK/b1394/
2025-08-20T21:11:36.9651626Z [00:03:03.923]➜  cat >/tmp/go-build2720400589/b1394/importcfg << 'EOF' # internal
2025-08-20T21:11:36.9652258Z [00:03:03.923]➜  # import config
2025-08-20T21:11:36.9652801Z [00:03:03.923]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:36.9653552Z [00:03:03.923]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:36.9654614Z [00:03:03.923]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:36.9655231Z [00:03:03.923]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:36.9655656Z [00:03:03.923]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.9655964Z [00:03:03.923]➜  EOF
2025-08-20T21:11:36.9675406Z [00:03:03.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_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/b1394=>" -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/b1394/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:11:36.9767454Z [00:03:03.935]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T21:11:36.9777363Z [00:03:03.936]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/5a/5aa63049b5144f76e647234ea445630db383ad4060609a7b014659eef989bc3f-d # internal
2025-08-20T21:11:36.9779570Z [00:03:03.936]➜  github.com/google/s2a-go/internal/record
2025-08-20T21:11:36.9780677Z [00:03:03.936]➜  mkdir -p $WORK/b1380/
2025-08-20T21:11:36.9783620Z [00:03:03.936]➜  cat >/tmp/go-build2720400589/b1380/importcfg << 'EOF' # internal
2025-08-20T21:11:36.9784866Z [00:03:03.936]➜  # import config
2025-08-20T21:11:36.9785611Z [00:03:03.936]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:36.9786387Z [00:03:03.936]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:36.9787088Z [00:03:03.936]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:36.9787995Z [00:03:03.936]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:36.9789298Z [00:03:03.936]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2720400589/b1381/_pkg_.a
2025-08-20T21:11:36.9790605Z [00:03:03.936]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:36.9791753Z [00:03:03.936]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2720400589/b1379/_pkg_.a
2025-08-20T21:11:36.9793305Z [00:03:03.936]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build2720400589/b1382/_pkg_.a
2025-08-20T21:11:36.9795227Z [00:03:03.936]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:11:36.9796094Z [00:03:03.936]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:36.9796745Z [00:03:03.936]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:36.9797256Z [00:03:03.936]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:36.9797665Z [00:03:03.936]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:36.9798070Z [00:03:03.936]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:36.9798477Z [00:03:03.936]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:36.9798787Z [00:03:03.936]➜  EOF
2025-08-20T21:11:36.9801046Z [00:03:03.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_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/b1380=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid AgDePXeSWhDOOXhHWVwK/AgDePXeSWhDOOXhHWVwK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/ticketsender.go
2025-08-20T21:11:36.9995151Z [00:03:03.957]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T21:11:37.0002151Z [00:03:03.958]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/6b/6bc2244170c6d7f4a632c8041602cd05241ae9b8ee270d320d111d7c7007fff2-d # internal
2025-08-20T21:11:37.0005539Z [00:03:03.958]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T21:11:37.0008086Z [00:03:03.958]➜  mkdir -p $WORK/b1393/
2025-08-20T21:11:37.0008524Z [00:03:03.958]➜  cat >/tmp/go-build2720400589/b1393/importcfg << 'EOF' # internal
2025-08-20T21:11:37.0008890Z [00:03:03.958]➜  # import config
2025-08-20T21:11:37.0009234Z [00:03:03.958]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.0009875Z [00:03:03.958]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:37.0010687Z [00:03:03.958]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build2720400589/b1394/_pkg_.a
2025-08-20T21:11:37.0011371Z [00:03:03.958]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.0011930Z [00:03:03.958]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.0012506Z [00:03:03.958]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:37.0013167Z [00:03:03.958]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:37.0013891Z [00:03:03.958]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:37.0014612Z [00:03:03.958]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:37.0015048Z [00:03:03.958]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.0015355Z [00:03:03.958]➜  EOF
2025-08-20T21:11:37.0018318Z [00:03:03.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_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/b1393=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid vuEruhdh4dPzkbtCFmBq/vuEruhdh4dPzkbtCFmBq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:11:37.1206073Z [00:03:04.076]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T21:11:37.1215598Z [00:03:04.077]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/58/58fe58672cdd09efff2be8d92860ee320955520d2b7acf5430fb6d5483a8dab2-d # internal
2025-08-20T21:11:37.1216302Z [00:03:04.077]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T21:11:37.1216651Z [00:03:04.078]➜  mkdir -p $WORK/b1375/
2025-08-20T21:11:37.1217058Z [00:03:04.078]➜  cat >/tmp/go-build2720400589/b1375/importcfg << 'EOF' # internal
2025-08-20T21:11:37.1217415Z [00:03:04.078]➜  # import config
2025-08-20T21:11:37.1217759Z [00:03:04.078]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.1218184Z [00:03:04.078]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.1218593Z [00:03:04.078]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.1219155Z [00:03:04.078]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build2720400589/b1376/_pkg_.a
2025-08-20T21:11:37.1220061Z [00:03:04.078]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:37.1220812Z [00:03:04.078]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2720400589/b1379/_pkg_.a
2025-08-20T21:11:37.1221669Z [00:03:04.078]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build2720400589/b1380/_pkg_.a
2025-08-20T21:11:37.1222350Z [00:03:04.078]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:11:37.1222963Z [00:03:04.078]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.1223521Z [00:03:04.078]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.1224121Z [00:03:04.078]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:37.1225023Z [00:03:04.078]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.1225524Z [00:03:04.078]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:37.1225927Z [00:03:04.078]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:37.1226335Z [00:03:04.078]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.1226647Z [00:03:04.078]➜  EOF
2025-08-20T21:11:37.1229175Z [00:03:04.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_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/b1375=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid CYJbRUqlxTDwInukLSSo/CYJbRUqlxTDwInukLSSo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/handshaker.go
2025-08-20T21:11:37.2081137Z [00:03:04.166]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T21:11:37.2301677Z [00:03:04.188]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/76/76c338ddc72caae1bcbd7a496e0f214375f5a8ab42cae7174cf7bdb9a40b685b-d # internal
2025-08-20T21:11:37.2302767Z [00:03:04.188]➜  github.com/google/s2a-go/stream
2025-08-20T21:11:37.2305311Z [00:03:04.188]➜  mkdir -p $WORK/b1398/
2025-08-20T21:11:37.2306293Z [00:03:04.188]➜  cat >/tmp/go-build2720400589/b1398/importcfg << 'EOF' # internal
2025-08-20T21:11:37.2310496Z [00:03:04.188]➜  # import config
2025-08-20T21:11:37.2310868Z [00:03:04.188]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.2311496Z [00:03:04.189]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.2311969Z [00:03:04.189]➜  EOF
2025-08-20T21:11:37.2314128Z [00:03:04.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_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/b1398=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid aFWnaVZsveSUQJo-Ty0I/aFWnaVZsveSUQJo-Ty0I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream/s2a_stream.go
2025-08-20T21:11:37.2529629Z [00:03:04.211]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T21:11:37.2538288Z [00:03:04.212]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/cf/cfa2b8031ef4cdf58c021a33796d457f049859e71c47506c8d80cb88a07af3ec-d # internal
2025-08-20T21:11:37.2565239Z [00:03:04.214]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T21:11:37.2567482Z [00:03:04.215]➜  mkdir -p $WORK/b1397/
2025-08-20T21:11:37.2572115Z [00:03:04.215]➜  cat >/tmp/go-build2720400589/b1397/importcfg << 'EOF' # internal
2025-08-20T21:11:37.2574762Z [00:03:04.215]➜  # import config
2025-08-20T21:11:37.2577440Z [00:03:04.215]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:37.2578206Z [00:03:04.215]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.2579643Z [00:03:04.215]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.2605548Z [00:03:04.215]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:11:37.2606471Z [00:03:04.215]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.2607318Z [00:03:04.215]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.2608065Z [00:03:04.215]➜  EOF
2025-08-20T21:11:37.2608694Z [00:03:04.215]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T21:11:37.2611325Z [00:03:04.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_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/b1397=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid eZ4r2CgTASxfgTYMA37Q/eZ4r2CgTASxfgTYMA37Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier/certverifier.go
2025-08-20T21:11:37.2616419Z [00:03:04.219]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/e7/e74d146b0feaef12acfc4bd1db8f27b263af0ebb3a8b00fd3327d56c9d943450-d # internal
2025-08-20T21:11:37.2658007Z [00:03:04.224]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T21:11:37.2658697Z [00:03:04.224]➜  mkdir -p $WORK/b1399/
2025-08-20T21:11:37.2663445Z [00:03:04.224]➜  cat >/tmp/go-build2720400589/b1399/importcfg << 'EOF' # internal
2025-08-20T21:11:37.2663807Z [00:03:04.224]➜  # import config
2025-08-20T21:11:37.2666924Z [00:03:04.224]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:37.2667432Z [00:03:04.224]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:37.2667897Z [00:03:04.224]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:37.2668329Z [00:03:04.224]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.2668929Z [00:03:04.224]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.2669607Z [00:03:04.224]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:11:37.2670186Z [00:03:04.224]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.2670765Z [00:03:04.224]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.2671256Z [00:03:04.224]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:37.2671796Z [00:03:04.224]➜  EOF
2025-08-20T21:11:37.2674103Z [00:03:04.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_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/b1399=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid b-6xSRqQt6MdGlzAgwHS/b-6xSRqQt6MdGlzAgwHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T21:11:37.3401280Z [00:03:04.298]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T21:11:37.3410737Z [00:03:04.299]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/e2/e25aed39221291d10b9e662ea87e17286c2afe6b47b195100811ebc531b6831f-d # internal
2025-08-20T21:11:37.3419045Z [00:03:04.300]➜  github.com/google/s2a-go/retry
2025-08-20T21:11:37.3419916Z [00:03:04.300]➜  mkdir -p $WORK/b1400/
2025-08-20T21:11:37.3422512Z [00:03:04.300]➜  cat >/tmp/go-build2720400589/b1400/importcfg << 'EOF' # internal
2025-08-20T21:11:37.3423406Z [00:03:04.300]➜  # import config
2025-08-20T21:11:37.3425549Z [00:03:04.300]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.3426473Z [00:03:04.300]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.3427526Z [00:03:04.300]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:37.3430490Z [00:03:04.300]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.3430836Z [00:03:04.300]➜  EOF
2025-08-20T21:11:37.3434557Z [00:03:04.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_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/b1400=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid iPahV4kuB9k2CgxwRtAJ/iPahV4kuB9k2CgxwRtAJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T21:11:37.3542832Z [00:03:04.312]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T21:11:37.3559771Z [00:03:04.314]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/f8/f8630a5a5f2d9da58961e2e789fce33266f13d34e4ddafcadac9473a15445095-d # internal
2025-08-20T21:11:37.3562175Z [00:03:04.314]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T21:11:37.3566710Z [00:03:04.315]➜  mkdir -p $WORK/b1396/
2025-08-20T21:11:37.3570585Z [00:03:04.315]➜  cat >/tmp/go-build2720400589/b1396/importcfg << 'EOF' # internal
2025-08-20T21:11:37.3571244Z [00:03:04.315]➜  # import config
2025-08-20T21:11:37.3572269Z [00:03:04.315]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.3573006Z [00:03:04.315]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:37.3580318Z [00:03:04.315]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:37.3580877Z [00:03:04.315]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.3581315Z [00:03:04.315]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.3581941Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:37.3582722Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.3583449Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:11:37.3584164Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build2720400589/b1397/_pkg_.a
2025-08-20T21:11:37.3585121Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build2720400589/b1399/_pkg_.a
2025-08-20T21:11:37.3586052Z [00:03:04.315]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:11:37.3586774Z [00:03:04.315]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.3587460Z [00:03:04.315]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.3587915Z [00:03:04.315]➜  EOF
2025-08-20T21:11:37.3600163Z [00:03:04.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_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/b1396=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid zA5iwik_nbLZ64uv6lhN/zA5iwik_nbLZ64uv6lhN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T21:11:37.3840893Z [00:03:04.342]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T21:11:37.3846120Z [00:03:04.342]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/6a/6ae15d90cbcc588a165043d3021bc79e51027b5f61b317de461509dc1c85f539-d # internal
2025-08-20T21:11:37.3846869Z [00:03:04.343]➜  google.golang.org/api/internal/cert
2025-08-20T21:11:37.3847184Z [00:03:04.343]➜  mkdir -p $WORK/b1401/
2025-08-20T21:11:37.3849985Z [00:03:04.343]➜  cat >/tmp/go-build2720400589/b1401/importcfg << 'EOF' # internal
2025-08-20T21:11:37.3851650Z [00:03:04.343]➜  # import config
2025-08-20T21:11:37.3852019Z [00:03:04.343]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.3852477Z [00:03:04.343]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:37.3852962Z [00:03:04.343]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:37.3853410Z [00:03:04.343]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.3853837Z [00:03:04.343]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.3854577Z [00:03:04.343]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2720400589/b1367/_pkg_.a
2025-08-20T21:11:37.3855235Z [00:03:04.343]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:37.3855651Z [00:03:04.343]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:11:37.3856129Z [00:03:04.343]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:11:37.3856581Z [00:03:04.343]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:37.3857023Z [00:03:04.343]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.3857428Z [00:03:04.343]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.3857736Z [00:03:04.343]➜  EOF
2025-08-20T21:11:37.3860876Z [00:03:04.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/cert=>google.golang.org/api@v0.230.0/internal/cert;$WORK/b1401=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid e2VhH_anoclklDDDmd5Z/e2VhH_anoclklDDDmd5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/cert/secureconnect_cert.go
2025-08-20T21:11:37.4449282Z [00:03:04.403]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T21:11:37.4487984Z [00:03:04.407]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/74/745360b4898a84536332fd9723d98bf0d729f6a22b6380f0b50017894e77f32b-d # internal
2025-08-20T21:11:37.4490877Z [00:03:04.407]➜  github.com/google/s2a-go/internal/v2
2025-08-20T21:11:37.4491426Z [00:03:04.407]➜  mkdir -p $WORK/b1395/
2025-08-20T21:11:37.4492488Z [00:03:04.407]➜  cat >/tmp/go-build2720400589/b1395/importcfg << 'EOF' # internal
2025-08-20T21:11:37.4493402Z [00:03:04.407]➜  # import config
2025-08-20T21:11:37.4493846Z [00:03:04.407]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.4494669Z [00:03:04.407]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.4495188Z [00:03:04.407]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.4495733Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2720400589/b1374/_pkg_.a
2025-08-20T21:11:37.4496429Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2720400589/b1381/_pkg_.a
2025-08-20T21:11:37.4497206Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:37.4497983Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.4498709Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:11:37.4499647Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build2720400589/b1396/_pkg_.a
2025-08-20T21:11:37.4500307Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2720400589/b1400/_pkg_.a
2025-08-20T21:11:37.4501083Z [00:03:04.407]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:11:37.4501646Z [00:03:04.407]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.4502226Z [00:03:04.407]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:37.4502826Z [00:03:04.407]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.4503426Z [00:03:04.407]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:37.4503931Z [00:03:04.407]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:37.4504450Z [00:03:04.407]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:37.4517557Z [00:03:04.407]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.4517895Z [00:03:04.407]➜  EOF
2025-08-20T21:11:37.4519772Z [00:03:04.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_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/b1395=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid 7VUh5u4BJGSSTIW8k6-4/7VUh5u4BJGSSTIW8k6-4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/s2av2.go
2025-08-20T21:11:37.4547418Z [00:03:04.413]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T21:11:37.4557050Z [00:03:04.414]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/f9/f92b11be4f1a973cbc7a62ffcdad3f295f49ac1f2d0c4d83cb625a0b47715e7c-d # internal
2025-08-20T21:11:37.4565552Z [00:03:04.414]➜  google.golang.org/api/internal/impersonate
2025-08-20T21:11:37.4565980Z [00:03:04.414]➜  mkdir -p $WORK/b1402/
2025-08-20T21:11:37.4575783Z [00:03:04.415]➜  cat >/tmp/go-build2720400589/b1402/importcfg << 'EOF' # internal
2025-08-20T21:11:37.4576374Z [00:03:04.415]➜  # import config
2025-08-20T21:11:37.4576879Z [00:03:04.415]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:37.4577453Z [00:03:04.415]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.4578061Z [00:03:04.415]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:37.4578641Z [00:03:04.415]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.4579246Z [00:03:04.415]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:37.4580033Z [00:03:04.415]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:37.4580669Z [00:03:04.415]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:37.4581242Z [00:03:04.415]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.4581678Z [00:03:04.415]➜  EOF
2025-08-20T21:11:37.4583858Z [00:03:04.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/impersonate=>google.golang.org/api@v0.230.0/internal/impersonate;$WORK/b1402=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid P12IIv9vBcyoo-hDE2WY/P12IIv9vBcyoo-hDE2WY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/impersonate/impersonate.go
2025-08-20T21:11:37.4843813Z [00:03:04.442]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T21:11:37.4856924Z [00:03:04.443]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/53/538dad63b76bcd06422951974a57e82423fa094c0ed360a494eada8c712af41a-d # internal
2025-08-20T21:11:37.4868210Z [00:03:04.444]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T21:11:37.4869703Z [00:03:04.444]➜  mkdir -p $WORK/b1405/
2025-08-20T21:11:37.4875930Z [00:03:04.445]➜  cat >/tmp/go-build2720400589/b1405/importcfg << 'EOF' # internal
2025-08-20T21:11:37.4877067Z [00:03:04.445]➜  # import config
2025-08-20T21:11:37.4878001Z [00:03:04.445]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:37.4879261Z [00:03:04.445]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:37.4879894Z [00:03:04.445]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:37.4880326Z [00:03:04.446]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.4880658Z [00:03:04.446]➜  EOF
2025-08-20T21:11:37.4888685Z [00:03:04.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/date;$WORK/b1405=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid IK-1W_ifkjc5tSnHnSCc/IK-1W_ifkjc5tSnHnSCc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/date/date.pb.go
2025-08-20T21:11:37.5519784Z [00:03:04.510]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T21:11:37.5521107Z [00:03:04.510]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/c0/c06943cd6033301c923536d692790db7e9399593c871a4bb9bddbecc50ee8a97-d # internal
2025-08-20T21:11:37.5522404Z [00:03:04.510]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T21:11:37.5522807Z [00:03:04.510]➜  mkdir -p $WORK/b1406/
2025-08-20T21:11:37.5523191Z [00:03:04.510]➜  cat >/tmp/go-build2720400589/b1406/importcfg << 'EOF' # internal
2025-08-20T21:11:37.5523801Z [00:03:04.510]➜  # import config
2025-08-20T21:11:37.5524493Z [00:03:04.510]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:37.5525281Z [00:03:04.510]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:37.5525840Z [00:03:04.510]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:37.5526259Z [00:03:04.510]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.5526565Z [00:03:04.510]➜  EOF
2025-08-20T21:11:37.5528800Z [00:03:04.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_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/b1406=>" -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/b1406/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/emptypb/empty.pb.go
2025-08-20T21:11:37.5564615Z [00:03:04.514]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T21:11:37.5582229Z [00:03:04.516]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/a6/a6bf80b096d1897c2cf5b80f60ee968fec688e4f022fc41fd8b3649b6fb5d0f3-d # internal
2025-08-20T21:11:37.5585832Z [00:03:04.516]➜  github.com/google/s2a-go
2025-08-20T21:11:37.5586146Z [00:03:04.516]➜  mkdir -p $WORK/b1373/
2025-08-20T21:11:37.5592249Z [00:03:04.517]➜  cat >/tmp/go-build2720400589/b1373/importcfg << 'EOF' # internal
2025-08-20T21:11:37.5592979Z [00:03:04.517]➜  # import config
2025-08-20T21:11:37.5593861Z [00:03:04.517]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.5594502Z [00:03:04.517]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.5595275Z [00:03:04.517]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.5595707Z [00:03:04.517]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.5596222Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2720400589/b1374/_pkg_.a
2025-08-20T21:11:37.5597080Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build2720400589/b1375/_pkg_.a
2025-08-20T21:11:37.5597813Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2720400589/b1381/_pkg_.a
2025-08-20T21:11:37.5598566Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:11:37.5605531Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:11:37.5606335Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:11:37.5607073Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:11:37.5607742Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build2720400589/b1395/_pkg_.a
2025-08-20T21:11:37.5608346Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2720400589/b1400/_pkg_.a
2025-08-20T21:11:37.5608932Z [00:03:04.517]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:11:37.5609533Z [00:03:04.517]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:37.5610131Z [00:03:04.517]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:37.5610710Z [00:03:04.517]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:11:37.5611303Z [00:03:04.517]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:37.5612048Z [00:03:04.517]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:37.5612504Z [00:03:04.517]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.5612917Z [00:03:04.517]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.5613223Z [00:03:04.517]➜  EOF
2025-08-20T21:11:37.5615608Z [00:03:04.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b1373=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid tAVbA4hQkMp8yz4XmX1D/tAVbA4hQkMp8yz4XmX1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_utils.go
2025-08-20T21:11:37.5834868Z [00:03:04.541]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T21:11:37.5843315Z [00:03:04.542]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/67/670bd91703ccc57160f34cc42010dac93c29618eaf7a653eb002d8199607b1a9-d # internal
2025-08-20T21:11:37.5848898Z [00:03:04.543]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T21:11:37.5849532Z [00:03:04.543]➜  mkdir -p $WORK/b1404/
2025-08-20T21:11:37.5854886Z [00:03:04.543]➜  cat >/tmp/go-build2720400589/b1404/importcfg << 'EOF' # internal
2025-08-20T21:11:37.5855304Z [00:03:04.543]➜  # import config
2025-08-20T21:11:37.5855756Z [00:03:04.543]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2720400589/b1213/_pkg_.a
2025-08-20T21:11:37.5856283Z [00:03:04.543]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.5856922Z [00:03:04.543]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2720400589/b1214/_pkg_.a
2025-08-20T21:11:37.5858009Z [00:03:04.543]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:37.5858739Z [00:03:04.543]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2720400589/b1405/_pkg_.a
2025-08-20T21:11:37.5859572Z [00:03:04.543]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.5860149Z [00:03:04.543]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:37.5860724Z [00:03:04.543]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:37.5861379Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:37.5862092Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:37.5862810Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:37.5863540Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:11:37.5864443Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2720400589/b1317/_pkg_.a
2025-08-20T21:11:37.5865297Z [00:03:04.543]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:37.5865870Z [00:03:04.543]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:37.5866289Z [00:03:04.543]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.5866596Z [00:03:04.543]➜  EOF
2025-08-20T21:11:37.5868935Z [00:03:04.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.52.0/internal/apiv2/storagepb;$WORK/b1404=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid UaHyc3XMTea3xrkUInzt/UaHyc3XMTea3xrkUInzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T21:11:37.7080828Z [00:03:04.666]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T21:11:37.7099852Z [00:03:04.668]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/b4/b4917b373aa2887469a620abe65785bfb00d2a6d23086a096007a723b617832a-d # internal
2025-08-20T21:11:37.7107555Z [00:03:04.669]➜  google.golang.org/api/internal
2025-08-20T21:11:37.7108469Z [00:03:04.669]➜  mkdir -p $WORK/b1360/
2025-08-20T21:11:37.7110316Z [00:03:04.669]➜  cat >/tmp/go-build2720400589/b1360/importcfg << 'EOF' # internal
2025-08-20T21:11:37.7110747Z [00:03:04.669]➜  # import config
2025-08-20T21:11:37.7111505Z [00:03:04.669]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:37.7112220Z [00:03:04.669]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:37.7112856Z [00:03:04.669]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2720400589/b1372/_pkg_.a
2025-08-20T21:11:37.7113498Z [00:03:04.669]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:37.7114026Z [00:03:04.669]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:37.7114708Z [00:03:04.669]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.7115178Z [00:03:04.669]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:37.7115621Z [00:03:04.669]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:37.7116048Z [00:03:04.669]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:37.7116529Z [00:03:04.669]➜  packagefile github.com/google/s2a-go=/tmp/go-build2720400589/b1373/_pkg_.a
2025-08-20T21:11:37.7117337Z [00:03:04.669]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2720400589/b1374/_pkg_.a
2025-08-20T21:11:37.7117901Z [00:03:04.669]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:37.7118617Z [00:03:04.669]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:37.7119217Z [00:03:04.669]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2720400589/b1401/_pkg_.a
2025-08-20T21:11:37.7119874Z [00:03:04.669]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2720400589/b1402/_pkg_.a
2025-08-20T21:11:37.7120472Z [00:03:04.669]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.7121052Z [00:03:04.669]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:37.7121562Z [00:03:04.669]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:37.7121985Z [00:03:04.669]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:37.7122436Z [00:03:04.669]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:37.7122852Z [00:03:04.669]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:37.7123284Z [00:03:04.669]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:37.7123693Z [00:03:04.669]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:37.7124106Z [00:03:04.669]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:37.7124787Z [00:03:04.669]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:37.7125211Z [00:03:04.669]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:37.7125618Z [00:03:04.669]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:37.7125929Z [00:03:04.669]➜  EOF
2025-08-20T21:11:37.7129129Z [00:03:04.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal=>google.golang.org/api@v0.230.0/internal;$WORK/b1360=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid 8caDr0nL6uDJfFEkYOEW/8caDr0nL6uDJfFEkYOEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/version.go
2025-08-20T21:11:37.8829847Z [00:03:04.841]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T21:11:37.8833668Z [00:03:04.841]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/4e/4ee1a6a4052e24074d0a488518b5f7461f47e3defababb3645a618fa096e0a40-d # internal
2025-08-20T21:11:37.8865386Z [00:03:04.844]➜  google.golang.org/api/option
2025-08-20T21:11:37.8866412Z [00:03:04.844]➜  mkdir -p $WORK/b1344/
2025-08-20T21:11:37.8867199Z [00:03:04.844]➜  cat >/tmp/go-build2720400589/b1344/importcfg << 'EOF' # internal
2025-08-20T21:11:37.8867840Z [00:03:04.844]➜  # import config
2025-08-20T21:11:37.8868712Z [00:03:04.844]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:37.8869452Z [00:03:04.844]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:37.8870088Z [00:03:04.844]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:37.8871008Z [00:03:04.844]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:37.8871842Z [00:03:04.844]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:37.8873268Z [00:03:04.844]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2720400589/b1402/_pkg_.a
2025-08-20T21:11:37.8874444Z [00:03:04.844]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:37.8875732Z [00:03:04.844]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:37.8876449Z [00:03:04.844]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:37.8876773Z [00:03:04.844]➜  EOF
2025-08-20T21:11:37.8878544Z [00:03:04.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/option=>google.golang.org/api@v0.230.0/option;$WORK/b1344=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid 50Ca-SL-jhogPuxjvKf0/50Ca-SL-jhogPuxjvKf0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/option/option.go
2025-08-20T21:11:38.0121066Z [00:03:04.970]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T21:11:38.0155600Z [00:03:04.973]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/cd/cd2aafcc47ba36de4e36e56a959851b9cc25c731e1fa262cd20d190b2d278ca7-d # internal
2025-08-20T21:11:38.0162033Z [00:03:04.974]➜  cloud.google.com/go/storage/experimental
2025-08-20T21:11:38.0162695Z [00:03:04.974]➜  mkdir -p $WORK/b1331/
2025-08-20T21:11:38.0175426Z [00:03:04.975]➜  cat >/tmp/go-build2720400589/b1331/importcfg << 'EOF' # internal
2025-08-20T21:11:38.0176097Z [00:03:04.975]➜  # import config
2025-08-20T21:11:38.0176774Z [00:03:04.975]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2720400589/b1332/_pkg_.a
2025-08-20T21:11:38.0177753Z [00:03:04.975]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2720400589/b1333/_pkg_.a
2025-08-20T21:11:38.0179517Z [00:03:04.975]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:38.0180059Z [00:03:04.975]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:38.0180382Z [00:03:04.975]➜  EOF
2025-08-20T21:11:38.0182619Z [00:03:04.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/experimental=>cloud.google.com/go/storage@v1.52.0/experimental;$WORK/b1331=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid Kf1PoY0MJyWdKgy82Hqc/Kf1PoY0MJyWdKgy82Hqc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/experimental/experimental.go
2025-08-20T21:11:38.1237223Z [00:03:05.081]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T21:11:38.1299567Z [00:03:05.088]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/73/73703e946046e0665b5fa3018e33a3fafcf6a52e5dca4e19a09cc5903b128706-d # internal
2025-08-20T21:11:38.1307367Z [00:03:05.089]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T21:11:38.1308502Z [00:03:05.089]➜  mkdir -p $WORK/b1407/
2025-08-20T21:11:38.1317784Z [00:03:05.090]➜  cat >/tmp/go-build2720400589/b1407/importcfg << 'EOF' # internal
2025-08-20T21:11:38.1318488Z [00:03:05.090]➜  # import config
2025-08-20T21:11:38.1319048Z [00:03:05.090]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.1320415Z [00:03:05.090]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:38.1320986Z [00:03:05.090]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:38.1321641Z [00:03:05.090]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:38.1322294Z [00:03:05.090]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:38.1322808Z [00:03:05.090]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:38.1323255Z [00:03:05.090]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:38.1323869Z [00:03:05.090]➜  EOF
2025-08-20T21:11:38.1333937Z [00:03:05.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog=>github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog;$WORK/b1407=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.21 -complete -installsuffix shared -buildid 6mgsZj9s9PbTLQt0JIg3/6mgsZj9s9PbTLQt0JIg3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog/grpclog.go
2025-08-20T21:11:38.1878667Z [00:03:05.146]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T21:11:38.1883087Z [00:03:05.146]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/bf/bf95fb80188f05e334b1c1f0761ef5d102b2dcb8599e7878a9f5c8c1ca496751-d # internal
2025-08-20T21:11:38.1885239Z [00:03:05.146]➜  google.golang.org/api/iterator
2025-08-20T21:11:38.1889966Z [00:03:05.147]➜  mkdir -p $WORK/b1409/
2025-08-20T21:11:38.1891889Z [00:03:05.147]➜  cat >/tmp/go-build2720400589/b1409/importcfg << 'EOF' # internal
2025-08-20T21:11:38.1892347Z [00:03:05.147]➜  # import config
2025-08-20T21:11:38.1892706Z [00:03:05.147]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:38.1893137Z [00:03:05.147]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:38.1893562Z [00:03:05.147]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:38.1893881Z [00:03:05.147]➜  EOF
2025-08-20T21:11:38.1895869Z [00:03:05.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/iterator=>google.golang.org/api@v0.230.0/iterator;$WORK/b1409=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid 9o5wKmSAnE0isJmYJ4wF/9o5wKmSAnE0isJmYJ4wF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/iterator/iterator.go
2025-08-20T21:11:38.2582534Z [00:03:05.216]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T21:11:38.2611511Z [00:03:05.219]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/66/66e1b6b6f6380ead79987d76005bfba1773899463270d95f203b991ef931d863-d # internal
2025-08-20T21:11:38.2612718Z [00:03:05.219]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T21:11:38.2613507Z [00:03:05.219]➜  mkdir -p $WORK/b1408/
2025-08-20T21:11:38.2613977Z [00:03:05.219]➜  cat >/tmp/go-build2720400589/b1408/importcfg << 'EOF' # internal
2025-08-20T21:11:38.2614457Z [00:03:05.219]➜  # import config
2025-08-20T21:11:38.2614905Z [00:03:05.219]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2720400589/b1409/_pkg_.a
2025-08-20T21:11:38.2615411Z [00:03:05.219]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:38.2615720Z [00:03:05.219]➜  EOF
2025-08-20T21:11:38.2618016Z [00:03:05.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/iterator=>github.com/googleapis/gax-go/v2@v2.14.1/iterator;$WORK/b1408=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.21 -complete -installsuffix shared -buildid Na5VnNmEJ1lU-kFH77Q6/Na5VnNmEJ1lU-kFH77Q6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/iterator/iterator.go
2025-08-20T21:11:38.2796626Z [00:03:05.237]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T21:11:38.2863856Z [00:03:05.244]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T21:11:38.2875548Z [00:03:05.245]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/d2/d2825174abb5234dc049840677efd29db95afc8b17157eea8bbba96de9db42e2-d # internal
2025-08-20T21:11:38.2876216Z [00:03:05.245]➜  google.golang.org/api/option/internaloption
2025-08-20T21:11:38.2876568Z [00:03:05.245]➜  mkdir -p $WORK/b1410/
2025-08-20T21:11:38.2877254Z [00:03:05.245]➜  cat >/tmp/go-build2720400589/b1410/importcfg << 'EOF' # internal
2025-08-20T21:11:38.2877605Z [00:03:05.245]➜  # import config
2025-08-20T21:11:38.2878024Z [00:03:05.245]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:38.2878512Z [00:03:05.245]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.2879261Z [00:03:05.245]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:38.2879881Z [00:03:05.245]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:38.2880455Z [00:03:05.245]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:38.2881033Z [00:03:05.245]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:38.2881538Z [00:03:05.245]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:38.2881860Z [00:03:05.245]➜  EOF
2025-08-20T21:11:38.2883934Z [00:03:05.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/option/internaloption=>google.golang.org/api@v0.230.0/option/internaloption;$WORK/b1410=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid MYa18k6j7ReEqXl2lH9V/MYa18k6j7ReEqXl2lH9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/option/internaloption/internaloption.go
2025-08-20T21:11:38.2974627Z [00:03:05.255]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/99/99bae0fee7294a3482465e535638bba2debd367908e231ea65f280ffb3562df7-d # internal
2025-08-20T21:11:38.2975334Z [00:03:05.255]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T21:11:38.2976249Z [00:03:05.256]➜  mkdir -p $WORK/b1413/
2025-08-20T21:11:38.2980416Z [00:03:05.256]➜  cat >/tmp/go-build2720400589/b1413/importcfg << 'EOF' # internal
2025-08-20T21:11:38.2980848Z [00:03:05.256]➜  # import config
2025-08-20T21:11:38.2981190Z [00:03:05.256]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:38.2981862Z [00:03:05.256]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:38.2982321Z [00:03:05.256]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:38.2982760Z [00:03:05.256]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:38.2983176Z [00:03:05.256]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:38.2983480Z [00:03:05.256]➜  EOF
2025-08-20T21:11:38.2986176Z [00:03:05.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_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/b1413=>" -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/b1413/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-20T21:11:38.3186487Z [00:03:05.276]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T21:11:38.3191473Z [00:03:05.277]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/b3/b32d0e0b81ac860877e980ead66a52a1cc5cbe176f4fd55d7c028a902fe8364d-d # internal
2025-08-20T21:11:38.3194885Z [00:03:05.277]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T21:11:38.3195228Z [00:03:05.277]➜  mkdir -p $WORK/b1414/
2025-08-20T21:11:38.3199051Z [00:03:05.278]➜  cat >/tmp/go-build2720400589/b1414/importcfg << 'EOF' # internal
2025-08-20T21:11:38.3199732Z [00:03:05.278]➜  # import config
2025-08-20T21:11:38.3200508Z [00:03:05.278]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:38.3204988Z [00:03:05.278]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:38.3206441Z [00:03:05.278]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2720400589/b1366/_pkg_.a
2025-08-20T21:11:38.3207771Z [00:03:05.278]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:38.3208790Z [00:03:05.278]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.3209708Z [00:03:05.278]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:38.3210466Z [00:03:05.278]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:38.3211362Z [00:03:05.278]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:38.3212583Z [00:03:05.278]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:38.3213024Z [00:03:05.278]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:38.3213511Z [00:03:05.278]➜  packagefile github.com/google/s2a-go=/tmp/go-build2720400589/b1373/_pkg_.a
2025-08-20T21:11:38.3214100Z [00:03:05.278]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2720400589/b1374/_pkg_.a
2025-08-20T21:11:38.3216078Z [00:03:05.278]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:38.3216596Z [00:03:05.278]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:38.3217015Z [00:03:05.278]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:38.3217433Z [00:03:05.278]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:38.3217854Z [00:03:05.278]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:38.3218282Z [00:03:05.278]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:38.3218691Z [00:03:05.278]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:38.3219311Z [00:03:05.278]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:38.3219850Z [00:03:05.278]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:38.3220358Z [00:03:05.278]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:38.3220877Z [00:03:05.278]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:38.3221199Z [00:03:05.278]➜  EOF
2025-08-20T21:11:38.3223797Z [00:03:05.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_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/b1414=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid fy4SXf7X7MTU3AVl2fDs/fy4SXf7X7MTU3AVl2fDs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/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-20T21:11:38.3927351Z [00:03:05.350]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T21:11:38.3942138Z [00:03:05.352]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/26/26568f9ccf047e2f0826d50787a3dd1ea4403c45758f515d2d9815c942776213-d # internal
2025-08-20T21:11:38.3948216Z [00:03:05.352]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T21:11:38.3948574Z [00:03:05.352]➜  mkdir -p $WORK/b1417/
2025-08-20T21:11:38.3950644Z [00:03:05.353]➜  cat >/tmp/go-build2720400589/b1417/importcfg << 'EOF' # internal
2025-08-20T21:11:38.3951409Z [00:03:05.353]➜  # import config
2025-08-20T21:11:38.3953832Z [00:03:05.353]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:38.3954476Z [00:03:05.353]➜  EOF
2025-08-20T21:11:38.3958165Z [00:03:05.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_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/b1417=>" -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/b1417/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-20T21:11:38.4305861Z [00:03:05.386]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T21:11:38.4307395Z [00:03:05.388]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/9a/9ab89641b2945cb5457cc0d04a7369e79491bc657fa07cb64f89f7b85277f7e8-d # internal
2025-08-20T21:11:38.4308654Z [00:03:05.388]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T21:11:38.4309119Z [00:03:05.388]➜  mkdir -p $WORK/b1420/
2025-08-20T21:11:38.4309514Z [00:03:05.388]➜  cat >/tmp/go-build2720400589/b1420/importcfg << 'EOF' # internal
2025-08-20T21:11:38.4309880Z [00:03:05.388]➜  # import config
2025-08-20T21:11:38.4310254Z [00:03:05.388]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.4310796Z [00:03:05.388]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:38.4311307Z [00:03:05.388]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:38.4311612Z [00:03:05.388]➜  EOF
2025-08-20T21:11:38.4314056Z [00:03:05.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal=>google.golang.org/grpc@v1.72.0/credentials/alts/internal;$WORK/b1420=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid Vb9uhQbbk9-a7WtD1ygw/Vb9uhQbbk9-a7WtD1ygw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/common.go
2025-08-20T21:11:38.4764830Z [00:03:05.434]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T21:11:38.4787407Z [00:03:05.437]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/2e/2e1fb96519dbb65907230ab2912b9390ff6e13501cb628b0728b0e71f2948b0a-d # internal
2025-08-20T21:11:38.4788601Z [00:03:05.437]➜  golang.org/x/sync/semaphore
2025-08-20T21:11:38.4788966Z [00:03:05.437]➜  mkdir -p $WORK/b1422/
2025-08-20T21:11:38.4789360Z [00:03:05.437]➜  cat >/tmp/go-build2720400589/b1422/importcfg << 'EOF' # internal
2025-08-20T21:11:38.4789717Z [00:03:05.437]➜  # import config
2025-08-20T21:11:38.4790113Z [00:03:05.437]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:38.4790891Z [00:03:05.437]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.4791326Z [00:03:05.437]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:38.4791635Z [00:03:05.437]➜  EOF
2025-08-20T21:11:38.4793414Z [00:03:05.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore=>golang.org/x/sync@v0.13.0/semaphore;$WORK/b1422=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 4xhDSW6vWs4O1lwk833v/4xhDSW6vWs4O1lwk833v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore/semaphore.go
2025-08-20T21:11:38.5238823Z [00:03:05.482]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T21:11:38.5246852Z [00:03:05.483]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/4c/4c35c411cefe1de30f745f66a690da29adccbc0ee57dc43b4da5fe30a35763c7-d # internal
2025-08-20T21:11:38.5251257Z [00:03:05.483]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T21:11:38.5251716Z [00:03:05.483]➜  mkdir -p $WORK/b1424/
2025-08-20T21:11:38.5258973Z [00:03:05.484]➜  cat >/tmp/go-build2720400589/b1424/importcfg << 'EOF' # internal
2025-08-20T21:11:38.5259415Z [00:03:05.484]➜  # import config
2025-08-20T21:11:38.5259768Z [00:03:05.484]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.5260259Z [00:03:05.484]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:38.5260821Z [00:03:05.484]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:38.5261395Z [00:03:05.484]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:38.5262059Z [00:03:05.484]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:38.5262780Z [00:03:05.484]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:38.5263339Z [00:03:05.484]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:38.5263763Z [00:03:05.484]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:38.5264075Z [00:03:05.484]➜  EOF
2025-08-20T21:11:38.5282208Z [00:03:05.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp=>google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp;$WORK/b1424=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid NwqMYK96VM1AOqF2b5AT/NwqMYK96VM1AOqF2b5AT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
2025-08-20T21:11:38.5485024Z [00:03:05.506]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T21:11:38.5546666Z [00:03:05.510]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/f6/f6dc23e97e92cbc37f3a23d4972b175cca1507e514e17d7dded74c3b5c9fd6b0-d # internal
2025-08-20T21:11:38.5547621Z [00:03:05.511]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T21:11:38.5548093Z [00:03:05.511]➜  mkdir -p $WORK/b1416/
2025-08-20T21:11:38.5548475Z [00:03:05.511]➜  cat >/tmp/go-build2720400589/b1416/importcfg << 'EOF' # internal
2025-08-20T21:11:38.5548844Z [00:03:05.511]➜  # import config
2025-08-20T21:11:38.5549617Z [00:03:05.511]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:38.5550269Z [00:03:05.511]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build2720400589/b1417/_pkg_.a
2025-08-20T21:11:38.5550807Z [00:03:05.511]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:38.5551346Z [00:03:05.511]➜  EOF
2025-08-20T21:11:38.5554045Z [00:03:05.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_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/b1416=>" -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/b1416/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/internal/parse.go
2025-08-20T21:11:38.5806054Z [00:03:05.538]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T21:11:38.5818676Z [00:03:05.539]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/31/315011d8867508b1f08edfe37bd2a261ab9ec359e0ab0d34d769c91aa0ed2c6d-d # internal
2025-08-20T21:11:38.5819503Z [00:03:05.540]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T21:11:38.5820233Z [00:03:05.540]➜  mkdir -p $WORK/b1415/
2025-08-20T21:11:38.5822048Z [00:03:05.540]➜  cat >/tmp/go-build2720400589/b1415/importcfg << 'EOF' # internal
2025-08-20T21:11:38.5823688Z [00:03:05.540]➜  # import config
2025-08-20T21:11:38.5825434Z [00:03:05.540]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.5825867Z [00:03:05.540]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:38.5826618Z [00:03:05.540]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build2720400589/b1416/_pkg_.a
2025-08-20T21:11:38.5827386Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:38.5827987Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:38.5828590Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2720400589/b412/_pkg_.a
2025-08-20T21:11:38.5829178Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:38.5829759Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:38.5830368Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2720400589/b1334/_pkg_.a
2025-08-20T21:11:38.5830993Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:38.5831916Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build2720400589/b1417/_pkg_.a
2025-08-20T21:11:38.5832706Z [00:03:05.540]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:38.5833333Z [00:03:05.540]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:38.5833895Z [00:03:05.540]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:38.5834652Z [00:03:05.540]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:38.5835255Z [00:03:05.540]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:11:38.5835826Z [00:03:05.540]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:38.5836399Z [00:03:05.540]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:38.5836992Z [00:03:05.540]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:38.5837705Z [00:03:05.540]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:38.5838120Z [00:03:05.540]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:38.5838536Z [00:03:05.540]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:38.5839177Z [00:03:05.540]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:38.5839614Z [00:03:05.540]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:38.5839922Z [00:03:05.540]➜  EOF
2025-08-20T21:11:38.5845707Z [00:03:05.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_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/b1415=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.22 -complete -installsuffix shared -buildid GCjcpikW0xf2F9mgssjT/GCjcpikW0xf2F9mgssjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/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-20T21:11:38.8250008Z [00:03:05.783]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T21:11:38.8302030Z [00:03:05.788]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/d5/d5e9cf3e625030ce670c3b5979c21da8d007167237f290a0d29faf879eaa3a7e-d # internal
2025-08-20T21:11:38.8308879Z [00:03:05.789]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T21:11:38.8310150Z [00:03:05.789]➜  mkdir -p $WORK/b1425/
2025-08-20T21:11:38.8327933Z [00:03:05.791]➜  cat >/tmp/go-build2720400589/b1425/importcfg << 'EOF' # internal
2025-08-20T21:11:38.8328394Z [00:03:05.791]➜  # import config
2025-08-20T21:11:38.8329756Z [00:03:05.791]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:38.8330207Z [00:03:05.791]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:38.8330992Z [00:03:05.791]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:38.8331561Z [00:03:05.791]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:38.8332134Z [00:03:05.791]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:38.8332693Z [00:03:05.791]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:38.8333154Z [00:03:05.791]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:38.8333581Z [00:03:05.791]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:38.8334183Z [00:03:05.791]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2720400589/b1420/_pkg_.a
2025-08-20T21:11:38.8334943Z [00:03:05.791]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:38.8335355Z [00:03:05.791]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:38.8335771Z [00:03:05.791]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:38.8336099Z [00:03:05.791]➜  EOF
2025-08-20T21:11:38.8336579Z [00:03:05.791]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T21:11:38.8341088Z [00:03:05.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn=>google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn;$WORK/b1425=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid ZHBPpK_NxewVpXclw0_a/ZHBPpK_NxewVpXclw0_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/aeadrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/aes128gcm.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/aes128gcmrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/common.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/record.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/conn/utils.go
2025-08-20T21:11:38.8442492Z [00:03:05.802]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/21/2184238c703a5f158c167fd2291413cc5538c99bd8c2bddc3489aa66274fc7a5-d # internal
2025-08-20T21:11:38.8443299Z [00:03:05.802]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T21:11:38.8443670Z [00:03:05.802]➜  mkdir -p $WORK/b1423/
2025-08-20T21:11:38.8447902Z [00:03:05.803]➜  cat >/tmp/go-build2720400589/b1423/importcfg << 'EOF' # internal
2025-08-20T21:11:38.8448405Z [00:03:05.803]➜  # import config
2025-08-20T21:11:38.8449008Z [00:03:05.803]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:38.8449907Z [00:03:05.803]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2720400589/b1424/_pkg_.a
2025-08-20T21:11:38.8450559Z [00:03:05.803]➜  EOF
2025-08-20T21:11:38.8452962Z [00:03:05.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/authinfo=>google.golang.org/grpc@v1.72.0/credentials/alts/internal/authinfo;$WORK/b1423=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid 4f-ER3qFAtl91BPEidSH/4f-ER3qFAtl91BPEidSH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T21:11:38.9191488Z [00:03:05.877]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T21:11:38.9199082Z [00:03:05.878]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/e1/e1aeb08a0ab571f86e2306b73abb57393a695d84ff6767df61d40c8dd8920dc1-d # internal
2025-08-20T21:11:38.9201440Z [00:03:05.878]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T21:11:38.9201949Z [00:03:05.878]➜  mkdir -p $WORK/b1426/
2025-08-20T21:11:38.9202444Z [00:03:05.878]➜  cat >/tmp/go-build2720400589/b1426/importcfg << 'EOF' # internal
2025-08-20T21:11:38.9202849Z [00:03:05.878]➜  # import config
2025-08-20T21:11:38.9203256Z [00:03:05.878]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:38.9203888Z [00:03:05.878]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:38.9204604Z [00:03:05.878]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:38.9204964Z [00:03:05.878]➜  EOF
2025-08-20T21:11:38.9207439Z [00:03:05.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker/service=>google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker/service;$WORK/b1426=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid DTB5lgXyR7mAZtY5gyKx/DTB5lgXyR7mAZtY5gyKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker/service/service.go
2025-08-20T21:11:38.9229885Z [00:03:05.881]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T21:11:38.9238349Z [00:03:05.882]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/02/02630c79f92a248551fdfbd203aef19a787854b964a555e762b40c04880cebce-d # internal
2025-08-20T21:11:38.9243238Z [00:03:05.882]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T21:11:38.9243651Z [00:03:05.882]➜  mkdir -p $WORK/b1421/
2025-08-20T21:11:38.9244034Z [00:03:05.882]➜  cat >/tmp/go-build2720400589/b1421/importcfg << 'EOF' # internal
2025-08-20T21:11:38.9244500Z [00:03:05.882]➜  # import config
2025-08-20T21:11:38.9244885Z [00:03:05.882]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:38.9245323Z [00:03:05.882]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:38.9245743Z [00:03:05.882]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:38.9246242Z [00:03:05.882]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2720400589/b1422/_pkg_.a
2025-08-20T21:11:38.9246804Z [00:03:05.882]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:38.9247355Z [00:03:05.882]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:38.9247952Z [00:03:05.882]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:38.9248633Z [00:03:05.882]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2720400589/b1420/_pkg_.a
2025-08-20T21:11:38.9249405Z [00:03:05.882]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build2720400589/b1423/_pkg_.a
2025-08-20T21:11:38.9250190Z [00:03:05.882]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build2720400589/b1425/_pkg_.a
2025-08-20T21:11:38.9250997Z [00:03:05.882]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2720400589/b1424/_pkg_.a
2025-08-20T21:11:38.9251750Z [00:03:05.882]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:38.9252279Z [00:03:05.882]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:38.9252683Z [00:03:05.882]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:38.9253089Z [00:03:05.882]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:38.9253395Z [00:03:05.882]➜  EOF
2025-08-20T21:11:38.9256086Z [00:03:05.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker=>google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker;$WORK/b1421=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid rXDMET-98GQX5jWxFkO3/rXDMET-98GQX5jWxFkO3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T21:11:39.0404599Z [00:03:05.998]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T21:11:39.0438228Z [00:03:06.000]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/20/20d13ce467e061305682476c6c4549ae4c3072bf78434b08f2a9e43491b21ece-d # internal
2025-08-20T21:11:39.0438895Z [00:03:06.000]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T21:11:39.0439229Z [00:03:06.000]➜  mkdir -p $WORK/b1427/
2025-08-20T21:11:39.0439608Z [00:03:06.000]➜  cat >/tmp/go-build2720400589/b1427/importcfg << 'EOF' # internal
2025-08-20T21:11:39.0442996Z [00:03:06.000]➜  # import config
2025-08-20T21:11:39.0443467Z [00:03:06.000]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:39.0444556Z [00:03:06.000]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:39.0445147Z [00:03:06.001]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:39.0445797Z [00:03:06.001]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:39.0446233Z [00:03:06.001]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:39.0446651Z [00:03:06.001]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.0452095Z [00:03:06.001]➜  EOF
2025-08-20T21:11:39.0452417Z [00:03:06.001]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T21:11:39.0453091Z [00:03:06.003]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/56/5672a15594dde7495786163a160d3d13aa7a424cae435a182147988f9f09d8d0-d # internal
2025-08-20T21:11:39.0462523Z [00:03:06.004]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T21:11:39.0465642Z [00:03:06.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/googlecloud=>google.golang.org/grpc@v1.72.0/internal/googlecloud;$WORK/b1427=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.23 -complete -installsuffix shared -buildid ZGaJrkDdf6NTNW5CUPuj/ZGaJrkDdf6NTNW5CUPuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/googlecloud/manufacturer_linux.go
2025-08-20T21:11:39.0467935Z [00:03:06.004]➜  mkdir -p $WORK/b1428/
2025-08-20T21:11:39.0468336Z [00:03:06.005]➜  cat >/tmp/go-build2720400589/b1428/importcfg << 'EOF' # internal
2025-08-20T21:11:39.0468833Z [00:03:06.005]➜  # import config
2025-08-20T21:11:39.0469189Z [00:03:06.005]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.0469726Z [00:03:06.005]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.0470307Z [00:03:06.005]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:39.0470956Z [00:03:06.005]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:39.0471660Z [00:03:06.005]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2720400589/b1359/_pkg_.a
2025-08-20T21:11:39.0472340Z [00:03:06.005]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:39.0472955Z [00:03:06.005]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:39.0473485Z [00:03:06.005]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:39.0474052Z [00:03:06.005]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.0474657Z [00:03:06.005]➜  EOF
2025-08-20T21:11:39.0476954Z [00:03:06.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/oauth=>google.golang.org/grpc@v1.72.0/credentials/oauth;$WORK/b1428=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid qygxbJpGTLWJAXVwqzvQ/qygxbJpGTLWJAXVwqzvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/oauth/oauth.go
2025-08-20T21:11:39.0766504Z [00:03:06.034]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T21:11:39.0769676Z [00:03:06.035]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/39/3992b3b36961f9c5ebd53bc5301b06e028fe6d4d5c721f918732fd18f60fd85b-d # internal
2025-08-20T21:11:39.0775865Z [00:03:06.035]➜  google.golang.org/grpc/credentials/alts
2025-08-20T21:11:39.0776276Z [00:03:06.035]➜  mkdir -p $WORK/b1419/
2025-08-20T21:11:39.0776689Z [00:03:06.035]➜  cat >/tmp/go-build2720400589/b1419/importcfg << 'EOF' # internal
2025-08-20T21:11:39.0777352Z [00:03:06.035]➜  # import config
2025-08-20T21:11:39.0777700Z [00:03:06.035]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.0778137Z [00:03:06.035]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:39.0778549Z [00:03:06.035]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.0779226Z [00:03:06.035]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:39.0779826Z [00:03:06.035]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:39.0780558Z [00:03:06.035]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2720400589/b1420/_pkg_.a
2025-08-20T21:11:39.0781330Z [00:03:06.035]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build2720400589/b1421/_pkg_.a
2025-08-20T21:11:39.0782189Z [00:03:06.035]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build2720400589/b1426/_pkg_.a
2025-08-20T21:11:39.0783054Z [00:03:06.035]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2720400589/b1424/_pkg_.a
2025-08-20T21:11:39.0783762Z [00:03:06.035]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:39.0784538Z [00:03:06.035]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2720400589/b1427/_pkg_.a
2025-08-20T21:11:39.0785231Z [00:03:06.035]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:11:39.0785803Z [00:03:06.035]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:39.0786284Z [00:03:06.035]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:39.0786700Z [00:03:06.035]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:39.0787122Z [00:03:06.035]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.0787540Z [00:03:06.035]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:39.0787847Z [00:03:06.035]➜  EOF
2025-08-20T21:11:39.0790084Z [00:03:06.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts=>google.golang.org/grpc@v1.72.0/credentials/alts;$WORK/b1419=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid vUTiuMWQfK5wEtrb5EvC/vUTiuMWQfK5wEtrb5EvC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/alts/utils.go
2025-08-20T21:11:39.1244010Z [00:03:06.082]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T21:11:39.1251585Z [00:03:06.083]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/5e/5ea11112dc3f8eafbb5c30194ed4ef90679c6316ef208653458f75d7f6dfdcea-d # internal
2025-08-20T21:11:39.1269130Z [00:03:06.085]➜  google.golang.org/grpc/internal/xds
2025-08-20T21:11:39.1269534Z [00:03:06.085]➜  mkdir -p $WORK/b1429/
2025-08-20T21:11:39.1270821Z [00:03:06.085]➜  cat >/tmp/go-build2720400589/b1429/importcfg << 'EOF' # internal
2025-08-20T21:11:39.1271212Z [00:03:06.085]➜  # import config
2025-08-20T21:11:39.1271668Z [00:03:06.085]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:11:39.1272273Z [00:03:06.085]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:39.1272667Z [00:03:06.085]➜  EOF
2025-08-20T21:11:39.1274673Z [00:03:06.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds=>google.golang.org/grpc@v1.72.0/internal/xds;$WORK/b1429=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid B3GCQSetJfGfq-__qWOS/B3GCQSetJfGfq-__qWOS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/xds.go
2025-08-20T21:11:39.1623120Z [00:03:06.120]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T21:11:39.1627045Z [00:03:06.121]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/09/0972a17d47f25394b31db7acc215fa2265a03450bd684692a34a6c22b1faa346-d # internal
2025-08-20T21:11:39.1628284Z [00:03:06.121]➜  golang.org/x/time/rate
2025-08-20T21:11:39.1628576Z [00:03:06.121]➜  mkdir -p $WORK/b1430/
2025-08-20T21:11:39.1631000Z [00:03:06.121]➜  cat >/tmp/go-build2720400589/b1430/importcfg << 'EOF' # internal
2025-08-20T21:11:39.1631361Z [00:03:06.121]➜  # import config
2025-08-20T21:11:39.1631927Z [00:03:06.121]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.1635445Z [00:03:06.121]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.1636292Z [00:03:06.121]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:39.1637310Z [00:03:06.121]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.1638046Z [00:03:06.121]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:39.1639026Z [00:03:06.121]➜  EOF
2025-08-20T21:11:39.1640950Z [00:03:06.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b1430=>" -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/b1430/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-20T21:11:39.1883759Z [00:03:06.146]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T21:11:39.1907878Z [00:03:06.149]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/5b/5b527a574e6d1de9e40a948009787c4eb9522ff87ec730e64dba383730841f91-d # internal
2025-08-20T21:11:39.1909874Z [00:03:06.149]➜  google.golang.org/grpc/credentials/google
2025-08-20T21:11:39.1910645Z [00:03:06.149]➜  mkdir -p $WORK/b1418/
2025-08-20T21:11:39.1911838Z [00:03:06.149]➜  cat >/tmp/go-build2720400589/b1418/importcfg << 'EOF' # internal
2025-08-20T21:11:39.1912303Z [00:03:06.149]➜  # import config
2025-08-20T21:11:39.1912671Z [00:03:06.149]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.1913095Z [00:03:06.149]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.1913618Z [00:03:06.149]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:39.1914854Z [00:03:06.149]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build2720400589/b1419/_pkg_.a
2025-08-20T21:11:39.1915614Z [00:03:06.149]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2720400589/b1428/_pkg_.a
2025-08-20T21:11:39.1916414Z [00:03:06.149]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:39.1917104Z [00:03:06.149]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:39.1917717Z [00:03:06.149]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2720400589/b1429/_pkg_.a
2025-08-20T21:11:39.1918229Z [00:03:06.149]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:39.1918646Z [00:03:06.149]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:39.1919071Z [00:03:06.149]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:39.1919389Z [00:03:06.149]➜  EOF
2025-08-20T21:11:39.1921657Z [00:03:06.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/google=>google.golang.org/grpc@v1.72.0/credentials/google;$WORK/b1418=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid 8Kw4HClQB1wj1BmJ_G0j/8Kw4HClQB1wj1BmJ_G0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/google/xds.go
2025-08-20T21:11:39.2339382Z [00:03:06.192]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T21:11:39.2347064Z [00:03:06.193]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/7d/7db50f420f64a5762cdfa2b46d6edfcac59911af41275f59f88073b8f80c3070-d # internal
2025-08-20T21:11:39.2359024Z [00:03:06.194]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T21:11:39.2359405Z [00:03:06.194]➜  mkdir -p $WORK/b1432/
2025-08-20T21:11:39.2361946Z [00:03:06.194]➜  cat >/tmp/go-build2720400589/b1432/importcfg << 'EOF' # internal
2025-08-20T21:11:39.2362316Z [00:03:06.194]➜  # import config
2025-08-20T21:11:39.2362688Z [00:03:06.194]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.2363240Z [00:03:06.194]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:39.2363813Z [00:03:06.194]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:39.2364522Z [00:03:06.194]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:39.2365264Z [00:03:06.194]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.2365982Z [00:03:06.194]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.2366701Z [00:03:06.194]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:39.2367440Z [00:03:06.194]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:39.2368021Z [00:03:06.194]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.2368451Z [00:03:06.194]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.2368757Z [00:03:06.194]➜  EOF
2025-08-20T21:11:39.2371539Z [00:03:06.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpc_lb_v1=>google.golang.org/grpc@v1.72.0/balancer/grpclb/grpc_lb_v1;$WORK/b1432=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid rWLReq8kxJPrJ0iX_OSR/rWLReq8kxJPrJ0iX_OSR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go
2025-08-20T21:11:39.2478715Z [00:03:06.206]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T21:11:39.2491981Z [00:03:06.207]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/84/84b55e4273fc9a742d7a0303214ac1a54c4c896da7e03962af069d5b84896be6-d # internal
2025-08-20T21:11:39.2505497Z [00:03:06.208]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T21:11:39.2506004Z [00:03:06.208]➜  mkdir -p $WORK/b1412/
2025-08-20T21:11:39.2506398Z [00:03:06.208]➜  cat >/tmp/go-build2720400589/b1412/importcfg << 'EOF' # internal
2025-08-20T21:11:39.2506759Z [00:03:06.208]➜  # import config
2025-08-20T21:11:39.2507168Z [00:03:06.208]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:39.2507766Z [00:03:06.208]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:39.2508388Z [00:03:06.208]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:39.2509026Z [00:03:06.208]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build2720400589/b1413/_pkg_.a
2025-08-20T21:11:39.2509704Z [00:03:06.208]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2720400589/b1414/_pkg_.a
2025-08-20T21:11:39.2510588Z [00:03:06.208]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.2511039Z [00:03:06.208]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:39.2511472Z [00:03:06.208]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:39.2512005Z [00:03:06.208]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.2512557Z [00:03:06.208]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:39.2513371Z [00:03:06.208]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2720400589/b1415/_pkg_.a
2025-08-20T21:11:39.2514084Z [00:03:06.208]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:39.2514873Z [00:03:06.208]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:39.2515527Z [00:03:06.208]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2720400589/b1418/_pkg_.a
2025-08-20T21:11:39.2516207Z [00:03:06.208]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:39.2516825Z [00:03:06.208]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:39.2517327Z [00:03:06.208]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:39.2517743Z [00:03:06.208]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:39.2518161Z [00:03:06.208]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:39.2518576Z [00:03:06.208]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:39.2518986Z [00:03:06.208]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:39.2519421Z [00:03:06.208]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:39.2519842Z [00:03:06.208]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.2520431Z [00:03:06.208]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:39.2520999Z [00:03:06.208]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:39.2521319Z [00:03:06.208]➜  EOF
2025-08-20T21:11:39.2548826Z [00:03:06.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_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/b1412=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid 8EWcZ-iqw8oag2uunSqH/8EWcZ-iqw8oag2uunSqH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/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-20T21:11:39.4679664Z [00:03:06.426]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T21:11:39.4771845Z [00:03:06.435]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/d1/d1a27abca19121804387fa55cbfe4d7c511e905f14e0cf732c885c96771ea7b2-d # internal
2025-08-20T21:11:39.4794383Z [00:03:06.435]➜  google.golang.org/grpc/resolver/manual
2025-08-20T21:11:39.4794776Z [00:03:06.435]➜  mkdir -p $WORK/b1433/
2025-08-20T21:11:39.4795161Z [00:03:06.435]➜  cat >/tmp/go-build2720400589/b1433/importcfg << 'EOF' # internal
2025-08-20T21:11:39.4795520Z [00:03:06.435]➜  # import config
2025-08-20T21:11:39.4795954Z [00:03:06.435]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:39.4796461Z [00:03:06.435]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.4796790Z [00:03:06.435]➜  EOF
2025-08-20T21:11:39.4799052Z [00:03:06.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/manual=>google.golang.org/grpc@v1.72.0/resolver/manual;$WORK/b1433=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid RdLqN5F5K4spcorBC3Nc/RdLqN5F5K4spcorBC3Nc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/manual/manual.go
2025-08-20T21:11:39.4893192Z [00:03:06.447]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T21:11:39.4974187Z [00:03:06.455]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/64/641b6f71fb7501d533c0990c26f2914185b847dc481135749fa405868ce84088-d # internal
2025-08-20T21:11:39.4975674Z [00:03:06.455]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T21:11:39.4980267Z [00:03:06.456]➜  mkdir -p $WORK/b1437/
2025-08-20T21:11:39.4987624Z [00:03:06.457]➜  cat >/tmp/go-build2720400589/b1437/importcfg << 'EOF' # internal
2025-08-20T21:11:39.4988266Z [00:03:06.457]➜  # import config
2025-08-20T21:11:39.4988804Z [00:03:06.457]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.4989522Z [00:03:06.457]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.4990241Z [00:03:06.457]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:39.4990969Z [00:03:06.457]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:39.4991548Z [00:03:06.457]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.4991967Z [00:03:06.457]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.4992277Z [00:03:06.457]➜  EOF
2025-08-20T21:11:39.4995209Z [00:03:06.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/distribution=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/distribution;$WORK/b1437=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid ug51sSJUB9rk-FFcuY7U/ug51sSJUB9rk-FFcuY7U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/distribution/distribution.pb.go
2025-08-20T21:11:39.5197192Z [00:03:06.478]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T21:11:39.5204468Z [00:03:06.478]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/6f/6f03ac3c64ab5ea8719b3d16eed5319a8c68b9469a070ce55b23eab1fb9b0e2a-d # internal
2025-08-20T21:11:39.5208563Z [00:03:06.478]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T21:11:39.5212585Z [00:03:06.478]➜  mkdir -p $WORK/b1431/
2025-08-20T21:11:39.5213095Z [00:03:06.479]➜  cat >/tmp/go-build2720400589/b1431/importcfg << 'EOF' # internal
2025-08-20T21:11:39.5213457Z [00:03:06.479]➜  # import config
2025-08-20T21:11:39.5213816Z [00:03:06.479]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.5214377Z [00:03:06.479]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:39.5214906Z [00:03:06.479]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:39.5215322Z [00:03:06.479]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.5215802Z [00:03:06.479]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:39.5216371Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:39.5216991Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:39.5217685Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build2720400589/b1432/_pkg_.a
2025-08-20T21:11:39.5218638Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2720400589/b1315/_pkg_.a
2025-08-20T21:11:39.5219348Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2720400589/b1270/_pkg_.a
2025-08-20T21:11:39.5220236Z [00:03:06.479]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2720400589/b1278/_pkg_.a
2025-08-20T21:11:39.5220862Z [00:03:06.479]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:39.5221461Z [00:03:06.479]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:39.5222078Z [00:03:06.479]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:39.5222739Z [00:03:06.479]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:39.5223376Z [00:03:06.479]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:39.5223970Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:39.5224801Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:39.5225466Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:39.5226118Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2720400589/b1299/_pkg_.a
2025-08-20T21:11:39.5226767Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:39.5227434Z [00:03:06.479]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2720400589/b1314/_pkg_.a
2025-08-20T21:11:39.5228079Z [00:03:06.479]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2720400589/b1310/_pkg_.a
2025-08-20T21:11:39.5228680Z [00:03:06.479]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:39.5229422Z [00:03:06.479]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:39.5230101Z [00:03:06.479]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build2720400589/b1433/_pkg_.a
2025-08-20T21:11:39.5230743Z [00:03:06.479]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:39.5231342Z [00:03:06.479]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:39.5231930Z [00:03:06.479]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:39.5232605Z [00:03:06.479]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:39.5233444Z [00:03:06.479]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:39.5234077Z [00:03:06.479]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:39.5256861Z [00:03:06.479]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:39.5257339Z [00:03:06.479]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:39.5257776Z [00:03:06.479]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.5258212Z [00:03:06.479]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:39.5258648Z [00:03:06.479]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:39.5258957Z [00:03:06.479]➜  EOF
2025-08-20T21:11:39.5262144Z [00:03:06.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb=>google.golang.org/grpc@v1.72.0/balancer/grpclb;$WORK/b1431=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid mCXP65TszaZyocpYOvxz/mCXP65TszaZyocpYOvxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpclb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpclb_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpclb_picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpclb_remote_balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/grpclb/grpclb_util.go
2025-08-20T21:11:39.5943982Z [00:03:06.552]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T21:11:39.5962804Z [00:03:06.554]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/a9/a9b105cfb55e81223a1ae4f70ad3fe6b173ede17273a40fb396e2a0f5b92c58f-d # internal
2025-08-20T21:11:39.5990651Z [00:03:06.557]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T21:11:39.5993634Z [00:03:06.557]➜  mkdir -p $WORK/b1438/
2025-08-20T21:11:39.6002674Z [00:03:06.558]➜  cat >/tmp/go-build2720400589/b1438/importcfg << 'EOF' # internal
2025-08-20T21:11:39.6011366Z [00:03:06.558]➜  # import config
2025-08-20T21:11:39.6011913Z [00:03:06.558]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.6012650Z [00:03:06.558]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.6013206Z [00:03:06.558]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.6013629Z [00:03:06.558]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.6013937Z [00:03:06.558]➜  EOF
2025-08-20T21:11:39.6016781Z [00:03:06.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/label=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/label;$WORK/b1438=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid zyTACMftKACT1zOxf_q6/zyTACMftKACT1zOxf_q6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/label/label.pb.go
2025-08-20T21:11:39.6691591Z [00:03:06.627]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T21:11:39.6707330Z [00:03:06.628]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/01/014f9a78a9b05cfe898f8f50b4cd27ec7c3c7ce8176d2d7d234db93a5f9ea41f-d # internal
2025-08-20T21:11:39.6714745Z [00:03:06.629]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T21:11:39.6727514Z [00:03:06.631]➜  mkdir -p $WORK/b1439/
2025-08-20T21:11:39.6737100Z [00:03:06.632]➜  cat >/tmp/go-build2720400589/b1439/importcfg << 'EOF' # internal
2025-08-20T21:11:39.6737844Z [00:03:06.632]➜  # import config
2025-08-20T21:11:39.6741291Z [00:03:06.632]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2720400589/b1215/_pkg_.a
2025-08-20T21:11:39.6742123Z [00:03:06.632]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2720400589/b1438/_pkg_.a
2025-08-20T21:11:39.6742856Z [00:03:06.632]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.6743577Z [00:03:06.632]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.6744505Z [00:03:06.632]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:39.6745142Z [00:03:06.632]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.6745566Z [00:03:06.632]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.6745875Z [00:03:06.632]➜  EOF
2025-08-20T21:11:39.6748329Z [00:03:06.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/metric=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/metric;$WORK/b1439=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid vxiIOSA7TA8iSSZQgLx0/vxiIOSA7TA8iSSZQgLx0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/metric/metric.pb.go
2025-08-20T21:11:39.7651371Z [00:03:06.723]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T21:11:39.7680103Z [00:03:06.726]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/1e/1e5789deb23a26e4fd453363b7c8c86eb78d0558a43d939fb2e194be11feefe6-d # internal
2025-08-20T21:11:39.7687440Z [00:03:06.726]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T21:11:39.7688867Z [00:03:06.726]➜  mkdir -p $WORK/b1441/
2025-08-20T21:11:39.7699299Z [00:03:06.728]➜  cat >/tmp/go-build2720400589/b1441/importcfg << 'EOF' # internal
2025-08-20T21:11:39.7700085Z [00:03:06.728]➜  # import config
2025-08-20T21:11:39.7700919Z [00:03:06.728]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:39.7704636Z [00:03:06.728]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:39.7705344Z [00:03:06.728]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:39.7706074Z [00:03:06.728]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.7706780Z [00:03:06.728]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.7707332Z [00:03:06.728]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:39.7707763Z [00:03:06.728]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.7708189Z [00:03:06.728]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.7708630Z [00:03:06.728]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:39.7709216Z [00:03:06.728]➜  EOF
2025-08-20T21:11:39.7711431Z [00:03:06.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_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/b1441=>" -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/b1441/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/structpb/struct.pb.go
2025-08-20T21:11:39.7810774Z [00:03:06.739]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T21:11:39.7839130Z [00:03:06.742]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/a2/a26e6d3b8ed1f49515a4b4f5636d36e2ea42f1b72f221b4973ceb153081364f7-d # internal
2025-08-20T21:11:39.7921582Z [00:03:06.750]➜  google.golang.org/api/transport/grpc
2025-08-20T21:11:39.7923543Z [00:03:06.750]➜  mkdir -p $WORK/b1411/
2025-08-20T21:11:39.7932996Z [00:03:06.751]➜  cat >/tmp/go-build2720400589/b1411/importcfg << 'EOF' # internal
2025-08-20T21:11:39.7933666Z [00:03:06.751]➜  # import config
2025-08-20T21:11:39.7934199Z [00:03:06.751]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:39.7937376Z [00:03:06.751]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:39.7938328Z [00:03:06.751]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build2720400589/b1412/_pkg_.a
2025-08-20T21:11:39.7940195Z [00:03:06.751]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2720400589/b1372/_pkg_.a
2025-08-20T21:11:39.7940851Z [00:03:06.751]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:39.7941736Z [00:03:06.751]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:39.7942170Z [00:03:06.751]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:39.7942583Z [00:03:06.751]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:39.7943450Z [00:03:06.751]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2720400589/b1415/_pkg_.a
2025-08-20T21:11:39.7944158Z [00:03:06.751]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:39.7944929Z [00:03:06.751]➜  packagefile golang.org/x/time/rate=/tmp/go-build2720400589/b1430/_pkg_.a
2025-08-20T21:11:39.7945501Z [00:03:06.751]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:39.7946081Z [00:03:06.751]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:39.7946652Z [00:03:06.751]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:39.7947261Z [00:03:06.751]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build2720400589/b1431/_pkg_.a
2025-08-20T21:11:39.7947925Z [00:03:06.751]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2720400589/b1418/_pkg_.a
2025-08-20T21:11:39.7948614Z [00:03:06.751]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:39.7949283Z [00:03:06.751]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2720400589/b1428/_pkg_.a
2025-08-20T21:11:39.7949900Z [00:03:06.751]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:39.7950380Z [00:03:06.751]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:39.7950786Z [00:03:06.751]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:39.7951196Z [00:03:06.751]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:39.7951613Z [00:03:06.751]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:39.7952194Z [00:03:06.751]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.7952703Z [00:03:06.751]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:39.7953150Z [00:03:06.751]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:11:39.7953568Z [00:03:06.751]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:39.7953874Z [00:03:06.751]➜  EOF
2025-08-20T21:11:39.7956714Z [00:03:06.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/grpc=>google.golang.org/api@v0.230.0/transport/grpc;$WORK/b1411=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid MsK3A67MFFKuonmROlL-/MsK3A67MFFKuonmROlL- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/grpc/pool.go
2025-08-20T21:11:39.8544913Z [00:03:06.812]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T21:11:39.8565668Z [00:03:06.814]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/26/268d26750057bce93981a9c3786ced5e0a2bdda727f2ea44a450fd35cb960bc5-d # internal
2025-08-20T21:11:39.8575437Z [00:03:06.815]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T21:11:39.8578499Z [00:03:06.815]➜  mkdir -p $WORK/b1440/
2025-08-20T21:11:39.8587923Z [00:03:06.816]➜  cat >/tmp/go-build2720400589/b1440/importcfg << 'EOF' # internal
2025-08-20T21:11:39.8594119Z [00:03:06.816]➜  # import config
2025-08-20T21:11:39.8595444Z [00:03:06.816]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2720400589/b1215/_pkg_.a
2025-08-20T21:11:39.8596488Z [00:03:06.816]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2720400589/b1438/_pkg_.a
2025-08-20T21:11:39.8597234Z [00:03:06.816]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.8597947Z [00:03:06.816]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.8598890Z [00:03:06.816]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:39.8599458Z [00:03:06.816]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.8599882Z [00:03:06.816]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.8600187Z [00:03:06.816]➜  EOF
2025-08-20T21:11:39.8610726Z [00:03:06.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/monitoredres=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/monitoredres;$WORK/b1440=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid D7SWP5E_XbJLSn_04xa4/D7SWP5E_XbJLSn_04xa4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/monitoredres/monitored_resource.pb.go
2025-08-20T21:11:39.8970985Z [00:03:06.855]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T21:11:39.8982511Z [00:03:06.856]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/77/77d3aec11f94d28b9bf595ab1701c829b0250784ac669a172b19655dc36780c3-d # internal
2025-08-20T21:11:39.8983387Z [00:03:06.856]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T21:11:39.8983869Z [00:03:06.856]➜  mkdir -p $WORK/b1442/
2025-08-20T21:11:39.8987172Z [00:03:06.856]➜  cat >/tmp/go-build2720400589/b1442/importcfg << 'EOF' # internal
2025-08-20T21:11:39.8987610Z [00:03:06.856]➜  # import config
2025-08-20T21:11:39.8988578Z [00:03:06.856]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.8991793Z [00:03:06.856]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.8993278Z [00:03:06.856]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.8994609Z [00:03:06.856]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.8995111Z [00:03:06.856]➜  EOF
2025-08-20T21:11:39.8998408Z [00:03:06.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/calendarperiod=>google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/calendarperiod;$WORK/b1442=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid 4AfDAFv5xAUHWNLpaKlN/4AfDAFv5xAUHWNLpaKlN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/calendarperiod/calendar_period.pb.go
2025-08-20T21:11:39.9740353Z [00:03:06.932]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T21:11:39.9747750Z [00:03:06.933]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/2d/2db6e06f90d11f124d642f7b1c672117662fab1b68947559021ed0def5db81b5-d # internal
2025-08-20T21:11:39.9773245Z [00:03:06.935]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T21:11:39.9775129Z [00:03:06.935]➜  mkdir -p $WORK/b1443/
2025-08-20T21:11:39.9775552Z [00:03:06.935]➜  cat >/tmp/go-build2720400589/b1443/importcfg << 'EOF' # internal
2025-08-20T21:11:39.9775907Z [00:03:06.935]➜  # import config
2025-08-20T21:11:39.9776438Z [00:03:06.935]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:39.9777487Z [00:03:06.935]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:39.9778063Z [00:03:06.935]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:39.9778484Z [00:03:06.935]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:39.9778980Z [00:03:06.935]➜  EOF
2025-08-20T21:11:39.9781542Z [00:03:06.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/timeofday=>google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/timeofday;$WORK/b1443=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid B2vXBCQsAbNQce06RvXI/B2vXBCQsAbNQce06RvXI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250422160041-2d3770c4ea7f/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T21:11:40.0440030Z [00:03:07.001]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T21:11:40.0477786Z [00:03:07.005]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/b6/b6528a3c2c683ec2f989e4250ba615093cbf2448bc390e8155e3b8ee19ac6747-d # internal
2025-08-20T21:11:40.0480733Z [00:03:07.006]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T21:11:40.0515728Z [00:03:07.007]➜  mkdir -p $WORK/b1403/
2025-08-20T21:11:40.0516502Z [00:03:07.008]➜  cat >/tmp/go-build2720400589/b1403/importcfg << 'EOF' # internal
2025-08-20T21:11:40.0516990Z [00:03:07.008]➜  # import config
2025-08-20T21:11:40.0518330Z [00:03:07.008]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2720400589/b1213/_pkg_.a
2025-08-20T21:11:40.0518996Z [00:03:07.008]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2720400589/b1332/_pkg_.a
2025-08-20T21:11:40.0520279Z [00:03:07.008]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2720400589/b1404/_pkg_.a
2025-08-20T21:11:40.0521010Z [00:03:07.008]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:40.0521723Z [00:03:07.008]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:40.0522306Z [00:03:07.008]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:40.0522998Z [00:03:07.008]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2720400589/b1407/_pkg_.a
2025-08-20T21:11:40.0523695Z [00:03:07.008]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2720400589/b1408/_pkg_.a
2025-08-20T21:11:40.0524519Z [00:03:07.008]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2720400589/b1409/_pkg_.a
2025-08-20T21:11:40.0525163Z [00:03:07.008]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:40.0525939Z [00:03:07.008]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:11:40.0526673Z [00:03:07.008]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2720400589/b1411/_pkg_.a
2025-08-20T21:11:40.0527261Z [00:03:07.008]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:40.0527815Z [00:03:07.008]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:40.0528565Z [00:03:07.008]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:40.0529062Z [00:03:07.008]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:40.0529484Z [00:03:07.008]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:40.0529907Z [00:03:07.008]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:40.0530329Z [00:03:07.008]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:40.0530756Z [00:03:07.008]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:40.0531354Z [00:03:07.008]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:40.0531781Z [00:03:07.008]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:40.0532083Z [00:03:07.008]➜  EOF
2025-08-20T21:11:40.0535730Z [00:03:07.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2=>cloud.google.com/go/storage@v1.52.0/internal/apiv2;$WORK/b1403=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid AEzX6ANdFO7P9xD_07YP/AEzX6ANdFO7P9xD_07YP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/helpers.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/internal/apiv2/version.go
2025-08-20T21:11:40.0568313Z [00:03:07.015]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T21:11:40.0580125Z [00:03:07.016]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/8a/8adb5bbdd50727668e99480caa85c139b2e525bb148ae1a8f1d67168571d6e20-d # internal
2025-08-20T21:11:40.0580819Z [00:03:07.016]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T21:11:40.0581168Z [00:03:07.016]➜  mkdir -p $WORK/b1444/
2025-08-20T21:11:40.0588682Z [00:03:07.017]➜  cat >/tmp/go-build2720400589/b1444/importcfg << 'EOF' # internal
2025-08-20T21:11:40.0589121Z [00:03:07.017]➜  # import config
2025-08-20T21:11:40.0589865Z [00:03:07.017]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:40.0590659Z [00:03:07.017]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:40.0591293Z [00:03:07.017]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:40.0591790Z [00:03:07.017]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:40.0592114Z [00:03:07.017]➜  EOF
2025-08-20T21:11:40.0594400Z [00:03:07.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_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/b1444=>" -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/b1444/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/wrapperspb/wrappers.pb.go
2025-08-20T21:11:40.1542309Z [00:03:07.112]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T21:11:40.1565773Z [00:03:07.114]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/35/353d6fdc9a0bea4f950c46f8e162d3f7b5e5647737299da5edf679d0b586dc1c-d # internal
2025-08-20T21:11:40.1574072Z [00:03:07.115]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T21:11:40.1597832Z [00:03:07.118]➜  mkdir -p $WORK/b1436/
2025-08-20T21:11:40.1605557Z [00:03:07.118]➜  cat >/tmp/go-build2720400589/b1436/importcfg << 'EOF' # internal
2025-08-20T21:11:40.1606004Z [00:03:07.118]➜  # import config
2025-08-20T21:11:40.1606366Z [00:03:07.118]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:40.1606938Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2720400589/b1215/_pkg_.a
2025-08-20T21:11:40.1607675Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2720400589/b1214/_pkg_.a
2025-08-20T21:11:40.1608469Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2720400589/b1437/_pkg_.a
2025-08-20T21:11:40.1609549Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2720400589/b1438/_pkg_.a
2025-08-20T21:11:40.1610285Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2720400589/b1439/_pkg_.a
2025-08-20T21:11:40.1611046Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2720400589/b1440/_pkg_.a
2025-08-20T21:11:40.1611801Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:40.1612570Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build2720400589/b1442/_pkg_.a
2025-08-20T21:11:40.1613351Z [00:03:07.118]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build2720400589/b1443/_pkg_.a
2025-08-20T21:11:40.1614000Z [00:03:07.118]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:40.1614753Z [00:03:07.118]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:40.1615345Z [00:03:07.118]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:40.1616004Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:40.1616717Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:40.1617436Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:40.1618160Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:11:40.1619038Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2720400589/b1317/_pkg_.a
2025-08-20T21:11:40.1619867Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:40.1620695Z [00:03:07.118]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:40.1621342Z [00:03:07.118]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:40.1621773Z [00:03:07.118]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:40.1622083Z [00:03:07.118]➜  EOF
2025-08-20T21:11:40.1630946Z [00:03:07.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_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/b1436=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid uPEY0EfhGDeZ62RH_Fc_/uPEY0EfhGDeZ62RH_Fc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/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-20T21:11:40.5189629Z [00:03:07.477]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T21:11:40.5272186Z [00:03:07.485]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/98/9837852daf166f8cda3e5201571b342dc3052a41e777a9719edfa39fbe21ead7-d # internal
2025-08-20T21:11:40.5280928Z [00:03:07.486]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T21:11:40.5281996Z [00:03:07.486]➜  mkdir -p $WORK/b1447/
2025-08-20T21:11:40.5310604Z [00:03:07.489]➜  cat >/tmp/go-build2720400589/b1447/importcfg << 'EOF' # internal
2025-08-20T21:11:40.5311070Z [00:03:07.489]➜  # import config
2025-08-20T21:11:40.5311523Z [00:03:07.489]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:40.5311930Z [00:03:07.489]➜  EOF
2025-08-20T21:11:40.5316451Z [00:03:07.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_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/b1447=>" -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/b1447/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-20T21:11:40.8249827Z [00:03:07.783]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T21:11:40.8363519Z [00:03:07.794]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/89/89010333078ee9121417cf9fd2ceb8907ebf9745ff895d936293a5ffb42caa95-d # internal
2025-08-20T21:11:40.8364680Z [00:03:07.794]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T21:11:40.8367543Z [00:03:07.794]➜  mkdir -p $WORK/b1446/
2025-08-20T21:11:40.8369773Z [00:03:07.795]➜  cat >/tmp/go-build2720400589/b1446/importcfg << 'EOF' # internal
2025-08-20T21:11:40.8370521Z [00:03:07.795]➜  # import config
2025-08-20T21:11:40.8371440Z [00:03:07.795]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2720400589/b1447/_pkg_.a
2025-08-20T21:11:40.8372959Z [00:03:07.795]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2720400589/b1440/_pkg_.a
2025-08-20T21:11:40.8373618Z [00:03:07.795]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:40.8373946Z [00:03:07.795]➜  EOF
2025-08-20T21:11:40.8376941Z [00:03:07.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_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/b1446=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.22 -complete -installsuffix shared -buildid bQx00hxaccpWm7Rv3FxJ/bQx00hxaccpWm7Rv3FxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.51.0/resourcemapping.go
2025-08-20T21:11:40.9266931Z [00:03:07.884]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T21:11:40.9297283Z [00:03:07.887]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/9d/9d30ae8b0361308bcce2d77803851c1f5676b91e1a602cbf9f01363a23e9d04a-d # internal
2025-08-20T21:11:40.9298071Z [00:03:07.887]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T21:11:40.9298564Z [00:03:07.887]➜  mkdir -p $WORK/b1448/
2025-08-20T21:11:40.9299111Z [00:03:07.887]➜  cat >/tmp/go-build2720400589/b1448/importcfg << 'EOF' # internal
2025-08-20T21:11:40.9299602Z [00:03:07.887]➜  # import config
2025-08-20T21:11:40.9300136Z [00:03:07.887]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:40.9300766Z [00:03:07.887]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:40.9301329Z [00:03:07.887]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:40.9301958Z [00:03:07.888]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2720400589/b1282/_pkg_.a
2025-08-20T21:11:40.9302566Z [00:03:07.888]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:40.9303084Z [00:03:07.888]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:40.9303535Z [00:03:07.888]➜  EOF
2025-08-20T21:11:40.9306040Z [00:03:07.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/gzip=>google.golang.org/grpc@v1.72.0/encoding/gzip;$WORK/b1448=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid VjC9O-Fmkr9qXcn2h2Kj/VjC9O-Fmkr9qXcn2h2Kj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/encoding/gzip/gzip.go
2025-08-20T21:11:40.9698327Z [00:03:07.927]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T21:11:40.9715930Z [00:03:07.929]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/3b/3bf062d6a35f5525c32e3ef91980f48ecefb180bb5fc99be6d422ceed0200e78-d # internal
2025-08-20T21:11:40.9728856Z [00:03:07.931]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T21:11:40.9732887Z [00:03:07.931]➜  mkdir -p $WORK/b1450/
2025-08-20T21:11:40.9744968Z [00:03:07.932]➜  cat >/tmp/go-build2720400589/b1450/importcfg << 'EOF' # internal
2025-08-20T21:11:40.9745902Z [00:03:07.932]➜  # import config
2025-08-20T21:11:40.9746773Z [00:03:07.932]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:40.9749603Z [00:03:07.932]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:40.9750625Z [00:03:07.932]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:40.9751502Z [00:03:07.932]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:40.9753264Z [00:03:07.932]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:40.9753949Z [00:03:07.932]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:40.9754472Z [00:03:07.932]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:40.9754840Z [00:03:07.932]➜  EOF
2025-08-20T21:11:40.9759551Z [00:03:07.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1450/_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/b1450=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid R0ZWagB7tljtNM1q5pva/R0ZWagB7tljtNM1q5pva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/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-20T21:11:41.0943437Z [00:03:08.052]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T21:11:41.0967937Z [00:03:08.054]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/81/813ec3fd6f401742bbee81dedbaadaf4bdab0aff8574fd54bfc3658271bdfe3d-d # internal
2025-08-20T21:11:41.0984124Z [00:03:08.056]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T21:11:41.0987247Z [00:03:08.056]➜  mkdir -p $WORK/b1449/
2025-08-20T21:11:41.1006256Z [00:03:08.059]➜  cat >/tmp/go-build2720400589/b1449/importcfg << 'EOF' # internal
2025-08-20T21:11:41.1010826Z [00:03:08.059]➜  # import config
2025-08-20T21:11:41.1013766Z [00:03:08.059]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:11:41.1014509Z [00:03:08.059]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:41.1015020Z [00:03:08.059]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:41.1015441Z [00:03:08.059]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:41.1016390Z [00:03:08.059]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build2720400589/b1450/_pkg_.a
2025-08-20T21:11:41.1017240Z [00:03:08.059]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:41.1017980Z [00:03:08.059]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:11:41.1018688Z [00:03:08.059]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:11:41.1019212Z [00:03:08.059]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:41.1019625Z [00:03:08.059]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:41.1020051Z [00:03:08.059]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:41.1020376Z [00:03:08.059]➜  EOF
2025-08-20T21:11:41.1024076Z [00:03:08.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1449/_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/b1449=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid seNvYBHWsZCtEaoLgL-W/seNvYBHWsZCtEaoLgL-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/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-20T21:11:41.2690653Z [00:03:08.227]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T21:11:41.2717528Z [00:03:08.229]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/80/806f78a1c63763c47051e29d09d575bfcf99599dc322cf299cbd9e16a787a25c-d # internal
2025-08-20T21:11:41.2732311Z [00:03:08.231]➜  google.golang.org/api/internal/gensupport
2025-08-20T21:11:41.2735282Z [00:03:08.231]➜  mkdir -p $WORK/b1452/
2025-08-20T21:11:41.2753015Z [00:03:08.233]➜  cat >/tmp/go-build2720400589/b1452/importcfg << 'EOF' # internal
2025-08-20T21:11:41.2753872Z [00:03:08.233]➜  # import config
2025-08-20T21:11:41.2756584Z [00:03:08.233]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:41.2757241Z [00:03:08.233]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:41.2765268Z [00:03:08.233]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:41.2765752Z [00:03:08.233]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:41.2766173Z [00:03:08.233]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:41.2766649Z [00:03:08.233]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:11:41.2767250Z [00:03:08.233]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:41.2767889Z [00:03:08.233]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2720400589/b1319/_pkg_.a
2025-08-20T21:11:41.2768549Z [00:03:08.233]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2720400589/b1325/_pkg_.a
2025-08-20T21:11:41.2769168Z [00:03:08.233]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:41.2769765Z [00:03:08.233]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:41.2770251Z [00:03:08.233]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:41.2770654Z [00:03:08.233]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:41.2771062Z [00:03:08.233]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:41.2771508Z [00:03:08.233]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:11:41.2772192Z [00:03:08.233]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:41.2772692Z [00:03:08.233]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:41.2773248Z [00:03:08.233]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:41.2773757Z [00:03:08.233]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:41.2774190Z [00:03:08.233]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:41.2774798Z [00:03:08.233]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:41.2775230Z [00:03:08.233]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:41.2775649Z [00:03:08.233]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:41.2776059Z [00:03:08.233]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:41.2799993Z [00:03:08.233]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:41.2800499Z [00:03:08.233]➜  EOF
2025-08-20T21:11:41.2805933Z [00:03:08.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1452/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport=>google.golang.org/api@v0.230.0/internal/gensupport;$WORK/b1452=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid RfIIjMhC2EqbKwR49eT1/RfIIjMhC2EqbKwR49eT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/internal/gensupport/version.go
2025-08-20T21:11:41.4664585Z [00:03:08.424]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T21:11:41.4683761Z [00:03:08.426]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/1d/1dde2438cc208f9522bcb2a1a549b315946509e6a87986d0e9688aade84d10f2-d # internal
2025-08-20T21:11:41.4698936Z [00:03:08.428]➜  github.com/felixge/httpsnoop
2025-08-20T21:11:41.4699650Z [00:03:08.428]➜  mkdir -p $WORK/b1456/
2025-08-20T21:11:41.4704198Z [00:03:08.428]➜  cat >/tmp/go-build2720400589/b1456/importcfg << 'EOF' # internal
2025-08-20T21:11:41.4705165Z [00:03:08.428]➜  # import config
2025-08-20T21:11:41.4707662Z [00:03:08.428]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:41.4708408Z [00:03:08.428]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:41.4714636Z [00:03:08.428]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:41.4715115Z [00:03:08.428]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:41.4715563Z [00:03:08.428]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:41.4715884Z [00:03:08.428]➜  EOF
2025-08-20T21:11:41.4718511Z [00:03:08.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b1456=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid s1BQsSSzaIpa2BlGQdoH/s1BQsSSzaIpa2BlGQdoH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/capture_metrics.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/docs.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/wrap_generated_gteq_1.8.go
2025-08-20T21:11:41.5200423Z [00:03:08.478]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T21:11:41.5519269Z [00:03:08.510]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/dd/ddfdc5dbbef6c5e3fb737da1fd8e9e38699062b148a5515ede077c2da5b19325-d # internal
2025-08-20T21:11:41.5551302Z [00:03:08.513]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T21:11:41.5553952Z [00:03:08.513]➜  mkdir -p $WORK/b1435/
2025-08-20T21:11:41.5557436Z [00:03:08.514]➜  cat >/tmp/go-build2720400589/b1435/importcfg << 'EOF' # internal
2025-08-20T21:11:41.5557801Z [00:03:08.514]➜  # import config
2025-08-20T21:11:41.5560945Z [00:03:08.514]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2720400589/b1436/_pkg_.a
2025-08-20T21:11:41.5561721Z [00:03:08.514]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build2720400589/b1445/_pkg_.a
2025-08-20T21:11:41.5562282Z [00:03:08.514]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:41.5563022Z [00:03:08.514]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:41.5563552Z [00:03:08.514]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:41.5564230Z [00:03:08.514]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2720400589/b1407/_pkg_.a
2025-08-20T21:11:41.5565268Z [00:03:08.514]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2720400589/b1408/_pkg_.a
2025-08-20T21:11:41.5565895Z [00:03:08.514]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2720400589/b1409/_pkg_.a
2025-08-20T21:11:41.5566475Z [00:03:08.514]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:41.5567113Z [00:03:08.514]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:11:41.5567777Z [00:03:08.514]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2720400589/b1411/_pkg_.a
2025-08-20T21:11:41.5568468Z [00:03:08.514]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2720400589/b1439/_pkg_.a
2025-08-20T21:11:41.5569229Z [00:03:08.514]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2720400589/b1440/_pkg_.a
2025-08-20T21:11:41.5569882Z [00:03:08.514]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:41.5570432Z [00:03:08.514]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:41.5571019Z [00:03:08.514]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:41.5571518Z [00:03:08.514]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:11:41.5571936Z [00:03:08.514]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:41.5572364Z [00:03:08.514]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:41.5572793Z [00:03:08.514]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:41.5573209Z [00:03:08.514]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:41.5573525Z [00:03:08.514]➜  EOF
2025-08-20T21:11:41.5581405Z [00:03:08.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_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/b1435=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid isSAeqE2lLlsHzwSjgng/isSAeqE2lLlsHzwSjgng -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/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-20T21:11:41.7022086Z [00:03:08.660]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T21:11:41.7084158Z [00:03:08.666]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/14/14eb452ab759c01ad45dad1a5f25012723996cb85791952e36c54c747964dfeb-d # internal
2025-08-20T21:11:41.7096590Z [00:03:08.666]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T21:11:41.7097060Z [00:03:08.666]➜  mkdir -p $WORK/b1457/
2025-08-20T21:11:41.7097461Z [00:03:08.667]➜  cat >/tmp/go-build2720400589/b1457/importcfg << 'EOF' # internal
2025-08-20T21:11:41.7097810Z [00:03:08.667]➜  # import config
2025-08-20T21:11:41.7098399Z [00:03:08.667]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:41.7098826Z [00:03:08.667]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:41.7099249Z [00:03:08.667]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:41.7099560Z [00:03:08.667]➜  EOF
2025-08-20T21:11:41.7103154Z [00:03:08.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1457/_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/b1457=>" -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/b1457/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-20T21:11:41.7613649Z [00:03:08.719]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T21:11:41.7620798Z [00:03:08.720]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/0f/0f2c425af6915330dc6e7d92e38f111230f01a025b0fd5cd64fcd766973424fe-d # internal
2025-08-20T21:11:41.7625028Z [00:03:08.720]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:11:41.7625399Z [00:03:08.720]➜  mkdir -p $WORK/b1460/
2025-08-20T21:11:41.7628769Z [00:03:08.721]➜  cat >/tmp/go-build2720400589/b1460/importcfg << 'EOF' # internal
2025-08-20T21:11:41.7630163Z [00:03:08.721]➜  # import config
2025-08-20T21:11:41.7630845Z [00:03:08.721]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:41.7631657Z [00:03:08.721]➜  EOF
2025-08-20T21:11:41.7636235Z [00:03:08.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1460/_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/b1460=>" -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/b1460/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-20T21:11:41.9437947Z [00:03:08.901]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T21:11:41.9439565Z [00:03:08.902]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/95/95fc9a28fda5fcde0d946e1697d6033441610672dbda0a2d7e8d707592f6a227-d # internal
2025-08-20T21:11:41.9442854Z [00:03:08.902]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:11:41.9444359Z [00:03:08.902]➜  mkdir -p $WORK/b1459/
2025-08-20T21:11:41.9448839Z [00:03:08.903]➜  cat >/tmp/go-build2720400589/b1459/importcfg << 'EOF' # internal
2025-08-20T21:11:41.9449721Z [00:03:08.903]➜  # import config
2025-08-20T21:11:41.9450158Z [00:03:08.903]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:41.9451275Z [00:03:08.903]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:41.9452056Z [00:03:08.903]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:41.9452993Z [00:03:08.903]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2720400589/b1460/_pkg_.a
2025-08-20T21:11:41.9454590Z [00:03:08.903]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:41.9455040Z [00:03:08.903]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:41.9455475Z [00:03:08.903]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:41.9455905Z [00:03:08.903]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:41.9456235Z [00:03:08.903]➜  EOF
2025-08-20T21:11:41.9459898Z [00:03:08.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1459/_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/b1459=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.22 -complete -installsuffix shared -buildid ClQCS1w4K0elXKgr7rPc/ClQCS1w4K0elXKgr7rPc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/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-20T21:11:42.0063680Z [00:03:08.964]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T21:11:42.0078638Z [00:03:08.965]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/5f/5f6a651f7ec99064429cd2aa7e5b81715859390141edec252ee4052f3f4f7f40-d # internal
2025-08-20T21:11:42.0085686Z [00:03:08.966]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:11:42.0087346Z [00:03:08.966]➜  mkdir -p $WORK/b1458/
2025-08-20T21:11:42.0090013Z [00:03:08.967]➜  cat >/tmp/go-build2720400589/b1458/importcfg << 'EOF' # internal
2025-08-20T21:11:42.0090821Z [00:03:08.967]➜  # import config
2025-08-20T21:11:42.0091451Z [00:03:08.967]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.0092064Z [00:03:08.967]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.0092906Z [00:03:08.967]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.0094466Z [00:03:08.967]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build2720400589/b1459/_pkg_.a
2025-08-20T21:11:42.0095637Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:42.0096583Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:42.0097754Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:42.0098869Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:42.0099717Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2720400589/b1334/_pkg_.a
2025-08-20T21:11:42.0100778Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2720400589/b1460/_pkg_.a
2025-08-20T21:11:42.0101826Z [00:03:08.967]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:11:42.0102543Z [00:03:08.967]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:42.0103320Z [00:03:08.967]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:42.0104157Z [00:03:08.967]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.0104977Z [00:03:08.967]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:42.0106154Z [00:03:08.967]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:42.0107066Z [00:03:08.967]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:42.0107745Z [00:03:08.967]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:42.0108337Z [00:03:08.967]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.0109179Z [00:03:08.967]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.0109699Z [00:03:08.967]➜  EOF
2025-08-20T21:11:42.0114442Z [00:03:08.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1458/_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/b1458=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.22 -complete -installsuffix shared -buildid 563FxgSXsvssyMNtA9kr/563FxgSXsvssyMNtA9kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/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-20T21:11:42.1802099Z [00:03:09.138]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T21:11:42.1880345Z [00:03:09.146]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T21:11:42.1928118Z [00:03:09.151]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/76/762357128e1844459ffb060089a644f163d7c5f771a4c15f3c4e2b21de05d4ce-d # internal
2025-08-20T21:11:42.1938209Z [00:03:09.152]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:11:42.1938929Z [00:03:09.152]➜  mkdir -p $WORK/b1455/
2025-08-20T21:11:42.1941047Z [00:03:09.152]➜  cat >/tmp/go-build2720400589/b1455/importcfg << 'EOF' # internal
2025-08-20T21:11:42.1941428Z [00:03:09.152]➜  # import config
2025-08-20T21:11:42.1941777Z [00:03:09.152]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.1942303Z [00:03:09.152]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build2720400589/b1456/_pkg_.a
2025-08-20T21:11:42.1943368Z [00:03:09.152]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build2720400589/b1457/_pkg_.a
2025-08-20T21:11:42.1944585Z [00:03:09.152]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build2720400589/b1458/_pkg_.a
2025-08-20T21:11:42.1945392Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:42.1946007Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:42.1946608Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:42.1947193Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:42.1947806Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:42.1948416Z [00:03:09.152]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:42.1949111Z [00:03:09.152]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:42.1949541Z [00:03:09.152]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.1950024Z [00:03:09.152]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:42.1950493Z [00:03:09.152]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:42.1951094Z [00:03:09.152]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.1951516Z [00:03:09.152]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.1951950Z [00:03:09.152]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:42.1952385Z [00:03:09.152]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.1952694Z [00:03:09.152]➜  EOF
2025-08-20T21:11:42.1958334Z [00:03:09.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1455/_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/b1455=>" -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/b1455/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-20T21:11:42.2005329Z [00:03:09.158]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/ab/ababc1ff8e24a0b35f75071809e67b8f5938a255df7afd8b63879c0319e5b0d8-d # internal
2025-08-20T21:11:42.2034409Z [00:03:09.158]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T21:11:42.2034918Z [00:03:09.158]➜  mkdir -p $WORK/b1434/
2025-08-20T21:11:42.2035302Z [00:03:09.159]➜  cat >/tmp/go-build2720400589/b1434/importcfg << 'EOF' # internal
2025-08-20T21:11:42.2035656Z [00:03:09.159]➜  # import config
2025-08-20T21:11:42.2035993Z [00:03:09.159]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:42.2036783Z [00:03:09.159]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build2720400589/b1435/_pkg_.a
2025-08-20T21:11:42.2037576Z [00:03:09.159]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2720400589/b1436/_pkg_.a
2025-08-20T21:11:42.2038170Z [00:03:09.159]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.2038623Z [00:03:09.159]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:42.2039067Z [00:03:09.159]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.2039480Z [00:03:09.159]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.2040220Z [00:03:09.159]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build2720400589/b1446/_pkg_.a
2025-08-20T21:11:42.2041014Z [00:03:09.159]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:42.2041583Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:11:42.2042350Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:42.2043012Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2720400589/b1335/_pkg_.a
2025-08-20T21:11:42.2043665Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2720400589/b1333/_pkg_.a
2025-08-20T21:11:42.2044621Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2720400589/b1339/_pkg_.a
2025-08-20T21:11:42.2045351Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:11:42.2046001Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2720400589/b1447/_pkg_.a
2025-08-20T21:11:42.2046612Z [00:03:09.159]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:42.2047191Z [00:03:09.159]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:42.2047797Z [00:03:09.159]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:42.2048487Z [00:03:09.159]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2720400589/b1437/_pkg_.a
2025-08-20T21:11:42.2049234Z [00:03:09.159]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2720400589/b1438/_pkg_.a
2025-08-20T21:11:42.2049963Z [00:03:09.159]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2720400589/b1439/_pkg_.a
2025-08-20T21:11:42.2050714Z [00:03:09.159]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2720400589/b1440/_pkg_.a
2025-08-20T21:11:42.2051361Z [00:03:09.159]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:42.2051945Z [00:03:09.159]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build2720400589/b1448/_pkg_.a
2025-08-20T21:11:42.2052560Z [00:03:09.159]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:42.2053333Z [00:03:09.159]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:42.2054131Z [00:03:09.159]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:42.2056893Z [00:03:09.159]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:42.2057389Z [00:03:09.159]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:42.2057823Z [00:03:09.159]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:42.2058242Z [00:03:09.159]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:42.2058657Z [00:03:09.159]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.2059069Z [00:03:09.159]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.2059632Z [00:03:09.159]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.2060156Z [00:03:09.159]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:42.2060481Z [00:03:09.159]➜  EOF
2025-08-20T21:11:42.2065332Z [00:03:09.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1434/_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/b1434=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.22 -complete -installsuffix shared -buildid rtHX_iHHM2WvZq6z0yBd/rtHX_iHHM2WvZq6z0yBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/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-20T21:11:42.3321373Z [00:03:09.290]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T21:11:42.3353663Z [00:03:09.293]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/3a/3a7d334aa9f1fb252a76c70c6fcf14dc95ec916a25dfe9fc1b673f09b27d8fc1-d # internal
2025-08-20T21:11:42.3356994Z [00:03:09.293]➜  cloud.google.com/go/auth/httptransport
2025-08-20T21:11:42.3368723Z [00:03:09.295]➜  mkdir -p $WORK/b1454/
2025-08-20T21:11:42.3373700Z [00:03:09.295]➜  cat >/tmp/go-build2720400589/b1454/importcfg << 'EOF' # internal
2025-08-20T21:11:42.3380099Z [00:03:09.295]➜  # import config
2025-08-20T21:11:42.3380593Z [00:03:09.295]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:42.3381206Z [00:03:09.295]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:42.3381830Z [00:03:09.295]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:11:42.3382490Z [00:03:09.295]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2720400589/b1414/_pkg_.a
2025-08-20T21:11:42.3383197Z [00:03:09.295]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2720400589/b1366/_pkg_.a
2025-08-20T21:11:42.3383763Z [00:03:09.295]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.3384347Z [00:03:09.295]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:42.3384854Z [00:03:09.295]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.3385279Z [00:03:09.295]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.3386076Z [00:03:09.295]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:42.3386916Z [00:03:09.295]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2720400589/b1455/_pkg_.a
2025-08-20T21:11:42.3387591Z [00:03:09.295]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:11:42.3388073Z [00:03:09.295]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:42.3388494Z [00:03:09.295]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:42.3388912Z [00:03:09.295]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.3389328Z [00:03:09.295]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:42.3389855Z [00:03:09.295]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.3390222Z [00:03:09.295]➜  EOF
2025-08-20T21:11:42.3407558Z [00:03:09.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1454/_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/b1454=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid y_8KbjB6Awb5mPXl-M8X/y_8KbjB6Awb5mPXl-M8X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/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-20T21:11:42.4455305Z [00:03:09.403]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T21:11:42.4489204Z [00:03:09.407]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/62/620c8ba51be0370729ce7838b731eb09244afd917b68eefbc847c126d9fb3994-d # internal
2025-08-20T21:11:42.4490975Z [00:03:09.407]➜  google.golang.org/api/googleapi/transport
2025-08-20T21:11:42.4491666Z [00:03:09.407]➜  mkdir -p $WORK/b1461/
2025-08-20T21:11:42.4495033Z [00:03:09.407]➜  cat >/tmp/go-build2720400589/b1461/importcfg << 'EOF' # internal
2025-08-20T21:11:42.4495415Z [00:03:09.407]➜  # import config
2025-08-20T21:11:42.4495763Z [00:03:09.407]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.4496459Z [00:03:09.407]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.4496781Z [00:03:09.407]➜  EOF
2025-08-20T21:11:42.4499328Z [00:03:09.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1461/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi/transport=>google.golang.org/api@v0.230.0/googleapi/transport;$WORK/b1461=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid uAdIlSMKnHvuQZ2lNGq9/uAdIlSMKnHvuQZ2lNGq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/googleapi/transport/apikey.go
2025-08-20T21:11:42.4587713Z [00:03:09.417]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T21:11:42.4600156Z [00:03:09.418]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/11/114b542380786a48dde0a662a9fa1c1a33c6167456c727c19da5a43f46ef613b-d # internal
2025-08-20T21:11:42.4601242Z [00:03:09.418]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T21:11:42.4602163Z [00:03:09.418]➜  mkdir -p $WORK/b1465/
2025-08-20T21:11:42.4607021Z [00:03:09.419]➜  cat >/tmp/go-build2720400589/b1465/importcfg << 'EOF' # internal
2025-08-20T21:11:42.4607395Z [00:03:09.419]➜  # import config
2025-08-20T21:11:42.4607762Z [00:03:09.419]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:42.4608200Z [00:03:09.419]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.4608611Z [00:03:09.419]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.4608932Z [00:03:09.419]➜  EOF
2025-08-20T21:11:42.4611739Z [00:03:09.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/adaptive=>google.golang.org/grpc@v1.72.0/balancer/rls/internal/adaptive;$WORK/b1465=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.23 -complete -installsuffix shared -buildid HoyDdro3eC1eU0AbFMha/HoyDdro3eC1eU0AbFMha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/adaptive/adaptive.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/adaptive/lookback.go
2025-08-20T21:11:42.4654403Z [00:03:09.423]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T21:11:42.4662522Z [00:03:09.424]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/f7/f7594dd14f48e2582b860148b04ccac00dda4ae95eec75538de8153a1d4fbd2b-d # internal
2025-08-20T21:11:42.4664837Z [00:03:09.424]➜  google.golang.org/api/transport/http
2025-08-20T21:11:42.4665271Z [00:03:09.424]➜  mkdir -p $WORK/b1453/
2025-08-20T21:11:42.4669515Z [00:03:09.425]➜  cat >/tmp/go-build2720400589/b1453/importcfg << 'EOF' # internal
2025-08-20T21:11:42.4669893Z [00:03:09.425]➜  # import config
2025-08-20T21:11:42.4671558Z [00:03:09.425]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:11:42.4672245Z [00:03:09.425]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:11:42.4672889Z [00:03:09.425]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build2720400589/b1454/_pkg_.a
2025-08-20T21:11:42.4673526Z [00:03:09.425]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2720400589/b1372/_pkg_.a
2025-08-20T21:11:42.4674050Z [00:03:09.425]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.4674662Z [00:03:09.425]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:42.4675115Z [00:03:09.425]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.4676018Z [00:03:09.425]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2720400589/b1455/_pkg_.a
2025-08-20T21:11:42.4676689Z [00:03:09.425]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:11:42.4677212Z [00:03:09.425]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:11:42.4677993Z [00:03:09.425]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build2720400589/b1461/_pkg_.a
2025-08-20T21:11:42.4678623Z [00:03:09.425]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:42.4679226Z [00:03:09.425]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2720400589/b1401/_pkg_.a
2025-08-20T21:11:42.4679822Z [00:03:09.425]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:42.4680309Z [00:03:09.425]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:42.4680737Z [00:03:09.425]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.4681158Z [00:03:09.425]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.4681464Z [00:03:09.425]➜  EOF
2025-08-20T21:11:42.4683381Z [00:03:09.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1453/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/http=>google.golang.org/api@v0.230.0/transport/http;$WORK/b1453=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid wS7jwSjuVIo2JzWV7Cry/wS7jwSjuVIo2JzWV7Cry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/http/dial.go
2025-08-20T21:11:42.4960579Z [00:03:09.454]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T21:11:42.4968772Z [00:03:09.454]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/aa/aa6695583182d04602ff78d46e8554f0792330c9a938242b9743658370a32582-d # internal
2025-08-20T21:11:42.4969425Z [00:03:09.454]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T21:11:42.4970014Z [00:03:09.454]➜  mkdir -p $WORK/b1467/
2025-08-20T21:11:42.4970479Z [00:03:09.454]➜  cat >/tmp/go-build2720400589/b1467/importcfg << 'EOF' # internal
2025-08-20T21:11:42.4970842Z [00:03:09.454]➜  # import config
2025-08-20T21:11:42.4971180Z [00:03:09.454]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.4971670Z [00:03:09.454]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:42.4972229Z [00:03:09.454]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:42.4972801Z [00:03:09.454]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:42.4973570Z [00:03:09.454]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:42.4974482Z [00:03:09.454]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:42.4975245Z [00:03:09.454]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:42.4975963Z [00:03:09.454]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:42.4976542Z [00:03:09.454]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:42.4976963Z [00:03:09.454]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.4977271Z [00:03:09.454]➜  EOF
2025-08-20T21:11:42.4980076Z [00:03:09.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1467/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proto/grpc_lookup_v1=>google.golang.org/grpc@v1.72.0/internal/proto/grpc_lookup_v1;$WORK/b1467=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid MtUXc6j7TF7Bla15yl42/MtUXc6j7TF7Bla15yl42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proto/grpc_lookup_v1/rls.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proto/grpc_lookup_v1/rls_config.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/proto/grpc_lookup_v1/rls_grpc.pb.go
2025-08-20T21:11:42.5439175Z [00:03:09.502]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T21:11:42.5459094Z [00:03:09.504]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/70/7085331f27fc2275650de6bff5fed072f8afc7ba504f83f65665a547dae887c3-d # internal
2025-08-20T21:11:42.5464098Z [00:03:09.504]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T21:11:42.5464610Z [00:03:09.504]➜  mkdir -p $WORK/b1451/
2025-08-20T21:11:42.5471892Z [00:03:09.504]➜  cat >/tmp/go-build2720400589/b1451/importcfg << 'EOF' # internal
2025-08-20T21:11:42.5472284Z [00:03:09.504]➜  # import config
2025-08-20T21:11:42.5472637Z [00:03:09.504]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:42.5473072Z [00:03:09.504]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.5473526Z [00:03:09.504]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:42.5473976Z [00:03:09.504]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.5474525Z [00:03:09.504]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.5475109Z [00:03:09.504]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:42.5475757Z [00:03:09.504]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:42.5476345Z [00:03:09.504]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:42.5476986Z [00:03:09.504]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2720400589/b1452/_pkg_.a
2025-08-20T21:11:42.5477613Z [00:03:09.504]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:42.5478482Z [00:03:09.504]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:11:42.5479210Z [00:03:09.504]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:11:42.5479721Z [00:03:09.504]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:42.5480139Z [00:03:09.504]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:42.5480573Z [00:03:09.504]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.5480999Z [00:03:09.504]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:42.5481424Z [00:03:09.504]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:42.5482048Z [00:03:09.504]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.5482429Z [00:03:09.504]➜  EOF
2025-08-20T21:11:42.5485842Z [00:03:09.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/iamcredentials/v1=>google.golang.org/api@v0.230.0/iamcredentials/v1;$WORK/b1451=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid VOXnsj5ZfyWiyoC9fRcz/VOXnsj5ZfyWiyoC9fRcz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T21:11:42.6482748Z [00:03:09.606]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T21:11:42.6540461Z [00:03:09.612]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/1a/1ad97a2135fee2d08b32979bad0b29f488caad94faabad184d65fd9f2436accd-d # internal
2025-08-20T21:11:42.6544976Z [00:03:09.612]➜  google.golang.org/api/storage/v1
2025-08-20T21:11:42.6559342Z [00:03:09.614]➜  mkdir -p $WORK/b1462/
2025-08-20T21:11:42.6562607Z [00:03:09.614]➜  cat >/tmp/go-build2720400589/b1462/importcfg << 'EOF' # internal
2025-08-20T21:11:42.6563587Z [00:03:09.614]➜  # import config
2025-08-20T21:11:42.6564491Z [00:03:09.614]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:42.6565632Z [00:03:09.614]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.6566994Z [00:03:09.614]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:42.6567531Z [00:03:09.614]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.6567955Z [00:03:09.614]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.6568465Z [00:03:09.614]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:11:42.6569133Z [00:03:09.614]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:11:42.6569775Z [00:03:09.614]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:11:42.6570370Z [00:03:09.614]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:42.6571136Z [00:03:09.614]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2720400589/b1452/_pkg_.a
2025-08-20T21:11:42.6571768Z [00:03:09.614]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:42.6572402Z [00:03:09.614]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:11:42.6573060Z [00:03:09.614]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:11:42.6573564Z [00:03:09.614]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:42.6573979Z [00:03:09.614]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:11:42.6584688Z [00:03:09.614]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.6585355Z [00:03:09.614]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:42.6585998Z [00:03:09.614]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:42.6586477Z [00:03:09.614]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.6586803Z [00:03:09.614]➜  EOF
2025-08-20T21:11:42.6588664Z [00:03:09.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1462/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/storage/v1=>google.golang.org/api@v0.230.0/storage/v1;$WORK/b1462=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid uKrgDz4boLp52SNqqyRf/uKrgDz4boLp52SNqqyRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/storage/v1/storage-gen.go
2025-08-20T21:11:42.6658034Z [00:03:09.624]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T21:11:42.6689885Z [00:03:09.627]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/30/30de8e6d215d3d361b6efc4b07e5d1f35150efeb2d8b91cf7c033a2a95b0e0df-d # internal
2025-08-20T21:11:42.6714472Z [00:03:09.629]➜  google.golang.org/api/transport
2025-08-20T21:11:42.6714874Z [00:03:09.629]➜  mkdir -p $WORK/b1463/
2025-08-20T21:11:42.6760031Z [00:03:09.634]➜  cat >/tmp/go-build2720400589/b1463/importcfg << 'EOF' # internal
2025-08-20T21:11:42.6760477Z [00:03:09.634]➜  # import config
2025-08-20T21:11:42.6760827Z [00:03:09.634]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.6761337Z [00:03:09.634]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:11:42.6761913Z [00:03:09.634]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:11:42.6762492Z [00:03:09.634]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:11:42.6763116Z [00:03:09.634]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2720400589/b1411/_pkg_.a
2025-08-20T21:11:42.6764074Z [00:03:09.634]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:11:42.6764776Z [00:03:09.634]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:42.6765458Z [00:03:09.634]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:42.6765784Z [00:03:09.634]➜  EOF
2025-08-20T21:11:42.6767824Z [00:03:09.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/transport=>google.golang.org/api@v0.230.0/transport;$WORK/b1463=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid 88O6NY0-JNJZ1__YSszI/88O6NY0-JNJZ1__YSszI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.230.0/transport/doc.go
2025-08-20T21:11:42.7699997Z [00:03:09.728]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T21:11:42.7741473Z [00:03:09.732]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/b4/b42ea97fd80eff33ebc1184f58b734ccd74e3c6e2750b4df8d8d787cfd54f7a5-d # internal
2025-08-20T21:11:42.7745031Z [00:03:09.732]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T21:11:42.7745627Z [00:03:09.732]➜  mkdir -p $WORK/b1466/
2025-08-20T21:11:42.7747793Z [00:03:09.733]➜  cat >/tmp/go-build2720400589/b1466/importcfg << 'EOF' # internal
2025-08-20T21:11:42.7748186Z [00:03:09.733]➜  # import config
2025-08-20T21:11:42.7748530Z [00:03:09.733]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.7748946Z [00:03:09.733]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.7749557Z [00:03:09.733]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2720400589/b1467/_pkg_.a
2025-08-20T21:11:42.7750241Z [00:03:09.733]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:42.7750979Z [00:03:09.733]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:42.7751470Z [00:03:09.733]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.7751786Z [00:03:09.733]➜  EOF
2025-08-20T21:11:42.7753922Z [00:03:09.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1466/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/keys=>google.golang.org/grpc@v1.72.0/balancer/rls/internal/keys;$WORK/b1466=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid f2G-Um7q05HtXhJC9jhc/f2G-Um7q05HtXhJC9jhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/internal/keys/builder.go
2025-08-20T21:11:42.8378017Z [00:03:09.796]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T21:11:42.8388353Z [00:03:09.797]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/9e/9ec548cb5ed602ee65fb560831ec90c4e4a38b1bcf60514d91e5fbf30d7fe9c6-d # internal
2025-08-20T21:11:42.8393040Z [00:03:09.797]➜  google.golang.org/grpc/internal/cache
2025-08-20T21:11:42.8393408Z [00:03:09.797]➜  mkdir -p $WORK/b1469/
2025-08-20T21:11:42.8393809Z [00:03:09.797]➜  cat >/tmp/go-build2720400589/b1469/importcfg << 'EOF' # internal
2025-08-20T21:11:42.8394163Z [00:03:09.797]➜  # import config
2025-08-20T21:11:42.8394621Z [00:03:09.797]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.8395038Z [00:03:09.797]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.8395347Z [00:03:09.797]➜  EOF
2025-08-20T21:11:42.8397327Z [00:03:09.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1469/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/cache=>google.golang.org/grpc@v1.72.0/internal/cache;$WORK/b1469=>" -p google.golang.org/grpc/internal/cache -lang=go1.23 -complete -installsuffix shared -buildid -1YernH7wK2HmezS-ycl/-1YernH7wK2HmezS-ycl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/cache/timeoutCache.go
2025-08-20T21:11:42.8650638Z [00:03:09.823]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T21:11:42.8655401Z [00:03:09.823]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/f0/f04d1d54c5cf765ad9105148f24864be1a8a660ceee0e510a7a59780fc134a3f-d # internal
2025-08-20T21:11:42.8668796Z [00:03:09.825]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T21:11:42.8669444Z [00:03:09.825]➜  mkdir -p $WORK/b1468/
2025-08-20T21:11:42.8672823Z [00:03:09.825]➜  cat >/tmp/go-build2720400589/b1468/importcfg << 'EOF' # internal
2025-08-20T21:11:42.8673195Z [00:03:09.825]➜  # import config
2025-08-20T21:11:42.8673585Z [00:03:09.825]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:42.8674032Z [00:03:09.825]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.8674666Z [00:03:09.825]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:42.8675284Z [00:03:09.825]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:42.8676014Z [00:03:09.825]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2720400589/b1287/_pkg_.a
2025-08-20T21:11:42.8676726Z [00:03:09.825]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build2720400589/b1469/_pkg_.a
2025-08-20T21:11:42.8677371Z [00:03:09.825]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:42.8677996Z [00:03:09.825]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:42.8678829Z [00:03:09.825]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:42.8679435Z [00:03:09.825]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.8679849Z [00:03:09.825]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.8680354Z [00:03:09.825]➜  EOF
2025-08-20T21:11:42.8682894Z [00:03:09.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1468/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancergroup=>google.golang.org/grpc@v1.72.0/internal/balancergroup;$WORK/b1468=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid rJ56SoXuc0zPmXaEOyVL/rJ56SoXuc0zPmXaEOyVL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancergroup/balancergroup.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancergroup/balancerstateaggregator.go
2025-08-20T21:11:42.9294202Z [00:03:09.887]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T21:11:42.9305306Z [00:03:09.888]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/09/098acb65b67ea4ebd462e184dfc8a7a4abc4a072ebe77c9ccd6301f32a347caa-d # internal
2025-08-20T21:11:42.9332361Z [00:03:09.891]➜  google.golang.org/grpc/balancer/rls
2025-08-20T21:11:42.9355017Z [00:03:09.891]➜  mkdir -p $WORK/b1464/
2025-08-20T21:11:42.9355962Z [00:03:09.891]➜  cat >/tmp/go-build2720400589/b1464/importcfg << 'EOF' # internal
2025-08-20T21:11:42.9357082Z [00:03:09.891]➜  # import config
2025-08-20T21:11:42.9358124Z [00:03:09.891]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:42.9359172Z [00:03:09.891]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:11:42.9359715Z [00:03:09.891]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:42.9360174Z [00:03:09.891]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:42.9360729Z [00:03:09.891]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:42.9361470Z [00:03:09.891]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:42.9361956Z [00:03:09.891]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:11:42.9362492Z [00:03:09.891]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:42.9363068Z [00:03:09.891]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:42.9363686Z [00:03:09.891]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:42.9364512Z [00:03:09.891]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build2720400589/b1465/_pkg_.a
2025-08-20T21:11:42.9365330Z [00:03:09.891]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build2720400589/b1466/_pkg_.a
2025-08-20T21:11:42.9365984Z [00:03:09.891]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:42.9366589Z [00:03:09.891]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:42.9367248Z [00:03:09.891]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:42.9367928Z [00:03:09.891]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:42.9368556Z [00:03:09.891]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:42.9369139Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:42.9369761Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:42.9370441Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2720400589/b1468/_pkg_.a
2025-08-20T21:11:42.9371290Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:11:42.9372117Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:42.9372881Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:42.9373580Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:42.9374494Z [00:03:09.891]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2720400589/b1467/_pkg_.a
2025-08-20T21:11:42.9375230Z [00:03:09.891]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:42.9375820Z [00:03:09.891]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:42.9376441Z [00:03:09.891]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:42.9377045Z [00:03:09.891]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:42.9377860Z [00:03:09.891]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:42.9378589Z [00:03:09.891]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:42.9379312Z [00:03:09.891]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:42.9379743Z [00:03:09.891]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:42.9380158Z [00:03:09.891]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:42.9380589Z [00:03:09.891]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:42.9381016Z [00:03:09.891]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:42.9381321Z [00:03:09.891]➜  EOF
2025-08-20T21:11:42.9384707Z [00:03:09.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls=>google.golang.org/grpc@v1.72.0/balancer/rls;$WORK/b1464=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid ot7-llWk-BEhh7J4e_qD/ot7-llWk-BEhh7J4e_qD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/cache.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/child_policy.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/control_channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/rls/picker.go
2025-08-20T21:11:42.9887284Z [00:03:09.946]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:11:43.1750000Z [00:03:10.133]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T21:11:43.1778156Z [00:03:10.136]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/c5/c59da004e57fca6e4bc08160b622016d3500247c47aca29cd10d274507ee75fb-d # internal
2025-08-20T21:11:43.1778876Z [00:03:10.136]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T21:11:43.1779394Z [00:03:10.136]➜  mkdir -p $WORK/b1471/
2025-08-20T21:11:43.1779818Z [00:03:10.136]➜  cat >/tmp/go-build2720400589/b1471/importcfg << 'EOF' # internal
2025-08-20T21:11:43.1780174Z [00:03:10.136]➜  # import config
2025-08-20T21:11:43.1780770Z [00:03:10.136]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:43.1781473Z [00:03:10.136]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:43.1781986Z [00:03:10.136]➜  EOF
2025-08-20T21:11:43.1793039Z [00:03:10.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1471/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/opentelemetry=>google.golang.org/grpc@v1.72.0/experimental/opentelemetry;$WORK/b1471=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid fVwTHMaTgnYBLligqE72/fVwTHMaTgnYBLligqE72 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/experimental/opentelemetry/trace_options.go
2025-08-20T21:11:43.2105099Z [00:03:10.166]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T21:11:43.2105873Z [00:03:10.166]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/e1/e1cf6fee37b419af62f25dc8396ad86735ed3e980abfeae306c58d08bde691e0-d # internal
2025-08-20T21:11:43.2106518Z [00:03:10.167]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T21:11:43.2106867Z [00:03:10.167]➜  mkdir -p $WORK/b1472/
2025-08-20T21:11:43.2107241Z [00:03:10.167]➜  cat >/tmp/go-build2720400589/b1472/importcfg << 'EOF' # internal
2025-08-20T21:11:43.2107590Z [00:03:10.167]➜  # import config
2025-08-20T21:11:43.2108039Z [00:03:10.167]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:43.2108705Z [00:03:10.167]➜  EOF
2025-08-20T21:11:43.2110910Z [00:03:10.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1472/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal=>google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal;$WORK/b1472=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid S-yQ8jXDSTh-b4Oc7g5G/S-yQ8jXDSTh-b4Oc7g5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/pluginoption.go
2025-08-20T21:11:43.2282967Z [00:03:10.186]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T21:11:43.2287929Z [00:03:10.187]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/5b/5bcdd44ad2c9cb28c7f50a15d4fbe0a81b7f5180f13dcec3df43ad7f823be538-d # internal
2025-08-20T21:11:43.2289363Z [00:03:10.187]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T21:11:43.2290282Z [00:03:10.187]➜  mkdir -p $WORK/b1473/
2025-08-20T21:11:43.2295402Z [00:03:10.187]➜  cat >/tmp/go-build2720400589/b1473/importcfg << 'EOF' # internal
2025-08-20T21:11:43.2295793Z [00:03:10.187]➜  # import config
2025-08-20T21:11:43.2296146Z [00:03:10.187]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:43.2296673Z [00:03:10.187]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:43.2297272Z [00:03:10.187]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:43.2297666Z [00:03:10.187]➜  EOF
2025-08-20T21:11:43.2300688Z [00:03:10.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1473/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/tracing=>google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/tracing;$WORK/b1473=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid vq-5xtApCyu7OzRyTVvg/vq-5xtApCyu7OzRyTVvg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T21:11:43.2718922Z [00:03:10.230]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T21:11:43.2747064Z [00:03:10.230]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/76/7635fb0353afd85a87ddeaf291f9da31d28a95e927d1977dafec01feb175a991-d # internal
2025-08-20T21:11:43.2748179Z [00:03:10.232]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T21:11:43.2748523Z [00:03:10.232]➜  mkdir -p $WORK/b1470/
2025-08-20T21:11:43.2748908Z [00:03:10.232]➜  cat >/tmp/go-build2720400589/b1470/importcfg << 'EOF' # internal
2025-08-20T21:11:43.2749263Z [00:03:10.232]➜  # import config
2025-08-20T21:11:43.2749832Z [00:03:10.232]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:43.2750442Z [00:03:10.232]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:11:43.2751131Z [00:03:10.232]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:11:43.2751818Z [00:03:10.233]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:11:43.2752439Z [00:03:10.233]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2720400589/b1334/_pkg_.a
2025-08-20T21:11:43.2753063Z [00:03:10.233]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:11:43.2753661Z [00:03:10.233]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:11:43.2754213Z [00:03:10.233]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:43.2754985Z [00:03:10.233]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:43.2755829Z [00:03:10.233]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build2720400589/b1471/_pkg_.a
2025-08-20T21:11:43.2756537Z [00:03:10.233]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:43.2757163Z [00:03:10.233]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:43.2757911Z [00:03:10.233]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:43.2758528Z [00:03:10.233]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:11:43.2759134Z [00:03:10.233]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:43.2759711Z [00:03:10.233]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:11:43.2760447Z [00:03:10.233]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build2720400589/b1472/_pkg_.a
2025-08-20T21:11:43.2761243Z [00:03:10.233]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build2720400589/b1473/_pkg_.a
2025-08-20T21:11:43.2761931Z [00:03:10.233]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:43.2762432Z [00:03:10.233]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.2762873Z [00:03:10.233]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:43.2763301Z [00:03:10.233]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:43.2763610Z [00:03:10.233]➜  EOF
2025-08-20T21:11:43.2767746Z [00:03:10.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1470/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry=>google.golang.org/grpc@v1.72.0/stats/opentelemetry;$WORK/b1470=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid BmIluTdPhUopk_9tdPZf/BmIluTdPhUopk_9tdPZf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/client_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/client_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/grpc_trace_bin_propagator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/opentelemetry.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/server_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/stats/opentelemetry/trace.go
2025-08-20T21:11:43.3462771Z [00:03:10.304]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/e6/e643b7f3eba5b49b2f3b0b9fb109347750dfbd6b9d25a0e0bb4cf68df9dc898f-d # internal
2025-08-20T21:11:43.3463593Z [00:03:10.304]➜  net/mail
2025-08-20T21:11:43.3463932Z [00:03:10.304]➜  mkdir -p $WORK/b1478/
2025-08-20T21:11:43.3470056Z [00:03:10.305]➜  cat >/tmp/go-build2720400589/b1478/importcfg << 'EOF' # internal
2025-08-20T21:11:43.3470801Z [00:03:10.305]➜  # import config
2025-08-20T21:11:43.3471215Z [00:03:10.305]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:11:43.3471660Z [00:03:10.305]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.3472076Z [00:03:10.305]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:43.3472475Z [00:03:10.305]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:43.3472875Z [00:03:10.305]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:43.3473302Z [00:03:10.305]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:11:43.3473718Z [00:03:10.305]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:43.3474162Z [00:03:10.305]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:43.3474942Z [00:03:10.305]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.3475367Z [00:03:10.305]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.3475777Z [00:03:10.305]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:43.3476214Z [00:03:10.305]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:43.3476786Z [00:03:10.305]➜  EOF
2025-08-20T21:11:43.3478149Z [00:03:10.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1478/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b1478=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid 5te9uRv_e7q9TG3a2HmZ/5te9uRv_e7q9TG3a2HmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T21:11:43.4791778Z [00:03:10.437]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T21:11:43.4803442Z [00:03:10.438]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/22/22575b4fbec0dd8bfc38a067afdb6a79a5ca2dadc6e3e6d6898abf1759f37e65-d # internal
2025-08-20T21:11:43.4805437Z [00:03:10.438]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T21:11:43.4806522Z [00:03:10.439]➜  mkdir -p $WORK/b1477/
2025-08-20T21:11:43.4816303Z [00:03:10.439]➜  cat >/tmp/go-build2720400589/b1477/importcfg << 'EOF' # internal
2025-08-20T21:11:43.4816936Z [00:03:10.439]➜  # import config
2025-08-20T21:11:43.4817450Z [00:03:10.439]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.4818025Z [00:03:10.439]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.4818539Z [00:03:10.439]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:43.4819220Z [00:03:10.439]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:43.4820053Z [00:03:10.439]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:43.4820910Z [00:03:10.439]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:11:43.4821725Z [00:03:10.439]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:43.4822361Z [00:03:10.439]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:43.4822893Z [00:03:10.439]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:43.4823444Z [00:03:10.439]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:43.4823989Z [00:03:10.439]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:43.4828592Z [00:03:10.439]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:43.4829083Z [00:03:10.439]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:43.4831111Z [00:03:10.439]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.4832545Z [00:03:10.439]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.4845326Z [00:03:10.439]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:43.4846095Z [00:03:10.439]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:43.4846506Z [00:03:10.439]➜  EOF
2025-08-20T21:11:43.4852635Z [00:03:10.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1477/_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/b1477=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid wAiCntB_ZkGYR-mHlxWj/wAiCntB_ZkGYR-mHlxWj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/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-20T21:11:43.5431616Z [00:03:10.501]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T21:11:43.5463620Z [00:03:10.504]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/8d/8d1cd5b361fd8057917d46e033e7bca0297b08dd59e7d5ead376ae64f4f662b1-d # internal
2025-08-20T21:11:43.5479599Z [00:03:10.506]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T21:11:43.5507145Z [00:03:10.509]➜  mkdir -p $WORK/b1479/
2025-08-20T21:11:43.5514479Z [00:03:10.509]➜  cat >/tmp/go-build2720400589/b1479/importcfg << 'EOF' # internal
2025-08-20T21:11:43.5515404Z [00:03:10.509]➜  # import config
2025-08-20T21:11:43.5515832Z [00:03:10.509]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.5516268Z [00:03:10.509]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.5516687Z [00:03:10.509]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:43.5517275Z [00:03:10.509]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:43.5518006Z [00:03:10.509]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:43.5518731Z [00:03:10.509]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:11:43.5519435Z [00:03:10.509]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:43.5519983Z [00:03:10.509]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:43.5520406Z [00:03:10.509]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:43.5520836Z [00:03:10.509]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:43.5521264Z [00:03:10.509]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:43.5521685Z [00:03:10.509]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:43.5522095Z [00:03:10.509]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:43.5522821Z [00:03:10.509]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.5523314Z [00:03:10.509]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.5523833Z [00:03:10.509]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:43.5524511Z [00:03:10.509]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:43.5524932Z [00:03:10.509]➜  EOF
2025-08-20T21:11:43.5531134Z [00:03:10.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1479/_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/b1479=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid X7Skrglf7O-wNPh78j_O/X7Skrglf7O-wNPh78j_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/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-20T21:11:43.8078357Z [00:03:10.766]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T21:11:43.8100503Z [00:03:10.768]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/90/902d6c70da760bfd0eb4666022cb0839c12484e354da348f7f4187cecf2eb634-d # internal
2025-08-20T21:11:43.8102885Z [00:03:10.768]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T21:11:43.8106583Z [00:03:10.769]➜  mkdir -p $WORK/b1481/
2025-08-20T21:11:43.8113164Z [00:03:10.769]➜  cat >/tmp/go-build2720400589/b1481/importcfg << 'EOF' # internal
2025-08-20T21:11:43.8114802Z [00:03:10.769]➜  # import config
2025-08-20T21:11:43.8115453Z [00:03:10.769]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:43.8116184Z [00:03:10.769]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:43.8116918Z [00:03:10.769]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:11:43.8117658Z [00:03:10.769]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:43.8118407Z [00:03:10.769]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:43.8118995Z [00:03:10.769]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:43.8119416Z [00:03:10.769]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.8119722Z [00:03:10.769]➜  EOF
2025-08-20T21:11:43.8130524Z [00:03:10.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1481/_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/b1481=>" -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/b1481/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T21:11:43.8211506Z [00:03:10.779]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T21:11:43.8265771Z [00:03:10.781]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/f8/f897bde49e3f9d4f28a6a562f471d02018424a71099e9fca902a4ed972701c04-d # internal
2025-08-20T21:11:43.8267087Z [00:03:10.783]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T21:11:43.8267921Z [00:03:10.783]➜  mkdir -p $WORK/b1482/
2025-08-20T21:11:43.8268795Z [00:03:10.783]➜  cat >/tmp/go-build2720400589/b1482/importcfg << 'EOF' # internal
2025-08-20T21:11:43.8269218Z [00:03:10.783]➜  # import config
2025-08-20T21:11:43.8269563Z [00:03:10.783]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.8269987Z [00:03:10.783]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.8270420Z [00:03:10.783]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:43.8271307Z [00:03:10.783]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:43.8272029Z [00:03:10.783]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:43.8272905Z [00:03:10.783]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:11:43.8273604Z [00:03:10.783]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:43.8274140Z [00:03:10.783]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:43.8274823Z [00:03:10.783]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:43.8275265Z [00:03:10.783]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:43.8275701Z [00:03:10.783]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:43.8276130Z [00:03:10.783]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:43.8276556Z [00:03:10.783]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:43.8276976Z [00:03:10.783]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.8277392Z [00:03:10.783]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.8277802Z [00:03:10.783]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:43.8278237Z [00:03:10.783]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:43.8278570Z [00:03:10.783]➜  EOF
2025-08-20T21:11:43.8282055Z [00:03:10.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1482/_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/b1482=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid 62ME5d8EVnyrcIMaFGNe/62ME5d8EVnyrcIMaFGNe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/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-20T21:11:43.8752766Z [00:03:10.833]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T21:11:43.8764840Z [00:03:10.834]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/ec/ec2faa33aff9ca1550121d933544a45d50cd1f8e15ec87213c8f8f625639859f-d # internal
2025-08-20T21:11:43.8766170Z [00:03:10.835]➜  crypto/internal/fips140/pbkdf2
2025-08-20T21:11:43.8767310Z [00:03:10.835]➜  mkdir -p $WORK/b1489/
2025-08-20T21:11:43.8771792Z [00:03:10.835]➜  cat >/tmp/go-build2720400589/b1489/importcfg << 'EOF' # internal
2025-08-20T21:11:43.8772353Z [00:03:10.835]➜  # import config
2025-08-20T21:11:43.8772938Z [00:03:10.835]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.8773611Z [00:03:10.835]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:11:43.8774507Z [00:03:10.835]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:11:43.8775247Z [00:03:10.835]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:11:43.8776338Z [00:03:10.835]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:11:43.8777091Z [00:03:10.835]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.8777610Z [00:03:10.835]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:43.8778036Z [00:03:10.835]➜  EOF
2025-08-20T21:11:43.8780416Z [00:03:10.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1489/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/pbkdf2=>crypto/internal/fips140/pbkdf2;$WORK/b1489=>" -p crypto/internal/fips140/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid Nn9h1zdVNnBwofW3X72M/Nn9h1zdVNnBwofW3X72M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack /root/.go/src/crypto/internal/fips140/pbkdf2/cast.go /root/.go/src/crypto/internal/fips140/pbkdf2/pbkdf2.go
2025-08-20T21:11:43.9278868Z [00:03:10.886]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T21:11:43.9476006Z [00:03:10.905]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/a7/a7e8e8dcffda0b2d8451b74cb54835f2f1c58eebb661f533e27263e0498a02c3-d # internal
2025-08-20T21:11:43.9528973Z [00:03:10.911]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T21:11:43.9529634Z [00:03:10.911]➜  mkdir -p $WORK/b1490/
2025-08-20T21:11:43.9550090Z [00:03:10.913]➜  cat >/tmp/go-build2720400589/b1490/importcfg << 'EOF' # internal
2025-08-20T21:11:43.9550774Z [00:03:10.913]➜  # import config
2025-08-20T21:11:43.9551298Z [00:03:10.913]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.9554495Z [00:03:10.913]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:43.9555502Z [00:03:10.913]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:43.9556126Z [00:03:10.913]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:43.9556973Z [00:03:10.913]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:11:43.9557678Z [00:03:10.913]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:43.9558309Z [00:03:10.913]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:43.9559110Z [00:03:10.913]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:43.9559805Z [00:03:10.913]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:43.9561072Z [00:03:10.913]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:43.9562436Z [00:03:10.913]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.9562925Z [00:03:10.913]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:43.9563337Z [00:03:10.913]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:43.9563635Z [00:03:10.913]➜  EOF
2025-08-20T21:11:43.9566541Z [00:03:10.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/cipher=>github.com/go-jose/go-jose/v4@v4.1.0/cipher;$WORK/b1490=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.24 -complete -installsuffix shared -buildid shblPTNV4LIYwhVKScpE/shblPTNV4LIYwhVKScpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/cipher/key_wrap.go
2025-08-20T21:11:43.9574041Z [00:03:10.915]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T21:11:43.9599587Z [00:03:10.918]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/ed/ed65d31923f645c7b1edf0f978e133454ff6f6684ac66d3e5305c37e2b7fdc4d-d # internal
2025-08-20T21:11:43.9600735Z [00:03:10.918]➜  crypto/pbkdf2
2025-08-20T21:11:43.9601310Z [00:03:10.918]➜  mkdir -p $WORK/b1488/
2025-08-20T21:11:43.9601824Z [00:03:10.918]➜  cat >/tmp/go-build2720400589/b1488/importcfg << 'EOF' # internal
2025-08-20T21:11:43.9602270Z [00:03:10.918]➜  # import config
2025-08-20T21:11:43.9602793Z [00:03:10.918]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build2720400589/b1489/_pkg_.a
2025-08-20T21:11:43.9603787Z [00:03:10.918]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:11:43.9605030Z [00:03:10.918]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:11:43.9606093Z [00:03:10.918]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.9607004Z [00:03:10.918]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:43.9607795Z [00:03:10.918]➜  EOF
2025-08-20T21:11:43.9609444Z [00:03:10.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1488/_pkg_.a -trimpath "/root/.go/src/crypto/pbkdf2=>crypto/pbkdf2;$WORK/b1488=>" -p crypto/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid klbcEr4EMagrruQvzk3E/klbcEr4EMagrruQvzk3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack /root/.go/src/crypto/pbkdf2/pbkdf2.go
2025-08-20T21:11:43.9779726Z [00:03:10.935]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T21:11:43.9781117Z [00:03:10.935]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/b2/b2fafa781c4d3932a28bb9e5197b2b3fbfc0ce7c56e0d6d02d80f5efb3f7d5e0-d # internal
2025-08-20T21:11:43.9781987Z [00:03:10.936]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T21:11:43.9782448Z [00:03:10.936]➜  mkdir -p $WORK/b1491/
2025-08-20T21:11:43.9783816Z [00:03:10.936]➜  cat >/tmp/go-build2720400589/b1491/importcfg << 'EOF' # internal
2025-08-20T21:11:43.9784183Z [00:03:10.936]➜  # import config
2025-08-20T21:11:43.9784722Z [00:03:10.936]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:43.9785158Z [00:03:10.936]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:11:43.9785620Z [00:03:10.936]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:43.9786067Z [00:03:10.936]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:43.9786482Z [00:03:10.936]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:43.9786884Z [00:03:10.936]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:43.9787295Z [00:03:10.936]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:43.9787714Z [00:03:10.936]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:43.9788397Z [00:03:10.936]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:43.9788877Z [00:03:10.936]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:43.9789299Z [00:03:10.936]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:43.9789723Z [00:03:10.936]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:43.9790135Z [00:03:10.936]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:43.9790549Z [00:03:10.936]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:43.9790997Z [00:03:10.936]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:11:43.9791580Z [00:03:10.936]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:43.9792015Z [00:03:10.936]➜  EOF
2025-08-20T21:11:43.9795203Z [00:03:10.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json=>github.com/go-jose/go-jose/v4@v4.1.0/json;$WORK/b1491=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.24 -complete -installsuffix shared -buildid cKN641FzqgEWkn6bMmtK/cKN641FzqgEWkn6bMmtK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/json/tags.go
2025-08-20T21:11:44.0067605Z [00:03:10.964]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T21:11:44.0081405Z [00:03:10.966]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/d9/d9b2f953a9dea0f9ff63c53231b8def0838368702f707aa2308e01fa33d728ba-d # internal
2025-08-20T21:11:44.0084817Z [00:03:10.966]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T21:11:44.0091245Z [00:03:10.967]➜  mkdir -p $WORK/b1494/
2025-08-20T21:11:44.0101511Z [00:03:10.968]➜  cat >/tmp/go-build2720400589/b1494/importcfg << 'EOF' # internal
2025-08-20T21:11:44.0106787Z [00:03:10.968]➜  # import config
2025-08-20T21:11:44.0107327Z [00:03:10.968]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.0108892Z [00:03:10.968]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.0109354Z [00:03:10.968]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:44.0109824Z [00:03:10.968]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:11:44.0110296Z [00:03:10.968]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:44.0110732Z [00:03:10.968]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.0111039Z [00:03:10.968]➜  EOF
2025-08-20T21:11:44.0113158Z [00:03:10.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1494/_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/b1494=>" -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/b1494/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T21:11:44.0246497Z [00:03:10.982]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T21:11:44.0258458Z [00:03:10.984]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/db/dbc2ef6c189769f55bd666cda7bf5613bdd9827d25a5e9383a3e7f891818f11c-d # internal
2025-08-20T21:11:44.0264402Z [00:03:10.984]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T21:11:44.0266867Z [00:03:10.984]➜  mkdir -p $WORK/b1493/
2025-08-20T21:11:44.0278151Z [00:03:10.986]➜  cat >/tmp/go-build2720400589/b1493/importcfg << 'EOF' # internal
2025-08-20T21:11:44.0278692Z [00:03:10.986]➜  # import config
2025-08-20T21:11:44.0279039Z [00:03:10.986]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.0279646Z [00:03:10.986]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build2720400589/b1494/_pkg_.a
2025-08-20T21:11:44.0280101Z [00:03:10.986]➜  EOF
2025-08-20T21:11:44.0282294Z [00:03:10.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1493/_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/b1493=>" -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/b1493/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil/util.go
2025-08-20T21:11:44.0396742Z [00:03:10.995]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T21:11:44.0403848Z [00:03:10.998]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/47/4762887067685d1a7f9577b5c8f961b44a621079ed9cddd57d2099aa6e484194-d # internal
2025-08-20T21:11:44.0407966Z [00:03:10.999]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T21:11:44.0414674Z [00:03:10.999]➜  mkdir -p $WORK/b1480/
2025-08-20T21:11:44.0415318Z [00:03:10.999]➜  cat >/tmp/go-build2720400589/b1480/importcfg << 'EOF' # internal
2025-08-20T21:11:44.0416609Z [00:03:10.999]➜  # import config
2025-08-20T21:11:44.0416975Z [00:03:10.999]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.0417396Z [00:03:10.999]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.0417823Z [00:03:10.999]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.0418681Z [00:03:10.999]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:44.0419401Z [00:03:10.999]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:44.0420131Z [00:03:10.999]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:44.0421026Z [00:03:10.999]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:44.0421715Z [00:03:10.999]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:44.0422427Z [00:03:10.999]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:44.0422982Z [00:03:10.999]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:44.0423412Z [00:03:10.999]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:44.0423846Z [00:03:10.999]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:44.0424432Z [00:03:10.999]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.0424922Z [00:03:10.999]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:44.0425342Z [00:03:10.999]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.0425756Z [00:03:10.999]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:44.0426171Z [00:03:10.999]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.0426571Z [00:03:10.999]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:44.0427005Z [00:03:10.999]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:44.0427336Z [00:03:10.999]➜  EOF
2025-08-20T21:11:44.0435895Z [00:03:10.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1480/_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/b1480=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid pu58-O1TS9qEbywwQV3v/pu58-O1TS9qEbywwQV3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-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-20T21:11:44.0566081Z [00:03:11.014]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T21:11:44.0574998Z [00:03:11.015]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/eb/eb1884adcd343aef2e7779c48e21f56050d44a918fc6b2425a4606a6f32a9049-d # internal
2025-08-20T21:11:44.0599915Z [00:03:11.018]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T21:11:44.0610734Z [00:03:11.018]➜  mkdir -p $WORK/b1484/
2025-08-20T21:11:44.0611190Z [00:03:11.018]➜  cat >/tmp/go-build2720400589/b1484/importcfg << 'EOF' # internal
2025-08-20T21:11:44.0611551Z [00:03:11.018]➜  # import config
2025-08-20T21:11:44.0611892Z [00:03:11.018]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.0612311Z [00:03:11.018]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.0612734Z [00:03:11.018]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.0613287Z [00:03:11.018]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:44.0613955Z [00:03:11.018]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:44.0614799Z [00:03:11.018]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:44.0615541Z [00:03:11.018]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:44.0616250Z [00:03:11.018]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:44.0616944Z [00:03:11.018]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:44.0617667Z [00:03:11.018]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:44.0618406Z [00:03:11.018]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:44.0619204Z [00:03:11.018]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:44.0619704Z [00:03:11.018]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:44.0620143Z [00:03:11.018]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:44.0620568Z [00:03:11.018]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.0620989Z [00:03:11.018]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:44.0621400Z [00:03:11.018]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.0621816Z [00:03:11.018]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:44.0622231Z [00:03:11.018]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.0622744Z [00:03:11.018]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:44.0623263Z [00:03:11.018]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:44.0623597Z [00:03:11.018]➜  EOF
2025-08-20T21:11:44.0633889Z [00:03:11.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1484/_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/b1484=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid oLjO2V7i8DbYQgDQLyRx/oLjO2V7i8DbYQgDQLyRx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/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-20T21:11:44.3160986Z [00:03:11.274]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T21:11:44.3208855Z [00:03:11.279]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/67/674e7f6f33778afbeacc1182f2ce83d77c53451345b437ccd1cf11041dc7d31f-d # internal
2025-08-20T21:11:44.3220807Z [00:03:11.279]➜  github.com/go-jose/go-jose/v4
2025-08-20T21:11:44.3221182Z [00:03:11.279]➜  mkdir -p $WORK/b1487/
2025-08-20T21:11:44.3221586Z [00:03:11.280]➜  cat >/tmp/go-build2720400589/b1487/importcfg << 'EOF' # internal
2025-08-20T21:11:44.3221962Z [00:03:11.280]➜  # import config
2025-08-20T21:11:44.3222310Z [00:03:11.280]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.3223017Z [00:03:11.280]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:11:44.3223574Z [00:03:11.280]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.3224013Z [00:03:11.280]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:11:44.3224633Z [00:03:11.280]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:11:44.3225101Z [00:03:11.280]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:11:44.3225568Z [00:03:11.280]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:11:44.3226044Z [00:03:11.280]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:11:44.3226511Z [00:03:11.280]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:11:44.3227112Z [00:03:11.280]➜  packagefile crypto/pbkdf2=/tmp/go-build2720400589/b1488/_pkg_.a
2025-08-20T21:11:44.3227645Z [00:03:11.280]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:44.3228101Z [00:03:11.280]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:11:44.3228551Z [00:03:11.280]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:11:44.3229016Z [00:03:11.280]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:44.3229477Z [00:03:11.280]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:44.3229938Z [00:03:11.280]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:11:44.3230393Z [00:03:11.280]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.3230862Z [00:03:11.280]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:11:44.3231348Z [00:03:11.280]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:44.3232012Z [00:03:11.280]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:11:44.3232456Z [00:03:11.280]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.3232869Z [00:03:11.280]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.3233388Z [00:03:11.280]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build2720400589/b1490/_pkg_.a
2025-08-20T21:11:44.3234236Z [00:03:11.280]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build2720400589/b1491/_pkg_.a
2025-08-20T21:11:44.3249469Z [00:03:11.280]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:44.3249905Z [00:03:11.280]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:44.3250325Z [00:03:11.280]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:11:44.3250755Z [00:03:11.280]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:44.3251197Z [00:03:11.280]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.3251630Z [00:03:11.280]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:44.3252059Z [00:03:11.280]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:44.3252372Z [00:03:11.280]➜  EOF
2025-08-20T21:11:44.3256643Z [00:03:11.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0=>github.com/go-jose/go-jose/v4@v4.1.0;$WORK/b1487=>" -p github.com/go-jose/go-jose/v4 -lang=go1.24 -complete -installsuffix shared -buildid mLi3n5hca78uuyd3FttV/mLi3n5hca78uuyd3FttV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/symmetric.go
2025-08-20T21:11:44.3305258Z [00:03:11.288]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T21:11:44.3387622Z [00:03:11.296]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/6c/6ce84b3b10cd41d7741faa9d7062ca675d9cdd51f69c1be98eb33ef4a45255d5-d # internal
2025-08-20T21:11:44.3394888Z [00:03:11.297]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T21:11:44.3395230Z [00:03:11.297]➜  mkdir -p $WORK/b1495/
2025-08-20T21:11:44.3420170Z [00:03:11.300]➜  cat >/tmp/go-build2720400589/b1495/importcfg << 'EOF' # internal
2025-08-20T21:11:44.3423300Z [00:03:11.300]➜  # import config
2025-08-20T21:11:44.3423783Z [00:03:11.300]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.3424451Z [00:03:11.300]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.3427173Z [00:03:11.300]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:44.3428401Z [00:03:11.300]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:44.3429859Z [00:03:11.300]➜  EOF
2025-08-20T21:11:44.3433914Z [00:03:11.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1495/_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/b1495=>" -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/b1495/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-20T21:11:44.4192143Z [00:03:11.377]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T21:11:44.4216631Z [00:03:11.379]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/50/501e835479aedf0b88589af605a549b6bb45d8609bdac22544b1bc7d570f9a0e-d # internal
2025-08-20T21:11:44.4220347Z [00:03:11.380]➜  github.com/zeebo/errs
2025-08-20T21:11:44.4222280Z [00:03:11.380]➜  mkdir -p $WORK/b1496/
2025-08-20T21:11:44.4232446Z [00:03:11.381]➜  cat >/tmp/go-build2720400589/b1496/importcfg << 'EOF' # internal
2025-08-20T21:11:44.4232866Z [00:03:11.381]➜  # import config
2025-08-20T21:11:44.4233957Z [00:03:11.381]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.4234693Z [00:03:11.381]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.4235124Z [00:03:11.381]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:44.4235547Z [00:03:11.381]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:44.4235878Z [00:03:11.381]➜  EOF
2025-08-20T21:11:44.4237949Z [00:03:11.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b1496=>" -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/b1496/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-20T21:11:44.4376944Z [00:03:11.396]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T21:11:44.4475487Z [00:03:11.405]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/f5/f55f0de113797a6707c0fad5cde096334b164e18635c5932b387ae7284beb8a7-d # internal
2025-08-20T21:11:44.4487581Z [00:03:11.406]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T21:11:44.4488057Z [00:03:11.406]➜  mkdir -p $WORK/b1483/
2025-08-20T21:11:44.4488449Z [00:03:11.407]➜  cat >/tmp/go-build2720400589/b1483/importcfg << 'EOF' # internal
2025-08-20T21:11:44.4488803Z [00:03:11.407]➜  # import config
2025-08-20T21:11:44.4489140Z [00:03:11.407]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.4489561Z [00:03:11.407]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.4489978Z [00:03:11.407]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.4490711Z [00:03:11.407]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:44.4491431Z [00:03:11.407]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:11:44.4492147Z [00:03:11.407]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:44.4492913Z [00:03:11.407]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:44.4493653Z [00:03:11.407]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:44.4494520Z [00:03:11.407]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:44.4495288Z [00:03:11.407]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:44.4495987Z [00:03:11.407]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:44.4496926Z [00:03:11.407]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:44.4497501Z [00:03:11.407]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:44.4497927Z [00:03:11.407]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:44.4498528Z [00:03:11.407]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:44.4498952Z [00:03:11.407]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.4499372Z [00:03:11.407]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:44.4499786Z [00:03:11.407]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.4500205Z [00:03:11.407]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:44.4500623Z [00:03:11.407]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.4501036Z [00:03:11.407]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:44.4501470Z [00:03:11.407]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:44.4501808Z [00:03:11.407]➜  EOF
2025-08-20T21:11:44.4513710Z [00:03:11.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1483/_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/b1483=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid o_nn-DcACCXNSXuTH2dE/o_nn-DcACCXNSXuTH2dE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/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-20T21:11:44.4788732Z [00:03:11.437]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T21:11:44.4810683Z [00:03:11.439]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/6b/6bdb2cc5346d4a9771220915800909b2731b901a062e2851640c23d730dc6325-d # internal
2025-08-20T21:11:44.4813953Z [00:03:11.439]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T21:11:44.4816369Z [00:03:11.439]➜  mkdir -p $WORK/b1498/
2025-08-20T21:11:44.4823006Z [00:03:11.440]➜  cat >/tmp/go-build2720400589/b1498/importcfg << 'EOF' # internal
2025-08-20T21:11:44.4824408Z [00:03:11.440]➜  # import config
2025-08-20T21:11:44.4824873Z [00:03:11.440]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.4825355Z [00:03:11.440]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.4825833Z [00:03:11.440]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:11:44.4826289Z [00:03:11.440]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.4826712Z [00:03:11.440]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.4827020Z [00:03:11.440]➜  EOF
2025-08-20T21:11:44.4829112Z [00:03:11.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1498/_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/b1498=>" -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/b1498/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T21:11:44.5257107Z [00:03:11.484]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T21:11:44.5304037Z [00:03:11.488]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/50/5092ad3d0b62d3d97a1549e36c08f3d31c9c5a0f17f4d23757f4a740a49cd54c-d # internal
2025-08-20T21:11:44.5331291Z [00:03:11.491]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T21:11:44.5331805Z [00:03:11.491]➜  mkdir -p $WORK/b1499/
2025-08-20T21:11:44.5332217Z [00:03:11.491]➜  cat >/tmp/go-build2720400589/b1499/importcfg << 'EOF' # internal
2025-08-20T21:11:44.5332571Z [00:03:11.491]➜  # import config
2025-08-20T21:11:44.5332929Z [00:03:11.491]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.5333259Z [00:03:11.491]➜  EOF
2025-08-20T21:11:44.5335613Z [00:03:11.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1499/_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/b1499=>" -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/b1499/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T21:11:44.5566443Z [00:03:11.514]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T21:11:44.5579435Z [00:03:11.516]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/eb/eb443aaeb2b4f56d746ff407db4482ed6b7e7a9d26e16859c5536c2703a5d551-d # internal
2025-08-20T21:11:44.5587928Z [00:03:11.517]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T21:11:44.5594943Z [00:03:11.517]➜  mkdir -p $WORK/b1497/
2025-08-20T21:11:44.5605574Z [00:03:11.518]➜  cat >/tmp/go-build2720400589/b1497/importcfg << 'EOF' # internal
2025-08-20T21:11:44.5606277Z [00:03:11.518]➜  # import config
2025-08-20T21:11:44.5606970Z [00:03:11.518]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.5608147Z [00:03:11.518]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build2720400589/b1498/_pkg_.a
2025-08-20T21:11:44.5609277Z [00:03:11.518]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2720400589/b1499/_pkg_.a
2025-08-20T21:11:44.5609968Z [00:03:11.518]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2720400589/b1495/_pkg_.a
2025-08-20T21:11:44.5610774Z [00:03:11.518]➜  packagefile github.com/zeebo/errs=/tmp/go-build2720400589/b1496/_pkg_.a
2025-08-20T21:11:44.5611245Z [00:03:11.518]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:44.5611652Z [00:03:11.518]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:44.5612062Z [00:03:11.518]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.5612473Z [00:03:11.518]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.5612776Z [00:03:11.518]➜  EOF
2025-08-20T21:11:44.5620481Z [00:03:11.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1497/_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/b1497=>" -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/b1497/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-20T21:11:44.6050970Z [00:03:11.563]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T21:11:44.6073526Z [00:03:11.565]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/da/da7fb9ca7e8f95bc663642a00c3bda9ee35be9fe6ac8cda4dc2782f0cfde0f1a-d # internal
2025-08-20T21:11:44.6082815Z [00:03:11.566]➜  cel.dev/expr
2025-08-20T21:11:44.6105364Z [00:03:11.567]➜  mkdir -p $WORK/b1512/
2025-08-20T21:11:44.6105872Z [00:03:11.567]➜  cat >/tmp/go-build2720400589/b1512/importcfg << 'EOF' # internal
2025-08-20T21:11:44.6106530Z [00:03:11.567]➜  # import config
2025-08-20T21:11:44.6107141Z [00:03:11.567]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:44.6107887Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:44.6108627Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:44.6109328Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:44.6110046Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:44.6110777Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:11:44.6111510Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:44.6112243Z [00:03:11.567]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:44.6113011Z [00:03:11.567]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.6113436Z [00:03:11.567]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.6113742Z [00:03:11.567]➜  EOF
2025-08-20T21:11:44.6116117Z [00:03:11.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1512/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.23.1=>cel.dev/expr@v0.23.1;$WORK/b1512=>" -p cel.dev/expr -lang=go1.22 -complete -installsuffix shared -buildid 4fB-9j-RIzkjszIi4DOc/4fB-9j-RIzkjszIi4DOc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack /root/go/pkg/mod/cel.dev/expr@v0.23.1/checked.pb.go /root/go/pkg/mod/cel.dev/expr@v0.23.1/eval.pb.go /root/go/pkg/mod/cel.dev/expr@v0.23.1/explain.pb.go /root/go/pkg/mod/cel.dev/expr@v0.23.1/syntax.pb.go /root/go/pkg/mod/cel.dev/expr@v0.23.1/value.pb.go
2025-08-20T21:11:44.6949679Z [00:03:11.653]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T21:11:44.7018994Z [00:03:11.660]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/17/173f2e9fc404610546fbd256e288b0c17a02f3c0340cb1c1755a14d6715bf54f-d # internal
2025-08-20T21:11:44.7029431Z [00:03:11.661]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T21:11:44.7031876Z [00:03:11.661]➜  mkdir -p $WORK/b1492/
2025-08-20T21:11:44.7032912Z [00:03:11.661]➜  cat >/tmp/go-build2720400589/b1492/importcfg << 'EOF' # internal
2025-08-20T21:11:44.7033780Z [00:03:11.661]➜  # import config
2025-08-20T21:11:44.7035102Z [00:03:11.661]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.7035585Z [00:03:11.661]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:44.7036044Z [00:03:11.661]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.7036560Z [00:03:11.661]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2720400589/b1487/_pkg_.a
2025-08-20T21:11:44.7037208Z [00:03:11.661]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2720400589/b1493/_pkg_.a
2025-08-20T21:11:44.7037903Z [00:03:11.661]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2720400589/b1495/_pkg_.a
2025-08-20T21:11:44.7038485Z [00:03:11.661]➜  packagefile github.com/zeebo/errs=/tmp/go-build2720400589/b1496/_pkg_.a
2025-08-20T21:11:44.7038944Z [00:03:11.661]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:44.7039342Z [00:03:11.661]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:44.7039746Z [00:03:11.661]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.7040443Z [00:03:11.661]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.7040836Z [00:03:11.661]➜  EOF
2025-08-20T21:11:44.7043922Z [00:03:11.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1492/_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/b1492=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid DxHCnPltHtMsW2JE_d0_/DxHCnPltHtMsW2JE_d0_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/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-20T21:11:44.7770411Z [00:03:11.735]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T21:11:44.7787434Z [00:03:11.736]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/72/72d6882c28e6f19b5fcd4c6434cbe250b57dae68ed7cd413b3d7a0f4199bea76-d # internal
2025-08-20T21:11:44.7793326Z [00:03:11.737]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T21:11:44.7793711Z [00:03:11.737]➜  mkdir -p $WORK/b1486/
2025-08-20T21:11:44.7802026Z [00:03:11.738]➜  cat >/tmp/go-build2720400589/b1486/importcfg << 'EOF' # internal
2025-08-20T21:11:44.7805963Z [00:03:11.738]➜  # import config
2025-08-20T21:11:44.7806834Z [00:03:11.738]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:11:44.7808173Z [00:03:11.738]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.7812412Z [00:03:11.738]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:44.7813474Z [00:03:11.738]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.7814584Z [00:03:11.738]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2720400589/b1487/_pkg_.a
2025-08-20T21:11:44.7815338Z [00:03:11.738]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build2720400589/b1492/_pkg_.a
2025-08-20T21:11:44.7816070Z [00:03:11.738]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build2720400589/b1497/_pkg_.a
2025-08-20T21:11:44.7816780Z [00:03:11.738]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2720400589/b1493/_pkg_.a
2025-08-20T21:11:44.7817495Z [00:03:11.738]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2720400589/b1499/_pkg_.a
2025-08-20T21:11:44.7818177Z [00:03:11.738]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2720400589/b1495/_pkg_.a
2025-08-20T21:11:44.7818761Z [00:03:11.738]➜  packagefile github.com/zeebo/errs=/tmp/go-build2720400589/b1496/_pkg_.a
2025-08-20T21:11:44.7819224Z [00:03:11.738]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:44.7819625Z [00:03:11.738]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:44.7820034Z [00:03:11.738]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:44.7820449Z [00:03:11.738]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.7820861Z [00:03:11.738]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:44.7821167Z [00:03:11.738]➜  EOF
2025-08-20T21:11:44.7824545Z [00:03:11.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1486/_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/b1486=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid aP_iaw5dlG4rG69pLq9_/aP_iaw5dlG4rG69pLq9_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/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-20T21:11:44.8777591Z [00:03:11.835]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T21:11:44.8840555Z [00:03:11.842]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/c1/c17dd3b57038d03755ce9c0c0293350f99abf27b58165b374eb9f104963ce83d-d # internal
2025-08-20T21:11:44.8842774Z [00:03:11.842]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T21:11:44.8843154Z [00:03:11.842]➜  mkdir -p $WORK/b1513/
2025-08-20T21:11:44.8843535Z [00:03:11.842]➜  cat >/tmp/go-build2720400589/b1513/importcfg << 'EOF' # internal
2025-08-20T21:11:44.8843886Z [00:03:11.842]➜  # import config
2025-08-20T21:11:44.8846812Z [00:03:11.842]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:44.8847646Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:44.8848680Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:44.8849385Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:44.8850286Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:44.8851010Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:11:44.8851731Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:44.8852464Z [00:03:11.842]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:44.8853044Z [00:03:11.842]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:44.8853469Z [00:03:11.842]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.8853778Z [00:03:11.842]➜  EOF
2025-08-20T21:11:44.8858412Z [00:03:11.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1513/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1=>google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1;$WORK/b1513=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid oSxz14x0SdXSv3VI8tWc/oSxz14x0SdXSv3VI8tWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1/checked.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1/eval.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1/explain.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1/syntax.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250422160041-2d3770c4ea7f/expr/v1alpha1/value.pb.go
2025-08-20T21:11:44.8900269Z [00:03:11.848]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T21:11:44.8913097Z [00:03:11.849]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/f7/f7b8f9f5a937a76ab83e9d6451b12d23380b4daacd45aa36c60ab67bfc628dcb-d # internal
2025-08-20T21:11:44.8914115Z [00:03:11.849]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T21:11:44.8914953Z [00:03:11.849]➜  mkdir -p $WORK/b1485/
2025-08-20T21:11:44.8919736Z [00:03:11.850]➜  cat >/tmp/go-build2720400589/b1485/importcfg << 'EOF' # internal
2025-08-20T21:11:44.8920196Z [00:03:11.850]➜  # import config
2025-08-20T21:11:44.8920959Z [00:03:11.850]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:44.8921492Z [00:03:11.850]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:44.8922052Z [00:03:11.850]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.8922597Z [00:03:11.850]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.8923019Z [00:03:11.850]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.8923621Z [00:03:11.850]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2720400589/b1486/_pkg_.a
2025-08-20T21:11:44.8924433Z [00:03:11.850]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:44.8925137Z [00:03:11.850]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:44.8925670Z [00:03:11.850]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:44.8926114Z [00:03:11.850]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:44.8926639Z [00:03:11.850]➜  EOF
2025-08-20T21:11:44.8929553Z [00:03:11.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider=>google.golang.org/grpc@v1.72.0/credentials/tls/certprovider;$WORK/b1485=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid k6SwHxFpDwPMBnSC0Gq1/k6SwHxFpDwPMBnSC0Gq1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/distributor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/provider.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/store.go
2025-08-20T21:11:44.9607563Z [00:03:11.919]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T21:11:44.9617998Z [00:03:11.920]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/57/57cfee574e9d2fa69a51287811fbc63ca4d6dc5d47de2e11377b506673436de0-d # internal
2025-08-20T21:11:44.9619055Z [00:03:11.920]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T21:11:44.9636417Z [00:03:11.921]➜  mkdir -p $WORK/b1503/
2025-08-20T21:11:44.9637139Z [00:03:11.922]➜  cat >/tmp/go-build2720400589/b1503/importcfg << 'EOF' # internal
2025-08-20T21:11:44.9637785Z [00:03:11.922]➜  # import config
2025-08-20T21:11:44.9639052Z [00:03:11.922]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:44.9639513Z [00:03:11.922]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.9640101Z [00:03:11.922]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2720400589/b1486/_pkg_.a
2025-08-20T21:11:44.9640791Z [00:03:11.922]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2720400589/b1495/_pkg_.a
2025-08-20T21:11:44.9641208Z [00:03:11.922]➜  EOF
2025-08-20T21:11:44.9643383Z [00:03:11.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1503/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/spiffe=>google.golang.org/grpc@v1.72.0/internal/credentials/spiffe;$WORK/b1503=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid XMCoyQZGbGXHFnN1nIDa/XMCoyQZGbGXHFnN1nIDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/spiffe/spiffe.go
2025-08-20T21:11:44.9947128Z [00:03:11.952]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T21:11:44.9976954Z [00:03:11.953]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/2a/2a73002a29c51d7676f93cac3faf454cb454346affae5b562515230eecf32d00-d # internal
2025-08-20T21:11:44.9977704Z [00:03:11.953]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T21:11:44.9978084Z [00:03:11.953]➜  mkdir -p $WORK/b1502/
2025-08-20T21:11:44.9978763Z [00:03:11.955]➜  cat >/tmp/go-build2720400589/b1502/importcfg << 'EOF' # internal
2025-08-20T21:11:44.9979196Z [00:03:11.955]➜  # import config
2025-08-20T21:11:44.9979647Z [00:03:11.955]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:44.9980134Z [00:03:11.955]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:44.9980589Z [00:03:11.955]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:44.9981042Z [00:03:11.955]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:44.9981509Z [00:03:11.955]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:44.9981954Z [00:03:11.955]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:44.9982366Z [00:03:11.955]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:44.9982965Z [00:03:11.955]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:11:44.9983799Z [00:03:11.955]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:44.9984637Z [00:03:11.955]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2720400589/b1503/_pkg_.a
2025-08-20T21:11:44.9985421Z [00:03:11.955]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:44.9986326Z [00:03:11.955]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:44.9986884Z [00:03:11.955]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:44.9987323Z [00:03:11.955]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:44.9987761Z [00:03:11.955]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:44.9988068Z [00:03:11.955]➜  EOF
2025-08-20T21:11:44.9990751Z [00:03:11.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1502/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/pemfile=>google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/pemfile;$WORK/b1502=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid iMW9aJ_PM7lqO63CDi1L/iMW9aJ_PM7lqO63CDi1L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/pemfile/builder.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/credentials/tls/certprovider/pemfile/watcher.go
2025-08-20T21:11:45.0540500Z [00:03:12.012]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T21:11:45.0550600Z [00:03:12.013]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/ea/eafcd5e92a62d137a80881a765789f4b658a48bb8370c70e7480628737aba456-d # internal
2025-08-20T21:11:45.0557902Z [00:03:12.013]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T21:11:45.0558314Z [00:03:12.013]➜  mkdir -p $WORK/b1501/
2025-08-20T21:11:45.0595246Z [00:03:12.017]➜  cat >/tmp/go-build2720400589/b1501/importcfg << 'EOF' # internal
2025-08-20T21:11:45.0596129Z [00:03:12.017]➜  # import config
2025-08-20T21:11:45.0598720Z [00:03:12.017]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:45.0599360Z [00:03:12.017]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:45.0604595Z [00:03:12.017]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:45.0605064Z [00:03:12.017]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.0605479Z [00:03:12.017]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.0606004Z [00:03:12.017]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:45.0606705Z [00:03:12.017]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:11:45.0607868Z [00:03:12.017]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2720400589/b1502/_pkg_.a
2025-08-20T21:11:45.0608650Z [00:03:12.017]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.0609135Z [00:03:12.017]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.0609443Z [00:03:12.017]➜  EOF
2025-08-20T21:11:45.0611672Z [00:03:12.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1501/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/tlscreds=>google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/tlscreds;$WORK/b1501=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid d2kocfYZ3UhvTo-Il4kK/d2kocfYZ3UhvTo-Il4kK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T21:11:45.0980779Z [00:03:12.056]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T21:11:45.0989970Z [00:03:12.056]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/b0/b0d75204faeed410bdb8be5bc1fba47e6ec2ebfef7a68e93baaf991141a070bd-d # internal
2025-08-20T21:11:45.0990660Z [00:03:12.056]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T21:11:45.0990973Z [00:03:12.056]➜  mkdir -p $WORK/b1500/
2025-08-20T21:11:45.0991630Z [00:03:12.057]➜  cat >/tmp/go-build2720400589/b1500/importcfg << 'EOF' # internal
2025-08-20T21:11:45.0991982Z [00:03:12.057]➜  # import config
2025-08-20T21:11:45.0992345Z [00:03:12.057]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:45.0992899Z [00:03:12.057]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:11:45.0993547Z [00:03:12.057]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2720400589/b1418/_pkg_.a
2025-08-20T21:11:45.0994233Z [00:03:12.057]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:11:45.0995245Z [00:03:12.057]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build2720400589/b1501/_pkg_.a
2025-08-20T21:11:45.0995735Z [00:03:12.057]➜  EOF
2025-08-20T21:11:45.0997958Z [00:03:12.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1500/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/bootstrap=>google.golang.org/grpc@v1.72.0/xds/bootstrap;$WORK/b1500=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid LK7D4BvgHr8GsM9bScfc/LK7D4BvgHr8GsM9bScfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/bootstrap/credentials.go
2025-08-20T21:11:45.1099859Z [00:03:12.067]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T21:11:45.1156951Z [00:03:12.073]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T21:11:45.1174710Z [00:03:12.075]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T21:11:45.1184039Z [00:03:12.076]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/e5/e55a47298f51d7f1bfdf5770667a4b53868f35fac8421f80466e8594fc57a1fa-d # internal
2025-08-20T21:11:45.1190817Z [00:03:12.077]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T21:11:45.1191924Z [00:03:12.077]➜  mkdir -p $WORK/b1514/
2025-08-20T21:11:45.1202008Z [00:03:12.078]➜  cat >/tmp/go-build2720400589/b1514/importcfg << 'EOF' # internal
2025-08-20T21:11:45.1202618Z [00:03:12.078]➜  # import config
2025-08-20T21:11:45.1203059Z [00:03:12.078]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.1204088Z [00:03:12.078]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.1205411Z [00:03:12.078]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.1206383Z [00:03:12.078]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.1208494Z [00:03:12.078]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.1212638Z [00:03:12.078]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.1215769Z [00:03:12.078]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.1216490Z [00:03:12.078]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.1217036Z [00:03:12.078]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.1217461Z [00:03:12.078]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.1217893Z [00:03:12.078]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.1218332Z [00:03:12.078]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.1219042Z [00:03:12.078]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.1219469Z [00:03:12.078]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.1219889Z [00:03:12.078]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.1220306Z [00:03:12.078]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.1220906Z [00:03:12.078]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.1221355Z [00:03:12.078]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.1221688Z [00:03:12.078]➜  EOF
2025-08-20T21:11:45.1233956Z [00:03:12.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1514/_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/b1514=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5pnkmF8bhvL3FYqtK-Rj/5pnkmF8bhvL3FYqtK-Rj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/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-20T21:11:45.1237038Z [00:03:12.079]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/5e/5e204899395d375dd2765093b25bfe776571668ceb4640d098420b48e6636439-d # internal
2025-08-20T21:11:45.1237647Z [00:03:12.079]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T21:11:45.1237945Z [00:03:12.079]➜  mkdir -p $WORK/b1511/
2025-08-20T21:11:45.1238328Z [00:03:12.079]➜  cat >/tmp/go-build2720400589/b1511/importcfg << 'EOF' # internal
2025-08-20T21:11:45.1238672Z [00:03:12.079]➜  # import config
2025-08-20T21:11:45.1239011Z [00:03:12.079]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.1239464Z [00:03:12.079]➜  packagefile cel.dev/expr=/tmp/go-build2720400589/b1512/_pkg_.a
2025-08-20T21:11:45.1239904Z [00:03:12.079]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.1240319Z [00:03:12.079]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.1240868Z [00:03:12.079]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:45.1241578Z [00:03:12.079]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.1242343Z [00:03:12.079]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2720400589/b1513/_pkg_.a
2025-08-20T21:11:45.1243091Z [00:03:12.079]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.1244037Z [00:03:12.079]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.1244929Z [00:03:12.079]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.1245731Z [00:03:12.079]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:45.1246520Z [00:03:12.079]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:45.1247083Z [00:03:12.079]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.1247502Z [00:03:12.079]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.1247933Z [00:03:12.079]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.1248357Z [00:03:12.079]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.1248777Z [00:03:12.079]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.1249194Z [00:03:12.079]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.1249755Z [00:03:12.079]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.1250181Z [00:03:12.079]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.1250592Z [00:03:12.079]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.1251025Z [00:03:12.079]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.1251502Z [00:03:12.079]➜  EOF
2025-08-20T21:11:45.1255778Z [00:03:12.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1511/_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/b1511=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid -__kENimAmv58ohS4ZW3/-__kENimAmv58ohS4ZW3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/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-20T21:11:45.1259825Z [00:03:12.081]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/6c/6cc5d8c46fc55ee585b5f25314c1835cd0ca307b9287729a19fa83bd2aefcede-d # internal
2025-08-20T21:11:45.1302598Z [00:03:12.088]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T21:11:45.1333513Z [00:03:12.088]➜  mkdir -p $WORK/b1476/
2025-08-20T21:11:45.1333979Z [00:03:12.088]➜  cat >/tmp/go-build2720400589/b1476/importcfg << 'EOF' # internal
2025-08-20T21:11:45.1334447Z [00:03:12.088]➜  # import config
2025-08-20T21:11:45.1334799Z [00:03:12.088]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.1335227Z [00:03:12.088]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.1335642Z [00:03:12.088]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.1336188Z [00:03:12.088]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.1336859Z [00:03:12.088]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:45.1337504Z [00:03:12.088]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:11:45.1338211Z [00:03:12.088]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:45.1339247Z [00:03:12.088]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:45.1340163Z [00:03:12.088]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:45.1340992Z [00:03:12.088]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.1341733Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.1342446Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.1343147Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.1343866Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:45.1346579Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:11:45.1347517Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:45.1348257Z [00:03:12.088]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:45.1348973Z [00:03:12.088]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.1349403Z [00:03:12.088]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.1349838Z [00:03:12.088]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.1350262Z [00:03:12.088]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.1350705Z [00:03:12.088]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.1351114Z [00:03:12.088]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.1351537Z [00:03:12.088]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.1351954Z [00:03:12.088]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.1352364Z [00:03:12.088]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.1352806Z [00:03:12.088]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.1353146Z [00:03:12.088]➜  EOF
2025-08-20T21:11:45.1370081Z [00:03:12.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1476/_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/b1476=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid yUoBpNmX9pYXOiLtwW5h/yUoBpNmX9pYXOiLtwW5h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/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-20T21:11:45.2562092Z [00:03:12.214]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T21:11:45.2591655Z [00:03:12.217]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/29/296382bd2d909aa5b54f41b8b943c1b4da6857fd381e7638b375e01e5174d274-d # internal
2025-08-20T21:11:45.2625325Z [00:03:12.220]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T21:11:45.2631272Z [00:03:12.221]➜  mkdir -p $WORK/b1515/
2025-08-20T21:11:45.2640544Z [00:03:12.222]➜  cat >/tmp/go-build2720400589/b1515/importcfg << 'EOF' # internal
2025-08-20T21:11:45.2641785Z [00:03:12.222]➜  # import config
2025-08-20T21:11:45.2642765Z [00:03:12.222]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.2643611Z [00:03:12.222]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.2644511Z [00:03:12.222]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.2645585Z [00:03:12.222]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.2646670Z [00:03:12.222]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2720400589/b1514/_pkg_.a
2025-08-20T21:11:45.2648201Z [00:03:12.222]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.2649537Z [00:03:12.222]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.2650776Z [00:03:12.222]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.2652408Z [00:03:12.222]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.2653004Z [00:03:12.222]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.2653431Z [00:03:12.222]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.2653865Z [00:03:12.222]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.2654488Z [00:03:12.222]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.2654997Z [00:03:12.222]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.2655709Z [00:03:12.222]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.2656137Z [00:03:12.222]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.2656564Z [00:03:12.222]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.2656977Z [00:03:12.222]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.2657582Z [00:03:12.222]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.2657926Z [00:03:12.222]➜  EOF
2025-08-20T21:11:45.2669420Z [00:03:12.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1515/_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/b1515=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid w6Uuxbn8G9OhcGoPedkq/w6Uuxbn8G9OhcGoPedkq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/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-20T21:11:45.2835912Z [00:03:12.239]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T21:11:45.2852206Z [00:03:12.243]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/1a/1a3f3726dd079dff330774f7021aa75234ab860c9fbc12649d01f566a4fbbb06-d # internal
2025-08-20T21:11:45.2861863Z [00:03:12.244]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T21:11:45.2862532Z [00:03:12.244]➜  mkdir -p $WORK/b1510/
2025-08-20T21:11:45.2969984Z [00:03:12.255]➜  cat >/tmp/go-build2720400589/b1510/importcfg << 'EOF' # internal
2025-08-20T21:11:45.2970623Z [00:03:12.255]➜  # import config
2025-08-20T21:11:45.2971127Z [00:03:12.255]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.2972344Z [00:03:12.255]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.2973089Z [00:03:12.255]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.2974485Z [00:03:12.255]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:45.2975551Z [00:03:12.255]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:11:45.2976680Z [00:03:12.255]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2720400589/b1511/_pkg_.a
2025-08-20T21:11:45.2977606Z [00:03:12.255]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.2979125Z [00:03:12.255]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.2979858Z [00:03:12.255]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.2980741Z [00:03:12.255]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.2981407Z [00:03:12.255]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.2981844Z [00:03:12.255]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.2982276Z [00:03:12.255]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.2982708Z [00:03:12.255]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.2983125Z [00:03:12.255]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.2983539Z [00:03:12.255]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.2983956Z [00:03:12.255]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.2984506Z [00:03:12.255]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.2984943Z [00:03:12.255]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.2985541Z [00:03:12.255]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.2985876Z [00:03:12.255]➜  EOF
2025-08-20T21:11:45.2996572Z [00:03:12.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1510/_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/b1510=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid E6UXBvnIzRxmn3bONHjI/E6UXBvnIzRxmn3bONHjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/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-20T21:11:45.3861703Z [00:03:12.344]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T21:11:45.3880668Z [00:03:12.346]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/28/286c62e4bfb46df06c8ee62005641b381e14796168906f0d451ef614f2321c73-d # internal
2025-08-20T21:11:45.3970142Z [00:03:12.355]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T21:11:45.3981479Z [00:03:12.355]➜  mkdir -p $WORK/b1521/
2025-08-20T21:11:45.3981929Z [00:03:12.355]➜  cat >/tmp/go-build2720400589/b1521/importcfg << 'EOF' # internal
2025-08-20T21:11:45.3982566Z [00:03:12.355]➜  # import config
2025-08-20T21:11:45.3982980Z [00:03:12.355]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.3983415Z [00:03:12.355]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.3983835Z [00:03:12.355]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.3984512Z [00:03:12.355]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.3985300Z [00:03:12.355]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:45.3986061Z [00:03:12.355]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.3986799Z [00:03:12.355]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.3987512Z [00:03:12.355]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.3988406Z [00:03:12.355]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.3989137Z [00:03:12.355]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:45.3989699Z [00:03:12.355]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.3990369Z [00:03:12.355]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.3990801Z [00:03:12.355]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.3991227Z [00:03:12.355]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.3991651Z [00:03:12.355]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.3992066Z [00:03:12.355]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.3992489Z [00:03:12.355]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.3992912Z [00:03:12.355]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.3993321Z [00:03:12.355]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.3993766Z [00:03:12.355]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.3994101Z [00:03:12.355]➜  EOF
2025-08-20T21:11:45.3998128Z [00:03:12.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1521/_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/b1521=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid C57cdOwhWkmF7cEr2OKM/C57cdOwhWkmF7cEr2OKM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/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-20T21:11:45.6820294Z [00:03:12.640]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T21:11:45.6880311Z [00:03:12.646]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/07/07cfec7adf4c1ccd433a2725e3a590b75ff1240d1f0df35154bfe69f1b938090-d # internal
2025-08-20T21:11:45.6899822Z [00:03:12.648]➜  google.golang.org/grpc/internal/admin
2025-08-20T21:11:45.6904777Z [00:03:12.648]➜  mkdir -p $WORK/b1526/
2025-08-20T21:11:45.6914421Z [00:03:12.649]➜  cat >/tmp/go-build2720400589/b1526/importcfg << 'EOF' # internal
2025-08-20T21:11:45.6920252Z [00:03:12.649]➜  # import config
2025-08-20T21:11:45.6920678Z [00:03:12.649]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:45.6921055Z [00:03:12.649]➜  EOF
2025-08-20T21:11:45.6931267Z [00:03:12.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/admin=>google.golang.org/grpc@v1.72.0/internal/admin;$WORK/b1526=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid AqvTNRn_--LG7-FvUpbn/AqvTNRn_--LG7-FvUpbn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/admin/admin.go
2025-08-20T21:11:45.7276518Z [00:03:12.685]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T21:11:45.7281601Z [00:03:12.686]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/ea/ea1da1961d135fa15aae8df4662ef95d32e50ed9c61dbaea43a5fb37a9293f97-d # internal
2025-08-20T21:11:45.7283326Z [00:03:12.686]➜  google.golang.org/grpc/xds/internal/xdsclient/load
2025-08-20T21:11:45.7284667Z [00:03:12.686]➜  mkdir -p $WORK/b1530/
2025-08-20T21:11:45.7298153Z [00:03:12.687]➜  cat >/tmp/go-build2720400589/b1530/importcfg << 'EOF' # internal
2025-08-20T21:11:45.7298843Z [00:03:12.687]➜  # import config
2025-08-20T21:11:45.7301437Z [00:03:12.687]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.7302208Z [00:03:12.687]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:45.7302657Z [00:03:12.687]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.7302968Z [00:03:12.687]➜  EOF
2025-08-20T21:11:45.7305702Z [00:03:12.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/load=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/load;$WORK/b1530=>" -p google.golang.org/grpc/xds/internal/xdsclient/load -lang=go1.23 -complete -installsuffix shared -buildid ih2377qVtvgO4JelANjn/ih2377qVtvgO4JelANjn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/load/reporter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/load/store.go
2025-08-20T21:11:45.8389809Z [00:03:12.796]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T21:11:45.8448250Z [00:03:12.803]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/43/434ca8e44038765db84e44e87bf0a47721392b418ca31ae8e1b5983ca0d8ff9b-d # internal
2025-08-20T21:11:45.8449478Z [00:03:12.803]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T21:11:45.8450077Z [00:03:12.803]➜  mkdir -p $WORK/b1535/
2025-08-20T21:11:45.8465158Z [00:03:12.803]➜  cat >/tmp/go-build2720400589/b1535/importcfg << 'EOF' # internal
2025-08-20T21:11:45.8466894Z [00:03:12.803]➜  # import config
2025-08-20T21:11:45.8467487Z [00:03:12.803]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.8468055Z [00:03:12.803]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.8470646Z [00:03:12.803]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.8471425Z [00:03:12.803]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.8472549Z [00:03:12.803]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.8473718Z [00:03:12.803]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.8474980Z [00:03:12.803]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:45.8476438Z [00:03:12.803]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.8476877Z [00:03:12.803]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.8477309Z [00:03:12.803]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.8477736Z [00:03:12.803]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.8478161Z [00:03:12.803]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.8478786Z [00:03:12.803]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.8479316Z [00:03:12.803]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.8479742Z [00:03:12.803]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.8480153Z [00:03:12.803]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.8480593Z [00:03:12.803]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.8480931Z [00:03:12.803]➜  EOF
2025-08-20T21:11:45.8483652Z [00:03:12.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1535/_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/b1535=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid qHo-_5HHLJIIo-VAoGTN/qHo-_5HHLJIIo-VAoGTN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/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-20T21:11:45.8486299Z [00:03:12.803]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T21:11:45.8487491Z [00:03:12.806]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/27/27b7f5a1a9f834964b59209859c588bffe4274fc166c8b7da35dd1d7c4cf95f0-d # internal
2025-08-20T21:11:45.8509303Z [00:03:12.809]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T21:11:45.8511919Z [00:03:12.809]➜  mkdir -p $WORK/b1536/
2025-08-20T21:11:45.8515060Z [00:03:12.809]➜  cat >/tmp/go-build2720400589/b1536/importcfg << 'EOF' # internal
2025-08-20T21:11:45.8515447Z [00:03:12.809]➜  # import config
2025-08-20T21:11:45.8515787Z [00:03:12.809]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.8522711Z [00:03:12.809]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.8523206Z [00:03:12.809]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.8523758Z [00:03:12.809]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.8524569Z [00:03:12.809]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.8525375Z [00:03:12.809]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.8526086Z [00:03:12.809]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.8526783Z [00:03:12.809]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.8527323Z [00:03:12.809]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.8527750Z [00:03:12.809]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.8528187Z [00:03:12.809]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.8528644Z [00:03:12.809]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.8529274Z [00:03:12.809]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.8529781Z [00:03:12.809]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.8530210Z [00:03:12.809]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.8530623Z [00:03:12.809]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.8531033Z [00:03:12.809]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.8531472Z [00:03:12.809]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.8531803Z [00:03:12.809]➜  EOF
2025-08-20T21:11:45.8535852Z [00:03:12.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1536/_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/b1536=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid Wof58f1AxehtrLEiQzCx/Wof58f1AxehtrLEiQzCx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/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-20T21:11:45.8851364Z [00:03:12.843]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T21:11:45.8863689Z [00:03:12.844]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/af/afcb5e9f44d23af22f3944687f54b8027abde23c1b5eba270c1c146e3380ae80-d # internal
2025-08-20T21:11:45.8871970Z [00:03:12.844]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T21:11:45.8875856Z [00:03:12.845]➜  mkdir -p $WORK/b1538/
2025-08-20T21:11:45.8876274Z [00:03:12.845]➜  cat >/tmp/go-build2720400589/b1538/importcfg << 'EOF' # internal
2025-08-20T21:11:45.8876643Z [00:03:12.845]➜  # import config
2025-08-20T21:11:45.8876987Z [00:03:12.845]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:45.8877638Z [00:03:12.845]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.8878056Z [00:03:12.845]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.8878600Z [00:03:12.845]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:45.8879310Z [00:03:12.845]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:45.8880042Z [00:03:12.845]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:45.8880759Z [00:03:12.845]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:45.8881464Z [00:03:12.845]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:45.8882181Z [00:03:12.845]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:45.8882746Z [00:03:12.845]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:45.8883170Z [00:03:12.845]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:45.8883663Z [00:03:12.845]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:45.8884099Z [00:03:12.845]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:45.8894484Z [00:03:12.845]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.8894981Z [00:03:12.845]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:45.8895421Z [00:03:12.845]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.8895851Z [00:03:12.845]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:45.8896533Z [00:03:12.845]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:45.8897043Z [00:03:12.845]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:45.8897385Z [00:03:12.845]➜  EOF
2025-08-20T21:11:45.8901005Z [00:03:12.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1538/_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/b1538=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid e1duKuMJ1hBOw6nIqpP6/e1duKuMJ1hBOw6nIqpP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/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-20T21:11:45.9160248Z [00:03:12.874]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T21:11:45.9169058Z [00:03:12.875]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/a3/a3894b0f6e6a9a096e3fb865d68a087867b5e1de182f97ddf86878c6fd04fd54-d # internal
2025-08-20T21:11:45.9186234Z [00:03:12.875]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T21:11:45.9186597Z [00:03:12.875]➜  mkdir -p $WORK/b1539/
2025-08-20T21:11:45.9186983Z [00:03:12.875]➜  cat >/tmp/go-build2720400589/b1539/importcfg << 'EOF' # internal
2025-08-20T21:11:45.9187338Z [00:03:12.875]➜  # import config
2025-08-20T21:11:45.9187698Z [00:03:12.875]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:45.9188503Z [00:03:12.875]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.9189156Z [00:03:12.875]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:45.9189896Z [00:03:12.875]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:45.9190782Z [00:03:12.875]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:45.9191295Z [00:03:12.875]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:45.9191720Z [00:03:12.875]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:45.9192151Z [00:03:12.875]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:45.9192464Z [00:03:12.875]➜  EOF
2025-08-20T21:11:45.9195030Z [00:03:12.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/matcher=>google.golang.org/grpc@v1.72.0/internal/xds/matcher;$WORK/b1539=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid 28T6CjgNeWepjjh5a8Jr/28T6CjgNeWepjjh5a8Jr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/matcher/matcher_header.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/matcher/string_matcher.go
2025-08-20T21:11:45.9806165Z [00:03:12.938]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T21:11:45.9819326Z [00:03:12.940]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/b6/b67e8ab755167a87ab7107f7c85ef7c8a88216efb68fe48acdb1261558c623d6-d # internal
2025-08-20T21:11:45.9840488Z [00:03:12.942]➜  google.golang.org/grpc/xds/internal
2025-08-20T21:11:45.9868688Z [00:03:12.945]➜  mkdir -p $WORK/b1540/
2025-08-20T21:11:45.9871781Z [00:03:12.945]➜  cat >/tmp/go-build2720400589/b1540/importcfg << 'EOF' # internal
2025-08-20T21:11:45.9872179Z [00:03:12.945]➜  # import config
2025-08-20T21:11:45.9872816Z [00:03:12.945]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:45.9873341Z [00:03:12.945]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:45.9873868Z [00:03:12.945]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:45.9874445Z [00:03:12.945]➜  EOF
2025-08-20T21:11:45.9876883Z [00:03:12.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal=>google.golang.org/grpc@v1.72.0/xds/internal;$WORK/b1540=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid 14xCXZvz5PY9TT2-zdzC/14xCXZvz5PY9TT2-zdzC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/internal.go
2025-08-20T21:11:46.0045713Z [00:03:12.962]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T21:11:46.0059267Z [00:03:12.964]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/79/79068c734cad02b916999886e880f75578400fb235316643ae907f0e525e717f-d # internal
2025-08-20T21:11:46.0068264Z [00:03:12.965]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T21:11:46.0072953Z [00:03:12.965]➜  mkdir -p $WORK/b1541/
2025-08-20T21:11:46.0073579Z [00:03:12.965]➜  cat >/tmp/go-build2720400589/b1541/importcfg << 'EOF' # internal
2025-08-20T21:11:46.0074761Z [00:03:12.965]➜  # import config
2025-08-20T21:11:46.0075527Z [00:03:12.965]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:46.0076632Z [00:03:12.965]➜  EOF
2025-08-20T21:11:46.0079142Z [00:03:12.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier=>google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier;$WORK/b1541=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid oxfVjeDVUC2zjprZAFr4/oxfVjeDVUC2zjprZAFr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T21:11:46.0175725Z [00:03:12.975]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T21:11:46.0188755Z [00:03:12.977]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/61/6111c09825857489452facceb18b96cd4516bb9e388b7db2b5e0742e56bb744e-d # internal
2025-08-20T21:11:46.0190121Z [00:03:12.977]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T21:11:46.0191048Z [00:03:12.977]➜  mkdir -p $WORK/b1542/
2025-08-20T21:11:46.0191989Z [00:03:12.977]➜  cat >/tmp/go-build2720400589/b1542/importcfg << 'EOF' # internal
2025-08-20T21:11:46.0192850Z [00:03:12.977]➜  # import config
2025-08-20T21:11:46.0193739Z [00:03:12.977]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:11:46.0194949Z [00:03:12.977]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:46.0195849Z [00:03:12.977]➜  EOF
2025-08-20T21:11:46.0198257Z [00:03:12.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter=>google.golang.org/grpc@v1.72.0/xds/internal/httpfilter;$WORK/b1542=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid 8lLFaVmFCa1PSD_5P94S/8lLFaVmFCa1PSD_5P94S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/httpfilter.go
2025-08-20T21:11:46.0363500Z [00:03:12.994]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T21:11:46.0369581Z [00:03:12.995]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/e3/e3903c41c8ffb1b6457aae442e9b03486dae53f796336154a65d39ed795765bd-d # internal
2025-08-20T21:11:46.0388570Z [00:03:12.997]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T21:11:46.0389040Z [00:03:12.997]➜  mkdir -p $WORK/b1549/
2025-08-20T21:11:46.0393920Z [00:03:12.997]➜  cat >/tmp/go-build2720400589/b1549/importcfg << 'EOF' # internal
2025-08-20T21:11:46.0394534Z [00:03:12.997]➜  # import config
2025-08-20T21:11:46.0394920Z [00:03:12.997]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.0395365Z [00:03:12.997]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.0395878Z [00:03:12.997]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.0396548Z [00:03:12.997]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2720400589/b1279/_pkg_.a
2025-08-20T21:11:46.0397534Z [00:03:12.997]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:46.0398306Z [00:03:12.997]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.0398916Z [00:03:12.997]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.0399540Z [00:03:12.997]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.0400168Z [00:03:12.997]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.0400779Z [00:03:12.997]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.0401316Z [00:03:12.997]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:46.0401751Z [00:03:12.997]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.0402188Z [00:03:12.997]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:46.0402687Z [00:03:12.997]➜  EOF
2025-08-20T21:11:46.0404898Z [00:03:12.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/leastrequest=>google.golang.org/grpc@v1.72.0/balancer/leastrequest;$WORK/b1549=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid 3nFPAVN27o1rb-SsIa3K/3nFPAVN27o1rb-SsIa3K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/leastrequest/leastrequest.go
2025-08-20T21:11:46.0540601Z [00:03:13.012]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T21:11:46.0552598Z [00:03:13.013]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/4c/4c598f585a7075e39b1d9abff6ff86f428a3720561857330ce066545ddfbb1f2-d # internal
2025-08-20T21:11:46.0553229Z [00:03:13.013]➜  container/heap
2025-08-20T21:11:46.0553508Z [00:03:13.013]➜  mkdir -p $WORK/b1553/
2025-08-20T21:11:46.0563692Z [00:03:13.014]➜  cat >/tmp/go-build2720400589/b1553/importcfg << 'EOF' # internal
2025-08-20T21:11:46.0564136Z [00:03:13.014]➜  # import config
2025-08-20T21:11:46.0564697Z [00:03:13.014]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.0565035Z [00:03:13.014]➜  EOF
2025-08-20T21:11:46.0566513Z [00:03:13.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b1553=>" -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/b1553/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:11:46.0766943Z [00:03:13.034]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T21:11:46.0771596Z [00:03:13.035]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T21:11:46.0772404Z [00:03:13.035]➜  google.golang.org/grpc/internal/wrr
2025-08-20T21:11:46.0773101Z [00:03:13.035]➜  mkdir -p $WORK/b1552/
2025-08-20T21:11:46.0778229Z [00:03:13.036]➜  cat >/tmp/go-build2720400589/b1552/importcfg << 'EOF' # internal
2025-08-20T21:11:46.0778658Z [00:03:13.036]➜  # import config
2025-08-20T21:11:46.0779038Z [00:03:13.036]➜  packagefile container/heap=/tmp/go-build2720400589/b1553/_pkg_.a
2025-08-20T21:11:46.0779497Z [00:03:13.036]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.0779939Z [00:03:13.036]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:46.0780378Z [00:03:13.036]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.0780792Z [00:03:13.036]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.0781101Z [00:03:13.036]➜  EOF
2025-08-20T21:11:46.0783738Z [00:03:13.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/wrr=>google.golang.org/grpc@v1.72.0/internal/wrr;$WORK/b1552=>" -p google.golang.org/grpc/internal/wrr -lang=go1.23 -complete -installsuffix shared -buildid k6u6mDtSxKIaZfY2BFu2/k6u6mDtSxKIaZfY2BFu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/wrr/edf.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/wrr/random.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/wrr/wrr.go
2025-08-20T21:11:46.1271440Z [00:03:13.085]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T21:11:46.1277758Z [00:03:13.085]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/a4/a449d57b7a7adb8c27f67161312a98cd9e76f5b12f5d787a5f9d13b07aa073e0-d # internal
2025-08-20T21:11:46.1278523Z [00:03:13.086]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T21:11:46.1279546Z [00:03:13.086]➜  mkdir -p $WORK/b1551/
2025-08-20T21:11:46.1284559Z [00:03:13.086]➜  cat >/tmp/go-build2720400589/b1551/importcfg << 'EOF' # internal
2025-08-20T21:11:46.1285289Z [00:03:13.086]➜  # import config
2025-08-20T21:11:46.1285648Z [00:03:13.086]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.1286065Z [00:03:13.086]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.1286590Z [00:03:13.086]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.1287203Z [00:03:13.086]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:46.1287827Z [00:03:13.086]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.1288466Z [00:03:13.086]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.1289101Z [00:03:13.086]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2720400589/b1552/_pkg_.a
2025-08-20T21:11:46.1289612Z [00:03:13.086]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.1289926Z [00:03:13.086]➜  EOF
2025-08-20T21:11:46.1311336Z [00:03:13.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedaggregator=>google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedaggregator;$WORK/b1551=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid 2N7bPhKk3Vk4FNyjbinz/2N7bPhKk3Vk4FNyjbinz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T21:11:46.1486719Z [00:03:13.106]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T21:11:46.1497419Z [00:03:13.107]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/10/102acf21779a7de1d586690b88082f190b0e4ab2ff012693abc97a6430b78632-d # internal
2025-08-20T21:11:46.1509354Z [00:03:13.109]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T21:11:46.1509725Z [00:03:13.109]➜  mkdir -p $WORK/b1554/
2025-08-20T21:11:46.1510706Z [00:03:13.109]➜  cat >/tmp/go-build2720400589/b1554/importcfg << 'EOF' # internal
2025-08-20T21:11:46.1511137Z [00:03:13.109]➜  # import config
2025-08-20T21:11:46.1511582Z [00:03:13.109]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.1511983Z [00:03:13.109]➜  EOF
2025-08-20T21:11:46.1513987Z [00:03:13.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/hierarchy=>google.golang.org/grpc@v1.72.0/internal/hierarchy;$WORK/b1554=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid EQH_bvhSOVI4DaUbxehq/EQH_bvhSOVI4DaUbxehq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/hierarchy/hierarchy.go
2025-08-20T21:11:46.1841636Z [00:03:13.142]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T21:11:46.1846143Z [00:03:13.142]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/f1/f1d122b87af6fadcd7b087882bc9dd1527b0d5b4b0d284a19a4f87deb256e398-d # internal
2025-08-20T21:11:46.1848099Z [00:03:13.143]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T21:11:46.1848457Z [00:03:13.143]➜  mkdir -p $WORK/b1556/
2025-08-20T21:11:46.1851242Z [00:03:13.143]➜  cat >/tmp/go-build2720400589/b1556/importcfg << 'EOF' # internal
2025-08-20T21:11:46.1851959Z [00:03:13.143]➜  # import config
2025-08-20T21:11:46.1852440Z [00:03:13.143]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.1853073Z [00:03:13.143]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:46.1853719Z [00:03:13.143]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.1854137Z [00:03:13.143]➜  EOF
2025-08-20T21:11:46.1856300Z [00:03:13.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/nop=>google.golang.org/grpc@v1.72.0/internal/balancer/nop;$WORK/b1556=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid --dKG9YtVkZJkJ6pTpiU/--dKG9YtVkZJkJ6pTpiU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/nop/nop.go
2025-08-20T21:11:46.1928236Z [00:03:13.151]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T21:11:46.1935827Z [00:03:13.151]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/48/480ef47f1bb83adf5df5d886342a4dfa41a50d5a9e8dbbeee5698383bfbb19ae-d # internal
2025-08-20T21:11:46.1937932Z [00:03:13.152]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T21:11:46.1938619Z [00:03:13.152]➜  mkdir -p $WORK/b1550/
2025-08-20T21:11:46.1942445Z [00:03:13.152]➜  cat >/tmp/go-build2720400589/b1550/importcfg << 'EOF' # internal
2025-08-20T21:11:46.1942824Z [00:03:13.152]➜  # import config
2025-08-20T21:11:46.1943224Z [00:03:13.152]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.1946903Z [00:03:13.152]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.1947431Z [00:03:13.152]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.1948194Z [00:03:13.152]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build2720400589/b1551/_pkg_.a
2025-08-20T21:11:46.1948917Z [00:03:13.152]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.1949572Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2720400589/b1468/_pkg_.a
2025-08-20T21:11:46.1950476Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.1951319Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2720400589/b1554/_pkg_.a
2025-08-20T21:11:46.1952062Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:46.1952753Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:46.1953414Z [00:03:13.152]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2720400589/b1552/_pkg_.a
2025-08-20T21:11:46.1954021Z [00:03:13.152]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.1954915Z [00:03:13.152]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.1955445Z [00:03:13.152]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.1955925Z [00:03:13.152]➜  EOF
2025-08-20T21:11:46.1958757Z [00:03:13.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget=>google.golang.org/grpc@v1.72.0/balancer/weightedtarget;$WORK/b1550=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid Ny6eVeINYnxSVnW0yINf/Ny6eVeINYnxSVnW0yINf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedtarget.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedtarget/weightedtarget_config.go
2025-08-20T21:11:46.2001169Z [00:03:13.158]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T21:11:46.2007331Z [00:03:13.158]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/39/3942d9b7547a42fd7ab5847bdc70ef2d3689d5a26029861d4cbc2c1aa553f5fb-d # internal
2025-08-20T21:11:46.2014410Z [00:03:13.159]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T21:11:46.2014840Z [00:03:13.159]➜  mkdir -p $WORK/b1557/
2025-08-20T21:11:46.2016306Z [00:03:13.159]➜  cat >/tmp/go-build2720400589/b1557/importcfg << 'EOF' # internal
2025-08-20T21:11:46.2017073Z [00:03:13.159]➜  # import config
2025-08-20T21:11:46.2019527Z [00:03:13.159]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:46.2020418Z [00:03:13.159]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:46.2023220Z [00:03:13.160]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:46.2023674Z [00:03:13.160]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.2024096Z [00:03:13.160]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.2024767Z [00:03:13.160]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:11:46.2025475Z [00:03:13.160]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:11:46.2026154Z [00:03:13.160]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:46.2026801Z [00:03:13.160]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2720400589/b1539/_pkg_.a
2025-08-20T21:11:46.2027440Z [00:03:13.160]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.2027951Z [00:03:13.160]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.2028267Z [00:03:13.160]➜  EOF
2025-08-20T21:11:46.2030684Z [00:03:13.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/xds=>google.golang.org/grpc@v1.72.0/internal/credentials/xds;$WORK/b1557=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid HNDE99zf_HLfVQNeVXHf/HNDE99zf_HLfVQNeVXHf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/credentials/xds/handshake_info.go
2025-08-20T21:11:46.2315828Z [00:03:13.189]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T21:11:46.2325278Z [00:03:13.190]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/ce/ceba5c3f49e0d5266ca8db3ac64459d39e019cff0703e5666a778dcd6852233b-d # internal
2025-08-20T21:11:46.2331658Z [00:03:13.190]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T21:11:46.2332017Z [00:03:13.191]➜  mkdir -p $WORK/b1559/
2025-08-20T21:11:46.2332400Z [00:03:13.191]➜  cat >/tmp/go-build2720400589/b1559/importcfg << 'EOF' # internal
2025-08-20T21:11:46.2335811Z [00:03:13.191]➜  # import config
2025-08-20T21:11:46.2336158Z [00:03:13.191]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.2336687Z [00:03:13.191]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.2337375Z [00:03:13.191]➜  EOF
2025-08-20T21:11:46.2339471Z [00:03:13.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/weight=>google.golang.org/grpc@v1.72.0/internal/balancer/weight;$WORK/b1559=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid uHJ2QjfWm_K9_HQbxdek/uHJ2QjfWm_K9_HQbxdek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/balancer/weight/weight.go
2025-08-20T21:11:46.2425841Z [00:03:13.200]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T21:11:46.2432891Z [00:03:13.201]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/1b/1bb2ca674dc23e44ddb3b7f3cc25f9eb3d9e0f65c24e7d9805efc487d3c091ca-d # internal
2025-08-20T21:11:46.2434021Z [00:03:13.201]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T21:11:46.2436299Z [00:03:13.201]➜  mkdir -p $WORK/b1560/
2025-08-20T21:11:46.2437701Z [00:03:13.202]➜  cat >/tmp/go-build2720400589/b1560/importcfg << 'EOF' # internal
2025-08-20T21:11:46.2438247Z [00:03:13.202]➜  # import config
2025-08-20T21:11:46.2439105Z [00:03:13.202]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.2439982Z [00:03:13.202]➜  EOF
2025-08-20T21:11:46.2442046Z [00:03:13.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/ringhash=>google.golang.org/grpc@v1.72.0/resolver/ringhash;$WORK/b1560=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid wJBaE6_Awz0nGBijkpuC/wJBaE6_Awz0nGBijkpuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/resolver/ringhash/attr.go
2025-08-20T21:11:46.2479590Z [00:03:13.206]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T21:11:46.2480683Z [00:03:13.206]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/65/6507ada0aaaca86200cf892907ed1ccee4c9b8847623fcd64415ef90c58af2cf-d # internal
2025-08-20T21:11:46.2481550Z [00:03:13.206]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T21:11:46.2482189Z [00:03:13.206]➜  mkdir -p $WORK/b1562/
2025-08-20T21:11:46.2483061Z [00:03:13.206]➜  cat >/tmp/go-build2720400589/b1562/importcfg << 'EOF' # internal
2025-08-20T21:11:46.2483473Z [00:03:13.206]➜  # import config
2025-08-20T21:11:46.2483839Z [00:03:13.206]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:46.2484362Z [00:03:13.206]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.2484832Z [00:03:13.206]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.2485709Z [00:03:13.206]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:46.2486524Z [00:03:13.206]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:46.2487323Z [00:03:13.206]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:46.2488066Z [00:03:13.206]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.2488611Z [00:03:13.206]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:46.2489036Z [00:03:13.206]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:46.2489467Z [00:03:13.206]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:46.2489899Z [00:03:13.206]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:46.2490325Z [00:03:13.206]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:46.2490741Z [00:03:13.206]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.2491325Z [00:03:13.206]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.2491745Z [00:03:13.206]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.2492150Z [00:03:13.206]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.2492586Z [00:03:13.206]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:46.2493077Z [00:03:13.206]➜  EOF
2025-08-20T21:11:46.2496015Z [00:03:13.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1562/_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/b1562=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid yGWNZ0i3N_mGyw5hOq2-/yGWNZ0i3N_mGyw5hOq2- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/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-20T21:11:46.2739219Z [00:03:13.232]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T21:11:46.2759039Z [00:03:13.232]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/22/2252896c1ef9b1f3cf9a91ce5e671a6ade810af8fe83a3592e8d64483dea7dc8-d # internal
2025-08-20T21:11:46.2760394Z [00:03:13.232]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T21:11:46.2760837Z [00:03:13.232]➜  mkdir -p $WORK/b1563/
2025-08-20T21:11:46.2761230Z [00:03:13.232]➜  cat >/tmp/go-build2720400589/b1563/importcfg << 'EOF' # internal
2025-08-20T21:11:46.2761586Z [00:03:13.232]➜  # import config
2025-08-20T21:11:46.2762106Z [00:03:13.232]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build2720400589/b1530/_pkg_.a
2025-08-20T21:11:46.2762693Z [00:03:13.232]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.2763010Z [00:03:13.232]➜  EOF
2025-08-20T21:11:46.2765369Z [00:03:13.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/loadstore=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/loadstore;$WORK/b1563=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid ug1BPAN-Yd_1JoAhh_Sy/ug1BPAN-Yd_1JoAhh_Sy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/loadstore/load_store_wrapper.go
2025-08-20T21:11:46.3691724Z [00:03:13.327]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T21:11:46.3704471Z [00:03:13.328]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/5a/5a048367f9767428591a6cfc41d3b307f6a63683fb99b1dad09f01d214b9dda3-d # internal
2025-08-20T21:11:46.3714782Z [00:03:13.329]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T21:11:46.3715219Z [00:03:13.329]➜  mkdir -p $WORK/b1564/
2025-08-20T21:11:46.3731335Z [00:03:13.331]➜  cat >/tmp/go-build2720400589/b1564/importcfg << 'EOF' # internal
2025-08-20T21:11:46.3731818Z [00:03:13.331]➜  # import config
2025-08-20T21:11:46.3732192Z [00:03:13.331]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.3732653Z [00:03:13.331]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.3733162Z [00:03:13.331]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.3733863Z [00:03:13.331]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:46.3734727Z [00:03:13.331]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.3735346Z [00:03:13.331]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.3736248Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2720400589/b1287/_pkg_.a
2025-08-20T21:11:46.3736969Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:11:46.3737808Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2720400589/b1255/_pkg_.a
2025-08-20T21:11:46.3738464Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.3739122Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:46.3739805Z [00:03:13.331]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:46.3740456Z [00:03:13.331]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.3741073Z [00:03:13.331]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.3741593Z [00:03:13.331]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:46.3742174Z [00:03:13.331]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:46.3742688Z [00:03:13.331]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.3743115Z [00:03:13.331]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.3743551Z [00:03:13.331]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:46.3743989Z [00:03:13.331]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.3744402Z [00:03:13.331]➜  EOF
2025-08-20T21:11:46.3748445Z [00:03:13.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection;$WORK/b1564=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid ZNGNvKIsBYCKNHT-dgJ7/ZNGNvKIsBYCKNHT-dgJ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection/callcounter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/outlierdetection/subconn_wrapper.go
2025-08-20T21:11:46.4043121Z [00:03:13.362]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T21:11:46.4083658Z [00:03:13.366]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/f8/f8c3a3afd7efe9c4f949a655327dc8a01845afcc9fd065f47e716f8a18566d58-d # internal
2025-08-20T21:11:46.4092573Z [00:03:13.367]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T21:11:46.4093370Z [00:03:13.367]➜  mkdir -p $WORK/b1565/
2025-08-20T21:11:46.4103219Z [00:03:13.368]➜  cat >/tmp/go-build2720400589/b1565/importcfg << 'EOF' # internal
2025-08-20T21:11:46.4103794Z [00:03:13.368]➜  # import config
2025-08-20T21:11:46.4104385Z [00:03:13.368]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.4104978Z [00:03:13.368]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.4105535Z [00:03:13.368]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.4106140Z [00:03:13.368]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.4106894Z [00:03:13.368]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:46.4107640Z [00:03:13.368]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.4108660Z [00:03:13.368]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.4109457Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2720400589/b1468/_pkg_.a
2025-08-20T21:11:46.4110467Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:11:46.4111260Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.4112062Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:46.4112839Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2720400589/b1554/_pkg_.a
2025-08-20T21:11:46.4113615Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:46.4114654Z [00:03:13.368]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:46.4115483Z [00:03:13.368]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.4116249Z [00:03:13.368]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.4116919Z [00:03:13.368]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.4117477Z [00:03:13.368]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:46.4118022Z [00:03:13.368]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.4118450Z [00:03:13.368]➜  EOF
2025-08-20T21:11:46.4153700Z [00:03:13.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority;$WORK/b1565=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid u1E-D_a1o_8FKPbjKv_A/u1E-D_a1o_8FKPbjKv_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/balancer_child.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/balancer_priority.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/ignore_resolve_now.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/priority/utils.go
2025-08-20T21:11:46.5281866Z [00:03:13.486]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T21:11:46.5293015Z [00:03:13.487]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/03/03360a161f92e7e8403e6ef01596a095a78ca9d2b6073e91c53a23890397a8d1-d # internal
2025-08-20T21:11:46.5293988Z [00:03:13.487]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T21:11:46.5294928Z [00:03:13.487]➜  mkdir -p $WORK/b1566/
2025-08-20T21:11:46.5300634Z [00:03:13.488]➜  cat >/tmp/go-build2720400589/b1566/importcfg << 'EOF' # internal
2025-08-20T21:11:46.5301219Z [00:03:13.488]➜  # import config
2025-08-20T21:11:46.5301722Z [00:03:13.488]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.5302286Z [00:03:13.488]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.5302844Z [00:03:13.488]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.5303487Z [00:03:13.488]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.5304398Z [00:03:13.488]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2720400589/b1550/_pkg_.a
2025-08-20T21:11:46.5305471Z [00:03:13.488]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.5306260Z [00:03:13.488]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.5307070Z [00:03:13.488]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:46.5307996Z [00:03:13.488]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.5308748Z [00:03:13.488]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.5309499Z [00:03:13.488]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:11:46.5310053Z [00:03:13.488]➜  EOF
2025-08-20T21:11:46.5312789Z [00:03:13.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/wrrlocality=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/wrrlocality;$WORK/b1566=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid 3z8Za7YN6t-lACBea9YZ/3z8Za7YN6t-lACBea9YZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T21:11:46.5600399Z [00:03:13.518]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T21:11:46.5627743Z [00:03:13.520]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/ee/eebd2052dbcddff708bbad97289afe5a72d462f2e6e9216611c9fbe36eaa2280-d # internal
2025-08-20T21:11:46.5658942Z [00:03:13.524]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T21:11:46.5659804Z [00:03:13.524]➜  mkdir -p $WORK/b1567/
2025-08-20T21:11:46.5667561Z [00:03:13.524]➜  cat >/tmp/go-build2720400589/b1567/importcfg << 'EOF' # internal
2025-08-20T21:11:46.5668931Z [00:03:13.524]➜  # import config
2025-08-20T21:11:46.5669399Z [00:03:13.524]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:46.5669869Z [00:03:13.524]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.5670320Z [00:03:13.524]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.5670834Z [00:03:13.524]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.5671451Z [00:03:13.524]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:46.5672048Z [00:03:13.524]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:46.5672911Z [00:03:13.524]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.5673601Z [00:03:13.524]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.5674489Z [00:03:13.524]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2720400589/b1468/_pkg_.a
2025-08-20T21:11:46.5675261Z [00:03:13.524]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.5675934Z [00:03:13.524]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2720400589/b1554/_pkg_.a
2025-08-20T21:11:46.5676592Z [00:03:13.524]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:46.5677271Z [00:03:13.524]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:46.5677913Z [00:03:13.524]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.5678530Z [00:03:13.524]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.5679337Z [00:03:13.524]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:46.5679841Z [00:03:13.524]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.5680255Z [00:03:13.524]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.5680695Z [00:03:13.524]➜  EOF
2025-08-20T21:11:46.5684566Z [00:03:13.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager;$WORK/b1567=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid uJxjhwdQn3QCUQWYF--H/uJxjhwdQn3QCUQWYF--H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager/balancerstateaggregator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager/clustermanager.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clustermanager/picker.go
2025-08-20T21:11:46.5932329Z [00:03:13.551]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T21:11:46.5942689Z [00:03:13.552]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/0f/0f244008aa9c18670656667c56d39ec460d933e6a36c6815986dbb4a37faa10b-d # internal
2025-08-20T21:11:46.5955766Z [00:03:13.553]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T21:11:46.5956638Z [00:03:13.553]➜  mkdir -p $WORK/b1568/
2025-08-20T21:11:46.5957112Z [00:03:13.553]➜  cat >/tmp/go-build2720400589/b1568/importcfg << 'EOF' # internal
2025-08-20T21:11:46.5957473Z [00:03:13.553]➜  # import config
2025-08-20T21:11:46.5957857Z [00:03:13.554]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.5958315Z [00:03:13.554]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.5959084Z [00:03:13.554]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.5959751Z [00:03:13.554]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:46.5960442Z [00:03:13.554]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2720400589/b1467/_pkg_.a
2025-08-20T21:11:46.5961199Z [00:03:13.554]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2720400589/b1541/_pkg_.a
2025-08-20T21:11:46.5961931Z [00:03:13.554]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:11:46.5962581Z [00:03:13.554]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:46.5963333Z [00:03:13.554]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.5963849Z [00:03:13.554]➜  EOF
2025-08-20T21:11:46.5966289Z [00:03:13.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier/rls=>google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier/rls;$WORK/b1568=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid XLmhRnXQ2sxMRcmNr2uj/XLmhRnXQ2sxMRcmNr2uj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T21:11:46.6379497Z [00:03:13.596]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T21:11:46.6393110Z [00:03:13.597]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/48/485b74d08cf9541af0df91bd975c48fec67aca75c41da25fb617d17c7b190084-d # internal
2025-08-20T21:11:46.6399056Z [00:03:13.598]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T21:11:46.6402611Z [00:03:13.598]➜  mkdir -p $WORK/b1570/
2025-08-20T21:11:46.6409194Z [00:03:13.599]➜  cat >/tmp/go-build2720400589/b1570/importcfg << 'EOF' # internal
2025-08-20T21:11:46.6409701Z [00:03:13.599]➜  # import config
2025-08-20T21:11:46.6410290Z [00:03:13.599]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:46.6410720Z [00:03:13.599]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.6411141Z [00:03:13.599]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.6411685Z [00:03:13.599]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:46.6412415Z [00:03:13.599]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:46.6413170Z [00:03:13.599]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:46.6413912Z [00:03:13.599]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:46.6414859Z [00:03:13.599]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:46.6415567Z [00:03:13.599]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.6420364Z [00:03:13.599]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:46.6420943Z [00:03:13.599]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:46.6421370Z [00:03:13.599]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:46.6421804Z [00:03:13.599]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:46.6422246Z [00:03:13.599]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:46.6422677Z [00:03:13.599]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:46.6423252Z [00:03:13.599]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.6423805Z [00:03:13.599]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.6424230Z [00:03:13.599]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.6425139Z [00:03:13.599]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.6425589Z [00:03:13.599]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:46.6425926Z [00:03:13.599]➜  EOF
2025-08-20T21:11:46.6429224Z [00:03:13.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1570/_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/b1570=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid Vs0O3xWSOtQVQDNQJ0xy/Vs0O3xWSOtQVQDNQJ0xy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/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-20T21:11:46.6642140Z [00:03:13.622]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T21:11:46.6658774Z [00:03:13.624]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/74/74831e554307addca100aa1248c0bf10cc2082567da6221cf51be978392ee5d0-d # internal
2025-08-20T21:11:46.6664056Z [00:03:13.624]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T21:11:46.6667595Z [00:03:13.624]➜  mkdir -p $WORK/b1576/
2025-08-20T21:11:46.6678891Z [00:03:13.626]➜  cat >/tmp/go-build2720400589/b1576/importcfg << 'EOF' # internal
2025-08-20T21:11:46.6679578Z [00:03:13.626]➜  # import config
2025-08-20T21:11:46.6679931Z [00:03:13.626]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:46.6680359Z [00:03:13.626]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.6680775Z [00:03:13.626]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.6681542Z [00:03:13.626]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:46.6682243Z [00:03:13.626]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:46.6682959Z [00:03:13.626]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:46.6683656Z [00:03:13.626]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.6684201Z [00:03:13.626]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:46.6684887Z [00:03:13.626]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:46.6685329Z [00:03:13.626]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:46.6685757Z [00:03:13.626]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:46.6686189Z [00:03:13.626]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:46.6686602Z [00:03:13.626]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.6687023Z [00:03:13.626]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.6687441Z [00:03:13.626]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.6687851Z [00:03:13.626]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.6688294Z [00:03:13.626]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:46.6688628Z [00:03:13.626]➜  EOF
2025-08-20T21:11:46.6692277Z [00:03:13.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1576/_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/b1576=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid fwCtSZPQbxG4ZJQbzSB_/fwCtSZPQbxG4ZJQbzSB_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/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-20T21:11:46.7562585Z [00:03:13.713]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T21:11:46.7564792Z [00:03:13.714]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/6e/6ed72a6ec549952d1df8696941189a145ec1b0698279869c7fc5e65d5cf5ee1f-d # internal
2025-08-20T21:11:46.7568115Z [00:03:13.715]➜  google.golang.org/grpc/authz/audit
2025-08-20T21:11:46.7568698Z [00:03:13.715]➜  mkdir -p $WORK/b1577/
2025-08-20T21:11:46.7572557Z [00:03:13.715]➜  cat >/tmp/go-build2720400589/b1577/importcfg << 'EOF' # internal
2025-08-20T21:11:46.7573104Z [00:03:13.715]➜  # import config
2025-08-20T21:11:46.7573598Z [00:03:13.715]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.7574163Z [00:03:13.715]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.7574695Z [00:03:13.715]➜  EOF
2025-08-20T21:11:46.7576615Z [00:03:13.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit=>google.golang.org/grpc@v1.72.0/authz/audit;$WORK/b1577=>" -p google.golang.org/grpc/authz/audit -lang=go1.23 -complete -installsuffix shared -buildid RN9dQbbB2XMqMBaqi436/RN9dQbbB2XMqMBaqi436 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit/audit_logger.go
2025-08-20T21:11:46.7664125Z [00:03:13.724]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T21:11:46.7680009Z [00:03:13.726]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/1c/1c7b1f7b617d1139e70aac1fd0df4e73c59781ccad143fcaec19f35f47dd98e1-d # internal
2025-08-20T21:11:46.7681131Z [00:03:13.726]➜  github.com/cespare/xxhash/v2
2025-08-20T21:11:46.7681575Z [00:03:13.726]➜  mkdir -p $WORK/b1582/
2025-08-20T21:11:46.7702070Z [00:03:13.728]➜  echo -n > $WORK/b1582/go_asm.h # internal
2025-08-20T21:11:46.7702674Z [00:03:13.728]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:11:46.7704181Z [00:03:13.728]➜  /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/b1582=>" -I $WORK/b1582/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1582/symabis ./xxhash_arm64.s
2025-08-20T21:11:46.7788645Z [00:03:13.735]➜  cat >/tmp/go-build2720400589/b1582/importcfg << 'EOF' # internal
2025-08-20T21:11:46.7789268Z [00:03:13.735]➜  # import config
2025-08-20T21:11:46.7789678Z [00:03:13.735]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:11:46.7790286Z [00:03:13.735]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.7790820Z [00:03:13.735]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:11:46.7791232Z [00:03:13.735]➜  EOF
2025-08-20T21:11:46.7791512Z [00:03:13.735]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:46.7794444Z [00:03:13.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1582=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b1582/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack -asmhdr $WORK/b1582/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
2025-08-20T21:11:46.7892805Z [00:03:13.747]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T21:11:46.7897681Z [00:03:13.747]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/7a/7a39a85014782fe583a2697aec375061a84a43e444c4860c89363df7637386d8-d # internal
2025-08-20T21:11:46.7910015Z [00:03:13.749]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T21:11:46.7910549Z [00:03:13.749]➜  mkdir -p $WORK/b1578/
2025-08-20T21:11:46.7912413Z [00:03:13.749]➜  cat >/tmp/go-build2720400589/b1578/importcfg << 'EOF' # internal
2025-08-20T21:11:46.7913019Z [00:03:13.749]➜  # import config
2025-08-20T21:11:46.7913460Z [00:03:13.749]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.7914022Z [00:03:13.749]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2720400589/b1577/_pkg_.a
2025-08-20T21:11:46.7914835Z [00:03:13.749]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.7915336Z [00:03:13.749]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:46.7915735Z [00:03:13.749]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:46.7916136Z [00:03:13.749]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.7916441Z [00:03:13.749]➜  EOF
2025-08-20T21:11:46.8161283Z [00:03:13.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1578/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit/stdout=>google.golang.org/grpc@v1.72.0/authz/audit/stdout;$WORK/b1578=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.23 -complete -installsuffix shared -buildid vQgbqsQ4hBXV0rl6QOZ_/vQgbqsQ4hBXV0rl6QOZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/authz/audit/stdout/stdout_logger.go
2025-08-20T21:11:46.8163471Z [00:03:13.774]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:11:46.8165102Z [00:03:13.774]➜  /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/b1582=>" -I $WORK/b1582/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1582/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:11:46.8220431Z [00:03:13.780]➜  go tool pack r $WORK/b1582/_pkg_.a $WORK/b1582/xxhash_arm64.o # internal
2025-08-20T21:11:46.8221561Z [00:03:13.780]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T21:11:46.8256791Z [00:03:13.783]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T21:11:46.8278561Z [00:03:13.786]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T21:11:46.8279433Z [00:03:13.786]➜  mkdir -p $WORK/b1584/
2025-08-20T21:11:46.8284862Z [00:03:13.786]➜  cat >/tmp/go-build2720400589/b1584/importcfg << 'EOF' # internal
2025-08-20T21:11:46.8286737Z [00:03:13.786]➜  # import config
2025-08-20T21:11:46.8288059Z [00:03:13.786]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.8288610Z [00:03:13.786]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.8289231Z [00:03:13.786]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.8289839Z [00:03:13.786]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.8290474Z [00:03:13.786]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.8291111Z [00:03:13.786]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.8291864Z [00:03:13.786]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.8292242Z [00:03:13.786]➜  EOF
2025-08-20T21:11:46.8292495Z [00:03:13.786]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:11:46.8294639Z [00:03:13.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/lazy=>google.golang.org/grpc@v1.72.0/balancer/lazy;$WORK/b1584=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid bAN7omjCS041BBT4OYKR/bAN7omjCS041BBT4OYKR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/lazy/lazy.go
2025-08-20T21:11:46.8444433Z [00:03:13.802]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T21:11:46.8450600Z [00:03:13.803]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/4e/4ef25d05dd198a7b84355a4ecb495dacff14557a977abcd6883c0768ba72de42-d # internal
2025-08-20T21:11:46.8452049Z [00:03:13.803]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T21:11:46.8452676Z [00:03:13.803]➜  mkdir -p $WORK/b1588/
2025-08-20T21:11:46.8454846Z [00:03:13.803]➜  cat >/tmp/go-build2720400589/b1588/importcfg << 'EOF' # internal
2025-08-20T21:11:46.8455208Z [00:03:13.803]➜  # import config
2025-08-20T21:11:46.8455551Z [00:03:13.803]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:46.8455975Z [00:03:13.803]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.8456392Z [00:03:13.803]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.8456938Z [00:03:13.803]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:46.8457659Z [00:03:13.803]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:46.8458746Z [00:03:13.803]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:46.8459466Z [00:03:13.803]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:46.8460341Z [00:03:13.803]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.8461063Z [00:03:13.803]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:46.8461801Z [00:03:13.803]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:46.8462387Z [00:03:13.803]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:46.8462816Z [00:03:13.803]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:46.8463255Z [00:03:13.803]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:46.8463683Z [00:03:13.803]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:46.8464113Z [00:03:13.803]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:46.8464755Z [00:03:13.803]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.8465187Z [00:03:13.803]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.8465607Z [00:03:13.803]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.8466016Z [00:03:13.803]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.8466453Z [00:03:13.803]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:46.8466784Z [00:03:13.803]➜  EOF
2025-08-20T21:11:46.8470829Z [00:03:13.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1588/_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/b1588=>" -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 7MUF6ZvfweZoIXzrc7qp/7MUF6ZvfweZoIXzrc7qp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/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-20T21:11:46.8749099Z [00:03:13.833]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T21:11:46.8757110Z [00:03:13.834]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/f6/f664417c087519534303753dbd38788f78a811af966ec500341ad834e3958096-d # internal
2025-08-20T21:11:46.8766378Z [00:03:13.835]➜  google.golang.org/grpc/xds/internal/balancer/ringhash
2025-08-20T21:11:46.8768717Z [00:03:13.835]➜  mkdir -p $WORK/b1583/
2025-08-20T21:11:46.8784233Z [00:03:13.836]➜  cat >/tmp/go-build2720400589/b1583/importcfg << 'EOF' # internal
2025-08-20T21:11:46.8784962Z [00:03:13.836]➜  # import config
2025-08-20T21:11:46.8785439Z [00:03:13.836]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:46.8786000Z [00:03:13.836]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:46.8786546Z [00:03:13.836]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.8787064Z [00:03:13.836]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.8787671Z [00:03:13.836]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2720400589/b1582/_pkg_.a
2025-08-20T21:11:46.8788678Z [00:03:13.836]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:46.8789400Z [00:03:13.836]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:11:46.8790232Z [00:03:13.836]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2720400589/b1279/_pkg_.a
2025-08-20T21:11:46.8791196Z [00:03:13.836]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build2720400589/b1584/_pkg_.a
2025-08-20T21:11:46.8792033Z [00:03:13.836]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:46.8792832Z [00:03:13.836]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:46.8793529Z [00:03:13.836]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:46.8794408Z [00:03:13.836]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2720400589/b1559/_pkg_.a
2025-08-20T21:11:46.8795289Z [00:03:13.836]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:46.8796065Z [00:03:13.836]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:46.8796866Z [00:03:13.836]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2720400589/b1299/_pkg_.a
2025-08-20T21:11:46.8797706Z [00:03:13.836]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:46.8798466Z [00:03:13.836]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:46.8799203Z [00:03:13.836]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:46.8799996Z [00:03:13.836]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2720400589/b1560/_pkg_.a
2025-08-20T21:11:46.8800753Z [00:03:13.836]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:46.8801535Z [00:03:13.836]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:46.8802165Z [00:03:13.836]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:46.8802728Z [00:03:13.836]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.8803259Z [00:03:13.836]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:46.8803784Z [00:03:13.836]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.8804445Z [00:03:13.836]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.8804900Z [00:03:13.836]➜  EOF
2025-08-20T21:11:46.8808970Z [00:03:13.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash;$WORK/b1583=>" -p google.golang.org/grpc/xds/internal/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid oKZKD93FDA_uIC8uxiTv/oKZKD93FDA_uIC8uxiTv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/ring.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/ringhash.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/ringhash/util.go
2025-08-20T21:11:46.9651751Z [00:03:13.923]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T21:11:46.9669379Z [00:03:13.924]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/1d/1d3a7fc30e2e29fbc4b6480422e1f9f2317c6fda186e739483dd5932d766e133-d # internal
2025-08-20T21:11:46.9670585Z [00:03:13.924]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T21:11:46.9671084Z [00:03:13.924]➜  mkdir -p $WORK/b1591/
2025-08-20T21:11:46.9671466Z [00:03:13.924]➜  cat >/tmp/go-build2720400589/b1591/importcfg << 'EOF' # internal
2025-08-20T21:11:46.9672007Z [00:03:13.924]➜  # import config
2025-08-20T21:11:46.9672342Z [00:03:13.924]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:46.9672764Z [00:03:13.924]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:46.9673177Z [00:03:13.924]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:46.9673718Z [00:03:13.924]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:46.9674549Z [00:03:13.924]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:46.9675316Z [00:03:13.924]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:46.9676018Z [00:03:13.924]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:46.9676553Z [00:03:13.924]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:46.9676977Z [00:03:13.924]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:46.9677407Z [00:03:13.924]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:46.9677833Z [00:03:13.924]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:46.9678258Z [00:03:13.924]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:46.9678674Z [00:03:13.924]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:46.9679092Z [00:03:13.924]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:46.9679513Z [00:03:13.924]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:46.9679928Z [00:03:13.924]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.9680522Z [00:03:13.924]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:46.9680956Z [00:03:13.924]➜  EOF
2025-08-20T21:11:46.9684681Z [00:03:13.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1591/_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/b1591=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid V98XG0ZCcg_qKmSbYbqC/V98XG0ZCcg_qKmSbYbqC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/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-20T21:11:46.9950131Z [00:03:13.953]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T21:11:46.9966015Z [00:03:13.954]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/f1/f1537ec2254835e29451a2999b7a68f7138a37ca13ae87eb9ee79fd22b77810e-d # internal
2025-08-20T21:11:46.9973083Z [00:03:13.955]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T21:11:46.9976086Z [00:03:13.955]➜  mkdir -p $WORK/b1595/
2025-08-20T21:11:46.9985825Z [00:03:13.956]➜  cat >/tmp/go-build2720400589/b1595/importcfg << 'EOF' # internal
2025-08-20T21:11:46.9986380Z [00:03:13.956]➜  # import config
2025-08-20T21:11:46.9986834Z [00:03:13.956]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:46.9987270Z [00:03:13.956]➜  EOF
2025-08-20T21:11:46.9992225Z [00:03:13.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1595/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/internal=>google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/internal;$WORK/b1595=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.23 -complete -installsuffix shared -buildid p9AjoP8w46bfYn578ndC/p9AjoP8w46bfYn578ndC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/internal/internal.go
2025-08-20T21:11:47.0310169Z [00:03:13.989]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T21:11:47.0314872Z [00:03:13.989]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/58/5893b2b2db8b9f19595ccadf5c035fb837539106ddd01625073248746a3f4a4b-d # internal
2025-08-20T21:11:47.0316794Z [00:03:13.990]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T21:11:47.0317294Z [00:03:13.990]➜  mkdir -p $WORK/b1597/
2025-08-20T21:11:47.0322501Z [00:03:13.990]➜  cat >/tmp/go-build2720400589/b1597/importcfg << 'EOF' # internal
2025-08-20T21:11:47.0322890Z [00:03:13.990]➜  # import config
2025-08-20T21:11:47.0323243Z [00:03:13.990]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.0323676Z [00:03:13.990]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:47.0324114Z [00:03:13.990]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.0324665Z [00:03:13.990]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.0325209Z [00:03:13.990]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:11:47.0325800Z [00:03:13.990]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:47.0326387Z [00:03:13.990]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:47.0326966Z [00:03:13.990]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:47.0327636Z [00:03:13.990]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:47.0328591Z [00:03:13.990]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:47.0329375Z [00:03:13.990]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:47.0330096Z [00:03:13.990]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:47.0330659Z [00:03:13.990]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.0331081Z [00:03:13.990]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:47.0331513Z [00:03:13.990]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.0332063Z [00:03:13.990]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:47.0332581Z [00:03:13.990]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.0333003Z [00:03:13.990]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.0333422Z [00:03:13.990]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.0333841Z [00:03:13.990]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.0334380Z [00:03:13.990]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.0334892Z [00:03:13.990]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.0335546Z [00:03:13.990]➜  EOF
2025-08-20T21:11:47.0338747Z [00:03:13.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1597/_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/b1597=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid 7qGULRMLZUG1V0VHkD5U/7qGULRMLZUG1V0VHkD5U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/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-20T21:11:47.0732902Z [00:03:14.031]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T21:11:47.0741109Z [00:03:14.032]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/24/244bef8e9361b12f182726051cdf563f78930523de41c977e87f3ed62bb52830-d # internal
2025-08-20T21:11:47.0741742Z [00:03:14.032]➜  google.golang.org/grpc/orca/internal
2025-08-20T21:11:47.0746140Z [00:03:14.032]➜  mkdir -p $WORK/b1598/
2025-08-20T21:11:47.0765449Z [00:03:14.034]➜  cat >/tmp/go-build2720400589/b1598/importcfg << 'EOF' # internal
2025-08-20T21:11:47.0770845Z [00:03:14.034]➜  # import config
2025-08-20T21:11:47.0776676Z [00:03:14.034]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.0781539Z [00:03:14.034]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.0785467Z [00:03:14.034]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:11:47.0818723Z [00:03:14.034]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:47.0819410Z [00:03:14.034]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:47.0820020Z [00:03:14.034]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:47.0820422Z [00:03:14.034]➜  EOF
2025-08-20T21:11:47.0822708Z [00:03:14.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/internal=>google.golang.org/grpc@v1.72.0/orca/internal;$WORK/b1598=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid ps1f4XCFjnJrInu7w4k9/ps1f4XCFjnJrInu7w4k9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/internal/internal.go
2025-08-20T21:11:47.1331364Z [00:03:14.091]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T21:11:47.1336895Z [00:03:14.091]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/e6/e6e556a4bb20b1e7c81cdd07a522a4523986052d48eb57bf8335fcbb098686ca-d # internal
2025-08-20T21:11:47.1339245Z [00:03:14.092]➜  github.com/go-resty/resty/v2/shellescape
2025-08-20T21:11:47.1339603Z [00:03:14.092]➜  mkdir -p $WORK/b1601/
2025-08-20T21:11:47.1339994Z [00:03:14.092]➜  cat >/tmp/go-build2720400589/b1601/importcfg << 'EOF' # internal
2025-08-20T21:11:47.1340345Z [00:03:14.092]➜  # import config
2025-08-20T21:11:47.1340705Z [00:03:14.092]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.1341142Z [00:03:14.092]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.1341466Z [00:03:14.092]➜  EOF
2025-08-20T21:11:47.1343444Z [00:03:14.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/shellescape=>github.com/go-resty/resty/v2@v2.16.5/shellescape;$WORK/b1601=>" -p github.com/go-resty/resty/v2/shellescape -lang=go1.20 -complete -installsuffix shared -buildid 5VhZMArTojHLZP9-ovxq/5VhZMArTojHLZP9-ovxq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/shellescape/shellescape.go
2025-08-20T21:11:47.1637243Z [00:03:14.121]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T21:11:47.1641464Z [00:03:14.122]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/cb/cb7cd8b48ebf261350f09b9d83d56c756e48afdae9a7104edfcb50d05d8c041a-d # internal
2025-08-20T21:11:47.1642365Z [00:03:14.122]➜  net/http/cookiejar
2025-08-20T21:11:47.1642643Z [00:03:14.122]➜  mkdir -p $WORK/b1603/
2025-08-20T21:11:47.1645215Z [00:03:14.122]➜  cat >/tmp/go-build2720400589/b1603/importcfg << 'EOF' # internal
2025-08-20T21:11:47.1645573Z [00:03:14.122]➜  # import config
2025-08-20T21:11:47.1645910Z [00:03:14.122]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:11:47.1646340Z [00:03:14.122]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.1646747Z [00:03:14.122]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.1647154Z [00:03:14.122]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.1647573Z [00:03:14.122]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:47.1648065Z [00:03:14.122]➜  packagefile net/http/internal/ascii=/tmp/go-build2720400589/b183/_pkg_.a
2025-08-20T21:11:47.1648554Z [00:03:14.122]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.1649016Z [00:03:14.122]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:47.1649447Z [00:03:14.122]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.1649865Z [00:03:14.122]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.1650281Z [00:03:14.122]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.1650718Z [00:03:14.122]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.1651052Z [00:03:14.122]➜  EOF
2025-08-20T21:11:47.1652949Z [00:03:14.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1603/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b1603=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid p67LdlpzsJr826Bqu5Mj/p67LdlpzsJr826Bqu5Mj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T21:11:47.1801468Z [00:03:14.138]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T21:11:47.1847065Z [00:03:14.142]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/5a/5ad522ffa87ee2a90aa9fdc955484b930f037fbd501baf2a1e6da7ec77bec444-d # internal
2025-08-20T21:11:47.1859378Z [00:03:14.144]➜  google.golang.org/grpc/orca
2025-08-20T21:11:47.1861205Z [00:03:14.144]➜  mkdir -p $WORK/b1596/
2025-08-20T21:11:47.1866070Z [00:03:14.144]➜  cat >/tmp/go-build2720400589/b1596/importcfg << 'EOF' # internal
2025-08-20T21:11:47.1866690Z [00:03:14.144]➜  # import config
2025-08-20T21:11:47.1867259Z [00:03:14.144]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:47.1868390Z [00:03:14.144]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.1868963Z [00:03:14.144]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:11:47.1869791Z [00:03:14.144]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build2720400589/b1597/_pkg_.a
2025-08-20T21:11:47.1871506Z [00:03:14.144]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:47.1872100Z [00:03:14.144]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:47.1872879Z [00:03:14.144]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:47.1873461Z [00:03:14.144]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:47.1874050Z [00:03:14.144]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:47.1874912Z [00:03:14.144]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:47.1875599Z [00:03:14.144]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2720400589/b1288/_pkg_.a
2025-08-20T21:11:47.1876245Z [00:03:14.144]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:47.1876870Z [00:03:14.145]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build2720400589/b1598/_pkg_.a
2025-08-20T21:11:47.1877463Z [00:03:14.145]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:47.1878060Z [00:03:14.145]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:47.1878732Z [00:03:14.145]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:47.1879301Z [00:03:14.145]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.1879733Z [00:03:14.145]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:47.1880167Z [00:03:14.145]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.1880472Z [00:03:14.145]➜  EOF
2025-08-20T21:11:47.1903694Z [00:03:14.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1596/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca=>google.golang.org/grpc@v1.72.0/orca;$WORK/b1596=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid lcMTDdanFXcjgqrX_p9z/lcMTDdanFXcjgqrX_p9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/call_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/orca.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/producer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/orca/service.go
2025-08-20T21:11:47.2590980Z [00:03:14.217]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T21:11:47.2613208Z [00:03:14.219]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/74/74caea2a43bbd49167e9ef111f786dc976de0e18a5defc1bf2ac3c2898580ee1-d # internal
2025-08-20T21:11:47.2617330Z [00:03:14.220]➜  golang.org/x/net/publicsuffix
2025-08-20T21:11:47.2618343Z [00:03:14.220]➜  mkdir -p $WORK/b1602/
2025-08-20T21:11:47.2627914Z [00:03:14.221]➜  cat >/tmp/go-build2720400589/b1602/importcfg << 'EOF' # internal
2025-08-20T21:11:47.2628587Z [00:03:14.221]➜  # import config
2025-08-20T21:11:47.2629084Z [00:03:14.221]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:11:47.2646067Z [00:03:14.221]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.2646628Z [00:03:14.221]➜  packagefile net/http/cookiejar=/tmp/go-build2720400589/b1603/_pkg_.a
2025-08-20T21:11:47.2647116Z [00:03:14.221]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.2647437Z [00:03:14.221]➜  EOF
2025-08-20T21:11:47.2647762Z [00:03:14.221]➜  cat >/tmp/go-build2720400589/b1602/embedcfg << 'EOF' # internal
2025-08-20T21:11:47.2648085Z [00:03:14.221]➜  {
2025-08-20T21:11:47.2648292Z [00:03:14.221]➜  	"Patterns": {
2025-08-20T21:11:47.2648547Z [00:03:14.221]➜  		"data/children": [
2025-08-20T21:11:47.2649065Z [00:03:14.221]➜  			"data/children"
2025-08-20T21:11:47.2649296Z [00:03:14.221]➜  		],
2025-08-20T21:11:47.2649511Z [00:03:14.221]➜  		"data/nodes": [
2025-08-20T21:11:47.2649760Z [00:03:14.221]➜  			"data/nodes"
2025-08-20T21:11:47.2649985Z [00:03:14.221]➜  		],
2025-08-20T21:11:47.2650201Z [00:03:14.221]➜  		"data/text": [
2025-08-20T21:11:47.2650616Z [00:03:14.221]➜  			"data/text"
2025-08-20T21:11:47.2650839Z [00:03:14.221]➜  		]
2025-08-20T21:11:47.2651031Z [00:03:14.221]➜  	},
2025-08-20T21:11:47.2651237Z [00:03:14.221]➜  	"Files": {
2025-08-20T21:11:47.2651684Z [00:03:14.221]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/children",
2025-08-20T21:11:47.2652299Z [00:03:14.221]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/nodes",
2025-08-20T21:11:47.2652867Z [00:03:14.221]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/data/text"
2025-08-20T21:11:47.2653244Z [00:03:14.221]➜  	}
2025-08-20T21:11:47.2653441Z [00:03:14.221]➜  }EOF
2025-08-20T21:11:47.2655756Z [00:03:14.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1602/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix=>golang.org/x/net@v0.39.0/publicsuffix;$WORK/b1602=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid nzSTu4YoWURO9mFg9xmk/nzSTu4YoWURO9mFg9xmk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -embedcfg $WORK/b1602/embedcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/list.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/publicsuffix/table.go
2025-08-20T21:11:47.3158971Z [00:03:14.274]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T21:11:47.3168048Z [00:03:14.274]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/19/19b687d1ce5d16bba10bf3208cddb6616509e5188fd843885576e8f783755c3a-d # internal
2025-08-20T21:11:47.3188321Z [00:03:14.277]➜  github.com/go-resty/resty/v2
2025-08-20T21:11:47.3191224Z [00:03:14.277]➜  mkdir -p $WORK/b1600/
2025-08-20T21:11:47.3203361Z [00:03:14.278]➜  cat >/tmp/go-build2720400589/b1600/importcfg << 'EOF' # internal
2025-08-20T21:11:47.3204373Z [00:03:14.278]➜  # import config
2025-08-20T21:11:47.3205100Z [00:03:14.278]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.3206186Z [00:03:14.278]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:11:47.3206744Z [00:03:14.278]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:47.3207198Z [00:03:14.278]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:11:47.3207658Z [00:03:14.278]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:11:47.3208124Z [00:03:14.278]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:11:47.3208590Z [00:03:14.278]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:11:47.3209318Z [00:03:14.278]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:11:47.3209975Z [00:03:14.278]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:11:47.3210551Z [00:03:14.278]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:47.3211088Z [00:03:14.278]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:11:47.3211541Z [00:03:14.278]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.3211960Z [00:03:14.278]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.3212511Z [00:03:14.278]➜  packagefile github.com/go-resty/resty/v2/shellescape=/tmp/go-build2720400589/b1601/_pkg_.a
2025-08-20T21:11:47.3213136Z [00:03:14.278]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build2720400589/b1602/_pkg_.a
2025-08-20T21:11:47.3213627Z [00:03:14.278]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:11:47.3214038Z [00:03:14.278]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:47.3214799Z [00:03:14.278]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:11:47.3215216Z [00:03:14.278]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:47.3215642Z [00:03:14.278]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:11:47.3216102Z [00:03:14.278]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:11:47.3216739Z [00:03:14.278]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.3217170Z [00:03:14.278]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:47.3217647Z [00:03:14.278]➜  packagefile net/http/cookiejar=/tmp/go-build2720400589/b1603/_pkg_.a
2025-08-20T21:11:47.3218167Z [00:03:14.278]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:11:47.3218659Z [00:03:14.278]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:11:47.3219112Z [00:03:14.278]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.3219529Z [00:03:14.278]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:47.3219992Z [00:03:14.278]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:47.3220443Z [00:03:14.278]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:47.3220872Z [00:03:14.278]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.3221294Z [00:03:14.278]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:11:47.3221713Z [00:03:14.278]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.3222130Z [00:03:14.278]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:47.3222555Z [00:03:14.278]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.3222974Z [00:03:14.278]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.3223383Z [00:03:14.278]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.3223694Z [00:03:14.278]➜  EOF
2025-08-20T21:11:47.3228660Z [00:03:14.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5=>github.com/go-resty/resty/v2@v2.16.5;$WORK/b1600=>" -p github.com/go-resty/resty/v2 -lang=go1.20 -complete -installsuffix shared -buildid z6zPW-sJQ54rsdUzDFoX/z6zPW-sJQ54rsdUzDFoX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/client.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/digest.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/middleware.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/redirect.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/request.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/response.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/resty.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/retry.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/trace.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/transport.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/transport_other.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/util.go /root/go/pkg/mod/github.com/go-resty/resty/v2@v2.16.5/util_curl.go
2025-08-20T21:11:47.3880030Z [00:03:14.346]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T21:11:47.3904064Z [00:03:14.348]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/a9/a9cf05b2ed54d977058102f273c1cfcd7ac94f038f61e172f85982f3fb9f118f-d # internal
2025-08-20T21:11:47.3935308Z [00:03:14.351]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T21:11:47.3935765Z [00:03:14.351]➜  mkdir -p $WORK/b1594/
2025-08-20T21:11:47.3936155Z [00:03:14.351]➜  cat >/tmp/go-build2720400589/b1594/importcfg << 'EOF' # internal
2025-08-20T21:11:47.3936508Z [00:03:14.351]➜  # import config
2025-08-20T21:11:47.3936898Z [00:03:14.351]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:47.3937654Z [00:03:14.351]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.3938209Z [00:03:14.351]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:11:47.3938834Z [00:03:14.351]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:11:47.3939687Z [00:03:14.351]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2720400589/b1279/_pkg_.a
2025-08-20T21:11:47.3940456Z [00:03:14.351]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:11:47.3941264Z [00:03:14.351]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build2720400589/b1595/_pkg_.a
2025-08-20T21:11:47.3942032Z [00:03:14.351]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2720400589/b1550/_pkg_.a
2025-08-20T21:11:47.3942703Z [00:03:14.351]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:11:47.3943356Z [00:03:14.351]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:11:47.3943986Z [00:03:14.351]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:47.3944864Z [00:03:14.351]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:47.3945525Z [00:03:14.351]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:11:47.3946205Z [00:03:14.351]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:47.3946835Z [00:03:14.351]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build2720400589/b1596/_pkg_.a
2025-08-20T21:11:47.3947417Z [00:03:14.351]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:11:47.3948035Z [00:03:14.351]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:11:47.3948556Z [00:03:14.351]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:47.3948995Z [00:03:14.351]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:47.3949433Z [00:03:14.351]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.3949863Z [00:03:14.351]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:47.3950293Z [00:03:14.351]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.3950602Z [00:03:14.351]➜  EOF
2025-08-20T21:11:47.3954069Z [00:03:14.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1594/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin=>google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin;$WORK/b1594=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid Keq7TxACKODy85PDLbTF/Keq7TxACKODy85PDLbTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/balancer/weightedroundrobin/scheduler.go
2025-08-20T21:11:47.5010565Z [00:03:14.459]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T21:11:47.5034939Z [00:03:14.461]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/c4/c4e85ae9dd129d0f6b54c2ea40863f8579f566f74ed9662df5d2b38b730c9967-d # internal
2025-08-20T21:11:47.5059371Z [00:03:14.464]➜  go/scanner
2025-08-20T21:11:47.5089474Z [00:03:14.467]➜  mkdir -p $WORK/b1609/
2025-08-20T21:11:47.5090875Z [00:03:14.467]➜  cat >/tmp/go-build2720400589/b1609/importcfg << 'EOF' # internal
2025-08-20T21:11:47.5091833Z [00:03:14.467]➜  # import config
2025-08-20T21:11:47.5105799Z [00:03:14.467]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.5106632Z [00:03:14.467]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.5107600Z [00:03:14.467]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:11:47.5108652Z [00:03:14.467]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:47.5109389Z [00:03:14.467]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:11:47.5110577Z [00:03:14.467]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.5111009Z [00:03:14.467]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:47.5111443Z [00:03:14.467]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:11:47.5111907Z [00:03:14.467]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.5112248Z [00:03:14.467]➜  EOF
2025-08-20T21:11:47.5113828Z [00:03:14.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b1609=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:11:47.5603219Z [00:03:14.518]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T21:11:47.6032666Z [00:03:14.561]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/56/56bbd29e3e8150156aa02c7880b221c6fd0a064f9d8442f6a6c668f036565968-d # internal
2025-08-20T21:11:47.6041238Z [00:03:14.562]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T21:11:47.6047518Z [00:03:14.563]➜  mkdir -p $WORK/b1475/
2025-08-20T21:11:47.6058804Z [00:03:14.564]➜  cat >/tmp/go-build2720400589/b1475/importcfg << 'EOF' # internal
2025-08-20T21:11:47.6059465Z [00:03:14.564]➜  # import config
2025-08-20T21:11:47.6059941Z [00:03:14.564]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.6061205Z [00:03:14.564]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:47.6062192Z [00:03:14.564]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.6064354Z [00:03:14.564]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:47.6068112Z [00:03:14.564]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:47.6070213Z [00:03:14.564]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:11:47.6070901Z [00:03:14.564]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:47.6071751Z [00:03:14.564]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:11:47.6072472Z [00:03:14.564]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:47.6073256Z [00:03:14.564]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:47.6073960Z [00:03:14.564]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build2720400589/b1500/_pkg_.a
2025-08-20T21:11:47.6074711Z [00:03:14.564]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:47.6075388Z [00:03:14.564]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:47.6075948Z [00:03:14.564]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:11:47.6076369Z [00:03:14.564]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.6076782Z [00:03:14.564]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:11:47.6077399Z [00:03:14.564]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:11:47.6077826Z [00:03:14.564]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.6078149Z [00:03:14.564]➜  EOF
2025-08-20T21:11:47.6080885Z [00:03:14.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1475/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap=>google.golang.org/grpc@v1.72.0/internal/xds/bootstrap;$WORK/b1475=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid QV7TstCloMyiNqBiyuui/QV7TstCloMyiNqBiyuui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/bootstrap/template.go
2025-08-20T21:11:47.6555791Z [00:03:14.612]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T21:11:47.6562978Z [00:03:14.614]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T21:11:47.6573542Z [00:03:14.615]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T21:11:47.6578742Z [00:03:14.616]➜  mkdir -p $WORK/b1509/
2025-08-20T21:11:47.6589469Z [00:03:14.617]➜  cat >/tmp/go-build2720400589/b1509/importcfg << 'EOF' # internal
2025-08-20T21:11:47.6592288Z [00:03:14.617]➜  # import config
2025-08-20T21:11:47.6592661Z [00:03:14.617]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.6593095Z [00:03:14.617]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.6593510Z [00:03:14.617]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.6594070Z [00:03:14.617]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:47.6594917Z [00:03:14.617]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2720400589/b1510/_pkg_.a
2025-08-20T21:11:47.6595665Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:47.6596465Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:47.6597277Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:47.6598093Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2720400589/b1514/_pkg_.a
2025-08-20T21:11:47.6598908Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2720400589/b1515/_pkg_.a
2025-08-20T21:11:47.6599926Z [00:03:14.617]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:47.6600800Z [00:03:14.617]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:47.6601649Z [00:03:14.617]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:47.6602422Z [00:03:14.617]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:47.6603119Z [00:03:14.617]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:47.6603834Z [00:03:14.617]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:47.6604771Z [00:03:14.617]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:47.6605352Z [00:03:14.617]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.6605965Z [00:03:14.617]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:47.6606399Z [00:03:14.617]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.6606833Z [00:03:14.617]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:47.6607255Z [00:03:14.617]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.6607847Z [00:03:14.617]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.6608267Z [00:03:14.617]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.6608684Z [00:03:14.617]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.6609085Z [00:03:14.617]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.6609522Z [00:03:14.617]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.6609853Z [00:03:14.617]➜  EOF
2025-08-20T21:11:47.6640747Z [00:03:14.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1509/_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/b1509=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid kpfP90YlgrKrSKB78ghv/kpfP90YlgrKrSKB78ghv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/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-20T21:11:47.7318585Z [00:03:14.689]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T21:11:47.7349688Z [00:03:14.693]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/6e/6eff39b0cb1c8c1dcb36e21c489fc5967f3f532d69d05952b5d73761eb723311-d # internal
2025-08-20T21:11:47.7360163Z [00:03:14.694]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T21:11:47.7366532Z [00:03:14.694]➜  mkdir -p $WORK/b1516/
2025-08-20T21:11:47.7379144Z [00:03:14.695]➜  cat >/tmp/go-build2720400589/b1516/importcfg << 'EOF' # internal
2025-08-20T21:11:47.7382938Z [00:03:14.695]➜  # import config
2025-08-20T21:11:47.7384469Z [00:03:14.695]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.7386484Z [00:03:14.695]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.7387303Z [00:03:14.695]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.7387949Z [00:03:14.695]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:47.7388690Z [00:03:14.695]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:47.7389482Z [00:03:14.695]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:47.7390261Z [00:03:14.695]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:47.7390994Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:47.7391707Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:47.7392406Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:47.7393315Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:47.7394062Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:11:47.7394998Z [00:03:14.695]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:47.7395749Z [00:03:14.695]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.7396179Z [00:03:14.695]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:47.7396610Z [00:03:14.695]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.7397041Z [00:03:14.695]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:47.7397465Z [00:03:14.695]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.7397883Z [00:03:14.695]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.7398309Z [00:03:14.695]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.7398733Z [00:03:14.695]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.7399144Z [00:03:14.695]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.7399581Z [00:03:14.695]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.7399918Z [00:03:14.695]➜  EOF
2025-08-20T21:11:47.7402896Z [00:03:14.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1516/_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/b1516=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid FOtuP9pkfiBf6JwxLN1f/FOtuP9pkfiBf6JwxLN1f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/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-20T21:11:47.7484668Z [00:03:14.705]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T21:11:47.7518411Z [00:03:14.709]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/e7/e796a1f77f92ea6b09eb787a42a9566dfdc42ab1d631703082f0d043d48fad3b-d # internal
2025-08-20T21:11:47.7548476Z [00:03:14.713]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T21:11:47.7555889Z [00:03:14.713]➜  mkdir -p $WORK/b1518/
2025-08-20T21:11:47.7569505Z [00:03:14.715]➜  cat >/tmp/go-build2720400589/b1518/importcfg << 'EOF' # internal
2025-08-20T21:11:47.7575051Z [00:03:14.715]➜  # import config
2025-08-20T21:11:47.7575427Z [00:03:14.715]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:47.7576096Z [00:03:14.715]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:47.7576587Z [00:03:14.715]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:47.7577145Z [00:03:14.715]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:47.7577813Z [00:03:14.715]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:47.7578565Z [00:03:14.715]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:47.7579340Z [00:03:14.715]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:47.7580094Z [00:03:14.715]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:47.7580823Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:47.7581542Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:47.7582434Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:47.7583152Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:47.7584082Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:47.7585008Z [00:03:14.715]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:47.7585577Z [00:03:14.715]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:47.7586003Z [00:03:14.715]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:47.7586432Z [00:03:14.715]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:47.7586862Z [00:03:14.715]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:47.7587290Z [00:03:14.715]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:47.7587707Z [00:03:14.715]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:47.7588128Z [00:03:14.715]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:47.7588551Z [00:03:14.715]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:47.7588965Z [00:03:14.715]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:47.7589404Z [00:03:14.715]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:47.7589737Z [00:03:14.715]➜  EOF
2025-08-20T21:11:47.7604199Z [00:03:14.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1518/_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/b1518=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid ll-wJHafZ_M_zYzkB1ec/ll-wJHafZ_M_zYzkB1ec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/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-20T21:11:48.1322823Z [00:03:15.090]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T21:11:48.1434594Z [00:03:15.101]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/bc/bce058b707ce0aac79fcb56707d402f5e7ee0f5a856e1db2086d7ba990455452-d # internal
2025-08-20T21:11:48.1443495Z [00:03:15.102]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T21:11:48.1445401Z [00:03:15.102]➜  mkdir -p $WORK/b1520/
2025-08-20T21:11:48.1465337Z [00:03:15.104]➜  cat >/tmp/go-build2720400589/b1520/importcfg << 'EOF' # internal
2025-08-20T21:11:48.1466040Z [00:03:15.104]➜  # import config
2025-08-20T21:11:48.1466630Z [00:03:15.104]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:48.1467687Z [00:03:15.104]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:48.1468190Z [00:03:15.104]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:48.1468753Z [00:03:15.104]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:48.1469519Z [00:03:15.104]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:48.1470709Z [00:03:15.104]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:48.1471490Z [00:03:15.104]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:48.1472455Z [00:03:15.104]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:48.1473171Z [00:03:15.104]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:48.1473865Z [00:03:15.104]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:48.1474845Z [00:03:15.104]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:48.1475433Z [00:03:15.104]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:48.1475871Z [00:03:15.104]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:48.1476311Z [00:03:15.104]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:48.1476742Z [00:03:15.104]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:48.1477171Z [00:03:15.104]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:48.1477588Z [00:03:15.104]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:48.1478011Z [00:03:15.104]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:48.1478429Z [00:03:15.104]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:48.1478839Z [00:03:15.104]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:48.1479283Z [00:03:15.104]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:48.1479621Z [00:03:15.104]➜  EOF
2025-08-20T21:11:48.1491950Z [00:03:15.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1520/_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/b1520=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid 4N6HVl9tSDK875R_AhyW/4N6HVl9tSDK875R_AhyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/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-20T21:11:48.2071829Z [00:03:15.165]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T21:11:48.2171891Z [00:03:15.175]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/1c/1ccf162e488dde685e245ee59809fa2fa9994f4e862b4e54ffb76e040ecef92a-d # internal
2025-08-20T21:11:48.2201184Z [00:03:15.178]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T21:11:48.2205562Z [00:03:15.178]➜  mkdir -p $WORK/b1517/
2025-08-20T21:11:48.2206142Z [00:03:15.178]➜  cat >/tmp/go-build2720400589/b1517/importcfg << 'EOF' # internal
2025-08-20T21:11:48.2206659Z [00:03:15.178]➜  # import config
2025-08-20T21:11:48.2207149Z [00:03:15.178]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:48.2207709Z [00:03:15.178]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:48.2208230Z [00:03:15.178]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:48.2208974Z [00:03:15.178]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:48.2210069Z [00:03:15.178]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:11:48.2210883Z [00:03:15.178]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:48.2211870Z [00:03:15.178]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:48.2212985Z [00:03:15.178]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2720400589/b1518/_pkg_.a
2025-08-20T21:11:48.2213950Z [00:03:15.178]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2720400589/b1514/_pkg_.a
2025-08-20T21:11:48.2214972Z [00:03:15.178]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:48.2215826Z [00:03:15.178]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:48.2216664Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:48.2217538Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:48.2218353Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:48.2219265Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:48.2220129Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:48.2221002Z [00:03:15.178]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:48.2221659Z [00:03:15.178]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:48.2222257Z [00:03:15.178]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:48.2222805Z [00:03:15.178]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:48.2223550Z [00:03:15.178]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:48.2224143Z [00:03:15.178]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:48.2224813Z [00:03:15.178]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:48.2225330Z [00:03:15.178]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:48.2225840Z [00:03:15.178]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:48.2226356Z [00:03:15.178]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:48.2226897Z [00:03:15.178]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:48.2227351Z [00:03:15.178]➜  EOF
2025-08-20T21:11:48.2232827Z [00:03:15.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1517/_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/b1517=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid M6COy9szX8Lrcd3yD_h6/M6COy9szX8Lrcd3yD_h6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/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-20T21:11:48.4304851Z [00:03:15.388]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T21:11:48.4404638Z [00:03:15.398]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/b4/b4b5004b472c3ff0ecaef9522e8ec2f682b5f1c0dbf5c058a039f2f8c164ea42-d # internal
2025-08-20T21:11:48.4467569Z [00:03:15.404]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T21:11:48.4472015Z [00:03:15.405]➜  mkdir -p $WORK/b1522/
2025-08-20T21:11:48.4481954Z [00:03:15.405]➜  cat >/tmp/go-build2720400589/b1522/importcfg << 'EOF' # internal
2025-08-20T21:11:48.4482336Z [00:03:15.405]➜  # import config
2025-08-20T21:11:48.4482716Z [00:03:15.405]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:48.4483156Z [00:03:15.405]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:48.4483621Z [00:03:15.405]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:48.4484175Z [00:03:15.405]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:48.4485526Z [00:03:15.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:48.4486949Z [00:03:15.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:48.4487785Z [00:03:15.405]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:48.4488532Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:48.4489267Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:48.4489978Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:48.4490978Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:48.4491825Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:48.4492564Z [00:03:15.405]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:48.4493163Z [00:03:15.405]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:48.4493590Z [00:03:15.405]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:48.4494024Z [00:03:15.405]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:48.4494769Z [00:03:15.405]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:48.4495326Z [00:03:15.405]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:48.4495752Z [00:03:15.405]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:48.4496172Z [00:03:15.405]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:48.4496591Z [00:03:15.405]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:48.4497014Z [00:03:15.405]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:48.4497466Z [00:03:15.405]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:48.4497798Z [00:03:15.405]➜  EOF
2025-08-20T21:11:48.4508138Z [00:03:15.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1522/_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/b1522=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid XxLeRTaLCgR5YTNQWAjN/XxLeRTaLCgR5YTNQWAjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/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-20T21:11:48.8561516Z [00:03:15.812]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T21:11:48.8642204Z [00:03:15.822]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/59/5946559d9e7785537c8ca103514dc39e6452707b3d9ab9e73dc2ca242ff70b14-d # internal
2025-08-20T21:11:48.8664850Z [00:03:15.824]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T21:11:48.8671137Z [00:03:15.825]➜  mkdir -p $WORK/b1523/
2025-08-20T21:11:48.8681612Z [00:03:15.826]➜  cat >/tmp/go-build2720400589/b1523/importcfg << 'EOF' # internal
2025-08-20T21:11:48.8688027Z [00:03:15.826]➜  # import config
2025-08-20T21:11:48.8688669Z [00:03:15.826]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:48.8689143Z [00:03:15.826]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:48.8689572Z [00:03:15.826]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:48.8690131Z [00:03:15.826]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:48.8690862Z [00:03:15.826]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:48.8691669Z [00:03:15.826]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:48.8692481Z [00:03:15.826]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:48.8693259Z [00:03:15.826]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:48.8693996Z [00:03:15.826]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:48.8695026Z [00:03:15.826]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:48.8695731Z [00:03:15.826]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:48.8696444Z [00:03:15.826]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:48.8697350Z [00:03:15.826]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:48.8697916Z [00:03:15.826]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:48.8698344Z [00:03:15.826]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:48.8698778Z [00:03:15.826]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:48.8699213Z [00:03:15.826]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:48.8699642Z [00:03:15.826]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:48.8700057Z [00:03:15.826]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:48.8700479Z [00:03:15.826]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:48.8700897Z [00:03:15.826]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:48.8701313Z [00:03:15.826]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:48.8701748Z [00:03:15.826]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:48.8702086Z [00:03:15.826]➜  EOF
2025-08-20T21:11:48.8718302Z [00:03:15.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1523/_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/b1523=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid Db62xh5OaCzyCd9MuzyW/Db62xh5OaCzyCd9MuzyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/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-20T21:11:49.2798507Z [00:03:16.237]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T21:11:49.2987912Z [00:03:16.256]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/9f/9f5f0d787b4c18cbd52f3e542f2d5f35310027f52d073d4d91a630c7b631ce87-d # internal
2025-08-20T21:11:49.2988668Z [00:03:16.256]➜  google.golang.org/grpc/xds/internal/xdsclient/transport
2025-08-20T21:11:49.2989034Z [00:03:16.256]➜  mkdir -p $WORK/b1531/
2025-08-20T21:11:49.2989446Z [00:03:16.256]➜  cat >/tmp/go-build2720400589/b1531/importcfg << 'EOF' # internal
2025-08-20T21:11:49.2990079Z [00:03:16.256]➜  # import config
2025-08-20T21:11:49.2990431Z [00:03:16.256]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:49.2991029Z [00:03:16.256]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:11:49.2991478Z [00:03:16.256]➜  EOF
2025-08-20T21:11:49.2993967Z [00:03:16.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport;$WORK/b1531=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport -lang=go1.23 -complete -installsuffix shared -buildid 7ZvyQIh2myVC1uB-Sf3X/7ZvyQIh2myVC1uB-Sf3X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/transport_interface.go
2025-08-20T21:11:49.3700723Z [00:03:16.328]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T21:11:49.3765358Z [00:03:16.334]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T21:11:49.3781225Z [00:03:16.336]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/8a/8a9264515a8be1f8ea7606da50934796c4e55b16fefaf212ff00f018249cde88-d # internal
2025-08-20T21:11:49.3811486Z [00:03:16.339]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T21:11:49.3815646Z [00:03:16.339]➜  mkdir -p $WORK/b1533/
2025-08-20T21:11:49.3816085Z [00:03:16.339]➜  cat >/tmp/go-build2720400589/b1533/importcfg << 'EOF' # internal
2025-08-20T21:11:49.3818558Z [00:03:16.340]➜  # import config
2025-08-20T21:11:49.3819484Z [00:03:16.340]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.3819983Z [00:03:16.340]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:49.3820419Z [00:03:16.340]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.3820857Z [00:03:16.340]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.3821416Z [00:03:16.340]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.3822431Z [00:03:16.340]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.3823297Z [00:03:16.340]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.3824039Z [00:03:16.340]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:11:49.3824985Z [00:03:16.340]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:49.3825553Z [00:03:16.340]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:49.3826278Z [00:03:16.340]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:49.3827018Z [00:03:16.340]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.3827734Z [00:03:16.340]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.3828427Z [00:03:16.340]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.3829149Z [00:03:16.340]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:49.3829708Z [00:03:16.340]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.3830160Z [00:03:16.340]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.3830600Z [00:03:16.340]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.3831028Z [00:03:16.340]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.3831455Z [00:03:16.340]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.3832119Z [00:03:16.340]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.3832554Z [00:03:16.340]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.3832973Z [00:03:16.340]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.3833563Z [00:03:16.340]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.3834013Z [00:03:16.340]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.3834539Z [00:03:16.340]➜  EOF
2025-08-20T21:11:49.3838632Z [00:03:16.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1533/_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/b1533=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid p5VchS29AsbGKkF6roG9/p5VchS29AsbGKkF6roG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/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-20T21:11:49.4037392Z [00:03:16.362]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/d9/d908c189e4fa2dff587b7c5676a0bf03e5ddeef5b94811ef94653ed39b5b4ce3-d # internal
2025-08-20T21:11:49.4038980Z [00:03:16.362]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T21:11:49.4040105Z [00:03:16.362]➜  mkdir -p $WORK/b1508/
2025-08-20T21:11:49.4047523Z [00:03:16.362]➜  cat >/tmp/go-build2720400589/b1508/importcfg << 'EOF' # internal
2025-08-20T21:11:49.4047904Z [00:03:16.362]➜  # import config
2025-08-20T21:11:49.4048436Z [00:03:16.362]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.4048950Z [00:03:16.362]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.4049378Z [00:03:16.362]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.4049921Z [00:03:16.362]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.4050664Z [00:03:16.362]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.4051467Z [00:03:16.362]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:49.4052390Z [00:03:16.362]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build2720400589/b1516/_pkg_.a
2025-08-20T21:11:49.4053281Z [00:03:16.362]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:49.4054059Z [00:03:16.362]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:49.4055086Z [00:03:16.363]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.4055830Z [00:03:16.363]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.4056541Z [00:03:16.363]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.4057231Z [00:03:16.363]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.4057953Z [00:03:16.363]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:49.4058706Z [00:03:16.363]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.4059140Z [00:03:16.363]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.4059574Z [00:03:16.363]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.4060160Z [00:03:16.363]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.4060586Z [00:03:16.363]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.4061031Z [00:03:16.363]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.4061452Z [00:03:16.363]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.4061865Z [00:03:16.363]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.4062270Z [00:03:16.363]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.4062708Z [00:03:16.363]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.4063045Z [00:03:16.363]➜  EOF
2025-08-20T21:11:49.4069258Z [00:03:16.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1508/_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/b1508=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid A8zRymK6PIncxXRhbNaX/A8zRymK6PIncxXRhbNaX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/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-20T21:11:49.4330670Z [00:03:16.391]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T21:11:49.4397278Z [00:03:16.397]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/e2/e2e9e46dad3cd9278c2d2a31ab6f3140bd1bf7ad1224eba347ff9bb822fad951-d # internal
2025-08-20T21:11:49.4414396Z [00:03:16.399]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T21:11:49.4422955Z [00:03:16.399]➜  mkdir -p $WORK/b1525/
2025-08-20T21:11:49.4423411Z [00:03:16.400]➜  cat >/tmp/go-build2720400589/b1525/importcfg << 'EOF' # internal
2025-08-20T21:11:49.4423783Z [00:03:16.400]➜  # import config
2025-08-20T21:11:49.4424119Z [00:03:16.400]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.4424739Z [00:03:16.400]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.4425164Z [00:03:16.400]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.4425705Z [00:03:16.400]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.4426466Z [00:03:16.400]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.4427288Z [00:03:16.400]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:49.4428097Z [00:03:16.400]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:11:49.4429118Z [00:03:16.400]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.4429852Z [00:03:16.400]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.4430559Z [00:03:16.400]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.4431252Z [00:03:16.400]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.4431797Z [00:03:16.400]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.4432373Z [00:03:16.400]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.4432810Z [00:03:16.400]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.4433235Z [00:03:16.400]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.4433662Z [00:03:16.400]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.4434076Z [00:03:16.400]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.4434722Z [00:03:16.400]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.4435144Z [00:03:16.400]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.4435554Z [00:03:16.400]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.4436005Z [00:03:16.400]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.4436341Z [00:03:16.400]➜  EOF
2025-08-20T21:11:49.4439264Z [00:03:16.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1525/_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/b1525=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid GSzdh3QtS4c5mIaIQwXl/GSzdh3QtS4c5mIaIQwXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/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-20T21:11:49.6960346Z [00:03:16.654]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T21:11:49.7032895Z [00:03:16.661]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/b4/b4adde05f29a0952a55ff3ed72f4670e8224533f819e44e5df68fc13cea483f1-d # internal
2025-08-20T21:11:49.7034992Z [00:03:16.661]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T21:11:49.7036387Z [00:03:16.662]➜  mkdir -p $WORK/b1543/
2025-08-20T21:11:49.7037919Z [00:03:16.662]➜  cat >/tmp/go-build2720400589/b1543/importcfg << 'EOF' # internal
2025-08-20T21:11:49.7038348Z [00:03:16.662]➜  # import config
2025-08-20T21:11:49.7038732Z [00:03:16.662]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:49.7039174Z [00:03:16.662]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.7039817Z [00:03:16.662]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:11:49.7040315Z [00:03:16.662]➜  EOF
2025-08-20T21:11:49.7042658Z [00:03:16.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry;$WORK/b1543=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid G-goiJ-pZSIN2Hu2EAHJ/G-goiJ-pZSIN2Hu2EAHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T21:11:49.7056561Z [00:03:16.663]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T21:11:49.7135137Z [00:03:16.671]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/5f/5f2a1cf85e2dd729fac4c44d00d03f5e014d5669bb5d519364a3d5e0f43bb9cc-d # internal
2025-08-20T21:11:49.7141562Z [00:03:16.672]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T21:11:49.7160685Z [00:03:16.674]➜  mkdir -p $WORK/b1519/
2025-08-20T21:11:49.7161336Z [00:03:16.674]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T21:11:49.7163840Z [00:03:16.674]➜  cat >/tmp/go-build2720400589/b1519/importcfg << 'EOF' # internal
2025-08-20T21:11:49.7164656Z [00:03:16.674]➜  # import config
2025-08-20T21:11:49.7165134Z [00:03:16.674]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.7165669Z [00:03:16.674]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.7166171Z [00:03:16.674]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.7166820Z [00:03:16.674]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.7167576Z [00:03:16.674]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:11:49.7168304Z [00:03:16.674]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:11:49.7170241Z [00:03:16.674]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2720400589/b1510/_pkg_.a
2025-08-20T21:11:49.7171005Z [00:03:16.674]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:49.7171835Z [00:03:16.674]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2720400589/b1508/_pkg_.a
2025-08-20T21:11:49.7172654Z [00:03:16.674]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.7173431Z [00:03:16.674]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:49.7174175Z [00:03:16.674]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.7175102Z [00:03:16.674]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.7175812Z [00:03:16.674]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.7176756Z [00:03:16.674]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.7177640Z [00:03:16.674]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:49.7178484Z [00:03:16.674]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:49.7179055Z [00:03:16.674]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.7179482Z [00:03:16.674]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.7179910Z [00:03:16.674]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.7180337Z [00:03:16.674]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.7180758Z [00:03:16.674]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.7181171Z [00:03:16.674]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.7181592Z [00:03:16.674]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.7182173Z [00:03:16.674]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.7182588Z [00:03:16.674]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.7183024Z [00:03:16.674]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.7183481Z [00:03:16.674]➜  EOF
2025-08-20T21:11:49.7191949Z [00:03:16.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1519/_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/b1519=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid RsS-y6Sg_YlJiZseHTT_/RsS-y6Sg_YlJiZseHTT_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/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-20T21:11:49.7244698Z [00:03:16.682]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/b8/b8219856da29f779549066558e0b2632b6a34fcd1b978d7c8d54a8114913391b-d # internal
2025-08-20T21:11:49.7252983Z [00:03:16.683]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T21:11:49.7260289Z [00:03:16.684]➜  mkdir -p $WORK/b1524/
2025-08-20T21:11:49.7272103Z [00:03:16.685]➜  cat >/tmp/go-build2720400589/b1524/importcfg << 'EOF' # internal
2025-08-20T21:11:49.7272996Z [00:03:16.685]➜  # import config
2025-08-20T21:11:49.7273956Z [00:03:16.685]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.7274695Z [00:03:16.685]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.7275206Z [00:03:16.685]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.7276054Z [00:03:16.685]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.7276972Z [00:03:16.685]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:49.7278425Z [00:03:16.685]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build2720400589/b1525/_pkg_.a
2025-08-20T21:11:49.7279443Z [00:03:16.685]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.7280369Z [00:03:16.685]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:49.7281945Z [00:03:16.685]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.7282708Z [00:03:16.685]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.7283433Z [00:03:16.685]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.7284504Z [00:03:16.685]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.7285285Z [00:03:16.685]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:49.7286021Z [00:03:16.685]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:49.7286813Z [00:03:16.685]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.7287240Z [00:03:16.685]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.7287674Z [00:03:16.685]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.7288099Z [00:03:16.685]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.7288524Z [00:03:16.685]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.7288944Z [00:03:16.685]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.7289368Z [00:03:16.685]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.7289790Z [00:03:16.685]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.7290197Z [00:03:16.685]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.7290638Z [00:03:16.685]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.7291028Z [00:03:16.685]➜  EOF
2025-08-20T21:11:49.7300974Z [00:03:16.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1524/_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/b1524=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid A5YG_CkjBDmXttplnHi1/A5YG_CkjBDmXttplnHi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/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-20T21:11:49.7400520Z [00:03:16.698]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T21:11:49.7407545Z [00:03:16.699]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/0b/0bd3b135fab5272f94092ce94826f3b621c383446eddddfab0430b73febaf0eb-d # internal
2025-08-20T21:11:49.7411972Z [00:03:16.699]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T21:11:49.7413220Z [00:03:16.699]➜  mkdir -p $WORK/b1537/
2025-08-20T21:11:49.7418812Z [00:03:16.700]➜  cat >/tmp/go-build2720400589/b1537/importcfg << 'EOF' # internal
2025-08-20T21:11:49.7420480Z [00:03:16.700]➜  # import config
2025-08-20T21:11:49.7421428Z [00:03:16.700]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.7422543Z [00:03:16.700]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.7423498Z [00:03:16.700]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.7424759Z [00:03:16.700]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.7426920Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:49.7427841Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2720400589/b1508/_pkg_.a
2025-08-20T21:11:49.7428667Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.7429475Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:49.7430286Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2720400589/b1522/_pkg_.a
2025-08-20T21:11:49.7431336Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build2720400589/b1538/_pkg_.a
2025-08-20T21:11:49.7432145Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2720400589/b1515/_pkg_.a
2025-08-20T21:11:49.7433112Z [00:03:16.700]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:49.7433855Z [00:03:16.700]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:49.7434744Z [00:03:16.700]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.7437687Z [00:03:16.700]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.7438482Z [00:03:16.700]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.7439211Z [00:03:16.700]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:49.7439954Z [00:03:16.700]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:49.7440517Z [00:03:16.700]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.7440942Z [00:03:16.700]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.7441373Z [00:03:16.700]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.7441800Z [00:03:16.700]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.7442223Z [00:03:16.700]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.7442637Z [00:03:16.700]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.7443057Z [00:03:16.700]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.7443506Z [00:03:16.700]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.7443931Z [00:03:16.700]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.7444501Z [00:03:16.700]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.7444917Z [00:03:16.700]➜  EOF
2025-08-20T21:11:49.7448757Z [00:03:16.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1537/_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/b1537=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid JgofaPaw8XEw_JzgKo9S/JgofaPaw8XEw_JzgKo9S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/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-20T21:11:49.9641474Z [00:03:16.922]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T21:11:49.9684564Z [00:03:16.926]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/0d/0d1f8ead7879a5e1c2541bdf4a6544ff2dd3256a55d837d6aa69e3e03fc75323-d # internal
2025-08-20T21:11:49.9687974Z [00:03:16.927]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T21:11:49.9689163Z [00:03:16.927]➜  mkdir -p $WORK/b1546/
2025-08-20T21:11:49.9698158Z [00:03:16.928]➜  cat >/tmp/go-build2720400589/b1546/importcfg << 'EOF' # internal
2025-08-20T21:11:49.9699094Z [00:03:16.928]➜  # import config
2025-08-20T21:11:49.9699962Z [00:03:16.928]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:49.9702643Z [00:03:16.928]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:49.9703147Z [00:03:16.928]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:49.9703600Z [00:03:16.928]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:49.9704611Z [00:03:16.928]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:49.9705428Z [00:03:16.928]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:49.9706255Z [00:03:16.928]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2720400589/b1518/_pkg_.a
2025-08-20T21:11:49.9706927Z [00:03:16.928]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:49.9707509Z [00:03:16.928]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:49.9708094Z [00:03:16.928]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:49.9708764Z [00:03:16.928]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:49.9709475Z [00:03:16.928]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:49.9710202Z [00:03:16.928]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:49.9710921Z [00:03:16.928]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:49.9711475Z [00:03:16.928]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:49.9711899Z [00:03:16.928]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:49.9712333Z [00:03:16.928]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:49.9712765Z [00:03:16.928]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:49.9713188Z [00:03:16.928]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:49.9713610Z [00:03:16.928]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:49.9714028Z [00:03:16.928]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:49.9714954Z [00:03:16.928]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:49.9715376Z [00:03:16.928]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:49.9715813Z [00:03:16.928]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:49.9716147Z [00:03:16.928]➜  EOF
2025-08-20T21:11:49.9719653Z [00:03:16.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1546/_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/b1546=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid 1CbAXRE87oufZ04NrBoZ/1CbAXRE87oufZ04NrBoZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/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-20T21:11:50.0826062Z [00:03:17.040]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T21:11:50.0898097Z [00:03:17.048]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/0f/0f02fa21fcd1d923372a894b6ec786ea4cf70f9f65d1a776b214664f38321248-d # internal
2025-08-20T21:11:50.0900450Z [00:03:17.048]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport
2025-08-20T21:11:50.0901748Z [00:03:17.048]➜  mkdir -p $WORK/b1545/
2025-08-20T21:11:50.0916306Z [00:03:17.049]➜  cat >/tmp/go-build2720400589/b1545/importcfg << 'EOF' # internal
2025-08-20T21:11:50.0917489Z [00:03:17.049]➜  # import config
2025-08-20T21:11:50.0918016Z [00:03:17.049]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.0918834Z [00:03:17.049]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.0920250Z [00:03:17.049]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2720400589/b1533/_pkg_.a
2025-08-20T21:11:50.0921165Z [00:03:17.049]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build2720400589/b1546/_pkg_.a
2025-08-20T21:11:50.0921855Z [00:03:17.049]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:11:50.0922437Z [00:03:17.049]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2720400589/b1310/_pkg_.a
2025-08-20T21:11:50.0923162Z [00:03:17.049]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build2720400589/b1529/_pkg_.a
2025-08-20T21:11:50.0923962Z [00:03:17.049]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build2720400589/b1531/_pkg_.a
2025-08-20T21:11:50.0924713Z [00:03:17.049]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:50.0925039Z [00:03:17.049]➜  EOF
2025-08-20T21:11:50.0927590Z [00:03:17.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/grpctransport=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/grpctransport;$WORK/b1545=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid z0GqQ5uPkhxGlCoV6EUf/z0GqQ5uPkhxGlCoV6EUf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/grpctransport/grpctransport.go
2025-08-20T21:11:50.1162617Z [00:03:17.074]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T21:11:50.1225656Z [00:03:17.080]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/17/179fad47cc8f5be2ffdb383e5ebcef511f6aef1dd894514551aaa6020761e131-d # internal
2025-08-20T21:11:50.1229446Z [00:03:17.081]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T21:11:50.1236542Z [00:03:17.081]➜  mkdir -p $WORK/b1507/
2025-08-20T21:11:50.1237166Z [00:03:17.081]➜  cat >/tmp/go-build2720400589/b1507/importcfg << 'EOF' # internal
2025-08-20T21:11:50.1238519Z [00:03:17.081]➜  # import config
2025-08-20T21:11:50.1238937Z [00:03:17.081]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.1239362Z [00:03:17.081]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.1239781Z [00:03:17.081]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.1240561Z [00:03:17.081]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:50.1241460Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:11:50.1242359Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2720400589/b1508/_pkg_.a
2025-08-20T21:11:50.1243210Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:11:50.1244020Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:50.1244985Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2720400589/b1519/_pkg_.a
2025-08-20T21:11:50.1245819Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build2720400589/b1520/_pkg_.a
2025-08-20T21:11:50.1246808Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build2720400589/b1521/_pkg_.a
2025-08-20T21:11:50.1247637Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2720400589/b1522/_pkg_.a
2025-08-20T21:11:50.1248682Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2720400589/b1523/_pkg_.a
2025-08-20T21:11:50.1249526Z [00:03:17.081]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:50.1250270Z [00:03:17.081]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:50.1251000Z [00:03:17.081]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:50.1251718Z [00:03:17.081]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:50.1252423Z [00:03:17.082]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:50.1253133Z [00:03:17.082]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:50.1253863Z [00:03:17.082]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:50.1254751Z [00:03:17.082]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:50.1255322Z [00:03:17.082]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:50.1255745Z [00:03:17.082]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:50.1256175Z [00:03:17.082]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.1256607Z [00:03:17.082]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:50.1257033Z [00:03:17.082]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:50.1257449Z [00:03:17.082]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:50.1257865Z [00:03:17.082]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.1258285Z [00:03:17.082]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:50.1258688Z [00:03:17.082]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:50.1259126Z [00:03:17.082]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:50.1259459Z [00:03:17.082]➜  EOF
2025-08-20T21:11:50.1262528Z [00:03:17.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1507/_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/b1507=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid vQ7HZRSeMTpFH68gB2jn/vQ7HZRSeMTpFH68gB2jn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/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-20T21:11:50.1514896Z [00:03:17.109]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:11:50.1847567Z [00:03:17.141]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T21:11:50.1854078Z [00:03:17.143]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/62/6297ab3691dbe4ab18f35e30bd965a32852e6da57582082e41f005a79f3b6633-d # internal
2025-08-20T21:11:50.1863206Z [00:03:17.144]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/lrs
2025-08-20T21:11:50.1896943Z [00:03:17.144]➜  mkdir -p $WORK/b1547/
2025-08-20T21:11:50.1897410Z [00:03:17.144]➜  cat >/tmp/go-build2720400589/b1547/importcfg << 'EOF' # internal
2025-08-20T21:11:50.1898092Z [00:03:17.144]➜  # import config
2025-08-20T21:11:50.1898451Z [00:03:17.144]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.1898899Z [00:03:17.144]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.1899714Z [00:03:17.144]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:50.1900539Z [00:03:17.144]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2720400589/b1518/_pkg_.a
2025-08-20T21:11:50.1901378Z [00:03:17.144]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build2720400589/b1546/_pkg_.a
2025-08-20T21:11:50.1902086Z [00:03:17.144]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:50.1902714Z [00:03:17.144]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:11:50.1903371Z [00:03:17.144]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:50.1904025Z [00:03:17.144]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:50.1904974Z [00:03:17.144]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:11:50.1905668Z [00:03:17.144]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build2720400589/b1530/_pkg_.a
2025-08-20T21:11:50.1906436Z [00:03:17.144]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build2720400589/b1531/_pkg_.a
2025-08-20T21:11:50.1907122Z [00:03:17.144]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:50.1907808Z [00:03:17.144]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:11:50.1908369Z [00:03:17.144]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.1908940Z [00:03:17.144]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:50.1909434Z [00:03:17.144]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:50.1909741Z [00:03:17.144]➜  EOF
2025-08-20T21:11:50.1912156Z [00:03:17.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/lrs=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/lrs;$WORK/b1547=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/lrs -lang=go1.23 -complete -installsuffix shared -buildid 4xq-AJltTIwnpzFMYqNm/4xq-AJltTIwnpzFMYqNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/lrs/lrs_stream.go
2025-08-20T21:11:50.2903218Z [00:03:17.248]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T21:11:50.2933448Z [00:03:17.251]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/79/792d0f8b6c9eb5f8bc339c6d38d30204c891dcf185a0e0c9612c7ef181ea19b5-d # internal
2025-08-20T21:11:50.2941806Z [00:03:17.252]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T21:11:50.2949901Z [00:03:17.253]➜  mkdir -p $WORK/b1571/
2025-08-20T21:11:50.2952970Z [00:03:17.253]➜  cat >/tmp/go-build2720400589/b1571/importcfg << 'EOF' # internal
2025-08-20T21:11:50.2975040Z [00:03:17.253]➜  # import config
2025-08-20T21:11:50.2975425Z [00:03:17.253]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.2975859Z [00:03:17.253]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.2976276Z [00:03:17.253]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.2976842Z [00:03:17.253]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:11:50.2978005Z [00:03:17.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:50.2978915Z [00:03:17.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2720400589/b1570/_pkg_.a
2025-08-20T21:11:50.2979978Z [00:03:17.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:50.2980728Z [00:03:17.253]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:11:50.2981459Z [00:03:17.253]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:11:50.2982165Z [00:03:17.253]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:11:50.2982866Z [00:03:17.253]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:50.2983577Z [00:03:17.253]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:50.2984501Z [00:03:17.253]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:11:50.2985141Z [00:03:17.253]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:50.2985563Z [00:03:17.253]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:11:50.2985998Z [00:03:17.253]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.2986426Z [00:03:17.253]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:11:50.2986847Z [00:03:17.253]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:50.2987261Z [00:03:17.253]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:50.2987683Z [00:03:17.253]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.2988106Z [00:03:17.253]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:11:50.2988700Z [00:03:17.253]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:50.2989208Z [00:03:17.253]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:11:50.2989545Z [00:03:17.253]➜  EOF
2025-08-20T21:11:50.2992759Z [00:03:17.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1571/_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/b1571=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid KzYth0AgYNxOx3qaNRLU/KzYth0AgYNxOx3qaNRLU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/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-20T21:11:50.3063842Z [00:03:17.264]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T21:11:50.3157840Z [00:03:17.274]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/d6/d6d81c164a20865ab4f15dc0c5c1423cc3d36a2ccc571bc7543376941d4f4c17-d # internal
2025-08-20T21:11:50.3163457Z [00:03:17.274]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T21:11:50.3164028Z [00:03:17.274]➜  mkdir -p $WORK/b1534/
2025-08-20T21:11:50.3172158Z [00:03:17.275]➜  cat >/tmp/go-build2720400589/b1534/importcfg << 'EOF' # internal
2025-08-20T21:11:50.3172555Z [00:03:17.275]➜  # import config
2025-08-20T21:11:50.3172925Z [00:03:17.275]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.3173389Z [00:03:17.275]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.3174177Z [00:03:17.275]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.3174965Z [00:03:17.275]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2720400589/b1535/_pkg_.a
2025-08-20T21:11:50.3175602Z [00:03:17.275]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2720400589/b1511/_pkg_.a
2025-08-20T21:11:50.3176554Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:11:50.3177383Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:11:50.3178200Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2720400589/b1518/_pkg_.a
2025-08-20T21:11:50.3179031Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2720400589/b1519/_pkg_.a
2025-08-20T21:11:50.3179853Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:11:50.3180752Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build2720400589/b1536/_pkg_.a
2025-08-20T21:11:50.3181802Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2720400589/b1537/_pkg_.a
2025-08-20T21:11:50.3182838Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2720400589/b1523/_pkg_.a
2025-08-20T21:11:50.3183741Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2720400589/b1533/_pkg_.a
2025-08-20T21:11:50.3184680Z [00:03:17.275]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:11:50.3185351Z [00:03:17.275]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:11:50.3186089Z [00:03:17.275]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:11:50.3186786Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:11:50.3187450Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:11:50.3188109Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:11:50.3188759Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:11:50.3189407Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:11:50.3190193Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:11:50.3190966Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:11:50.3191656Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2720400589/b1539/_pkg_.a
2025-08-20T21:11:50.3192284Z [00:03:17.275]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:11:50.3192908Z [00:03:17.275]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:11:50.3193509Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:11:50.3194204Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2720400589/b1541/_pkg_.a
2025-08-20T21:11:50.3197049Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:11:50.3197834Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2720400589/b1543/_pkg_.a
2025-08-20T21:11:50.3198882Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build2720400589/b1544/_pkg_.a
2025-08-20T21:11:50.3199610Z [00:03:17.275]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:11:50.3200443Z [00:03:17.275]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:11:50.3201154Z [00:03:17.275]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:11:50.3201708Z [00:03:17.275]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:11:50.3202149Z [00:03:17.275]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:11:50.3202586Z [00:03:17.275]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:11:50.3203015Z [00:03:17.275]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.3203445Z [00:03:17.275]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:11:50.3203861Z [00:03:17.275]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:11:50.3204413Z [00:03:17.275]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.3204913Z [00:03:17.275]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.3205356Z [00:03:17.275]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:11:50.3205785Z [00:03:17.275]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:11:50.3206088Z [00:03:17.275]➜  EOF
2025-08-20T21:11:50.3215897Z [00:03:17.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource;$WORK/b1534=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid JhGLIX691PFdwSukY2WP/JhGLIX691PFdwSukY2WP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/cluster_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/endpoints_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/errors.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/filter_chain.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/listener_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/matcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/matcher_path.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/name.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/route_config_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/type_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/type_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/type_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/type_rds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/unmarshal_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/unmarshal_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/unmarshal_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdsresource/unmarshal_rds.go
2025-08-20T21:11:50.3543197Z [00:03:17.312]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/45/45f0dc7bf485685e08d87fb8f3adab05c85155a961c83fd63b6463b9b86eb164-d # internal
2025-08-20T21:11:50.3593686Z [00:03:17.317]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete
2025-08-20T21:11:50.3594139Z [00:03:17.317]➜  mkdir -p $WORK/b418/
2025-08-20T21:11:50.3594652Z [00:03:17.317]➜  cat >/tmp/go-build2720400589/b418/importcfg << 'EOF' # internal
2025-08-20T21:11:50.3595002Z [00:03:17.317]➜  # import config
2025-08-20T21:11:50.3597353Z [00:03:17.317]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.3599749Z [00:03:17.317]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.3600776Z [00:03:17.317]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.3601789Z [00:03:17.317]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.3602518Z [00:03:17.317]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.3603309Z [00:03:17.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.3603887Z [00:03:17.317]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.3604488Z [00:03:17.317]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.3604969Z [00:03:17.317]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.3605396Z [00:03:17.317]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.3605822Z [00:03:17.317]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.3606137Z [00:03:17.317]➜  EOF
2025-08-20T21:11:50.3609182Z [00:03:17.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/delete;$WORK/b418=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete -lang=go1.21 -complete -installsuffix shared -buildid k_eC0P3_yOsezSfjSoqm/k_eC0P3_yOsezSfjSoqm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/delete/response.go
2025-08-20T21:11:50.4218827Z [00:03:17.380]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T21:11:50.4233720Z [00:03:17.381]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/16/16cae6de250e2eb79313679f8b4260634171924e2fe0791dade1d43125d6731a-d # internal
2025-08-20T21:11:50.4234861Z [00:03:17.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get
2025-08-20T21:11:50.4235337Z [00:03:17.381]➜  mkdir -p $WORK/b625/
2025-08-20T21:11:50.4235729Z [00:03:17.381]➜  cat >/tmp/go-build2720400589/b625/importcfg << 'EOF' # internal
2025-08-20T21:11:50.4236074Z [00:03:17.381]➜  # import config
2025-08-20T21:11:50.4236425Z [00:03:17.381]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.4236864Z [00:03:17.381]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.4237311Z [00:03:17.381]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.4237759Z [00:03:17.381]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.4238171Z [00:03:17.381]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.4238807Z [00:03:17.381]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.4239593Z [00:03:17.381]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.4240369Z [00:03:17.381]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.4240794Z [00:03:17.381]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.4241226Z [00:03:17.381]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.4241832Z [00:03:17.381]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.4242260Z [00:03:17.381]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.4242573Z [00:03:17.381]➜  EOF
2025-08-20T21:11:50.4245445Z [00:03:17.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/get;$WORK/b625=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get -lang=go1.21 -complete -installsuffix shared -buildid aLnsvJoaVdlCfhBefLF9/aLnsvJoaVdlCfhBefLF9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/get/response.go
2025-08-20T21:11:50.4511639Z [00:03:17.409]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:11:50.4520035Z [00:03:17.410]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/c5/c5d65b161dbd06ea6e5123f5137eb25d845947f527f5bd4dbe3fe3903344b3dd-d # internal
2025-08-20T21:11:50.4533270Z [00:03:17.410]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status
2025-08-20T21:11:50.4533709Z [00:03:17.410]➜  mkdir -p $WORK/b626/
2025-08-20T21:11:50.4534095Z [00:03:17.410]➜  cat >/tmp/go-build2720400589/b626/importcfg << 'EOF' # internal
2025-08-20T21:11:50.4534596Z [00:03:17.410]➜  # import config
2025-08-20T21:11:50.4534978Z [00:03:17.410]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.4535416Z [00:03:17.410]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.4536096Z [00:03:17.410]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.4536613Z [00:03:17.410]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.4537037Z [00:03:17.410]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.4537667Z [00:03:17.410]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.4538481Z [00:03:17.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.4539048Z [00:03:17.410]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.4539470Z [00:03:17.410]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.4540023Z [00:03:17.410]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.4540532Z [00:03:17.410]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.4540967Z [00:03:17.410]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.4541283Z [00:03:17.410]➜  EOF
2025-08-20T21:11:50.4544088Z [00:03:17.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/status=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/status;$WORK/b626=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status -lang=go1.21 -complete -installsuffix shared -buildid Lo5vhfTF8g8iq8d7CwtI/Lo5vhfTF8g8iq8d7CwtI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/status/status.go
2025-08-20T21:11:50.5202419Z [00:03:17.477]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:11:50.5209040Z [00:03:17.478]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/67/67a7c659f762f3c8f695bb588e01f0ca9c25bb44f48a7040d31e67f82697c98d-d # internal
2025-08-20T21:11:50.5209776Z [00:03:17.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit
2025-08-20T21:11:50.5210528Z [00:03:17.478]➜  mkdir -p $WORK/b627/
2025-08-20T21:11:50.5218626Z [00:03:17.479]➜  cat >/tmp/go-build2720400589/b627/importcfg << 'EOF' # internal
2025-08-20T21:11:50.5221677Z [00:03:17.480]➜  # import config
2025-08-20T21:11:50.5222146Z [00:03:17.480]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.5224943Z [00:03:17.480]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.5225498Z [00:03:17.480]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.5225974Z [00:03:17.480]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.5226399Z [00:03:17.480]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.5227037Z [00:03:17.480]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.5227815Z [00:03:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.5228672Z [00:03:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:50.5229573Z [00:03:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:50.5230455Z [00:03:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:50.5231358Z [00:03:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2720400589/b598/_pkg_.a
2025-08-20T21:11:50.5231995Z [00:03:17.480]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.5232631Z [00:03:17.480]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.5233196Z [00:03:17.480]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.5233631Z [00:03:17.480]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.5234062Z [00:03:17.480]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.5234532Z [00:03:17.480]➜  EOF
2025-08-20T21:11:50.5237882Z [00:03:17.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/submit=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/submit;$WORK/b627=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit -lang=go1.21 -complete -installsuffix shared -buildid xo0m2zxumFTd7NZlRH3N/xo0m2zxumFTd7NZlRH3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/submit/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/submit/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/asyncsearch/submit/submit.go
2025-08-20T21:11:50.5638959Z [00:03:17.522]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:11:50.5648475Z [00:03:17.523]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/aa/aaeb4e805168b43bf17ffbf579bba5f951ce719cd19ef8200c4757fe91d008d3-d # internal
2025-08-20T21:11:50.5650253Z [00:03:17.523]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy
2025-08-20T21:11:50.5652122Z [00:03:17.523]➜  mkdir -p $WORK/b628/
2025-08-20T21:11:50.5653182Z [00:03:17.523]➜  cat >/tmp/go-build2720400589/b628/importcfg << 'EOF' # internal
2025-08-20T21:11:50.5653921Z [00:03:17.523]➜  # import config
2025-08-20T21:11:50.5654386Z [00:03:17.523]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.5654920Z [00:03:17.523]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.5655370Z [00:03:17.523]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.5655996Z [00:03:17.523]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.5656633Z [00:03:17.523]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.5657420Z [00:03:17.523]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.5657983Z [00:03:17.523]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.5658407Z [00:03:17.523]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.5658847Z [00:03:17.523]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.5659272Z [00:03:17.523]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.5659703Z [00:03:17.523]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.5660017Z [00:03:17.523]➜  EOF
2025-08-20T21:11:50.5663282Z [00:03:17.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/deleteautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/deleteautoscalingpolicy;$WORK/b628=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid i_-81MGlDOCtQrdSFAgh/i_-81MGlDOCtQrdSFAgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/deleteautoscalingpolicy/delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/deleteautoscalingpolicy/response.go
2025-08-20T21:11:50.5739496Z [00:03:17.532]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T21:11:50.5819841Z [00:03:17.539]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/0f/0f701791c47228c705cc4e6b184e56e1daca9e02ef25636986237d89be5f9689-d # internal
2025-08-20T21:11:50.5823012Z [00:03:17.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity
2025-08-20T21:11:50.5823472Z [00:03:17.539]➜  mkdir -p $WORK/b629/
2025-08-20T21:11:50.5823851Z [00:03:17.540]➜  cat >/tmp/go-build2720400589/b629/importcfg << 'EOF' # internal
2025-08-20T21:11:50.5824199Z [00:03:17.540]➜  # import config
2025-08-20T21:11:50.5824655Z [00:03:17.540]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.5825374Z [00:03:17.540]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.5825913Z [00:03:17.540]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.5826341Z [00:03:17.540]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.5826969Z [00:03:17.540]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.5827756Z [00:03:17.540]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.5828316Z [00:03:17.540]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.5828730Z [00:03:17.540]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.5829163Z [00:03:17.540]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.5829616Z [00:03:17.540]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.5830052Z [00:03:17.540]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.5830540Z [00:03:17.540]➜  EOF
2025-08-20T21:11:50.5833794Z [00:03:17.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingcapacity=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingcapacity;$WORK/b629=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity -lang=go1.21 -complete -installsuffix shared -buildid zn2I9f491pfuUPcroEfs/zn2I9f491pfuUPcroEfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingcapacity/get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingcapacity/response.go
2025-08-20T21:11:50.6482673Z [00:03:17.606]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:11:50.6497171Z [00:03:17.607]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/af/afbcbd2320689d89edbf4539fe55aad7b1ce221b90725815896593c555b2a6a2-d # internal
2025-08-20T21:11:50.6504349Z [00:03:17.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy
2025-08-20T21:11:50.6504869Z [00:03:17.607]➜  mkdir -p $WORK/b630/
2025-08-20T21:11:50.6505263Z [00:03:17.608]➜  cat >/tmp/go-build2720400589/b630/importcfg << 'EOF' # internal
2025-08-20T21:11:50.6505609Z [00:03:17.608]➜  # import config
2025-08-20T21:11:50.6505961Z [00:03:17.608]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.6506415Z [00:03:17.608]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.6506860Z [00:03:17.608]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.6507272Z [00:03:17.608]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.6507903Z [00:03:17.608]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.6508927Z [00:03:17.608]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.6509561Z [00:03:17.608]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.6509981Z [00:03:17.608]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.6510420Z [00:03:17.608]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.6510842Z [00:03:17.608]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.6511269Z [00:03:17.608]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.6511581Z [00:03:17.608]➜  EOF
2025-08-20T21:11:50.6515055Z [00:03:17.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingpolicy;$WORK/b630=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid JpxNcdEaJnIpksNtNQcp/JpxNcdEaJnIpksNtNQcp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingpolicy/get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/getautoscalingpolicy/response.go
2025-08-20T21:11:50.6613454Z [00:03:17.619]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:11:50.6623395Z [00:03:17.620]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/b2/b285de4f0b214b656792bfa46b3d7a15da467f062e0fa6e62027d64d6dd1e62a-d # internal
2025-08-20T21:11:50.6626553Z [00:03:17.620]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy
2025-08-20T21:11:50.6627354Z [00:03:17.620]➜  mkdir -p $WORK/b631/
2025-08-20T21:11:50.6629012Z [00:03:17.620]➜  cat >/tmp/go-build2720400589/b631/importcfg << 'EOF' # internal
2025-08-20T21:11:50.6629398Z [00:03:17.620]➜  # import config
2025-08-20T21:11:50.6629756Z [00:03:17.620]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:50.6630189Z [00:03:17.620]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.6630893Z [00:03:17.620]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.6631342Z [00:03:17.620]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.6631759Z [00:03:17.620]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.6632382Z [00:03:17.620]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.6633173Z [00:03:17.620]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.6633740Z [00:03:17.620]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.6634159Z [00:03:17.620]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.6634875Z [00:03:17.620]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.6635313Z [00:03:17.620]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.6635746Z [00:03:17.620]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.6636063Z [00:03:17.620]➜  EOF
2025-08-20T21:11:50.6639947Z [00:03:17.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/putautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/putautoscalingpolicy;$WORK/b631=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy -lang=go1.21 -complete -installsuffix shared -buildid Y7uoXwGtD9EZ7Oh5chek/Y7uoXwGtD9EZ7Oh5chek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/putautoscalingpolicy/put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/putautoscalingpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/autoscaling/putautoscalingpolicy/response.go
2025-08-20T21:11:50.6846463Z [00:03:17.642]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T21:11:50.6899942Z [00:03:17.648]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/15/152d6c4ada2c5afd14a871b9e5219bc2b2be7c68ca55d05b644faedf26dbbbd4-d # internal
2025-08-20T21:11:50.6917277Z [00:03:17.648]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases
2025-08-20T21:11:50.6917717Z [00:03:17.648]➜  mkdir -p $WORK/b633/
2025-08-20T21:11:50.6918322Z [00:03:17.648]➜  cat >/tmp/go-build2720400589/b633/importcfg << 'EOF' # internal
2025-08-20T21:11:50.6918745Z [00:03:17.648]➜  # import config
2025-08-20T21:11:50.6919097Z [00:03:17.648]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.6919561Z [00:03:17.648]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.6920007Z [00:03:17.648]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.6920594Z [00:03:17.648]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.6921224Z [00:03:17.648]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.6922005Z [00:03:17.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.6922854Z [00:03:17.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:50.6923503Z [00:03:17.648]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.6924098Z [00:03:17.649]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.6925736Z [00:03:17.649]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.6926171Z [00:03:17.649]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.6926608Z [00:03:17.649]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.6926930Z [00:03:17.649]➜  EOF
2025-08-20T21:11:50.6929581Z [00:03:17.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/aliases=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/aliases;$WORK/b633=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases -lang=go1.21 -complete -installsuffix shared -buildid pOz56m-LTol7eOZPhNav/pOz56m-LTol7eOZPhNav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/aliases/aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/aliases/response.go
2025-08-20T21:11:50.7130109Z [00:03:17.671]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:11:50.7141805Z [00:03:17.672]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/13/131b670cf10a53bf40ed165bc3a6f2a38ade47dbd95e12471ce561431e4e9b02-d # internal
2025-08-20T21:11:50.7145199Z [00:03:17.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation
2025-08-20T21:11:50.7145607Z [00:03:17.672]➜  mkdir -p $WORK/b634/
2025-08-20T21:11:50.7145987Z [00:03:17.672]➜  cat >/tmp/go-build2720400589/b634/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7146333Z [00:03:17.672]➜  # import config
2025-08-20T21:11:50.7146678Z [00:03:17.672]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.7147332Z [00:03:17.672]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.7147854Z [00:03:17.672]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.7148361Z [00:03:17.672]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.7149062Z [00:03:17.672]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.7149853Z [00:03:17.672]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.7150665Z [00:03:17.672]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.7151276Z [00:03:17.672]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.7151694Z [00:03:17.672]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.7152127Z [00:03:17.672]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.7152559Z [00:03:17.672]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.7152996Z [00:03:17.672]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.7153314Z [00:03:17.672]➜  EOF
2025-08-20T21:11:50.7156197Z [00:03:17.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/allocation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/allocation;$WORK/b634=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation -lang=go1.21 -complete -installsuffix shared -buildid gO1OoTUyQyLQTEbM46li/gO1OoTUyQyLQTEbM46li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/allocation/allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/allocation/response.go
2025-08-20T21:11:50.7187622Z [00:03:17.676]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:11:50.7200482Z [00:03:17.678]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:11:50.7220376Z [00:03:17.680]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/2e/2ea6f8aed85f3ab305841ce32bc868afeb1ea3ecea6c418d62fbf9eb61e11992-d # internal
2025-08-20T21:11:50.7221979Z [00:03:17.680]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates
2025-08-20T21:11:50.7225879Z [00:03:17.680]➜  mkdir -p $WORK/b636/
2025-08-20T21:11:50.7226891Z [00:03:17.680]➜  cat >/tmp/go-build2720400589/b636/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7227253Z [00:03:17.680]➜  # import config
2025-08-20T21:11:50.7227602Z [00:03:17.680]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.7228055Z [00:03:17.680]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.7228498Z [00:03:17.680]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.7228923Z [00:03:17.680]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.7229555Z [00:03:17.680]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.7230339Z [00:03:17.680]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.7230912Z [00:03:17.680]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.7231334Z [00:03:17.680]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.7231764Z [00:03:17.680]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.7232190Z [00:03:17.680]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.7232617Z [00:03:17.680]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.7232927Z [00:03:17.680]➜  EOF
2025-08-20T21:11:50.7236307Z [00:03:17.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/componenttemplates=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/componenttemplates;$WORK/b636=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates -lang=go1.21 -complete -installsuffix shared -buildid iO3pCA2q-v_4E0jlI23w/iO3pCA2q-v_4E0jlI23w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/componenttemplates/component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/componenttemplates/response.go
2025-08-20T21:11:50.7255523Z [00:03:17.682]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/56/56dc934ab791e80d2a689c2617f2ebcc14899b85e1ac7ac3194b8a3c9f0c564b-d # internal
2025-08-20T21:11:50.7258469Z [00:03:17.682]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/count
2025-08-20T21:11:50.7266093Z [00:03:17.682]➜  mkdir -p $WORK/b637/
2025-08-20T21:11:50.7266726Z [00:03:17.682]➜  cat >/tmp/go-build2720400589/b637/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7267074Z [00:03:17.682]➜  # import config
2025-08-20T21:11:50.7267422Z [00:03:17.682]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.7268023Z [00:03:17.682]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.7268687Z [00:03:17.682]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.7269106Z [00:03:17.682]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.7269726Z [00:03:17.682]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.7270497Z [00:03:17.682]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.7271058Z [00:03:17.682]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.7271482Z [00:03:17.682]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.7271918Z [00:03:17.682]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.7272351Z [00:03:17.682]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.7272782Z [00:03:17.682]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.7273108Z [00:03:17.682]➜  EOF
2025-08-20T21:11:50.7275838Z [00:03:17.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/count=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/count;$WORK/b637=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/count -lang=go1.21 -complete -installsuffix shared -buildid 4vCttV9eOti2UfCPa8qM/4vCttV9eOti2UfCPa8qM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/count/response.go
2025-08-20T21:11:50.7679114Z [00:03:17.725]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:11:50.7689610Z [00:03:17.726]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/06/06a8d12d81791f95eebb29e6f61b72ccb2f3e24f1223541e72609be17362ec33-d # internal
2025-08-20T21:11:50.7701780Z [00:03:17.727]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata
2025-08-20T21:11:50.7702240Z [00:03:17.727]➜  mkdir -p $WORK/b638/
2025-08-20T21:11:50.7716618Z [00:03:17.729]➜  cat >/tmp/go-build2720400589/b638/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7718266Z [00:03:17.730]➜  # import config
2025-08-20T21:11:50.7723308Z [00:03:17.730]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.7726712Z [00:03:17.730]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.7728578Z [00:03:17.730]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.7729074Z [00:03:17.730]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.7729808Z [00:03:17.730]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.7730651Z [00:03:17.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.7731471Z [00:03:17.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.7732080Z [00:03:17.730]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.7732501Z [00:03:17.730]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.7732934Z [00:03:17.730]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.7733360Z [00:03:17.730]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.7733791Z [00:03:17.730]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.7734421Z [00:03:17.730]➜  EOF
2025-08-20T21:11:50.7737204Z [00:03:17.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/fielddata=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/fielddata;$WORK/b638=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata -lang=go1.21 -complete -installsuffix shared -buildid bPeZ6RywMu4gI0S3le3S/bPeZ6RywMu4gI0S3le3S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/fielddata/fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/fielddata/response.go
2025-08-20T21:11:50.7819971Z [00:03:17.740]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:11:50.7842680Z [00:03:17.742]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/6f/6ffba93548e4cb6a11c406de4856e1860d8f01f2ced7308a070bcf97368bd04a-d # internal
2025-08-20T21:11:50.7844031Z [00:03:17.742]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/health
2025-08-20T21:11:50.7846793Z [00:03:17.742]➜  mkdir -p $WORK/b639/
2025-08-20T21:11:50.7847436Z [00:03:17.742]➜  cat >/tmp/go-build2720400589/b639/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7849891Z [00:03:17.742]➜  # import config
2025-08-20T21:11:50.7852713Z [00:03:17.742]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.7853197Z [00:03:17.742]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.7853644Z [00:03:17.742]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.7854058Z [00:03:17.742]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.7854842Z [00:03:17.742]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.7855624Z [00:03:17.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.7856459Z [00:03:17.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.7857078Z [00:03:17.742]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.7857498Z [00:03:17.742]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.7857929Z [00:03:17.742]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.7858354Z [00:03:17.742]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.7858779Z [00:03:17.742]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.7859094Z [00:03:17.742]➜  EOF
2025-08-20T21:11:50.7861981Z [00:03:17.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/health=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/health;$WORK/b639=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/health -lang=go1.21 -complete -installsuffix shared -buildid 1KEwBJuJig9lQijPfvZy/1KEwBJuJig9lQijPfvZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/health/response.go
2025-08-20T21:11:50.7959486Z [00:03:17.754]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:11:50.7991900Z [00:03:17.755]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/a8/a8264b6a4d363abf9b8fe68bb90d34e8b68fd50dd0c4ebc194d563ce07882caa-d # internal
2025-08-20T21:11:50.7998484Z [00:03:17.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/help
2025-08-20T21:11:50.7998900Z [00:03:17.755]➜  mkdir -p $WORK/b641/
2025-08-20T21:11:50.7999292Z [00:03:17.757]➜  cat >/tmp/go-build2720400589/b641/importcfg << 'EOF' # internal
2025-08-20T21:11:50.7999879Z [00:03:17.757]➜  # import config
2025-08-20T21:11:50.8000239Z [00:03:17.757]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8000693Z [00:03:17.757]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8001298Z [00:03:17.757]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8001715Z [00:03:17.757]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8002339Z [00:03:17.757]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8003116Z [00:03:17.757]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8003680Z [00:03:17.757]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8004102Z [00:03:17.757]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8004702Z [00:03:17.757]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8005140Z [00:03:17.757]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8005458Z [00:03:17.757]➜  EOF
2025-08-20T21:11:50.8008011Z [00:03:17.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/help=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/help;$WORK/b641=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/help -lang=go1.21 -complete -installsuffix shared -buildid fm3RWNSCuuGbI1AkhYaE/fm3RWNSCuuGbI1AkhYaE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/help/help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/help/response.go
2025-08-20T21:11:50.8015143Z [00:03:17.759]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:11:50.8032548Z [00:03:17.761]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/62/62d8e91ca4b63584d8701c20028abecf11716adde29229b63f0e230ebb8c2841-d # internal
2025-08-20T21:11:50.8040405Z [00:03:17.762]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices
2025-08-20T21:11:50.8041064Z [00:03:17.762]➜  mkdir -p $WORK/b642/
2025-08-20T21:11:50.8059007Z [00:03:17.764]➜  cat >/tmp/go-build2720400589/b642/importcfg << 'EOF' # internal
2025-08-20T21:11:50.8060855Z [00:03:17.764]➜  # import config
2025-08-20T21:11:50.8062181Z [00:03:17.764]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8062663Z [00:03:17.764]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8063412Z [00:03:17.764]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8064668Z [00:03:17.764]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8065537Z [00:03:17.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8066476Z [00:03:17.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8067363Z [00:03:17.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.8077654Z [00:03:17.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:50.8078753Z [00:03:17.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2720400589/b500/_pkg_.a
2025-08-20T21:11:50.8079647Z [00:03:17.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.8080278Z [00:03:17.764]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8080980Z [00:03:17.764]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8081424Z [00:03:17.764]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8081851Z [00:03:17.764]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.8082276Z [00:03:17.764]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8082755Z [00:03:17.764]➜  EOF
2025-08-20T21:11:50.8088541Z [00:03:17.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/indices=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/indices;$WORK/b642=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices -lang=go1.21 -complete -installsuffix shared -buildid MaYuB8yivsV7QxGK-LaM/MaYuB8yivsV7QxGK-LaM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/indices/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/indices/response.go
2025-08-20T21:11:50.8378972Z [00:03:17.794]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:11:50.8387398Z [00:03:17.796]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/38/38616b62155c0923558fac7ad85cfe5ff91a46bdea0833db689620ddad461a47-d # internal
2025-08-20T21:11:50.8388100Z [00:03:17.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/master
2025-08-20T21:11:50.8388464Z [00:03:17.796]➜  mkdir -p $WORK/b643/
2025-08-20T21:11:50.8388838Z [00:03:17.796]➜  cat >/tmp/go-build2720400589/b643/importcfg << 'EOF' # internal
2025-08-20T21:11:50.8391181Z [00:03:17.796]➜  # import config
2025-08-20T21:11:50.8391718Z [00:03:17.796]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8392570Z [00:03:17.796]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8393259Z [00:03:17.796]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8394237Z [00:03:17.796]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8395105Z [00:03:17.796]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8395911Z [00:03:17.796]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8396518Z [00:03:17.796]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8396938Z [00:03:17.796]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8397368Z [00:03:17.796]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8397794Z [00:03:17.796]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.8398219Z [00:03:17.796]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8398787Z [00:03:17.796]➜  EOF
2025-08-20T21:11:50.8401580Z [00:03:17.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/master=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/master;$WORK/b643=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/master -lang=go1.21 -complete -installsuffix shared -buildid xq6g4JYhkcXYrMQ0lRH-/xq6g4JYhkcXYrMQ0lRH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/master/master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/master/response.go
2025-08-20T21:11:50.8595547Z [00:03:17.817]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:11:50.8607720Z [00:03:17.819]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:11:50.8620936Z [00:03:17.820]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/fd/fd3043c429640be12720ee837c00941c7a20c5e2872865b296bd3e7d3ea998b3-d # internal
2025-08-20T21:11:50.8635661Z [00:03:17.821]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/72/725bd33042f3dd120b2fc7c215e78cfd4a5a401d461a44c070cf163397c92370-d # internal
2025-08-20T21:11:50.8664083Z [00:03:17.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics
2025-08-20T21:11:50.8664940Z [00:03:17.824]➜  mkdir -p $WORK/b645/
2025-08-20T21:11:50.8665321Z [00:03:17.824]➜  cat >/tmp/go-build2720400589/b645/importcfg << 'EOF' # internal
2025-08-20T21:11:50.8665714Z [00:03:17.824]➜  # import config
2025-08-20T21:11:50.8666062Z [00:03:17.824]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8666520Z [00:03:17.824]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8666967Z [00:03:17.824]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8667391Z [00:03:17.824]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8668028Z [00:03:17.824]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8668814Z [00:03:17.824]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8669625Z [00:03:17.824]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.8670504Z [00:03:17.824]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2720400589/b431/_pkg_.a
2025-08-20T21:11:50.8671389Z [00:03:17.824]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.8672006Z [00:03:17.824]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8672421Z [00:03:17.824]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8673952Z [00:03:17.824]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8674532Z [00:03:17.824]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.8674985Z [00:03:17.824]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8675304Z [00:03:17.824]➜  EOF
2025-08-20T21:11:50.8681275Z [00:03:17.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldataframeanalytics;$WORK/b645=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid vVn4Vtm7tcVWYRYha7FO/vVn4Vtm7tcVWYRYha7FO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldataframeanalytics/ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldataframeanalytics/response.go
2025-08-20T21:11:50.8686074Z [00:03:17.826]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds
2025-08-20T21:11:50.8686779Z [00:03:17.826]➜  mkdir -p $WORK/b644/
2025-08-20T21:11:50.8698115Z [00:03:17.828]➜  cat >/tmp/go-build2720400589/b644/importcfg << 'EOF' # internal
2025-08-20T21:11:50.8699834Z [00:03:17.828]➜  # import config
2025-08-20T21:11:50.8700354Z [00:03:17.828]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8701727Z [00:03:17.828]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8702210Z [00:03:17.828]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8702630Z [00:03:17.828]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8703266Z [00:03:17.828]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8704478Z [00:03:17.828]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8705413Z [00:03:17.828]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2720400589/b430/_pkg_.a
2025-08-20T21:11:50.8706326Z [00:03:17.828]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.8712355Z [00:03:17.828]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8712810Z [00:03:17.828]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8713243Z [00:03:17.828]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8713670Z [00:03:17.828]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.8714094Z [00:03:17.828]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8714549Z [00:03:17.828]➜  EOF
2025-08-20T21:11:50.8717317Z [00:03:17.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldatafeeds;$WORK/b644=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds -lang=go1.21 -complete -installsuffix shared -buildid 2qKAtVzCQGF0byimJL_O/2qKAtVzCQGF0byimJL_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldatafeeds/ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mldatafeeds/response.go
2025-08-20T21:11:50.8719760Z [00:03:17.829]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:11:50.8725757Z [00:03:17.830]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/ac/aca81f540bc2987c3278eb268c7b755318a239b5648682e2a1358ef4e3cf3727-d # internal
2025-08-20T21:11:50.8729881Z [00:03:17.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs
2025-08-20T21:11:50.8730936Z [00:03:17.830]➜  mkdir -p $WORK/b646/
2025-08-20T21:11:50.8733385Z [00:03:17.831]➜  cat >/tmp/go-build2720400589/b646/importcfg << 'EOF' # internal
2025-08-20T21:11:50.8733755Z [00:03:17.831]➜  # import config
2025-08-20T21:11:50.8734107Z [00:03:17.831]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.8734686Z [00:03:17.831]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.8735130Z [00:03:17.831]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.8735545Z [00:03:17.831]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.8736165Z [00:03:17.831]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.8737150Z [00:03:17.831]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.8738076Z [00:03:17.831]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.8739102Z [00:03:17.831]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2720400589/b429/_pkg_.a
2025-08-20T21:11:50.8740106Z [00:03:17.831]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.8740720Z [00:03:17.831]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.8741137Z [00:03:17.831]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.8741565Z [00:03:17.831]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.8741989Z [00:03:17.831]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.8742418Z [00:03:17.831]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.8742920Z [00:03:17.831]➜  EOF
2025-08-20T21:11:50.8745826Z [00:03:17.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mljobs=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mljobs;$WORK/b646=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs -lang=go1.21 -complete -installsuffix shared -buildid QYsXjDX1AXrWaHAlE2oB/QYsXjDX1AXrWaHAlE2oB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mljobs/ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mljobs/response.go
2025-08-20T21:11:50.9279671Z [00:03:17.886]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:11:50.9290659Z [00:03:17.887]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/50/50ccda9f05107f99edc627796f114c0212fc8c2213e676be6dfd8b36db4fd9d2-d # internal
2025-08-20T21:11:50.9298108Z [00:03:17.887]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels
2025-08-20T21:11:50.9298590Z [00:03:17.887]➜  mkdir -p $WORK/b647/
2025-08-20T21:11:50.9298969Z [00:03:17.887]➜  cat >/tmp/go-build2720400589/b647/importcfg << 'EOF' # internal
2025-08-20T21:11:50.9299324Z [00:03:17.887]➜  # import config
2025-08-20T21:11:50.9299672Z [00:03:17.887]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.9300127Z [00:03:17.887]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.9300569Z [00:03:17.887]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.9300984Z [00:03:17.887]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.9301611Z [00:03:17.887]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.9302394Z [00:03:17.887]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.9303460Z [00:03:17.887]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.9304621Z [00:03:17.887]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2720400589/b433/_pkg_.a
2025-08-20T21:11:50.9305631Z [00:03:17.887]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.9306248Z [00:03:17.887]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.9306660Z [00:03:17.887]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.9307087Z [00:03:17.887]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.9307648Z [00:03:17.887]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.9308147Z [00:03:17.887]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.9308461Z [00:03:17.887]➜  EOF
2025-08-20T21:11:50.9312065Z [00:03:17.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mltrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mltrainedmodels;$WORK/b647=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels -lang=go1.21 -complete -installsuffix shared -buildid WGx-uDA0OapX1EMHn257/WGx-uDA0OapX1EMHn257 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mltrainedmodels/ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/mltrainedmodels/response.go
2025-08-20T21:11:50.9382424Z [00:03:17.896]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:11:50.9395400Z [00:03:17.897]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/0d/0dcc4192229302919c6d6e14d1d44e9e2e1f7c8e29269303177d4c13a8a6126c-d # internal
2025-08-20T21:11:50.9397111Z [00:03:17.897]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs
2025-08-20T21:11:50.9397502Z [00:03:17.898]➜  mkdir -p $WORK/b648/
2025-08-20T21:11:50.9401144Z [00:03:17.898]➜  cat >/tmp/go-build2720400589/b648/importcfg << 'EOF' # internal
2025-08-20T21:11:50.9402010Z [00:03:17.898]➜  # import config
2025-08-20T21:11:50.9402539Z [00:03:17.898]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.9403832Z [00:03:17.898]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.9404383Z [00:03:17.898]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.9404859Z [00:03:17.898]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.9405493Z [00:03:17.898]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.9406280Z [00:03:17.898]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.9406847Z [00:03:17.898]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.9407266Z [00:03:17.898]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.9407700Z [00:03:17.898]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.9408123Z [00:03:17.898]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.9408548Z [00:03:17.898]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.9408864Z [00:03:17.898]➜  EOF
2025-08-20T21:11:50.9411706Z [00:03:17.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodeattrs=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodeattrs;$WORK/b648=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs -lang=go1.21 -complete -installsuffix shared -buildid _W8IQRbmQCYK8Zm-iVpa/_W8IQRbmQCYK8Zm-iVpa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodeattrs/nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodeattrs/response.go
2025-08-20T21:11:50.9426467Z [00:03:17.900]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:11:50.9456756Z [00:03:17.901]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/a4/a426c4577be07c96a43b95f7ef1c97de3da39fadb770b9f49be1ebd5bd04fd93-d # internal
2025-08-20T21:11:50.9461680Z [00:03:17.902]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes
2025-08-20T21:11:50.9462079Z [00:03:17.904]➜  mkdir -p $WORK/b649/
2025-08-20T21:11:50.9462695Z [00:03:17.904]➜  cat >/tmp/go-build2720400589/b649/importcfg << 'EOF' # internal
2025-08-20T21:11:50.9463115Z [00:03:17.904]➜  # import config
2025-08-20T21:11:50.9463462Z [00:03:17.904]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.9463924Z [00:03:17.904]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.9464513Z [00:03:17.904]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.9465007Z [00:03:17.904]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.9465634Z [00:03:17.904]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.9466412Z [00:03:17.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.9467217Z [00:03:17.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:50.9468083Z [00:03:17.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.9468892Z [00:03:17.904]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.9469316Z [00:03:17.904]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.9469748Z [00:03:17.904]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.9470314Z [00:03:17.904]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.9470737Z [00:03:17.904]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.9471048Z [00:03:17.904]➜  EOF
2025-08-20T21:11:50.9473680Z [00:03:17.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodes=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodes;$WORK/b649=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes -lang=go1.21 -complete -installsuffix shared -buildid RhmKTf-M_l-awoYgDR4k/RhmKTf-M_l-awoYgDR4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodes/nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/nodes/response.go
2025-08-20T21:11:50.9626564Z [00:03:17.920]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:11:50.9637118Z [00:03:17.921]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/75/75c6230be3692c5869a5d99d809231f0d3baee4a8f4a6b21a8da9b24424c9408-d # internal
2025-08-20T21:11:50.9646587Z [00:03:17.921]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks
2025-08-20T21:11:50.9647002Z [00:03:17.921]➜  mkdir -p $WORK/b650/
2025-08-20T21:11:50.9647378Z [00:03:17.922]➜  cat >/tmp/go-build2720400589/b650/importcfg << 'EOF' # internal
2025-08-20T21:11:50.9647722Z [00:03:17.922]➜  # import config
2025-08-20T21:11:50.9648081Z [00:03:17.922]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:50.9648541Z [00:03:17.922]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:50.9649197Z [00:03:17.922]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:50.9649698Z [00:03:17.922]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:50.9650323Z [00:03:17.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:50.9651107Z [00:03:17.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:50.9651922Z [00:03:17.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:50.9652537Z [00:03:17.922]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:50.9652960Z [00:03:17.922]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:50.9653485Z [00:03:17.922]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:50.9653999Z [00:03:17.922]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:50.9654687Z [00:03:17.922]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:50.9655016Z [00:03:17.922]➜  EOF
2025-08-20T21:11:50.9657786Z [00:03:17.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/pendingtasks;$WORK/b650=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks -lang=go1.21 -complete -installsuffix shared -buildid Be_pfQUvc7rE5KwMcPvG/Be_pfQUvc7rE5KwMcPvG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/pendingtasks/response.go
2025-08-20T21:11:50.9972453Z [00:03:17.955]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:11:50.9991484Z [00:03:17.957]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/01/01bf43941ee56f5cb3d862a23b4c36cc8c9ebd93538414b40f5581208fe7c336-d # internal
2025-08-20T21:11:51.0012306Z [00:03:17.959]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins
2025-08-20T21:11:51.0017797Z [00:03:17.959]➜  mkdir -p $WORK/b651/
2025-08-20T21:11:51.0022817Z [00:03:17.960]➜  cat >/tmp/go-build2720400589/b651/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0023211Z [00:03:17.960]➜  # import config
2025-08-20T21:11:51.0023963Z [00:03:17.960]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0025055Z [00:03:17.960]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0026450Z [00:03:17.960]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0028527Z [00:03:17.960]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0029199Z [00:03:17.960]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0029996Z [00:03:17.960]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0030564Z [00:03:17.960]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0030980Z [00:03:17.960]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0031408Z [00:03:17.960]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0031832Z [00:03:17.960]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0032255Z [00:03:17.960]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0032568Z [00:03:17.960]➜  EOF
2025-08-20T21:11:51.0035595Z [00:03:17.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/plugins=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/plugins;$WORK/b651=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins -lang=go1.21 -complete -installsuffix shared -buildid rfYut0-JDbqMqYWmGD0e/rfYut0-JDbqMqYWmGD0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/plugins/plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/plugins/response.go
2025-08-20T21:11:51.0136112Z [00:03:17.970]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:11:51.0143500Z [00:03:17.972]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/fa/faf11d7c0800517fa3e68d605157253422c46446faa63715033f82bc626a58ff-d # internal
2025-08-20T21:11:51.0149011Z [00:03:17.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery
2025-08-20T21:11:51.0149718Z [00:03:17.972]➜  mkdir -p $WORK/b652/
2025-08-20T21:11:51.0150197Z [00:03:17.972]➜  cat >/tmp/go-build2720400589/b652/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0151766Z [00:03:17.972]➜  # import config
2025-08-20T21:11:51.0152133Z [00:03:17.972]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0152590Z [00:03:17.972]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0153036Z [00:03:17.972]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0153447Z [00:03:17.972]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0154071Z [00:03:17.972]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0155233Z [00:03:17.972]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0156058Z [00:03:17.972]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:51.0157210Z [00:03:17.972]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.0157841Z [00:03:17.972]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0158262Z [00:03:17.972]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0158862Z [00:03:17.972]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0159290Z [00:03:17.972]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0159709Z [00:03:17.972]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0160024Z [00:03:17.972]➜  EOF
2025-08-20T21:11:51.0162993Z [00:03:17.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/recovery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/recovery;$WORK/b652=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery -lang=go1.21 -complete -installsuffix shared -buildid yXiJqIFAi6KwP3FCuXij/yXiJqIFAi6KwP3FCuXij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/recovery/response.go
2025-08-20T21:11:51.0196660Z [00:03:17.977]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:11:51.0206085Z [00:03:17.978]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/80/80231eb641b8c84f958aba85db0b44fd8733d277b2961cdb06d6c55726ba4cbe-d # internal
2025-08-20T21:11:51.0213889Z [00:03:17.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories
2025-08-20T21:11:51.0214962Z [00:03:17.979]➜  mkdir -p $WORK/b653/
2025-08-20T21:11:51.0227615Z [00:03:17.981]➜  cat >/tmp/go-build2720400589/b653/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0228380Z [00:03:17.981]➜  # import config
2025-08-20T21:11:51.0229262Z [00:03:17.981]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0230229Z [00:03:17.981]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0230992Z [00:03:17.981]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0231883Z [00:03:17.981]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0232912Z [00:03:17.981]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0236138Z [00:03:17.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0237568Z [00:03:17.981]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0240855Z [00:03:17.981]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0241437Z [00:03:17.981]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0241866Z [00:03:17.981]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0242299Z [00:03:17.981]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0242612Z [00:03:17.981]➜  EOF
2025-08-20T21:11:51.0245556Z [00:03:17.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/repositories=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/repositories;$WORK/b653=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories -lang=go1.21 -complete -installsuffix shared -buildid wxuezPHC2KnyReryVaaq/wxuezPHC2KnyReryVaaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/repositories/repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/repositories/response.go
2025-08-20T21:11:51.0586142Z [00:03:18.015]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:11:51.0592559Z [00:03:18.017]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/84/84f11b76c487e2d0b8171d6813b923e94e82d13f71fd57a73d6dcff006c4a38e-d # internal
2025-08-20T21:11:51.0593572Z [00:03:18.017]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments
2025-08-20T21:11:51.0593944Z [00:03:18.017]➜  mkdir -p $WORK/b654/
2025-08-20T21:11:51.0598885Z [00:03:18.018]➜  cat >/tmp/go-build2720400589/b654/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0599815Z [00:03:18.018]➜  # import config
2025-08-20T21:11:51.0600492Z [00:03:18.018]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0601395Z [00:03:18.018]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0602101Z [00:03:18.018]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0602648Z [00:03:18.018]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0603699Z [00:03:18.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0604835Z [00:03:18.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0605821Z [00:03:18.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:51.0606905Z [00:03:18.018]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0607568Z [00:03:18.018]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0608410Z [00:03:18.018]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0609578Z [00:03:18.018]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0610029Z [00:03:18.018]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0610353Z [00:03:18.018]➜  EOF
2025-08-20T21:11:51.0613229Z [00:03:18.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/segments=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/segments;$WORK/b654=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments -lang=go1.21 -complete -installsuffix shared -buildid KmvB8fOHb5AynMnh5kKr/KmvB8fOHb5AynMnh5kKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/segments/segments.go
2025-08-20T21:11:51.0663310Z [00:03:18.024]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:11:51.0696220Z [00:03:18.025]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/6e/6e45fd61a47147013f1e759437cbac7368d9389dcea568e50c77764bfa11228d-d # internal
2025-08-20T21:11:51.0697668Z [00:03:18.025]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards
2025-08-20T21:11:51.0698455Z [00:03:18.025]➜  mkdir -p $WORK/b655/
2025-08-20T21:11:51.0699025Z [00:03:18.025]➜  cat >/tmp/go-build2720400589/b655/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0699471Z [00:03:18.025]➜  # import config
2025-08-20T21:11:51.0699897Z [00:03:18.025]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0700430Z [00:03:18.025]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0701283Z [00:03:18.025]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0702140Z [00:03:18.025]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0703036Z [00:03:18.025]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0704022Z [00:03:18.025]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0705674Z [00:03:18.025]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:11:51.0706832Z [00:03:18.025]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.0708680Z [00:03:18.025]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0709988Z [00:03:18.025]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0710428Z [00:03:18.025]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0710854Z [00:03:18.025]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0711277Z [00:03:18.025]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0711590Z [00:03:18.025]➜  EOF
2025-08-20T21:11:51.0714218Z [00:03:18.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/shards=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/shards;$WORK/b655=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards -lang=go1.21 -complete -installsuffix shared -buildid wqchtH0K85a1ExQ3veFK/wqchtH0K85a1ExQ3veFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/shards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/shards/shards.go
2025-08-20T21:11:51.0878650Z [00:03:18.046]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:11:51.0896160Z [00:03:18.047]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/33/3367c5da47b0763d8d4591089ce2acc00dbbb35ead9edb05262afb053a235cd6-d # internal
2025-08-20T21:11:51.0903111Z [00:03:18.048]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots
2025-08-20T21:11:51.0910121Z [00:03:18.049]➜  mkdir -p $WORK/b656/
2025-08-20T21:11:51.0920594Z [00:03:18.050]➜  cat >/tmp/go-build2720400589/b656/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0923551Z [00:03:18.050]➜  # import config
2025-08-20T21:11:51.0923994Z [00:03:18.050]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0924652Z [00:03:18.050]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0925107Z [00:03:18.050]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0925524Z [00:03:18.050]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0926151Z [00:03:18.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0926929Z [00:03:18.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0927892Z [00:03:18.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.0928597Z [00:03:18.050]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0929019Z [00:03:18.050]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0929448Z [00:03:18.050]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0929875Z [00:03:18.050]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0930297Z [00:03:18.050]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0930614Z [00:03:18.050]➜  EOF
2025-08-20T21:11:51.0930900Z [00:03:18.050]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:11:51.0941060Z [00:03:18.051]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/f3/f3451720d4bad66321f41af6ef07391b1877ecc68f80a50a7bc2ec551426859d-d # internal
2025-08-20T21:11:51.0948564Z [00:03:18.051]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks
2025-08-20T21:11:51.0949284Z [00:03:18.051]➜  mkdir -p $WORK/b657/
2025-08-20T21:11:51.0949655Z [00:03:18.052]➜  cat >/tmp/go-build2720400589/b657/importcfg << 'EOF' # internal
2025-08-20T21:11:51.0950007Z [00:03:18.052]➜  # import config
2025-08-20T21:11:51.0950347Z [00:03:18.052]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.0951014Z [00:03:18.052]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.0951460Z [00:03:18.052]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.0951872Z [00:03:18.052]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.0952488Z [00:03:18.052]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.0953262Z [00:03:18.052]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.0954083Z [00:03:18.052]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.0954928Z [00:03:18.052]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.0955349Z [00:03:18.052]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.0955775Z [00:03:18.052]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.0956203Z [00:03:18.052]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.0956626Z [00:03:18.052]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.0956936Z [00:03:18.052]➜  EOF
2025-08-20T21:11:51.0959677Z [00:03:18.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/tasks=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/tasks;$WORK/b657=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks -lang=go1.21 -complete -installsuffix shared -buildid ph9mX9hRrqjYbGjYOAwd/ph9mX9hRrqjYbGjYOAwd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/tasks/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/tasks/tasks.go
2025-08-20T21:11:51.0973564Z [00:03:18.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/snapshots=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/snapshots;$WORK/b656=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots -lang=go1.21 -complete -installsuffix shared -buildid 6v5VAhWzj2BfoDh_3FI_/6v5VAhWzj2BfoDh_3FI_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/snapshots/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/snapshots/snapshots.go
2025-08-20T21:11:51.1173535Z [00:03:18.075]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:11:51.1194434Z [00:03:18.076]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/46/464d94ccee57c45a02a13de38389b168ff63f4c88009a06af2e523efe3682583-d # internal
2025-08-20T21:11:51.1195235Z [00:03:18.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates
2025-08-20T21:11:51.1195611Z [00:03:18.077]➜  mkdir -p $WORK/b658/
2025-08-20T21:11:51.1198621Z [00:03:18.077]➜  cat >/tmp/go-build2720400589/b658/importcfg << 'EOF' # internal
2025-08-20T21:11:51.1199883Z [00:03:18.077]➜  # import config
2025-08-20T21:11:51.1200261Z [00:03:18.077]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.1200737Z [00:03:18.077]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.1201199Z [00:03:18.077]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.1202027Z [00:03:18.077]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.1202670Z [00:03:18.077]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.1203455Z [00:03:18.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.1204191Z [00:03:18.077]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.1204795Z [00:03:18.077]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.1205235Z [00:03:18.077]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.1205665Z [00:03:18.077]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.1206093Z [00:03:18.077]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.1206411Z [00:03:18.077]➜  EOF
2025-08-20T21:11:51.1209129Z [00:03:18.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/templates=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/templates;$WORK/b658=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates -lang=go1.21 -complete -installsuffix shared -buildid 4ZfEnycxCBhadQCDc7r6/4ZfEnycxCBhadQCDc7r6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/templates/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/templates/templates.go
2025-08-20T21:11:51.1609830Z [00:03:18.119]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:11:51.1618462Z [00:03:18.120]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:11:51.1623505Z [00:03:18.120]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/aa/aaf48703faa1c39757582ea8b63eef843b3e1d959b1ce5ec0a809175d5214e81-d # internal
2025-08-20T21:11:51.1625075Z [00:03:18.120]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool
2025-08-20T21:11:51.1626173Z [00:03:18.121]➜  mkdir -p $WORK/b659/
2025-08-20T21:11:51.1631942Z [00:03:18.121]➜  cat >/tmp/go-build2720400589/b659/importcfg << 'EOF' # internal
2025-08-20T21:11:51.1632593Z [00:03:18.121]➜  # import config
2025-08-20T21:11:51.1633134Z [00:03:18.121]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.1633597Z [00:03:18.121]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.1634049Z [00:03:18.121]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.1634993Z [00:03:18.121]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.1635627Z [00:03:18.121]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.1636603Z [00:03:18.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.1637500Z [00:03:18.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.1638130Z [00:03:18.121]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.1638552Z [00:03:18.121]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.1638987Z [00:03:18.121]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.1639415Z [00:03:18.121]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.1639840Z [00:03:18.121]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.1640154Z [00:03:18.121]➜  EOF
2025-08-20T21:11:51.1643465Z [00:03:18.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/threadpool=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/threadpool;$WORK/b659=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool -lang=go1.21 -complete -installsuffix shared -buildid QlOFccfyS1L3ZGd-pgZP/QlOFccfyS1L3ZGd-pgZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/threadpool/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/threadpool/thread_pool.go
2025-08-20T21:11:51.1646544Z [00:03:18.122]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/35/35430b58d76bf8e251fbe495db0fa0081d851d888cd11e68c2102188de2d8edc-d # internal
2025-08-20T21:11:51.1647450Z [00:03:18.122]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms
2025-08-20T21:11:51.1647986Z [00:03:18.122]➜  mkdir -p $WORK/b660/
2025-08-20T21:11:51.1651212Z [00:03:18.123]➜  cat >/tmp/go-build2720400589/b660/importcfg << 'EOF' # internal
2025-08-20T21:11:51.1651615Z [00:03:18.123]➜  # import config
2025-08-20T21:11:51.1651968Z [00:03:18.123]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.1652418Z [00:03:18.123]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.1652863Z [00:03:18.123]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.1653279Z [00:03:18.123]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.1653907Z [00:03:18.123]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.1654862Z [00:03:18.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.1655738Z [00:03:18.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2720400589/b434/_pkg_.a
2025-08-20T21:11:51.1656660Z [00:03:18.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:51.1657281Z [00:03:18.123]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.1657880Z [00:03:18.123]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.1658390Z [00:03:18.123]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.1658818Z [00:03:18.123]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.1659249Z [00:03:18.123]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.1659564Z [00:03:18.123]➜  EOF
2025-08-20T21:11:51.1662395Z [00:03:18.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/transforms=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/transforms;$WORK/b660=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms -lang=go1.21 -complete -installsuffix shared -buildid AmVDFDHKPQLZTbNn150s/AmVDFDHKPQLZTbNn150s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/transforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cat/transforms/transforms.go
2025-08-20T21:11:51.1785218Z [00:03:18.136]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:11:51.1815486Z [00:03:18.139]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/8e/8e49966878935ff624811431881e4b09fe04046f22d158c3e650e226c106e418-d # internal
2025-08-20T21:11:51.1816310Z [00:03:18.139]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern
2025-08-20T21:11:51.1816729Z [00:03:18.139]➜  mkdir -p $WORK/b661/
2025-08-20T21:11:51.1817103Z [00:03:18.139]➜  cat >/tmp/go-build2720400589/b661/importcfg << 'EOF' # internal
2025-08-20T21:11:51.1817447Z [00:03:18.139]➜  # import config
2025-08-20T21:11:51.1817803Z [00:03:18.139]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.1818550Z [00:03:18.139]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.1818999Z [00:03:18.139]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.1819417Z [00:03:18.139]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.1820041Z [00:03:18.139]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.1820827Z [00:03:18.139]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.1821386Z [00:03:18.139]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.1821804Z [00:03:18.139]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.1822234Z [00:03:18.139]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.1822664Z [00:03:18.139]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.1823099Z [00:03:18.139]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.1823412Z [00:03:18.139]➜  EOF
2025-08-20T21:11:51.1826683Z [00:03:18.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/deleteautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/deleteautofollowpattern;$WORK/b661=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid ksKQs-r4eoMV4i2e_npB/ksKQs-r4eoMV4i2e_npB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/deleteautofollowpattern/delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/deleteautofollowpattern/response.go
2025-08-20T21:11:51.1874200Z [00:03:18.145]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:11:51.1896572Z [00:03:18.147]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/a2/a24f2a1550e6938220c29d0a0c23aef3bef2ede1f7daec0667a4346751a28a68-d # internal
2025-08-20T21:11:51.1897365Z [00:03:18.147]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow
2025-08-20T21:11:51.1897740Z [00:03:18.147]➜  mkdir -p $WORK/b662/
2025-08-20T21:11:51.1905656Z [00:03:18.148]➜  cat >/tmp/go-build2720400589/b662/importcfg << 'EOF' # internal
2025-08-20T21:11:51.1906313Z [00:03:18.148]➜  # import config
2025-08-20T21:11:51.1906853Z [00:03:18.148]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.1908300Z [00:03:18.148]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.1908798Z [00:03:18.148]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.1909250Z [00:03:18.148]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.1909681Z [00:03:18.148]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.1910586Z [00:03:18.148]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.1911374Z [00:03:18.148]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.1912115Z [00:03:18.148]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.1912537Z [00:03:18.148]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.1912967Z [00:03:18.148]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.1913395Z [00:03:18.148]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.1913821Z [00:03:18.148]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.1914137Z [00:03:18.148]➜  EOF
2025-08-20T21:11:51.1926454Z [00:03:18.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/follow=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/follow;$WORK/b662=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow -lang=go1.21 -complete -installsuffix shared -buildid zsLIwSJ7-xuk875ebGZ4/zsLIwSJ7-xuk875ebGZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/follow/follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/follow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/follow/response.go
2025-08-20T21:11:51.2380160Z [00:03:18.196]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:11:51.2390072Z [00:03:18.197]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/af/afbcf8cc3d5fdfc4cecad0ed67ec0241632ea97534e9248ddbba0bf7578099ad-d # internal
2025-08-20T21:11:51.2391487Z [00:03:18.197]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo
2025-08-20T21:11:51.2393370Z [00:03:18.197]➜  mkdir -p $WORK/b663/
2025-08-20T21:11:51.2408200Z [00:03:18.199]➜  cat >/tmp/go-build2720400589/b663/importcfg << 'EOF' # internal
2025-08-20T21:11:51.2408830Z [00:03:18.199]➜  # import config
2025-08-20T21:11:51.2409311Z [00:03:18.199]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.2410863Z [00:03:18.199]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.2411331Z [00:03:18.199]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.2411761Z [00:03:18.199]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.2412393Z [00:03:18.199]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.2413401Z [00:03:18.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.2414085Z [00:03:18.199]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.2414748Z [00:03:18.199]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.2415307Z [00:03:18.199]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.2415800Z [00:03:18.199]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.2416238Z [00:03:18.199]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.2416555Z [00:03:18.199]➜  EOF
2025-08-20T21:11:51.2419299Z [00:03:18.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followinfo=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followinfo;$WORK/b663=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo -lang=go1.21 -complete -installsuffix shared -buildid 0Yg9KoukVbgCmSdnrWyg/0Yg9KoukVbgCmSdnrWyg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followinfo/follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followinfo/response.go
2025-08-20T21:11:51.2499855Z [00:03:18.208]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:11:51.2507977Z [00:03:18.208]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:11:51.2515826Z [00:03:18.209]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/de/defde04f0da09df9cb785655e3e48402038934e705721f4be8025051ba4d637c-d # internal
2025-08-20T21:11:51.2516798Z [00:03:18.209]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/b8/b8fc80c8cc3085c762b96e49b6c7787725e71cc66a0d32497cf8fe405c4ceead-d # internal
2025-08-20T21:11:51.2517476Z [00:03:18.209]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower
2025-08-20T21:11:51.2517866Z [00:03:18.209]➜  mkdir -p $WORK/b665/
2025-08-20T21:11:51.2518264Z [00:03:18.209]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats
2025-08-20T21:11:51.2518639Z [00:03:18.209]➜  mkdir -p $WORK/b664/
2025-08-20T21:11:51.2519061Z [00:03:18.210]➜  cat >/tmp/go-build2720400589/b664/importcfg << 'EOF' # internal
2025-08-20T21:11:51.2519401Z [00:03:18.210]➜  # import config
2025-08-20T21:11:51.2519746Z [00:03:18.210]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.2520204Z [00:03:18.210]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.2520652Z [00:03:18.210]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.2521064Z [00:03:18.210]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.2521694Z [00:03:18.210]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.2522483Z [00:03:18.210]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.2523053Z [00:03:18.210]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.2523472Z [00:03:18.210]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.2523908Z [00:03:18.210]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.2524516Z [00:03:18.210]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.2525029Z [00:03:18.210]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.2525342Z [00:03:18.210]➜  EOF
2025-08-20T21:11:51.2528357Z [00:03:18.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followstats;$WORK/b664=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats -lang=go1.21 -complete -installsuffix shared -buildid 02ofXxnarj-4nj3-JwKD/02ofXxnarj-4nj3-JwKD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followstats/follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/followstats/response.go
2025-08-20T21:11:51.2545790Z [00:03:18.211]➜  cat >/tmp/go-build2720400589/b665/importcfg << 'EOF' # internal
2025-08-20T21:11:51.2546194Z [00:03:18.211]➜  # import config
2025-08-20T21:11:51.2546538Z [00:03:18.211]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.2546966Z [00:03:18.211]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.2547418Z [00:03:18.211]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.2547865Z [00:03:18.211]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.2548278Z [00:03:18.211]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.2549037Z [00:03:18.211]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.2550127Z [00:03:18.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.2550693Z [00:03:18.211]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.2551307Z [00:03:18.211]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.2551739Z [00:03:18.211]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.2552166Z [00:03:18.211]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.2552591Z [00:03:18.211]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.2552904Z [00:03:18.211]➜  EOF
2025-08-20T21:11:51.2556364Z [00:03:18.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/forgetfollower=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/forgetfollower;$WORK/b665=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower -lang=go1.21 -complete -installsuffix shared -buildid keyf6x6aweLoA3O7zI-p/keyf6x6aweLoA3O7zI-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/forgetfollower/forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/forgetfollower/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/forgetfollower/response.go
2025-08-20T21:11:51.2640086Z [00:03:18.220]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:11:51.2641649Z [00:03:18.222]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/ad/ad62447cda28271f2e22c9b0f1289b10a73e6edd0dfd0d5fc333cfa4924cd7bf-d # internal
2025-08-20T21:11:51.2643383Z [00:03:18.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern
2025-08-20T21:11:51.2643861Z [00:03:18.222]➜  mkdir -p $WORK/b666/
2025-08-20T21:11:51.2647969Z [00:03:18.223]➜  cat >/tmp/go-build2720400589/b666/importcfg << 'EOF' # internal
2025-08-20T21:11:51.2648511Z [00:03:18.223]➜  # import config
2025-08-20T21:11:51.2648902Z [00:03:18.223]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.2649370Z [00:03:18.223]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.2649814Z [00:03:18.223]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.2650231Z [00:03:18.223]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.2650853Z [00:03:18.223]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.2651632Z [00:03:18.223]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.2652432Z [00:03:18.223]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.2652957Z [00:03:18.223]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.2653484Z [00:03:18.223]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.2653999Z [00:03:18.223]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.2654774Z [00:03:18.223]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.2655112Z [00:03:18.223]➜  EOF
2025-08-20T21:11:51.2660049Z [00:03:18.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/getautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/getautofollowpattern;$WORK/b666=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid EBJiECF-VsA_TyjvEWbS/EBJiECF-VsA_TyjvEWbS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/getautofollowpattern/get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/getautofollowpattern/response.go
2025-08-20T21:11:51.3109054Z [00:03:18.269]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:11:51.3126926Z [00:03:18.271]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/ef/ef2c9f8e8a7e327c6295222b80f96f9b0c40bd30acb15e6f2de2f3646d39d920-d # internal
2025-08-20T21:11:51.3159084Z [00:03:18.274]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern
2025-08-20T21:11:51.3160536Z [00:03:18.274]➜  mkdir -p $WORK/b667/
2025-08-20T21:11:51.3178263Z [00:03:18.276]➜  cat >/tmp/go-build2720400589/b667/importcfg << 'EOF' # internal
2025-08-20T21:11:51.3179014Z [00:03:18.276]➜  # import config
2025-08-20T21:11:51.3180199Z [00:03:18.276]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.3180768Z [00:03:18.276]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.3181225Z [00:03:18.276]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.3181658Z [00:03:18.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.3182290Z [00:03:18.276]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.3183083Z [00:03:18.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.3183646Z [00:03:18.276]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.3184091Z [00:03:18.276]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.3184712Z [00:03:18.276]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.3185152Z [00:03:18.276]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.3185589Z [00:03:18.276]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.3185899Z [00:03:18.276]➜  EOF
2025-08-20T21:11:51.3188942Z [00:03:18.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pauseautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pauseautofollowpattern;$WORK/b667=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid QMhOdyW-hREeV-J_HM0v/QMhOdyW-hREeV-J_HM0v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pauseautofollowpattern/pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pauseautofollowpattern/response.go
2025-08-20T21:11:51.3225668Z [00:03:18.280]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:11:51.3236728Z [00:03:18.281]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/22/22aa0f7a0be690fc73c8ffc2988ce52868fc697412a7aa924e0b0f172a7d4d1f-d # internal
2025-08-20T21:11:51.3237707Z [00:03:18.281]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow
2025-08-20T21:11:51.3243439Z [00:03:18.281]➜  mkdir -p $WORK/b668/
2025-08-20T21:11:51.3244761Z [00:03:18.282]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:11:51.3246254Z [00:03:18.282]➜  cat >/tmp/go-build2720400589/b668/importcfg << 'EOF' # internal
2025-08-20T21:11:51.3246626Z [00:03:18.282]➜  # import config
2025-08-20T21:11:51.3246976Z [00:03:18.282]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.3247432Z [00:03:18.282]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.3247875Z [00:03:18.282]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.3248306Z [00:03:18.282]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.3249234Z [00:03:18.282]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.3250021Z [00:03:18.282]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.3250760Z [00:03:18.282]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.3251179Z [00:03:18.282]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.3251612Z [00:03:18.282]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.3252039Z [00:03:18.282]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.3252469Z [00:03:18.282]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.3252784Z [00:03:18.282]➜  EOF
2025-08-20T21:11:51.3255969Z [00:03:18.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pausefollow=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pausefollow;$WORK/b668=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow -lang=go1.21 -complete -installsuffix shared -buildid EGiWf7CykBVN3cem6Ijo/EGiWf7CykBVN3cem6Ijo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pausefollow/pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/pausefollow/response.go
2025-08-20T21:11:51.3263979Z [00:03:18.284]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/2b/2b81dee56324a1c3025f56da6d5c53c2237930567bfd95c23cfc426917dc5e5e-d # internal
2025-08-20T21:11:51.3266740Z [00:03:18.285]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern
2025-08-20T21:11:51.3268606Z [00:03:18.285]➜  mkdir -p $WORK/b669/
2025-08-20T21:11:51.3272398Z [00:03:18.285]➜  cat >/tmp/go-build2720400589/b669/importcfg << 'EOF' # internal
2025-08-20T21:11:51.3273717Z [00:03:18.285]➜  # import config
2025-08-20T21:11:51.3274158Z [00:03:18.285]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.3274793Z [00:03:18.285]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.3275260Z [00:03:18.285]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.3275707Z [00:03:18.285]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.3276119Z [00:03:18.285]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.3276747Z [00:03:18.285]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.3277530Z [00:03:18.285]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.3278331Z [00:03:18.285]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.3278837Z [00:03:18.285]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.3279368Z [00:03:18.285]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.3279868Z [00:03:18.285]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.3280311Z [00:03:18.285]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.3280625Z [00:03:18.285]➜  EOF
2025-08-20T21:11:51.3284781Z [00:03:18.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/putautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/putautofollowpattern;$WORK/b669=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid paABgm17OziTMWY6jGEC/paABgm17OziTMWY6jGEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/putautofollowpattern/put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/putautofollowpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/putautofollowpattern/response.go
2025-08-20T21:11:51.3288834Z [00:03:18.287]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:11:51.3317145Z [00:03:18.290]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/59/59705597fbb6a95ba9cf9767aabdc6ecce5d9a45e42a1824d4b5fff013fb77a2-d # internal
2025-08-20T21:11:51.3324027Z [00:03:18.290]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern
2025-08-20T21:11:51.3325283Z [00:03:18.290]➜  mkdir -p $WORK/b670/
2025-08-20T21:11:51.3336289Z [00:03:18.291]➜  cat >/tmp/go-build2720400589/b670/importcfg << 'EOF' # internal
2025-08-20T21:11:51.3336747Z [00:03:18.291]➜  # import config
2025-08-20T21:11:51.3337110Z [00:03:18.291]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.3337569Z [00:03:18.291]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.3338022Z [00:03:18.291]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.3338437Z [00:03:18.291]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.3339077Z [00:03:18.291]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.3339859Z [00:03:18.291]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.3340418Z [00:03:18.291]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.3340836Z [00:03:18.291]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.3341272Z [00:03:18.291]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.3341709Z [00:03:18.291]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.3342144Z [00:03:18.291]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.3342468Z [00:03:18.291]➜  EOF
2025-08-20T21:11:51.3346032Z [00:03:18.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumeautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumeautofollowpattern;$WORK/b670=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern -lang=go1.21 -complete -installsuffix shared -buildid HOil5ZZrguCF_IuaLjX5/HOil5ZZrguCF_IuaLjX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumeautofollowpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumeautofollowpattern/resume_auto_follow_pattern.go
2025-08-20T21:11:51.3854662Z [00:03:18.343]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:11:51.3869321Z [00:03:18.345]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/01/01253aea19684e78822556d5fb554c793844163afecd2f9d45d37d955eba67b6-d # internal
2025-08-20T21:11:51.3877636Z [00:03:18.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow
2025-08-20T21:11:51.3879594Z [00:03:18.346]➜  mkdir -p $WORK/b671/
2025-08-20T21:11:51.3897113Z [00:03:18.348]➜  cat >/tmp/go-build2720400589/b671/importcfg << 'EOF' # internal
2025-08-20T21:11:51.3898888Z [00:03:18.348]➜  # import config
2025-08-20T21:11:51.3900969Z [00:03:18.348]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.3901618Z [00:03:18.348]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.3902318Z [00:03:18.348]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.3903103Z [00:03:18.348]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.3905136Z [00:03:18.348]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.3905959Z [00:03:18.348]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.3906903Z [00:03:18.348]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.3908124Z [00:03:18.348]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.3911137Z [00:03:18.348]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.3911758Z [00:03:18.348]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.3912506Z [00:03:18.348]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.3915694Z [00:03:18.348]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.3916239Z [00:03:18.348]➜  EOF
2025-08-20T21:11:51.3920290Z [00:03:18.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumefollow=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumefollow;$WORK/b671=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow -lang=go1.21 -complete -installsuffix shared -buildid 25CDMAVa4nZKF4ZofNUb/25CDMAVa4nZKF4ZofNUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumefollow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumefollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/resumefollow/resume_follow.go
2025-08-20T21:11:51.3981725Z [00:03:18.356]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:11:51.3987141Z [00:03:18.356]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/46/466e80608a9bb2055216036aa932349b9caafda2ed0bfe8a1137265958416bc9-d # internal
2025-08-20T21:11:51.3988771Z [00:03:18.357]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats
2025-08-20T21:11:51.3996779Z [00:03:18.358]➜  mkdir -p $WORK/b672/
2025-08-20T21:11:51.4008445Z [00:03:18.359]➜  cat >/tmp/go-build2720400589/b672/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4013979Z [00:03:18.359]➜  # import config
2025-08-20T21:11:51.4014718Z [00:03:18.359]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4015200Z [00:03:18.359]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4015649Z [00:03:18.359]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4016063Z [00:03:18.359]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4016950Z [00:03:18.359]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4017818Z [00:03:18.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4018489Z [00:03:18.359]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4019014Z [00:03:18.359]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4019446Z [00:03:18.359]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4019885Z [00:03:18.359]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4020311Z [00:03:18.359]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4020623Z [00:03:18.359]➜  EOF
2025-08-20T21:11:51.4023210Z [00:03:18.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/stats;$WORK/b672=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats -lang=go1.21 -complete -installsuffix shared -buildid U6ucEs7mF1_FHb1gKCLQ/U6ucEs7mF1_FHb1gKCLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/stats/stats.go
2025-08-20T21:11:51.4058824Z [00:03:18.364]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:11:51.4069387Z [00:03:18.365]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/d9/d9cee539acc1a6911b74b4698fbd1c681867ce5fe5a0ebbbe818872fca95a5cc-d # internal
2025-08-20T21:11:51.4070136Z [00:03:18.365]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow
2025-08-20T21:11:51.4071093Z [00:03:18.365]➜  mkdir -p $WORK/b673/
2025-08-20T21:11:51.4071476Z [00:03:18.365]➜  cat >/tmp/go-build2720400589/b673/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4071821Z [00:03:18.365]➜  # import config
2025-08-20T21:11:51.4072179Z [00:03:18.365]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4072651Z [00:03:18.365]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4073102Z [00:03:18.365]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4073515Z [00:03:18.365]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4074149Z [00:03:18.365]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4075234Z [00:03:18.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4075796Z [00:03:18.365]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4076213Z [00:03:18.365]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4076644Z [00:03:18.365]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4077074Z [00:03:18.365]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4077503Z [00:03:18.365]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4078052Z [00:03:18.365]➜  EOF
2025-08-20T21:11:51.4081601Z [00:03:18.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/unfollow=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/unfollow;$WORK/b673=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow -lang=go1.21 -complete -installsuffix shared -buildid YDA313fwLkxIhRIIGdku/YDA313fwLkxIhRIIGdku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/unfollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ccr/unfollow/unfollow.go
2025-08-20T21:11:51.4102301Z [00:03:18.368]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:11:51.4119864Z [00:03:18.370]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/21/2134ada87959c66ba077ea85bfbf8b787d51941278dd8781e4bf2d207b72003a-d # internal
2025-08-20T21:11:51.4120683Z [00:03:18.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain
2025-08-20T21:11:51.4121100Z [00:03:18.370]➜  mkdir -p $WORK/b674/
2025-08-20T21:11:51.4127843Z [00:03:18.371]➜  cat >/tmp/go-build2720400589/b674/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4128324Z [00:03:18.371]➜  # import config
2025-08-20T21:11:51.4128669Z [00:03:18.371]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.4129097Z [00:03:18.371]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4129545Z [00:03:18.371]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4129989Z [00:03:18.371]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4130415Z [00:03:18.371]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4131399Z [00:03:18.371]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4132186Z [00:03:18.371]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4137046Z [00:03:18.371]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2720400589/b457/_pkg_.a
2025-08-20T21:11:51.4137709Z [00:03:18.371]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4138133Z [00:03:18.371]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4138562Z [00:03:18.371]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4138990Z [00:03:18.371]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4139432Z [00:03:18.371]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4139757Z [00:03:18.371]➜  EOF
2025-08-20T21:11:51.4143175Z [00:03:18.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/allocationexplain=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/allocationexplain;$WORK/b674=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain -lang=go1.21 -complete -installsuffix shared -buildid YggsSU_9Q_GKc1fLW7yg/YggsSU_9Q_GKc1fLW7yg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/allocationexplain/allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/allocationexplain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/allocationexplain/response.go
2025-08-20T21:11:51.4691052Z [00:03:18.427]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:11:51.4743779Z [00:03:18.432]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/18/18c18e2468915dabba90a9117fa8ad1c6bec4be3758cdcb18179eb2113de0eb9-d # internal
2025-08-20T21:11:51.4745042Z [00:03:18.432]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate
2025-08-20T21:11:51.4746497Z [00:03:18.432]➜  mkdir -p $WORK/b675/
2025-08-20T21:11:51.4746910Z [00:03:18.433]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:11:51.4761048Z [00:03:18.434]➜  cat >/tmp/go-build2720400589/b675/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4762804Z [00:03:18.434]➜  # import config
2025-08-20T21:11:51.4764444Z [00:03:18.434]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4765006Z [00:03:18.434]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4765461Z [00:03:18.434]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4766118Z [00:03:18.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4766819Z [00:03:18.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4767608Z [00:03:18.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4768175Z [00:03:18.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4768591Z [00:03:18.434]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4769019Z [00:03:18.434]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4769443Z [00:03:18.434]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4769868Z [00:03:18.434]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4770186Z [00:03:18.434]➜  EOF
2025-08-20T21:11:51.4770479Z [00:03:18.434]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:11:51.4773964Z [00:03:18.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletecomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletecomponenttemplate;$WORK/b675=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid SeuKsnMrjCOiobpvUjlf/SeuKsnMrjCOiobpvUjlf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletecomponenttemplate/delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/deletecomponenttemplate/response.go
2025-08-20T21:11:51.4778085Z [00:03:18.434]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/ed/ed764ce13bdbc2a043805df74ef031c36e3e250f280be149a208138edb274f7c-d # internal
2025-08-20T21:11:51.4778949Z [00:03:18.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate
2025-08-20T21:11:51.4779381Z [00:03:18.434]➜  mkdir -p $WORK/b678/
2025-08-20T21:11:51.4780272Z [00:03:18.434]➜  cat >/tmp/go-build2720400589/b678/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4780637Z [00:03:18.434]➜  # import config
2025-08-20T21:11:51.4780990Z [00:03:18.434]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4781442Z [00:03:18.434]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4781887Z [00:03:18.434]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4782299Z [00:03:18.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4782921Z [00:03:18.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4783701Z [00:03:18.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4784791Z [00:03:18.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4785531Z [00:03:18.434]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4786046Z [00:03:18.434]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4786481Z [00:03:18.435]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4786904Z [00:03:18.435]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4787216Z [00:03:18.435]➜  EOF
2025-08-20T21:11:51.4790367Z [00:03:18.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getcomponenttemplate;$WORK/b678=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid 5a0_aICXd3-ZIoS80dGq/5a0_aICXd3-ZIoS80dGq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getcomponenttemplate/get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getcomponenttemplate/response.go
2025-08-20T21:11:51.4793435Z [00:03:18.437]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/da/daf6e8e26a1a6db2761faa35ae3f233a333b3155b891a5bdf4a28c3a63c6f4a5-d # internal
2025-08-20T21:11:51.4794121Z [00:03:18.437]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings
2025-08-20T21:11:51.4794725Z [00:03:18.437]➜  mkdir -p $WORK/b679/
2025-08-20T21:11:51.4795097Z [00:03:18.437]➜  cat >/tmp/go-build2720400589/b679/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4795438Z [00:03:18.437]➜  # import config
2025-08-20T21:11:51.4795783Z [00:03:18.437]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4796403Z [00:03:18.437]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4796847Z [00:03:18.437]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4797261Z [00:03:18.437]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4797878Z [00:03:18.437]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4798816Z [00:03:18.437]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4799378Z [00:03:18.437]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4799792Z [00:03:18.437]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4800221Z [00:03:18.437]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4800653Z [00:03:18.437]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4801084Z [00:03:18.437]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4801399Z [00:03:18.437]➜  EOF
2025-08-20T21:11:51.4806306Z [00:03:18.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getsettings;$WORK/b679=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings -lang=go1.21 -complete -installsuffix shared -buildid sfTXiC9XNXf44x5WZIXr/sfTXiC9XNXf44x5WZIXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/getsettings/response.go
2025-08-20T21:11:51.4857536Z [00:03:18.444]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:11:51.4870975Z [00:03:18.445]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/e0/e0289afe992a1235f70c62b4ba970d728976c3a91d640e7392c632770d4f3c30-d # internal
2025-08-20T21:11:51.4872042Z [00:03:18.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health
2025-08-20T21:11:51.4872600Z [00:03:18.445]➜  mkdir -p $WORK/b680/
2025-08-20T21:11:51.4876483Z [00:03:18.445]➜  cat >/tmp/go-build2720400589/b680/importcfg << 'EOF' # internal
2025-08-20T21:11:51.4877032Z [00:03:18.445]➜  # import config
2025-08-20T21:11:51.4877524Z [00:03:18.445]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.4877976Z [00:03:18.445]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.4885271Z [00:03:18.445]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.4887062Z [00:03:18.445]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.4888530Z [00:03:18.445]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.4889252Z [00:03:18.445]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.4890051Z [00:03:18.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.4890906Z [00:03:18.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:51.4891828Z [00:03:18.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2720400589/b500/_pkg_.a
2025-08-20T21:11:51.4892708Z [00:03:18.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2720400589/b681/_pkg_.a
2025-08-20T21:11:51.4893590Z [00:03:18.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build2720400589/b682/_pkg_.a
2025-08-20T21:11:51.4894232Z [00:03:18.445]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.4895028Z [00:03:18.445]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.4895469Z [00:03:18.445]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.4895905Z [00:03:18.445]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.4896491Z [00:03:18.445]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.4896811Z [00:03:18.445]➜  EOF
2025-08-20T21:11:51.4899527Z [00:03:18.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/health=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/health;$WORK/b680=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health -lang=go1.21 -complete -installsuffix shared -buildid pdp0Phgo2R8ZzeX37IZc/pdp0Phgo2R8ZzeX37IZc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/health/response.go
2025-08-20T21:11:51.5392657Z [00:03:18.497]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:11:51.5405766Z [00:03:18.498]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/8f/8f2665d9b7ac4b7c489737c1feb3db36214a425e11aaa187202e9aea6fd5dd4a-d # internal
2025-08-20T21:11:51.5409160Z [00:03:18.499]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info
2025-08-20T21:11:51.5409568Z [00:03:18.499]➜  mkdir -p $WORK/b683/
2025-08-20T21:11:51.5418717Z [00:03:18.500]➜  cat >/tmp/go-build2720400589/b683/importcfg << 'EOF' # internal
2025-08-20T21:11:51.5419378Z [00:03:18.500]➜  # import config
2025-08-20T21:11:51.5419977Z [00:03:18.500]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.5424983Z [00:03:18.500]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.5425463Z [00:03:18.500]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.5426132Z [00:03:18.500]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.5426827Z [00:03:18.500]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.5427618Z [00:03:18.500]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.5428178Z [00:03:18.500]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.5428597Z [00:03:18.500]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.5429025Z [00:03:18.500]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.5429449Z [00:03:18.500]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.5429986Z [00:03:18.500]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.5430368Z [00:03:18.500]➜  EOF
2025-08-20T21:11:51.5433076Z [00:03:18.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/info=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/info;$WORK/b683=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info -lang=go1.21 -complete -installsuffix shared -buildid 2J3Gzx7vYHANSTb3M_Dh/2J3Gzx7vYHANSTb3M_Dh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/info/response.go
2025-08-20T21:11:51.5500516Z [00:03:18.507]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:11:51.5501434Z [00:03:18.507]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/c1/c1a96dea4ac1a8fc01b371b0a015814f0f7557d12101f484fa633ee36fad5bf5-d # internal
2025-08-20T21:11:51.5502443Z [00:03:18.507]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks
2025-08-20T21:11:51.5502849Z [00:03:18.507]➜  mkdir -p $WORK/b684/
2025-08-20T21:11:51.5503218Z [00:03:18.507]➜  cat >/tmp/go-build2720400589/b684/importcfg << 'EOF' # internal
2025-08-20T21:11:51.5503564Z [00:03:18.507]➜  # import config
2025-08-20T21:11:51.5504091Z [00:03:18.507]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.5504871Z [00:03:18.507]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.5505326Z [00:03:18.507]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.5505740Z [00:03:18.507]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.5506363Z [00:03:18.507]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.5507153Z [00:03:18.507]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.5507722Z [00:03:18.507]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.5508142Z [00:03:18.507]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.5508573Z [00:03:18.507]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.5509003Z [00:03:18.507]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.5509428Z [00:03:18.507]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.5509742Z [00:03:18.507]➜  EOF
2025-08-20T21:11:51.5512766Z [00:03:18.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/pendingtasks;$WORK/b684=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks -lang=go1.21 -complete -installsuffix shared -buildid h2fH3DSrdc05e23cLkak/h2fH3DSrdc05e23cLkak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/pendingtasks/response.go
2025-08-20T21:11:51.5576430Z [00:03:18.515]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:11:51.5607267Z [00:03:18.518]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/d7/d7490ae6c122737b72f2dc807b322f31f55e9b2f8e9414db528d44909b44d361-d # internal
2025-08-20T21:11:51.5608092Z [00:03:18.518]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate
2025-08-20T21:11:51.5608521Z [00:03:18.518]➜  mkdir -p $WORK/b686/
2025-08-20T21:11:51.5608893Z [00:03:18.518]➜  cat >/tmp/go-build2720400589/b686/importcfg << 'EOF' # internal
2025-08-20T21:11:51.5609475Z [00:03:18.518]➜  # import config
2025-08-20T21:11:51.5609920Z [00:03:18.518]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.5610348Z [00:03:18.518]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.5610808Z [00:03:18.518]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.5611251Z [00:03:18.518]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.5611667Z [00:03:18.518]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.5612295Z [00:03:18.518]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.5613068Z [00:03:18.518]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.5613626Z [00:03:18.518]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.5614050Z [00:03:18.518]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.5614828Z [00:03:18.518]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.5615259Z [00:03:18.518]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.5615694Z [00:03:18.518]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.5616010Z [00:03:18.518]➜  EOF
2025-08-20T21:11:51.5619847Z [00:03:18.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putcomponenttemplate;$WORK/b686=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate -lang=go1.21 -complete -installsuffix shared -buildid rVkh3pRjOpDXyT8yAzW8/rVkh3pRjOpDXyT8yAzW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putcomponenttemplate/put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putcomponenttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putcomponenttemplate/response.go
2025-08-20T21:11:51.5758308Z [00:03:18.533]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:11:51.5822529Z [00:03:18.540]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/5b/5b667db3a6c94c020a127aa87a6af0927282b24b562a4c88bdaae4e70b6423c0-d # internal
2025-08-20T21:11:51.5829342Z [00:03:18.540]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings
2025-08-20T21:11:51.5829894Z [00:03:18.540]➜  mkdir -p $WORK/b687/
2025-08-20T21:11:51.5830304Z [00:03:18.541]➜  cat >/tmp/go-build2720400589/b687/importcfg << 'EOF' # internal
2025-08-20T21:11:51.5830654Z [00:03:18.541]➜  # import config
2025-08-20T21:11:51.5830992Z [00:03:18.541]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.5831440Z [00:03:18.541]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.5831897Z [00:03:18.541]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.5832585Z [00:03:18.541]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.5833068Z [00:03:18.541]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.5833702Z [00:03:18.541]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.5834663Z [00:03:18.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.5835299Z [00:03:18.541]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.5835721Z [00:03:18.541]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.5836152Z [00:03:18.541]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.5836709Z [00:03:18.541]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.5837200Z [00:03:18.541]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.5837523Z [00:03:18.541]➜  EOF
2025-08-20T21:11:51.5840754Z [00:03:18.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putsettings;$WORK/b687=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings -lang=go1.21 -complete -installsuffix shared -buildid Kuq_t4OLv2LsjLJRkbup/Kuq_t4OLv2LsjLJRkbup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/putsettings/response.go
2025-08-20T21:11:51.6003497Z [00:03:18.558]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:11:51.6032542Z [00:03:18.561]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/04/042a6571797aabd0e8fc0a137878f01603234e02c151a574d152f7944e66b7d0-d # internal
2025-08-20T21:11:51.6036336Z [00:03:18.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo
2025-08-20T21:11:51.6036776Z [00:03:18.562]➜  mkdir -p $WORK/b688/
2025-08-20T21:11:51.6037145Z [00:03:18.562]➜  cat >/tmp/go-build2720400589/b688/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6037490Z [00:03:18.562]➜  # import config
2025-08-20T21:11:51.6037827Z [00:03:18.562]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.6038251Z [00:03:18.562]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6038702Z [00:03:18.562]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6039161Z [00:03:18.562]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6039587Z [00:03:18.562]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6040218Z [00:03:18.562]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6041000Z [00:03:18.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6041567Z [00:03:18.562]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6041982Z [00:03:18.562]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6042410Z [00:03:18.562]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6042835Z [00:03:18.562]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6043263Z [00:03:18.562]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6043588Z [00:03:18.562]➜  EOF
2025-08-20T21:11:51.6052876Z [00:03:18.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/remoteinfo=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/remoteinfo;$WORK/b688=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo -lang=go1.21 -complete -installsuffix shared -buildid nZqOHgxUJtbvihyByq7F/nZqOHgxUJtbvihyByq7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/remoteinfo/remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/remoteinfo/response.go
2025-08-20T21:11:51.6159289Z [00:03:18.574]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:11:51.6170861Z [00:03:18.575]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/d4/d4335da90983d8300b91f8771dfd1f58832ed89a6c0d0d7ce0097c23f32b567f-d # internal
2025-08-20T21:11:51.6175847Z [00:03:18.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute
2025-08-20T21:11:51.6176319Z [00:03:18.575]➜  mkdir -p $WORK/b689/
2025-08-20T21:11:51.6176711Z [00:03:18.575]➜  cat >/tmp/go-build2720400589/b689/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6177058Z [00:03:18.575]➜  # import config
2025-08-20T21:11:51.6177403Z [00:03:18.575]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.6177831Z [00:03:18.575]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6178282Z [00:03:18.575]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6180182Z [00:03:18.575]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6180778Z [00:03:18.575]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6181424Z [00:03:18.575]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6182529Z [00:03:18.575]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6183106Z [00:03:18.575]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6183524Z [00:03:18.575]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6184119Z [00:03:18.575]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6184759Z [00:03:18.575]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6185197Z [00:03:18.575]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6185516Z [00:03:18.575]➜  EOF
2025-08-20T21:11:51.6188622Z [00:03:18.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/reroute=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/reroute;$WORK/b689=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute -lang=go1.21 -complete -installsuffix shared -buildid YgvV_pxGm3Fukq6tKO6g/YgvV_pxGm3Fukq6tKO6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/reroute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/reroute/reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/reroute/response.go
2025-08-20T21:11:51.6441269Z [00:03:18.602]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:11:51.6463959Z [00:03:18.604]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/4e/4e6d159b46ec2c18ad67c35bbb30b49f8eca5ed0316c9b9a3455f2eaa8eb3941-d # internal
2025-08-20T21:11:51.6468666Z [00:03:18.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state
2025-08-20T21:11:51.6471625Z [00:03:18.605]➜  mkdir -p $WORK/b690/
2025-08-20T21:11:51.6479753Z [00:03:18.606]➜  cat >/tmp/go-build2720400589/b690/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6481030Z [00:03:18.606]➜  # import config
2025-08-20T21:11:51.6481711Z [00:03:18.606]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6482241Z [00:03:18.606]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6482702Z [00:03:18.606]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6483128Z [00:03:18.606]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6483756Z [00:03:18.606]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6484758Z [00:03:18.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6485765Z [00:03:18.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:51.6486493Z [00:03:18.606]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6486916Z [00:03:18.606]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6487354Z [00:03:18.606]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6487780Z [00:03:18.606]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6488212Z [00:03:18.606]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6488530Z [00:03:18.606]➜  EOF
2025-08-20T21:11:51.6491216Z [00:03:18.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/state=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/state;$WORK/b690=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state -lang=go1.21 -complete -installsuffix shared -buildid dAIm3do5PSF22vfzVoQW/dAIm3do5PSF22vfzVoQW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/state/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/state/state.go
2025-08-20T21:11:51.6625605Z [00:03:18.618]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:11:51.6638561Z [00:03:18.622]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/6d/6d41527a40b0b0556c59ecffc7417ba6b62a873271d1a00c0bd043bd1389ab7c-d # internal
2025-08-20T21:11:51.6639316Z [00:03:18.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats
2025-08-20T21:11:51.6639698Z [00:03:18.622]➜  mkdir -p $WORK/b691/
2025-08-20T21:11:51.6640070Z [00:03:18.622]➜  cat >/tmp/go-build2720400589/b691/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6640414Z [00:03:18.622]➜  # import config
2025-08-20T21:11:51.6640758Z [00:03:18.622]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6641226Z [00:03:18.622]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6641679Z [00:03:18.622]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6642098Z [00:03:18.622]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6642719Z [00:03:18.622]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6643508Z [00:03:18.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6644490Z [00:03:18.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2720400589/b500/_pkg_.a
2025-08-20T21:11:51.6645185Z [00:03:18.622]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6645603Z [00:03:18.622]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6646040Z [00:03:18.622]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6646469Z [00:03:18.622]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6647114Z [00:03:18.622]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6647503Z [00:03:18.622]➜  EOF
2025-08-20T21:11:51.6650247Z [00:03:18.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/stats;$WORK/b691=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats -lang=go1.21 -complete -installsuffix shared -buildid vD_24vlHFQLODYaNKIGO/vD_24vlHFQLODYaNKIGO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/cluster/stats/stats.go
2025-08-20T21:11:51.6740208Z [00:03:18.632]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:11:51.6750599Z [00:03:18.633]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/bf/bf4cf0be679ea1ba19add71adbd401744e2c30d28a7e0c78a649dadab52ebff5-d # internal
2025-08-20T21:11:51.6751382Z [00:03:18.633]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin
2025-08-20T21:11:51.6752023Z [00:03:18.633]➜  mkdir -p $WORK/b692/
2025-08-20T21:11:51.6756592Z [00:03:18.634]➜  cat >/tmp/go-build2720400589/b692/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6757700Z [00:03:18.634]➜  # import config
2025-08-20T21:11:51.6758891Z [00:03:18.634]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6759389Z [00:03:18.634]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6760063Z [00:03:18.634]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6760542Z [00:03:18.634]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6761506Z [00:03:18.634]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6762304Z [00:03:18.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6763124Z [00:03:18.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.6763747Z [00:03:18.634]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6764163Z [00:03:18.634]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6765088Z [00:03:18.634]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6765529Z [00:03:18.634]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6765961Z [00:03:18.634]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6766294Z [00:03:18.634]➜  EOF
2025-08-20T21:11:51.6769059Z [00:03:18.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/checkin=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/checkin;$WORK/b692=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin -lang=go1.21 -complete -installsuffix shared -buildid wLuqoaYbr02MMj_ECkIC/wLuqoaYbr02MMj_ECkIC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/checkin/check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/checkin/response.go
2025-08-20T21:11:51.6889634Z [00:03:18.647]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:11:51.6909972Z [00:03:18.649]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/e6/e64ea1c89d360c4f04ed29ef853a57e17460824a929993f8a9e5ffc40ef7990d-d # internal
2025-08-20T21:11:51.6910772Z [00:03:18.649]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete
2025-08-20T21:11:51.6917588Z [00:03:18.650]➜  mkdir -p $WORK/b693/
2025-08-20T21:11:51.6925448Z [00:03:18.650]➜  cat >/tmp/go-build2720400589/b693/importcfg << 'EOF' # internal
2025-08-20T21:11:51.6926063Z [00:03:18.650]➜  # import config
2025-08-20T21:11:51.6926595Z [00:03:18.650]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.6927154Z [00:03:18.650]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.6927700Z [00:03:18.650]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.6928271Z [00:03:18.650]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.6929085Z [00:03:18.650]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.6930017Z [00:03:18.650]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.6930930Z [00:03:18.650]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.6931461Z [00:03:18.650]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.6931986Z [00:03:18.650]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.6932705Z [00:03:18.650]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.6933252Z [00:03:18.650]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.6933667Z [00:03:18.650]➜  EOF
2025-08-20T21:11:51.6939099Z [00:03:18.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/delete;$WORK/b693=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete -lang=go1.21 -complete -installsuffix shared -buildid iNNDtKxvay4bMJp8BxfF/iNNDtKxvay4bMJp8BxfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/delete/response.go
2025-08-20T21:11:51.7360570Z [00:03:18.694]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:11:51.7365774Z [00:03:18.694]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:11:51.7382619Z [00:03:18.696]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/d9/d904f9eca0fc828648d666a532acc51813535fc75e07828b6238eb0eed0d09cf-d # internal
2025-08-20T21:11:51.7389355Z [00:03:18.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/get
2025-08-20T21:11:51.7390820Z [00:03:18.697]➜  mkdir -p $WORK/b694/
2025-08-20T21:11:51.7399291Z [00:03:18.698]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/46/46ac11f88dda01dd56d21ca923bd13b38600740f306b6db906dc1d8f33f5fb99-d # internal
2025-08-20T21:11:51.7402441Z [00:03:18.698]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:11:51.7402941Z [00:03:18.698]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync
2025-08-20T21:11:51.7403337Z [00:03:18.698]➜  mkdir -p $WORK/b695/
2025-08-20T21:11:51.7403951Z [00:03:18.698]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/5d/5dd6fb694fbe579ca342a45e983f511586cfbace44e6cd49bea6241078d8c50e-d # internal
2025-08-20T21:11:51.7404791Z [00:03:18.698]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/list
2025-08-20T21:11:51.7405163Z [00:03:18.698]➜  mkdir -p $WORK/b696/
2025-08-20T21:11:51.7412541Z [00:03:18.699]➜  cat >/tmp/go-build2720400589/b696/importcfg << 'EOF' # internal
2025-08-20T21:11:51.7418061Z [00:03:18.699]➜  # import config
2025-08-20T21:11:51.7418472Z [00:03:18.699]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.7419144Z [00:03:18.699]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.7419664Z [00:03:18.699]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.7420080Z [00:03:18.699]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.7420859Z [00:03:18.699]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.7421727Z [00:03:18.699]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.7422292Z [00:03:18.699]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.7422708Z [00:03:18.699]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.7426587Z [00:03:18.699]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.7427040Z [00:03:18.699]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.7427487Z [00:03:18.699]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.7428060Z [00:03:18.700]➜  EOF
2025-08-20T21:11:51.7436851Z [00:03:18.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/list=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/list;$WORK/b696=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/list -lang=go1.21 -complete -installsuffix shared -buildid G64P5rKChcb_49VAr0-t/G64P5rKChcb_49VAr0-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/list/response.go
2025-08-20T21:11:51.7439626Z [00:03:18.701]➜  cat >/tmp/go-build2720400589/b694/importcfg << 'EOF' # internal
2025-08-20T21:11:51.7439991Z [00:03:18.701]➜  # import config
2025-08-20T21:11:51.7440338Z [00:03:18.701]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.7440772Z [00:03:18.701]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.7441227Z [00:03:18.701]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.7441670Z [00:03:18.701]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.7442084Z [00:03:18.701]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.7442714Z [00:03:18.701]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.7443495Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.7444477Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2720400589/b451/_pkg_.a
2025-08-20T21:11:51.7445464Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:11:51.7446096Z [00:03:18.701]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.7446518Z [00:03:18.701]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.7446950Z [00:03:18.701]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.7447387Z [00:03:18.701]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.7447812Z [00:03:18.701]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.7448126Z [00:03:18.701]➜  EOF
2025-08-20T21:11:51.7451581Z [00:03:18.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/get;$WORK/b694=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/get -lang=go1.21 -complete -installsuffix shared -buildid Ls6bvugaKAN7q9TPUc8V/Ls6bvugaKAN7q9TPUc8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/get/response.go
2025-08-20T21:11:51.7454118Z [00:03:18.701]➜  cat >/tmp/go-build2720400589/b695/importcfg << 'EOF' # internal
2025-08-20T21:11:51.7454588Z [00:03:18.701]➜  # import config
2025-08-20T21:11:51.7454931Z [00:03:18.701]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.7455354Z [00:03:18.701]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.7455803Z [00:03:18.701]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.7456243Z [00:03:18.701]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.7456682Z [00:03:18.701]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.7457307Z [00:03:18.701]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.7458261Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.7459070Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.7460101Z [00:03:18.701]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:11:51.7460723Z [00:03:18.701]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.7461135Z [00:03:18.701]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.7461565Z [00:03:18.701]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.7461994Z [00:03:18.701]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.7462421Z [00:03:18.701]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.7462738Z [00:03:18.701]➜  EOF
2025-08-20T21:11:51.7466031Z [00:03:18.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/lastsync=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/lastsync;$WORK/b695=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync -lang=go1.21 -complete -installsuffix shared -buildid D4gn4rwPcjj5UAy_MfVu/D4gn4rwPcjj5UAy_MfVu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/lastsync/last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/lastsync/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/lastsync/response.go
2025-08-20T21:11:51.7497564Z [00:03:18.708]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:11:51.7506050Z [00:03:18.708]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/33/333cf0543611ce838d7300ac195a63fc096d6f685acf6aa0169577e84843def8-d # internal
2025-08-20T21:11:51.7510042Z [00:03:18.709]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/post
2025-08-20T21:11:51.7512804Z [00:03:18.709]➜  mkdir -p $WORK/b697/
2025-08-20T21:11:51.7513674Z [00:03:18.709]➜  cat >/tmp/go-build2720400589/b697/importcfg << 'EOF' # internal
2025-08-20T21:11:51.7514029Z [00:03:18.709]➜  # import config
2025-08-20T21:11:51.7514457Z [00:03:18.709]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.7514944Z [00:03:18.709]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.7515395Z [00:03:18.709]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.7515991Z [00:03:18.709]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.7516521Z [00:03:18.709]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.7517227Z [00:03:18.709]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.7518096Z [00:03:18.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.7518923Z [00:03:18.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.7519534Z [00:03:18.709]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.7519950Z [00:03:18.709]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.7520378Z [00:03:18.709]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.7520803Z [00:03:18.709]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.7521234Z [00:03:18.709]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.7521728Z [00:03:18.709]➜  EOF
2025-08-20T21:11:51.7525014Z [00:03:18.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/post=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/post;$WORK/b697=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/post -lang=go1.21 -complete -installsuffix shared -buildid qgUfgefWBVRLtvEIWuZz/qgUfgefWBVRLtvEIWuZz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/post/response.go
2025-08-20T21:11:51.8161225Z [00:03:18.774]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:11:51.8169029Z [00:03:18.775]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/17/17da21bfaa755f630427d70214eb4e3317b0b6874df7be0fce5545854809b8dd-d # internal
2025-08-20T21:11:51.8172089Z [00:03:18.775]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/put
2025-08-20T21:11:51.8176057Z [00:03:18.775]➜  mkdir -p $WORK/b698/
2025-08-20T21:11:51.8179153Z [00:03:18.775]➜  cat >/tmp/go-build2720400589/b698/importcfg << 'EOF' # internal
2025-08-20T21:11:51.8179513Z [00:03:18.775]➜  # import config
2025-08-20T21:11:51.8179854Z [00:03:18.775]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.8180282Z [00:03:18.775]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.8180732Z [00:03:18.775]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.8181179Z [00:03:18.775]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.8181606Z [00:03:18.775]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.8182240Z [00:03:18.775]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.8183024Z [00:03:18.775]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.8183841Z [00:03:18.775]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.8184607Z [00:03:18.775]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.8185033Z [00:03:18.775]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.8185457Z [00:03:18.775]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.8185882Z [00:03:18.775]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.8186306Z [00:03:18.775]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.8186826Z [00:03:18.775]➜  EOF
2025-08-20T21:11:51.8193416Z [00:03:18.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/put=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/put;$WORK/b698=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/put -lang=go1.21 -complete -installsuffix shared -buildid M_0IqXRU1zRVKmuFwTHT/M_0IqXRU1zRVKmuFwTHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/put/response.go
2025-08-20T21:11:51.8231525Z [00:03:18.781]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:11:51.8239659Z [00:03:18.782]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:11:51.8246607Z [00:03:18.782]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/02/0292d913fc6bd017d0480e836d2651905f12d8c926c217f572f49ce14ebe7828-d # internal
2025-08-20T21:11:51.8247438Z [00:03:18.782]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel
2025-08-20T21:11:51.8247859Z [00:03:18.782]➜  mkdir -p $WORK/b700/
2025-08-20T21:11:51.8248480Z [00:03:18.782]➜  cat >/tmp/go-build2720400589/b700/importcfg << 'EOF' # internal
2025-08-20T21:11:51.8248828Z [00:03:18.782]➜  # import config
2025-08-20T21:11:51.8249175Z [00:03:18.782]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.8249627Z [00:03:18.782]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.8250075Z [00:03:18.782]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.8250488Z [00:03:18.782]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.8251118Z [00:03:18.782]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.8251903Z [00:03:18.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.8252711Z [00:03:18.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.8253325Z [00:03:18.783]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.8253742Z [00:03:18.783]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.8254173Z [00:03:18.783]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.8254807Z [00:03:18.783]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.8255242Z [00:03:18.783]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.8255559Z [00:03:18.783]➜  EOF
2025-08-20T21:11:51.8258503Z [00:03:18.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcancel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcancel;$WORK/b700=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel -lang=go1.21 -complete -installsuffix shared -buildid gcbxRZWxV0QzNOuy2dQe/gcbxRZWxV0QzNOuy2dQe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcancel/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcancel/sync_job_cancel.go
2025-08-20T21:11:51.8291921Z [00:03:18.787]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/4f/4fad6d90cd0dc0e4c3d1ad004490dd3cc8bf9a026a0507a53c14f15e168cadc3-d # internal
2025-08-20T21:11:51.8312158Z [00:03:18.787]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin
2025-08-20T21:11:51.8312659Z [00:03:18.787]➜  mkdir -p $WORK/b701/
2025-08-20T21:11:51.8313131Z [00:03:18.787]➜  cat >/tmp/go-build2720400589/b701/importcfg << 'EOF' # internal
2025-08-20T21:11:51.8313574Z [00:03:18.787]➜  # import config
2025-08-20T21:11:51.8314012Z [00:03:18.787]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.8314635Z [00:03:18.787]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.8315096Z [00:03:18.787]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.8315511Z [00:03:18.787]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.8316138Z [00:03:18.787]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.8316912Z [00:03:18.787]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.8317475Z [00:03:18.787]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.8318070Z [00:03:18.787]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.8318511Z [00:03:18.787]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.8318940Z [00:03:18.787]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.8319359Z [00:03:18.787]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.8319808Z [00:03:18.787]➜  EOF
2025-08-20T21:11:51.8322788Z [00:03:18.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcheckin=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcheckin;$WORK/b701=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin -lang=go1.21 -complete -installsuffix shared -buildid qAwWdkd4OJwb7WG3QYq1/qAwWdkd4OJwb7WG3QYq1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcheckin/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobcheckin/sync_job_check_in.go
2025-08-20T21:11:51.8420773Z [00:03:18.800]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:11:51.8438851Z [00:03:18.801]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/25/259d8236b7dfcec509c97e000af8fd1e46ecd3ba39f76ad5b0931bbd87be38c0-d # internal
2025-08-20T21:11:51.8449374Z [00:03:18.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim
2025-08-20T21:11:51.8453057Z [00:03:18.803]➜  mkdir -p $WORK/b702/
2025-08-20T21:11:51.8463695Z [00:03:18.804]➜  cat >/tmp/go-build2720400589/b702/importcfg << 'EOF' # internal
2025-08-20T21:11:51.8464364Z [00:03:18.804]➜  # import config
2025-08-20T21:11:51.8465105Z [00:03:18.804]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.8471081Z [00:03:18.804]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.8471728Z [00:03:18.804]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.8472189Z [00:03:18.804]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.8472602Z [00:03:18.804]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.8473237Z [00:03:18.804]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.8474018Z [00:03:18.804]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.8474828Z [00:03:18.804]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.8475250Z [00:03:18.804]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.8475683Z [00:03:18.804]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.8476311Z [00:03:18.804]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.8476810Z [00:03:18.804]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.8477126Z [00:03:18.804]➜  EOF
2025-08-20T21:11:51.8480583Z [00:03:18.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobclaim=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobclaim;$WORK/b702=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim -lang=go1.21 -complete -installsuffix shared -buildid EZTvjGSouroFedskt4Gj/EZTvjGSouroFedskt4Gj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobclaim/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobclaim/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobclaim/sync_job_claim.go
2025-08-20T21:11:51.8918794Z [00:03:18.850]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:11:51.8932651Z [00:03:18.851]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:11:51.8940183Z [00:03:18.852]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/dd/dd4552f9333f12d86836564447be35b32daf65fe2fa90ea48cb1f4d2cbae2401-d # internal
2025-08-20T21:11:51.8944501Z [00:03:18.852]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete
2025-08-20T21:11:51.8944991Z [00:03:18.852]➜  mkdir -p $WORK/b703/
2025-08-20T21:11:51.8945369Z [00:03:18.852]➜  cat >/tmp/go-build2720400589/b703/importcfg << 'EOF' # internal
2025-08-20T21:11:51.8945715Z [00:03:18.852]➜  # import config
2025-08-20T21:11:51.8946060Z [00:03:18.852]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.8946529Z [00:03:18.852]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.8946984Z [00:03:18.852]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.8947398Z [00:03:18.852]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.8948036Z [00:03:18.852]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.8948820Z [00:03:18.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.8949382Z [00:03:18.852]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.8949800Z [00:03:18.852]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.8950229Z [00:03:18.852]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.8950655Z [00:03:18.852]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.8951091Z [00:03:18.852]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.8951409Z [00:03:18.852]➜  EOF
2025-08-20T21:11:51.8956606Z [00:03:18.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobdelete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobdelete;$WORK/b703=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete -lang=go1.21 -complete -installsuffix shared -buildid 71k6BB2u9t8rSfkncUrz/71k6BB2u9t8rSfkncUrz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobdelete/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobdelete/sync_job_delete.go
2025-08-20T21:11:51.8983409Z [00:03:18.856]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/e0/e028c2fc2a2994a42eaad4c197f34b088a3097714cff543ce60e44245106fe78-d # internal
2025-08-20T21:11:51.8990512Z [00:03:18.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror
2025-08-20T21:11:51.8994863Z [00:03:18.857]➜  mkdir -p $WORK/b704/
2025-08-20T21:11:51.8999315Z [00:03:18.858]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:11:51.9010585Z [00:03:18.859]➜  cat >/tmp/go-build2720400589/b704/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9012137Z [00:03:18.859]➜  # import config
2025-08-20T21:11:51.9012852Z [00:03:18.859]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.9014591Z [00:03:18.859]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9018080Z [00:03:18.859]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9018604Z [00:03:18.859]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9019029Z [00:03:18.859]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9019888Z [00:03:18.859]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9020967Z [00:03:18.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9021546Z [00:03:18.859]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9021969Z [00:03:18.859]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9022597Z [00:03:18.859]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9023031Z [00:03:18.859]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9023460Z [00:03:18.859]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9023795Z [00:03:18.859]➜  EOF
2025-08-20T21:11:51.9027281Z [00:03:18.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoberror=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoberror;$WORK/b704=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror -lang=go1.21 -complete -installsuffix shared -buildid 42PpV4mz0TP93EdwbdkS/42PpV4mz0TP93EdwbdkS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoberror/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoberror/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoberror/sync_job_error.go
2025-08-20T21:11:51.9030568Z [00:03:18.859]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/39/397c54a8065a0879827175083006804697c90bd0d83c4a2523ca6f679d3510fe-d # internal
2025-08-20T21:11:51.9031239Z [00:03:18.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget
2025-08-20T21:11:51.9031632Z [00:03:18.859]➜  mkdir -p $WORK/b705/
2025-08-20T21:11:51.9032004Z [00:03:18.860]➜  cat >/tmp/go-build2720400589/b705/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9032353Z [00:03:18.860]➜  # import config
2025-08-20T21:11:51.9032804Z [00:03:18.860]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.9033339Z [00:03:18.860]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9033794Z [00:03:18.860]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9034236Z [00:03:18.860]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9035390Z [00:03:18.860]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9036110Z [00:03:18.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9036892Z [00:03:18.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9037931Z [00:03:18.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2720400589/b600/_pkg_.a
2025-08-20T21:11:51.9038952Z [00:03:18.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2720400589/b601/_pkg_.a
2025-08-20T21:11:51.9039847Z [00:03:18.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:11:51.9040480Z [00:03:18.860]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9040895Z [00:03:18.860]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9041323Z [00:03:18.860]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9041747Z [00:03:18.860]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9042170Z [00:03:18.860]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9042489Z [00:03:18.860]➜  EOF
2025-08-20T21:11:51.9045620Z [00:03:18.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobget=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobget;$WORK/b705=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget -lang=go1.21 -complete -installsuffix shared -buildid Cae2TVMEBj2F7i3t7qT2/Cae2TVMEBj2F7i3t7qT2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobget/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobget/sync_job_get.go
2025-08-20T21:11:51.9103417Z [00:03:18.868]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:11:51.9116245Z [00:03:18.869]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/6b/6baf29179c7c48dc6d2ae70e95b2db1a3d6b092f9e1398d1b1acfe9a05a70c21-d # internal
2025-08-20T21:11:51.9117150Z [00:03:18.869]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist
2025-08-20T21:11:51.9117564Z [00:03:18.869]➜  mkdir -p $WORK/b706/
2025-08-20T21:11:51.9117946Z [00:03:18.869]➜  cat >/tmp/go-build2720400589/b706/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9118295Z [00:03:18.869]➜  # import config
2025-08-20T21:11:51.9118644Z [00:03:18.869]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9119098Z [00:03:18.869]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9119547Z [00:03:18.869]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9119959Z [00:03:18.869]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9120587Z [00:03:18.869]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9121376Z [00:03:18.869]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9122450Z [00:03:18.869]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2720400589/b601/_pkg_.a
2025-08-20T21:11:51.9123425Z [00:03:18.870]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:11:51.9124055Z [00:03:18.870]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9124769Z [00:03:18.870]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9125201Z [00:03:18.870]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9125629Z [00:03:18.870]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9126056Z [00:03:18.870]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9126372Z [00:03:18.870]➜  EOF
2025-08-20T21:11:51.9130869Z [00:03:18.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoblist=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoblist;$WORK/b706=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist -lang=go1.21 -complete -installsuffix shared -buildid S93jzr-UNv2-ov39ILqV/S93jzr-UNv2-ov39ILqV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoblist/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjoblist/sync_job_list.go
2025-08-20T21:11:51.9594643Z [00:03:18.917]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:11:51.9612199Z [00:03:18.919]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/6b/6bc42da13d05152f0e16d1c14408184e317a16867a7db10d14e8b4c1031a591f-d # internal
2025-08-20T21:11:51.9620484Z [00:03:18.920]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost
2025-08-20T21:11:51.9623313Z [00:03:18.920]➜  mkdir -p $WORK/b707/
2025-08-20T21:11:51.9632375Z [00:03:18.921]➜  cat >/tmp/go-build2720400589/b707/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9635081Z [00:03:18.921]➜  # import config
2025-08-20T21:11:51.9635824Z [00:03:18.921]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.9637091Z [00:03:18.921]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9637621Z [00:03:18.921]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9638076Z [00:03:18.921]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9638495Z [00:03:18.921]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9639129Z [00:03:18.921]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9639929Z [00:03:18.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9640823Z [00:03:18.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2720400589/b600/_pkg_.a
2025-08-20T21:11:51.9641767Z [00:03:18.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2720400589/b601/_pkg_.a
2025-08-20T21:11:51.9642400Z [00:03:18.921]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9642820Z [00:03:18.921]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9643243Z [00:03:18.921]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9643665Z [00:03:18.921]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9644090Z [00:03:18.921]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9644543Z [00:03:18.921]➜  EOF
2025-08-20T21:11:51.9648069Z [00:03:18.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobpost=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobpost;$WORK/b707=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost -lang=go1.21 -complete -installsuffix shared -buildid djwE4CTRGaqkhD1Q6PG0/djwE4CTRGaqkhD1Q6PG0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobpost/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobpost/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobpost/sync_job_post.go
2025-08-20T21:11:51.9700297Z [00:03:18.928]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:11:51.9711185Z [00:03:18.929]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/35/3515f40fe3c9ac389ff2da45a214161932a20034695d23d827f01be42eb718cd-d # internal
2025-08-20T21:11:51.9717407Z [00:03:18.930]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats
2025-08-20T21:11:51.9720349Z [00:03:18.930]➜  mkdir -p $WORK/b708/
2025-08-20T21:11:51.9723141Z [00:03:18.930]➜  cat >/tmp/go-build2720400589/b708/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9723847Z [00:03:18.930]➜  # import config
2025-08-20T21:11:51.9727121Z [00:03:18.930]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.9727570Z [00:03:18.930]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9728023Z [00:03:18.930]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9728468Z [00:03:18.930]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9728879Z [00:03:18.930]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9729519Z [00:03:18.930]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9730564Z [00:03:18.930]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9731131Z [00:03:18.930]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9731736Z [00:03:18.930]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9732171Z [00:03:18.930]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9732598Z [00:03:18.930]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9733022Z [00:03:18.930]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9733335Z [00:03:18.930]➜  EOF
2025-08-20T21:11:51.9737117Z [00:03:18.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobupdatestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobupdatestats;$WORK/b708=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats -lang=go1.21 -complete -installsuffix shared -buildid i6nsWQs9nOFLE2--Law_/i6nsWQs9nOFLE2--Law_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobupdatestats/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobupdatestats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/syncjobupdatestats/sync_job_update_stats.go
2025-08-20T21:11:51.9820091Z [00:03:18.940]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:11:51.9830757Z [00:03:18.941]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/4f/4ff15e4b064e0928e56a974588b83305011711511043230c05177bfb12f00da9-d # internal
2025-08-20T21:11:51.9843574Z [00:03:18.941]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering
2025-08-20T21:11:51.9844079Z [00:03:18.941]➜  mkdir -p $WORK/b709/
2025-08-20T21:11:51.9844806Z [00:03:18.941]➜  cat >/tmp/go-build2720400589/b709/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9845229Z [00:03:18.941]➜  # import config
2025-08-20T21:11:51.9845591Z [00:03:18.941]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9846052Z [00:03:18.941]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9846498Z [00:03:18.941]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9846909Z [00:03:18.941]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9847536Z [00:03:18.941]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9848431Z [00:03:18.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9849320Z [00:03:18.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.9849944Z [00:03:18.941]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9850363Z [00:03:18.941]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9850801Z [00:03:18.941]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9851227Z [00:03:18.941]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9851651Z [00:03:18.941]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9851968Z [00:03:18.941]➜  EOF
2025-08-20T21:11:51.9855631Z [00:03:18.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateactivefiltering=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateactivefiltering;$WORK/b709=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering -lang=go1.21 -complete -installsuffix shared -buildid K5VHtbOKPp_Ug0GfWnxZ/K5VHtbOKPp_Ug0GfWnxZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateactivefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateactivefiltering/update_active_filtering.go
2025-08-20T21:11:51.9879777Z [00:03:18.946]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:11:51.9894369Z [00:03:18.947]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/c4/c48b6191d60aef7726f35c2d9f2f9e26dd8a01c95d90b81b3bf8dd32a8fe9fe9-d # internal
2025-08-20T21:11:51.9906295Z [00:03:18.947]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid
2025-08-20T21:11:51.9909147Z [00:03:18.947]➜  mkdir -p $WORK/b710/
2025-08-20T21:11:51.9909549Z [00:03:18.947]➜  cat >/tmp/go-build2720400589/b710/importcfg << 'EOF' # internal
2025-08-20T21:11:51.9909898Z [00:03:18.947]➜  # import config
2025-08-20T21:11:51.9910247Z [00:03:18.947]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:51.9910671Z [00:03:18.947]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:51.9911124Z [00:03:18.947]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:51.9911567Z [00:03:18.947]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:51.9911976Z [00:03:18.947]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:51.9915259Z [00:03:18.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:51.9916139Z [00:03:18.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:51.9916974Z [00:03:18.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:51.9917777Z [00:03:18.947]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:51.9918275Z [00:03:18.947]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:51.9918709Z [00:03:18.947]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:51.9919139Z [00:03:18.947]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:51.9919564Z [00:03:18.947]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:51.9919878Z [00:03:18.947]➜  EOF
2025-08-20T21:11:51.9923423Z [00:03:18.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateapikeyid=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateapikeyid;$WORK/b710=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid -lang=go1.21 -complete -installsuffix shared -buildid a302payWV4RveO0_IPm2/a302payWV4RveO0_IPm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateapikeyid/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateapikeyid/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateapikeyid/update_api_key_id.go
2025-08-20T21:11:52.0303862Z [00:03:18.988]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:11:52.0318923Z [00:03:18.990]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/cf/cf4bb3dd1ba7d9038b1bee9b2855426eb0703c6062b4f0f5f6ec60d01f124252-d # internal
2025-08-20T21:11:52.0320259Z [00:03:18.990]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration
2025-08-20T21:11:52.0321221Z [00:03:18.990]➜  mkdir -p $WORK/b711/
2025-08-20T21:11:52.0322112Z [00:03:18.990]➜  cat >/tmp/go-build2720400589/b711/importcfg << 'EOF' # internal
2025-08-20T21:11:52.0322991Z [00:03:18.990]➜  # import config
2025-08-20T21:11:52.0323451Z [00:03:18.990]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.0323888Z [00:03:18.990]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.0324847Z [00:03:18.990]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.0325301Z [00:03:18.990]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.0325724Z [00:03:18.990]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.0326353Z [00:03:18.990]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.0327136Z [00:03:18.990]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.0327955Z [00:03:18.990]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.0328577Z [00:03:18.990]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.0328993Z [00:03:18.990]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.0329430Z [00:03:18.990]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.0329853Z [00:03:18.990]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.0330281Z [00:03:18.990]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.0330594Z [00:03:18.990]➜  EOF
2025-08-20T21:11:52.0334452Z [00:03:18.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateconfiguration=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateconfiguration;$WORK/b711=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration -lang=go1.21 -complete -installsuffix shared -buildid KE8HLRiGnIvwnFmCZPG5/KE8HLRiGnIvwnFmCZPG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateconfiguration/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateconfiguration/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateconfiguration/update_configuration.go
2025-08-20T21:11:52.0422101Z [00:03:19.000]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:11:52.0434175Z [00:03:19.001]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/13/139f4c52d6ba21fefc59dacb40c2042640af04db12899132b47edc51f2442fd6-d # internal
2025-08-20T21:11:52.0435142Z [00:03:19.001]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror
2025-08-20T21:11:52.0435808Z [00:03:19.001]➜  mkdir -p $WORK/b712/
2025-08-20T21:11:52.0439440Z [00:03:19.002]➜  cat >/tmp/go-build2720400589/b712/importcfg << 'EOF' # internal
2025-08-20T21:11:52.0439822Z [00:03:19.002]➜  # import config
2025-08-20T21:11:52.0440182Z [00:03:19.002]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.0440611Z [00:03:19.002]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.0441069Z [00:03:19.002]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.0441512Z [00:03:19.002]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.0441928Z [00:03:19.002]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.0442554Z [00:03:19.002]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.0443336Z [00:03:19.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.0444861Z [00:03:19.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.0445664Z [00:03:19.002]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.0446204Z [00:03:19.002]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.0446994Z [00:03:19.002]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.0447527Z [00:03:19.002]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.0448049Z [00:03:19.002]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.0448528Z [00:03:19.002]➜  EOF
2025-08-20T21:11:52.0451953Z [00:03:19.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateerror=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateerror;$WORK/b712=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror -lang=go1.21 -complete -installsuffix shared -buildid u-_1eTKRxbPwEwvT4OXv/u-_1eTKRxbPwEwvT4OXv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateerror/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateerror/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateerror/update_error.go
2025-08-20T21:11:52.0545637Z [00:03:19.012]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:11:52.0559412Z [00:03:19.014]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/7a/7a4c4a28975201beda7cba9c5bc794b2fe8a2ff0c2e0055bdc0e457c000c5997-d # internal
2025-08-20T21:11:52.0572725Z [00:03:19.014]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures
2025-08-20T21:11:52.0573227Z [00:03:19.014]➜  mkdir -p $WORK/b713/
2025-08-20T21:11:52.0573607Z [00:03:19.014]➜  cat >/tmp/go-build2720400589/b713/importcfg << 'EOF' # internal
2025-08-20T21:11:52.0573951Z [00:03:19.014]➜  # import config
2025-08-20T21:11:52.0576111Z [00:03:19.014]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.0576656Z [00:03:19.014]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.0577122Z [00:03:19.014]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.0577567Z [00:03:19.014]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.0577975Z [00:03:19.014]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.0578603Z [00:03:19.014]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.0579482Z [00:03:19.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.0580371Z [00:03:19.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.0580995Z [00:03:19.014]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.0585119Z [00:03:19.014]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.0585696Z [00:03:19.014]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.0586123Z [00:03:19.014]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.0586550Z [00:03:19.014]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.0586863Z [00:03:19.014]➜  EOF
2025-08-20T21:11:52.0590271Z [00:03:19.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefeatures=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefeatures;$WORK/b713=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures -lang=go1.21 -complete -installsuffix shared -buildid SuslXWjqG8ouEXpWWT0_/SuslXWjqG8ouEXpWWT0_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefeatures/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefeatures/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefeatures/update_features.go
2025-08-20T21:11:52.0615782Z [00:03:19.018]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:11:52.0621448Z [00:03:19.020]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/9f/9fa7e46e9d94b6f7146de29be1e518b4cde6af62a4b14d7d96acd1c293536bf6-d # internal
2025-08-20T21:11:52.0629267Z [00:03:19.021]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering
2025-08-20T21:11:52.0636184Z [00:03:19.022]➜  mkdir -p $WORK/b714/
2025-08-20T21:11:52.0646297Z [00:03:19.022]➜  cat >/tmp/go-build2720400589/b714/importcfg << 'EOF' # internal
2025-08-20T21:11:52.0647023Z [00:03:19.022]➜  # import config
2025-08-20T21:11:52.0649480Z [00:03:19.022]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.0650811Z [00:03:19.022]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.0652344Z [00:03:19.022]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.0653205Z [00:03:19.022]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.0654114Z [00:03:19.022]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.0655051Z [00:03:19.022]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.0655858Z [00:03:19.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.0656690Z [00:03:19.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.0657517Z [00:03:19.023]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.0658009Z [00:03:19.023]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.0658447Z [00:03:19.023]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.0658876Z [00:03:19.023]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.0659306Z [00:03:19.023]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.0659624Z [00:03:19.023]➜  EOF
2025-08-20T21:11:52.0663189Z [00:03:19.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefiltering=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefiltering;$WORK/b714=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering -lang=go1.21 -complete -installsuffix shared -buildid TFCP4xi9TStvLicqu8mg/TFCP4xi9TStvLicqu8mg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefiltering/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefiltering/update_filtering.go
2025-08-20T21:11:52.1103505Z [00:03:19.068]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:11:52.1108103Z [00:03:19.069]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:11:52.1118929Z [00:03:19.070]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/f0/f00f23d3d6a0635c15b5f71fe0536a5b1327741175f8affb1e5105a9a38992e4-d # internal
2025-08-20T21:11:52.1120083Z [00:03:19.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation
2025-08-20T21:11:52.1121682Z [00:03:19.070]➜  mkdir -p $WORK/b715/
2025-08-20T21:11:52.1131665Z [00:03:19.071]➜  cat >/tmp/go-build2720400589/b715/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1133734Z [00:03:19.071]➜  # import config
2025-08-20T21:11:52.1134121Z [00:03:19.071]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1138165Z [00:03:19.071]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1138631Z [00:03:19.071]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1139076Z [00:03:19.071]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1139491Z [00:03:19.071]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1140121Z [00:03:19.071]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1140919Z [00:03:19.071]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1141749Z [00:03:19.071]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1142356Z [00:03:19.071]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1142782Z [00:03:19.071]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1143212Z [00:03:19.071]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1143637Z [00:03:19.071]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1144067Z [00:03:19.071]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1144581Z [00:03:19.071]➜  EOF
2025-08-20T21:11:52.1148525Z [00:03:19.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefilteringvalidation=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefilteringvalidation;$WORK/b715=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation -lang=go1.21 -complete -installsuffix shared -buildid CDTF7qLr07PY5YCb9QR_/CDTF7qLr07PY5YCb9QR_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefilteringvalidation/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefilteringvalidation/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatefilteringvalidation/update_filtering_validation.go
2025-08-20T21:11:52.1152217Z [00:03:19.071]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/0f/0fd9ce93a81b26ebccaafdbcfdd27a1d054d2a964e77dc1ad53024c6d712ac13-d # internal
2025-08-20T21:11:52.1153010Z [00:03:19.071]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname
2025-08-20T21:11:52.1153479Z [00:03:19.071]➜  mkdir -p $WORK/b716/
2025-08-20T21:11:52.1153879Z [00:03:19.071]➜  cat >/tmp/go-build2720400589/b716/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1154224Z [00:03:19.071]➜  # import config
2025-08-20T21:11:52.1155770Z [00:03:19.071]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1156211Z [00:03:19.071]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1156659Z [00:03:19.071]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1157108Z [00:03:19.071]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1157516Z [00:03:19.072]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1158135Z [00:03:19.072]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1158917Z [00:03:19.072]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1159935Z [00:03:19.072]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1160547Z [00:03:19.072]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1161086Z [00:03:19.072]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1161516Z [00:03:19.072]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1161939Z [00:03:19.072]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1162364Z [00:03:19.072]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1162679Z [00:03:19.072]➜  EOF
2025-08-20T21:11:52.1166303Z [00:03:19.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateindexname=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateindexname;$WORK/b716=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname -lang=go1.21 -complete -installsuffix shared -buildid M76BA-7oqJOEIA_1DMvs/M76BA-7oqJOEIA_1DMvs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateindexname/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateindexname/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateindexname/update_index_name.go
2025-08-20T21:11:52.1189403Z [00:03:19.077]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:11:52.1202669Z [00:03:19.078]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/57/57c7c5564a737bfb8f466e5b53d054a5c544311fa98a9f1e5dca451305d32a99-d # internal
2025-08-20T21:11:52.1216269Z [00:03:19.078]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename
2025-08-20T21:11:52.1216777Z [00:03:19.078]➜  mkdir -p $WORK/b717/
2025-08-20T21:11:52.1217396Z [00:03:19.078]➜  cat >/tmp/go-build2720400589/b717/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1217874Z [00:03:19.079]➜  # import config
2025-08-20T21:11:52.1218220Z [00:03:19.079]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1218655Z [00:03:19.079]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1219110Z [00:03:19.079]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1219554Z [00:03:19.079]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1219964Z [00:03:19.079]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1220590Z [00:03:19.079]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1221488Z [00:03:19.079]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1222418Z [00:03:19.079]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1223034Z [00:03:19.079]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1223653Z [00:03:19.079]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1224086Z [00:03:19.079]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1224789Z [00:03:19.079]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1225223Z [00:03:19.079]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1225538Z [00:03:19.079]➜  EOF
2025-08-20T21:11:52.1228826Z [00:03:19.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatename=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatename;$WORK/b717=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename -lang=go1.21 -complete -installsuffix shared -buildid hmLmfgBzwJMV4IruQhSH/hmLmfgBzwJMV4IruQhSH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatename/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatename/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatename/update_name.go
2025-08-20T21:11:52.1425642Z [00:03:19.100]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:11:52.1438419Z [00:03:19.102]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/a1/a1c51380576cef1d5b2f9c21ad766d3c0d4277aaabaadfee49719e5eb34ad713-d # internal
2025-08-20T21:11:52.1446759Z [00:03:19.103]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative
2025-08-20T21:11:52.1453313Z [00:03:19.103]➜  mkdir -p $WORK/b718/
2025-08-20T21:11:52.1463089Z [00:03:19.104]➜  cat >/tmp/go-build2720400589/b718/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1463818Z [00:03:19.104]➜  # import config
2025-08-20T21:11:52.1465897Z [00:03:19.104]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1466436Z [00:03:19.104]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1466903Z [00:03:19.104]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1467349Z [00:03:19.104]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1467761Z [00:03:19.104]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1468383Z [00:03:19.104]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1469376Z [00:03:19.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1470361Z [00:03:19.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1471081Z [00:03:19.104]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1471506Z [00:03:19.104]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1471941Z [00:03:19.104]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1472365Z [00:03:19.104]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1472791Z [00:03:19.104]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1473106Z [00:03:19.104]➜  EOF
2025-08-20T21:11:52.1494744Z [00:03:19.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatenative=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatenative;$WORK/b718=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative -lang=go1.21 -complete -installsuffix shared -buildid -Y6vm3RdFi3UJK5A1-Xz/-Y6vm3RdFi3UJK5A1-Xz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatenative/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatenative/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatenative/update_native.go
2025-08-20T21:11:52.1760174Z [00:03:19.134]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:11:52.1771123Z [00:03:19.135]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/7d/7d9855a4f916d0dc8a6d0ddbca5c77fc5f65c4c501951a717e44c0b6cd4b0978-d # internal
2025-08-20T21:11:52.1771994Z [00:03:19.135]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline
2025-08-20T21:11:52.1772711Z [00:03:19.135]➜  mkdir -p $WORK/b719/
2025-08-20T21:11:52.1774220Z [00:03:19.135]➜  cat >/tmp/go-build2720400589/b719/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1774825Z [00:03:19.135]➜  # import config
2025-08-20T21:11:52.1775175Z [00:03:19.135]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1775610Z [00:03:19.135]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1777404Z [00:03:19.135]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1777944Z [00:03:19.135]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1778361Z [00:03:19.135]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1778991Z [00:03:19.135]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1779784Z [00:03:19.135]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1780604Z [00:03:19.135]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1781222Z [00:03:19.135]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1781640Z [00:03:19.135]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1782078Z [00:03:19.135]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1782503Z [00:03:19.135]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1782927Z [00:03:19.135]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1783248Z [00:03:19.135]➜  EOF
2025-08-20T21:11:52.1787008Z [00:03:19.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatepipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatepipeline;$WORK/b719=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline -lang=go1.21 -complete -installsuffix shared -buildid 02nqVP9ll9w_436H92GU/02nqVP9ll9w_436H92GU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatepipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatepipeline/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatepipeline/update_pipeline.go
2025-08-20T21:11:52.1828982Z [00:03:19.141]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:11:52.1845548Z [00:03:19.142]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/3c/3cd104ae933334efa3a464efe3841cce9defd759590f537cdc9d95135bf6b81f-d # internal
2025-08-20T21:11:52.1869708Z [00:03:19.145]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling
2025-08-20T21:11:52.1879133Z [00:03:19.145]➜  mkdir -p $WORK/b720/
2025-08-20T21:11:52.1879555Z [00:03:19.145]➜  cat >/tmp/go-build2720400589/b720/importcfg << 'EOF' # internal
2025-08-20T21:11:52.1879924Z [00:03:19.145]➜  # import config
2025-08-20T21:11:52.1880264Z [00:03:19.145]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.1880954Z [00:03:19.145]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.1881412Z [00:03:19.146]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.1881857Z [00:03:19.146]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.1882268Z [00:03:19.146]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.1882891Z [00:03:19.146]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.1883676Z [00:03:19.146]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.1884701Z [00:03:19.146]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.1885382Z [00:03:19.146]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.1885804Z [00:03:19.146]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.1886238Z [00:03:19.146]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.1886663Z [00:03:19.146]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.1887116Z [00:03:19.146]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.1887429Z [00:03:19.146]➜  EOF
2025-08-20T21:11:52.1895836Z [00:03:19.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatescheduling=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatescheduling;$WORK/b720=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling -lang=go1.21 -complete -installsuffix shared -buildid GCVf5H7LpFti09Mw2BDQ/GCVf5H7LpFti09Mw2BDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatescheduling/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatescheduling/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatescheduling/update_scheduling.go
2025-08-20T21:11:52.1992004Z [00:03:19.157]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:11:52.2019825Z [00:03:19.160]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/76/7691d6cc70b19b55f1758c756cf4af53ef294693cfa869501a23ceb6c4ad56af-d # internal
2025-08-20T21:11:52.2026174Z [00:03:19.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype
2025-08-20T21:11:52.2026727Z [00:03:19.160]➜  mkdir -p $WORK/b721/
2025-08-20T21:11:52.2027107Z [00:03:19.160]➜  cat >/tmp/go-build2720400589/b721/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2027557Z [00:03:19.160]➜  # import config
2025-08-20T21:11:52.2027970Z [00:03:19.160]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2028416Z [00:03:19.160]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2028871Z [00:03:19.160]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2029315Z [00:03:19.160]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2029731Z [00:03:19.160]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2030357Z [00:03:19.160]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2031140Z [00:03:19.160]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2032115Z [00:03:19.160]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.2032728Z [00:03:19.160]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2033145Z [00:03:19.160]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2033726Z [00:03:19.160]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2034157Z [00:03:19.160]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2034807Z [00:03:19.160]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2035136Z [00:03:19.160]➜  EOF
2025-08-20T21:11:52.2038649Z [00:03:19.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateservicetype=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateservicetype;$WORK/b721=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype -lang=go1.21 -complete -installsuffix shared -buildid kUp2ivMN2QBP8kxr2CCr/kUp2ivMN2QBP8kxr2CCr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateservicetype/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateservicetype/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updateservicetype/update_service_type.go
2025-08-20T21:11:52.2074795Z [00:03:19.165]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:11:52.2106486Z [00:03:19.167]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/29/294d6fef28cb9e0913ad4f8c4c8c6cbb789b83b78657c68483d8da5bd18516e8-d # internal
2025-08-20T21:11:52.2107577Z [00:03:19.167]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus
2025-08-20T21:11:52.2108062Z [00:03:19.167]➜  mkdir -p $WORK/b722/
2025-08-20T21:11:52.2108648Z [00:03:19.167]➜  cat >/tmp/go-build2720400589/b722/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2109154Z [00:03:19.167]➜  # import config
2025-08-20T21:11:52.2109519Z [00:03:19.167]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2110149Z [00:03:19.167]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2110748Z [00:03:19.167]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2111427Z [00:03:19.167]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2111913Z [00:03:19.167]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2112674Z [00:03:19.167]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2113738Z [00:03:19.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2115087Z [00:03:19.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2720400589/b451/_pkg_.a
2025-08-20T21:11:52.2116070Z [00:03:19.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.2116695Z [00:03:19.167]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2117115Z [00:03:19.167]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2117546Z [00:03:19.167]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2117972Z [00:03:19.167]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2118700Z [00:03:19.167]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2119027Z [00:03:19.167]➜  EOF
2025-08-20T21:11:52.2122353Z [00:03:19.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatestatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatestatus;$WORK/b722=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus -lang=go1.21 -complete -installsuffix shared -buildid qpMngTZLYBz1H_x9XILl/qpMngTZLYBz1H_x9XILl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatestatus/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatestatus/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/connector/updatestatus/update_status.go
2025-08-20T21:11:52.2627211Z [00:03:19.220]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:11:52.2641589Z [00:03:19.221]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/7e/7e9c4bd7ddc0e13653bc5d912be6f6f22cae5be8c269bfaa9bd13360d7a5077a-d # internal
2025-08-20T21:11:52.2642412Z [00:03:19.221]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk
2025-08-20T21:11:52.2642787Z [00:03:19.221]➜  mkdir -p $WORK/b723/
2025-08-20T21:11:52.2643161Z [00:03:19.222]➜  cat >/tmp/go-build2720400589/b723/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2643516Z [00:03:19.222]➜  # import config
2025-08-20T21:11:52.2643850Z [00:03:19.222]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2644404Z [00:03:19.222]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2644916Z [00:03:19.222]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2645358Z [00:03:19.222]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2645767Z [00:03:19.222]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2646396Z [00:03:19.222]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2647187Z [00:03:19.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2648030Z [00:03:19.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build2720400589/b724/_pkg_.a
2025-08-20T21:11:52.2659589Z [00:03:19.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:52.2660252Z [00:03:19.222]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2660677Z [00:03:19.222]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2661133Z [00:03:19.222]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2661561Z [00:03:19.222]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2662212Z [00:03:19.222]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2670417Z [00:03:19.222]➜  EOF
2025-08-20T21:11:52.2678502Z [00:03:19.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk;$WORK/b723=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk -lang=go1.21 -complete -installsuffix shared -buildid G7nUjqHdholR_0qAKfZ-/G7nUjqHdholR_0qAKfZ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/bulk/response.go
2025-08-20T21:11:52.2682129Z [00:03:19.223]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:11:52.2683145Z [00:03:19.224]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/e2/e2634d451a5dae9ab68f5a0544ddf192692e18189973afa10dd81a79047c2d3c-d # internal
2025-08-20T21:11:52.2684039Z [00:03:19.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll
2025-08-20T21:11:52.2684847Z [00:03:19.225]➜  mkdir -p $WORK/b725/
2025-08-20T21:11:52.2685416Z [00:03:19.225]➜  cat >/tmp/go-build2720400589/b725/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2685917Z [00:03:19.225]➜  # import config
2025-08-20T21:11:52.2686332Z [00:03:19.225]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2687000Z [00:03:19.225]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2687627Z [00:03:19.225]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2688224Z [00:03:19.225]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2688746Z [00:03:19.225]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2689533Z [00:03:19.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2690649Z [00:03:19.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2691421Z [00:03:19.225]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2691857Z [00:03:19.225]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2692472Z [00:03:19.225]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2693072Z [00:03:19.225]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2693755Z [00:03:19.225]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2694527Z [00:03:19.225]➜  EOF
2025-08-20T21:11:52.2695392Z [00:03:19.225]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:11:52.2700621Z [00:03:19.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/clearscroll=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/clearscroll;$WORK/b725=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll -lang=go1.21 -complete -installsuffix shared -buildid 6-F3OPR5cYyTs9y0uOsT/6-F3OPR5cYyTs9y0uOsT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/clearscroll/clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/clearscroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/clearscroll/response.go
2025-08-20T21:11:52.2705183Z [00:03:19.227]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/f3/f3813e1726bab55ab0a1f28f94e7b495c7e11c812afdc546ce751473a0648614-d # internal
2025-08-20T21:11:52.2705987Z [00:03:19.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime
2025-08-20T21:11:52.2706676Z [00:03:19.228]➜  mkdir -p $WORK/b726/
2025-08-20T21:11:52.2713712Z [00:03:19.229]➜  cat >/tmp/go-build2720400589/b726/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2714547Z [00:03:19.229]➜  # import config
2025-08-20T21:11:52.2715079Z [00:03:19.229]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2715579Z [00:03:19.229]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2716233Z [00:03:19.229]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2716888Z [00:03:19.229]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2717352Z [00:03:19.229]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2718040Z [00:03:19.229]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2719023Z [00:03:19.229]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2719593Z [00:03:19.229]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2720012Z [00:03:19.229]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2720587Z [00:03:19.229]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2721011Z [00:03:19.229]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2721438Z [00:03:19.229]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2721754Z [00:03:19.229]➜  EOF
2025-08-20T21:11:52.2732566Z [00:03:19.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/closepointintime=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/closepointintime;$WORK/b726=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime -lang=go1.21 -complete -installsuffix shared -buildid PU7lifrx5sSJpfmZRx06/PU7lifrx5sSJpfmZRx06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/closepointintime/close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/closepointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/closepointintime/response.go
2025-08-20T21:11:52.2784796Z [00:03:19.236]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:11:52.2803583Z [00:03:19.238]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/1c/1caebc3a910bac8148132bc05e6d2eea7059c262b09f485dcad71097f50b7d48-d # internal
2025-08-20T21:11:52.2811822Z [00:03:19.238]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/count
2025-08-20T21:11:52.2812345Z [00:03:19.239]➜  mkdir -p $WORK/b727/
2025-08-20T21:11:52.2812733Z [00:03:19.239]➜  cat >/tmp/go-build2720400589/b727/importcfg << 'EOF' # internal
2025-08-20T21:11:52.2813076Z [00:03:19.239]➜  # import config
2025-08-20T21:11:52.2813422Z [00:03:19.239]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.2813847Z [00:03:19.239]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.2814544Z [00:03:19.239]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.2815284Z [00:03:19.239]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.2815958Z [00:03:19.239]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.2816780Z [00:03:19.239]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.2817795Z [00:03:19.239]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.2819168Z [00:03:19.239]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.2820592Z [00:03:19.239]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:52.2821420Z [00:03:19.239]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.2821874Z [00:03:19.239]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.2822313Z [00:03:19.239]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.2822743Z [00:03:19.239]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.2823168Z [00:03:19.239]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.2823486Z [00:03:19.239]➜  EOF
2025-08-20T21:11:52.2826596Z [00:03:19.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/count=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/count;$WORK/b727=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/count -lang=go1.21 -complete -installsuffix shared -buildid axoPS2AZzxgULsIisamU/axoPS2AZzxgULsIisamU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/count/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/count/response.go
2025-08-20T21:11:52.3396053Z [00:03:19.297]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:11:52.3408226Z [00:03:19.299]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/fa/facd263ebb1b0e84446931907a8b10dec665aeb5af12298600170da02039590c-d # internal
2025-08-20T21:11:52.3409088Z [00:03:19.299]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/create
2025-08-20T21:11:52.3416044Z [00:03:19.299]➜  mkdir -p $WORK/b728/
2025-08-20T21:11:52.3426662Z [00:03:19.300]➜  cat >/tmp/go-build2720400589/b728/importcfg << 'EOF' # internal
2025-08-20T21:11:52.3427438Z [00:03:19.300]➜  # import config
2025-08-20T21:11:52.3427798Z [00:03:19.300]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.3428248Z [00:03:19.300]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.3428702Z [00:03:19.300]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.3429149Z [00:03:19.300]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.3429565Z [00:03:19.300]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.3430218Z [00:03:19.300]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.3431007Z [00:03:19.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.3431830Z [00:03:19.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2720400589/b554/_pkg_.a
2025-08-20T21:11:52.3432697Z [00:03:19.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:52.3433563Z [00:03:19.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.3436689Z [00:03:19.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.3437400Z [00:03:19.300]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.3437818Z [00:03:19.300]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.3438294Z [00:03:19.300]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.3438974Z [00:03:19.300]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.3439478Z [00:03:19.300]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.3439907Z [00:03:19.300]➜  EOF
2025-08-20T21:11:52.3450206Z [00:03:19.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/create=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/create;$WORK/b728=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/create -lang=go1.21 -complete -installsuffix shared -buildid dxppHD1AWz14CylER2Uy/dxppHD1AWz14CylER2Uy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/create/response.go
2025-08-20T21:11:52.3474386Z [00:03:19.305]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:11:52.3497134Z [00:03:19.307]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/e2/e24cd3dab8cc6ea52704913b5c461a8ed80bc4e291b8efbe80482c4b84943d68-d # internal
2025-08-20T21:11:52.3497835Z [00:03:19.307]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/delete
2025-08-20T21:11:52.3498460Z [00:03:19.307]➜  mkdir -p $WORK/b729/
2025-08-20T21:11:52.3498838Z [00:03:19.307]➜  cat >/tmp/go-build2720400589/b729/importcfg << 'EOF' # internal
2025-08-20T21:11:52.3499180Z [00:03:19.307]➜  # import config
2025-08-20T21:11:52.3499518Z [00:03:19.307]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.3499942Z [00:03:19.307]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.3500392Z [00:03:19.307]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.3500842Z [00:03:19.307]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.3501261Z [00:03:19.307]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.3501889Z [00:03:19.307]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.3502666Z [00:03:19.307]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.3503488Z [00:03:19.307]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:52.3504552Z [00:03:19.307]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.3505499Z [00:03:19.307]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.3506134Z [00:03:19.307]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.3506558Z [00:03:19.307]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.3506987Z [00:03:19.307]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.3507417Z [00:03:19.307]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.3507848Z [00:03:19.307]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.3508172Z [00:03:19.307]➜  EOF
2025-08-20T21:11:52.3510982Z [00:03:19.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/delete;$WORK/b729=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/delete -lang=go1.21 -complete -installsuffix shared -buildid dEjjVGxziaFGRtU5QYDl/dEjjVGxziaFGRtU5QYDl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/delete/response.go
2025-08-20T21:11:52.3552684Z [00:03:19.313]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:11:52.3585595Z [00:03:19.314]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/50/50e6741e563725f2660a182e2e42f07efa94dfc9f97dd136cbbcad8c19f648f0-d # internal
2025-08-20T21:11:52.3589361Z [00:03:19.317]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery
2025-08-20T21:11:52.3590577Z [00:03:19.317]➜  mkdir -p $WORK/b730/
2025-08-20T21:11:52.3591530Z [00:03:19.317]➜  cat >/tmp/go-build2720400589/b730/importcfg << 'EOF' # internal
2025-08-20T21:11:52.3591928Z [00:03:19.317]➜  # import config
2025-08-20T21:11:52.3592278Z [00:03:19.317]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.3592711Z [00:03:19.317]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.3593179Z [00:03:19.317]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.3593900Z [00:03:19.317]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.3594531Z [00:03:19.317]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.3595245Z [00:03:19.317]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.3596249Z [00:03:19.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.3597081Z [00:03:19.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2720400589/b731/_pkg_.a
2025-08-20T21:11:52.3597989Z [00:03:19.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.3598895Z [00:03:19.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:52.3599780Z [00:03:19.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:52.3600413Z [00:03:19.317]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.3600862Z [00:03:19.317]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.3601307Z [00:03:19.317]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.3601734Z [00:03:19.317]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.3602159Z [00:03:19.317]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.3602474Z [00:03:19.317]➜  EOF
2025-08-20T21:11:52.3605972Z [00:03:19.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyquery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyquery;$WORK/b730=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery -lang=go1.21 -complete -installsuffix shared -buildid cfyjzwgA3HGd8Nhp3kZi/cfyjzwgA3HGd8Nhp3kZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyquery/delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyquery/response.go
2025-08-20T21:11:52.3608892Z [00:03:19.317]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:11:52.3609575Z [00:03:19.318]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/bc/bcefec726e7db32dfca43205ce0605f4d80ed7bc2a2e190406ef28be642da311-d # internal
2025-08-20T21:11:52.3610393Z [00:03:19.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle
2025-08-20T21:11:52.3610874Z [00:03:19.319]➜  mkdir -p $WORK/b732/
2025-08-20T21:11:52.3611252Z [00:03:19.319]➜  cat >/tmp/go-build2720400589/b732/importcfg << 'EOF' # internal
2025-08-20T21:11:52.3611602Z [00:03:19.319]➜  # import config
2025-08-20T21:11:52.3611938Z [00:03:19.319]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.3612361Z [00:03:19.319]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.3612819Z [00:03:19.319]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.3613262Z [00:03:19.319]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.3613673Z [00:03:19.319]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.3620563Z [00:03:19.319]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.3622078Z [00:03:19.319]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.3623286Z [00:03:19.319]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.3624074Z [00:03:19.319]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.3624863Z [00:03:19.319]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.3625306Z [00:03:19.319]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.3625965Z [00:03:19.319]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.3626283Z [00:03:19.319]➜  EOF
2025-08-20T21:11:52.3630122Z [00:03:19.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyqueryrethrottle;$WORK/b732=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle -lang=go1.21 -complete -installsuffix shared -buildid H9wmhwilyXQsBvEl2zrd/H9wmhwilyXQsBvEl2zrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyqueryrethrottle/delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletebyqueryrethrottle/response.go
2025-08-20T21:11:52.4221499Z [00:03:19.380]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:11:52.4229655Z [00:03:19.381]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:11:52.4249506Z [00:03:19.383]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/30/300dfa4fd851d2787472acadf0c6e55fe8b98de34e3a7387a1967bbdacc809c8-d # internal
2025-08-20T21:11:52.4253523Z [00:03:19.383]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript
2025-08-20T21:11:52.4255919Z [00:03:19.383]➜  mkdir -p $WORK/b733/
2025-08-20T21:11:52.4261159Z [00:03:19.384]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/9e/9e4a37e5b964687a72cf858979733a383aac25926c8b4bacb093c5b34d4c5997-d # internal
2025-08-20T21:11:52.4262952Z [00:03:19.384]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/explain
2025-08-20T21:11:52.4263749Z [00:03:19.384]➜  mkdir -p $WORK/b736/
2025-08-20T21:11:52.4268054Z [00:03:19.385]➜  cat >/tmp/go-build2720400589/b733/importcfg << 'EOF' # internal
2025-08-20T21:11:52.4268545Z [00:03:19.385]➜  # import config
2025-08-20T21:11:52.4268905Z [00:03:19.385]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.4269363Z [00:03:19.385]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.4272363Z [00:03:19.385]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.4275033Z [00:03:19.385]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.4275692Z [00:03:19.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.4276641Z [00:03:19.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.4277326Z [00:03:19.385]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.4277761Z [00:03:19.385]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.4278195Z [00:03:19.385]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.4278629Z [00:03:19.385]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.4279053Z [00:03:19.385]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.4279369Z [00:03:19.385]➜  EOF
2025-08-20T21:11:52.4282219Z [00:03:19.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletescript=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletescript;$WORK/b733=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript -lang=go1.21 -complete -installsuffix shared -buildid nW6qiAf5TdklqQIu5pDg/nW6qiAf5TdklqQIu5pDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletescript/delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/deletescript/response.go
2025-08-20T21:11:52.4286586Z [00:03:19.385]➜  cat >/tmp/go-build2720400589/b736/importcfg << 'EOF' # internal
2025-08-20T21:11:52.4286938Z [00:03:19.385]➜  # import config
2025-08-20T21:11:52.4287276Z [00:03:19.385]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.4287700Z [00:03:19.385]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.4288149Z [00:03:19.385]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.4288591Z [00:03:19.385]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.4289007Z [00:03:19.385]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.4289639Z [00:03:19.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.4290415Z [00:03:19.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.4291241Z [00:03:19.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:52.4291856Z [00:03:19.385]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.4292272Z [00:03:19.385]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.4292701Z [00:03:19.385]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.4293128Z [00:03:19.385]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.4293558Z [00:03:19.385]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.4293895Z [00:03:19.385]➜  EOF
2025-08-20T21:11:52.4297253Z [00:03:19.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/explain=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/explain;$WORK/b736=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/explain -lang=go1.21 -complete -installsuffix shared -buildid tmhTXtWaz8QrUiAmSe_S/tmhTXtWaz8QrUiAmSe_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/explain/explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/explain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/explain/response.go
2025-08-20T21:11:52.4332779Z [00:03:19.391]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:11:52.4345460Z [00:03:19.392]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/3c/3cb2b8b048bc6e5f6b8e5ab91028a6f613154c1ded106b931248c4ba7379289a-d # internal
2025-08-20T21:11:52.4346261Z [00:03:19.392]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps
2025-08-20T21:11:52.4347056Z [00:03:19.392]➜  mkdir -p $WORK/b737/
2025-08-20T21:11:52.4353778Z [00:03:19.393]➜  cat >/tmp/go-build2720400589/b737/importcfg << 'EOF' # internal
2025-08-20T21:11:52.4354476Z [00:03:19.393]➜  # import config
2025-08-20T21:11:52.4355497Z [00:03:19.393]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.4356309Z [00:03:19.393]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.4356813Z [00:03:19.393]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.4357311Z [00:03:19.393]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.4357741Z [00:03:19.393]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.4358370Z [00:03:19.393]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.4359398Z [00:03:19.393]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.4360254Z [00:03:19.393]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.4361064Z [00:03:19.393]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.4361486Z [00:03:19.393]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.4361917Z [00:03:19.393]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.4362344Z [00:03:19.393]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.4362770Z [00:03:19.393]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.4363092Z [00:03:19.393]➜  EOF
2025-08-20T21:11:52.4388280Z [00:03:19.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/fieldcaps=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/fieldcaps;$WORK/b737=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps -lang=go1.21 -complete -installsuffix shared -buildid YK1UAR1dpD82rLNEs6XU/YK1UAR1dpD82rLNEs6XU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/fieldcaps/field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/fieldcaps/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/fieldcaps/response.go
2025-08-20T21:11:52.4598899Z [00:03:19.418]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:11:52.4616643Z [00:03:19.419]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/6c/6c830c6bdeefa750f4405137e7afe66afddbc3ba6e38fe848bc1c1666d1a6508-d # internal
2025-08-20T21:11:52.4617408Z [00:03:19.420]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/get
2025-08-20T21:11:52.4637838Z [00:03:19.422]➜  mkdir -p $WORK/b738/
2025-08-20T21:11:52.4640490Z [00:03:19.422]➜  cat >/tmp/go-build2720400589/b738/importcfg << 'EOF' # internal
2025-08-20T21:11:52.4640930Z [00:03:19.422]➜  # import config
2025-08-20T21:11:52.4641280Z [00:03:19.422]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.4641710Z [00:03:19.422]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.4642172Z [00:03:19.422]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.4642620Z [00:03:19.422]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.4643071Z [00:03:19.422]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.4643919Z [00:03:19.422]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.4644982Z [00:03:19.422]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.4645839Z [00:03:19.422]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.4646478Z [00:03:19.422]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.4646897Z [00:03:19.422]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.4647327Z [00:03:19.422]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.4647755Z [00:03:19.422]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.4648182Z [00:03:19.422]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.4648499Z [00:03:19.422]➜  EOF
2025-08-20T21:11:52.4652620Z [00:03:19.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/get;$WORK/b738=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/get -lang=go1.21 -complete -installsuffix shared -buildid Mt5kO1lOojq_9FWaut-t/Mt5kO1lOojq_9FWaut-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/get/response.go
2025-08-20T21:11:52.4897799Z [00:03:19.447]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:11:52.4909597Z [00:03:19.449]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/03/03eb729218b392bcd0be4aab5039abaa2d5b2b7e9f4ce7629baa6ba0694fa73d-d # internal
2025-08-20T21:11:52.4910453Z [00:03:19.449]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript
2025-08-20T21:11:52.4910963Z [00:03:19.449]➜  mkdir -p $WORK/b739/
2025-08-20T21:11:52.4921824Z [00:03:19.450]➜  cat >/tmp/go-build2720400589/b739/importcfg << 'EOF' # internal
2025-08-20T21:11:52.4935652Z [00:03:19.450]➜  # import config
2025-08-20T21:11:52.4936260Z [00:03:19.450]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.4936870Z [00:03:19.450]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.4937401Z [00:03:19.450]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.4937947Z [00:03:19.450]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.4938674Z [00:03:19.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.4939551Z [00:03:19.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.4940256Z [00:03:19.450]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.4940773Z [00:03:19.450]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.4941334Z [00:03:19.450]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.4942147Z [00:03:19.450]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.4942745Z [00:03:19.450]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.4943195Z [00:03:19.450]➜  EOF
2025-08-20T21:11:52.4946207Z [00:03:19.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscript=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscript;$WORK/b739=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript -lang=go1.21 -complete -installsuffix shared -buildid v8UezgfHMHKLAxFERWlL/v8UezgfHMHKLAxFERWlL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscript/get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscript/response.go
2025-08-20T21:11:52.5129496Z [00:03:19.471]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:11:52.5138128Z [00:03:19.471]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/fb/fbda9cf46e06de24e203818bb5b78e326e8cf69636fbd851c939e7f5272ea884-d # internal
2025-08-20T21:11:52.5138890Z [00:03:19.471]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext
2025-08-20T21:11:52.5142314Z [00:03:19.471]➜  mkdir -p $WORK/b740/
2025-08-20T21:11:52.5155146Z [00:03:19.473]➜  cat >/tmp/go-build2720400589/b740/importcfg << 'EOF' # internal
2025-08-20T21:11:52.5156273Z [00:03:19.473]➜  # import config
2025-08-20T21:11:52.5156707Z [00:03:19.473]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.5157180Z [00:03:19.473]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.5157896Z [00:03:19.473]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.5158311Z [00:03:19.473]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.5158940Z [00:03:19.473]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.5159886Z [00:03:19.473]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.5160451Z [00:03:19.473]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.5160866Z [00:03:19.473]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.5161294Z [00:03:19.473]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.5161719Z [00:03:19.473]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.5162149Z [00:03:19.473]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.5162471Z [00:03:19.473]➜  EOF
2025-08-20T21:11:52.5165566Z [00:03:19.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptcontext=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptcontext;$WORK/b740=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext -lang=go1.21 -complete -installsuffix shared -buildid Rr9sDScnwk6l9GVk-SiY/Rr9sDScnwk6l9GVk-SiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptcontext/get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptcontext/response.go
2025-08-20T21:11:52.5431995Z [00:03:19.501]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:11:52.5469996Z [00:03:19.505]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/e6/e68c38ea3b0ffd250823aa0fd4880aa3ab38ed4420e7a91ef0875d689d01f248-d # internal
2025-08-20T21:11:52.5470788Z [00:03:19.505]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:11:52.5477976Z [00:03:19.506]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages
2025-08-20T21:11:52.5478830Z [00:03:19.506]➜  mkdir -p $WORK/b741/
2025-08-20T21:11:52.5483480Z [00:03:19.506]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/f7/f77e9a52f21c8f14141bdd9231360d3b75f4ed93165010ee5a0d4c3a5a362fdd-d # internal
2025-08-20T21:11:52.5518208Z [00:03:19.510]➜  cat >/tmp/go-build2720400589/b741/importcfg << 'EOF' # internal
2025-08-20T21:11:52.5518697Z [00:03:19.510]➜  # import config
2025-08-20T21:11:52.5519099Z [00:03:19.510]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.5519576Z [00:03:19.510]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.5520023Z [00:03:19.510]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.5520712Z [00:03:19.510]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.5521413Z [00:03:19.510]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.5522202Z [00:03:19.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.5522774Z [00:03:19.510]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.5523194Z [00:03:19.510]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.5523625Z [00:03:19.510]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.5524055Z [00:03:19.510]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.5525014Z [00:03:19.510]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.5525342Z [00:03:19.510]➜  EOF
2025-08-20T21:11:52.5528370Z [00:03:19.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptlanguages=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptlanguages;$WORK/b741=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages -lang=go1.21 -complete -installsuffix shared -buildid LiL2bdztV1b0a2pKJjjo/LiL2bdztV1b0a2pKJjjo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptlanguages/get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getscriptlanguages/response.go
2025-08-20T21:11:52.5531436Z [00:03:19.510]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource
2025-08-20T21:11:52.5531806Z [00:03:19.510]➜  mkdir -p $WORK/b742/
2025-08-20T21:11:52.5532169Z [00:03:19.510]➜  cat >/tmp/go-build2720400589/b742/importcfg << 'EOF' # internal
2025-08-20T21:11:52.5532516Z [00:03:19.510]➜  # import config
2025-08-20T21:11:52.5532864Z [00:03:19.510]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.5533318Z [00:03:19.510]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.5533763Z [00:03:19.510]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.5534178Z [00:03:19.510]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.5534958Z [00:03:19.510]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.5535749Z [00:03:19.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.5536581Z [00:03:19.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.5537215Z [00:03:19.510]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.5537637Z [00:03:19.510]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.5538067Z [00:03:19.510]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.5538636Z [00:03:19.510]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.5539172Z [00:03:19.510]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.5539502Z [00:03:19.510]➜  EOF
2025-08-20T21:11:52.5542694Z [00:03:19.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getsource=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getsource;$WORK/b742=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource -lang=go1.21 -complete -installsuffix shared -buildid Is4WgHRVbUk9c19UznWU/Is4WgHRVbUk9c19UznWU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getsource/get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/getsource/response.go
2025-08-20T21:11:52.5545464Z [00:03:19.510]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:11:52.5546140Z [00:03:19.510]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/94/944a18b4165b974e3a8c4f16b4d916aebc3b8ea5d1e3b535f99f631daf3c8325-d # internal
2025-08-20T21:11:52.5546816Z [00:03:19.510]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport
2025-08-20T21:11:52.5547193Z [00:03:19.510]➜  mkdir -p $WORK/b743/
2025-08-20T21:11:52.5547578Z [00:03:19.511]➜  cat >/tmp/go-build2720400589/b743/importcfg << 'EOF' # internal
2025-08-20T21:11:52.5547921Z [00:03:19.511]➜  # import config
2025-08-20T21:11:52.5548263Z [00:03:19.511]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.5548724Z [00:03:19.511]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.5549361Z [00:03:19.511]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.5549773Z [00:03:19.511]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.5550396Z [00:03:19.511]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.5551366Z [00:03:19.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.5552256Z [00:03:19.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2720400589/b525/_pkg_.a
2025-08-20T21:11:52.5552934Z [00:03:19.511]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.5553349Z [00:03:19.511]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.5553783Z [00:03:19.511]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.5554214Z [00:03:19.511]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.5554853Z [00:03:19.511]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.5555164Z [00:03:19.511]➜  EOF
2025-08-20T21:11:52.5557948Z [00:03:19.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/healthreport=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/healthreport;$WORK/b743=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport -lang=go1.21 -complete -installsuffix shared -buildid fsKMFCfN-euX5ii16Vyo/fsKMFCfN-euX5ii16Vyo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/healthreport/health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/healthreport/response.go
2025-08-20T21:11:52.5687349Z [00:03:19.527]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:11:52.5725404Z [00:03:19.528]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/10/10fa0ddf954e7db8d8ac473fc3a23a825e05591157288abccea0c42ee0dee518-d # internal
2025-08-20T21:11:52.5726383Z [00:03:19.528]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/index
2025-08-20T21:11:52.5726828Z [00:03:19.528]➜  mkdir -p $WORK/b744/
2025-08-20T21:11:52.5727210Z [00:03:19.528]➜  cat >/tmp/go-build2720400589/b744/importcfg << 'EOF' # internal
2025-08-20T21:11:52.5727552Z [00:03:19.528]➜  # import config
2025-08-20T21:11:52.5727889Z [00:03:19.528]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.5728315Z [00:03:19.528]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.5728765Z [00:03:19.528]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.5729207Z [00:03:19.528]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.5729719Z [00:03:19.528]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.5730426Z [00:03:19.528]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.5731212Z [00:03:19.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.5732029Z [00:03:19.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2720400589/b554/_pkg_.a
2025-08-20T21:11:52.5732890Z [00:03:19.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:52.5733743Z [00:03:19.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:52.5734893Z [00:03:19.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.5735591Z [00:03:19.528]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.5736201Z [00:03:19.528]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.5736641Z [00:03:19.528]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.5737069Z [00:03:19.528]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.5737652Z [00:03:19.528]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.5737969Z [00:03:19.528]➜  EOF
2025-08-20T21:11:52.5740915Z [00:03:19.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/index=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/index;$WORK/b744=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/index -lang=go1.21 -complete -installsuffix shared -buildid gZosA7I-Rhg_6uU7Qjch/gZosA7I-Rhg_6uU7Qjch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/index/index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/index/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/index/response.go
2025-08-20T21:11:52.6090651Z [00:03:19.567]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:11:52.6103693Z [00:03:19.568]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/d5/d5d0e9a4f1b95ea97fc80e84ec3d4ac57eef6ce3018a1c3a35540d4f93d6d88d-d # internal
2025-08-20T21:11:52.6105060Z [00:03:19.568]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/info
2025-08-20T21:11:52.6105482Z [00:03:19.568]➜  mkdir -p $WORK/b745/
2025-08-20T21:11:52.6151541Z [00:03:19.572]➜  cat >/tmp/go-build2720400589/b745/importcfg << 'EOF' # internal
2025-08-20T21:11:52.6151960Z [00:03:19.572]➜  # import config
2025-08-20T21:11:52.6152332Z [00:03:19.572]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.6152803Z [00:03:19.572]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.6153453Z [00:03:19.572]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.6153943Z [00:03:19.572]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.6154698Z [00:03:19.572]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.6155504Z [00:03:19.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.6156070Z [00:03:19.572]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.6156487Z [00:03:19.572]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.6156915Z [00:03:19.572]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.6157457Z [00:03:19.572]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.6157959Z [00:03:19.572]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.6158280Z [00:03:19.572]➜  EOF
2025-08-20T21:11:52.6160846Z [00:03:19.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/info=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/info;$WORK/b745=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/info -lang=go1.21 -complete -installsuffix shared -buildid 6rX_dMwuzG6oFhXEfkq_/6rX_dMwuzG6oFhXEfkq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/info/response.go
2025-08-20T21:11:52.6277624Z [00:03:19.585]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:11:52.6289219Z [00:03:19.587]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:11:52.6298785Z [00:03:19.587]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/73/73de2d9a1719b179975311f0c6a5674b4fd097acdc7464d982d10e0938c0d042-d # internal
2025-08-20T21:11:52.6299498Z [00:03:19.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch
2025-08-20T21:11:52.6299878Z [00:03:19.587]➜  mkdir -p $WORK/b746/
2025-08-20T21:11:52.6300479Z [00:03:19.588]➜  cat >/tmp/go-build2720400589/b746/importcfg << 'EOF' # internal
2025-08-20T21:11:52.6300829Z [00:03:19.588]➜  # import config
2025-08-20T21:11:52.6301168Z [00:03:19.588]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.6301595Z [00:03:19.588]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.6302049Z [00:03:19.588]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.6302495Z [00:03:19.588]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.6302918Z [00:03:19.588]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.6303546Z [00:03:19.588]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.6304444Z [00:03:19.588]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.6305067Z [00:03:19.588]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.6305491Z [00:03:19.588]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.6305922Z [00:03:19.588]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.6306349Z [00:03:19.588]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.6306774Z [00:03:19.588]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.6307087Z [00:03:19.588]➜  EOF
2025-08-20T21:11:52.6310464Z [00:03:19.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/knnsearch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/knnsearch;$WORK/b746=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch -lang=go1.21 -complete -installsuffix shared -buildid EQp0CDBHyU755pbNSsZa/EQp0CDBHyU755pbNSsZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/knnsearch/knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/knnsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/knnsearch/response.go
2025-08-20T21:11:52.6313631Z [00:03:19.588]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/ab/ab3ec9c361d53307995db9413d1fe5dce3472499a1add516574fd546491ce207-d # internal
2025-08-20T21:11:52.6315591Z [00:03:19.588]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mget
2025-08-20T21:11:52.6315980Z [00:03:19.588]➜  mkdir -p $WORK/b747/
2025-08-20T21:11:52.6316355Z [00:03:19.589]➜  cat >/tmp/go-build2720400589/b747/importcfg << 'EOF' # internal
2025-08-20T21:11:52.6316704Z [00:03:19.589]➜  # import config
2025-08-20T21:11:52.6317035Z [00:03:19.589]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.6317459Z [00:03:19.589]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.6318177Z [00:03:19.589]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.6318628Z [00:03:19.589]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.6319045Z [00:03:19.589]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.6319668Z [00:03:19.589]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.6320452Z [00:03:19.589]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.6321154Z [00:03:19.589]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.6321579Z [00:03:19.589]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.6322017Z [00:03:19.589]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.6322443Z [00:03:19.589]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.6322869Z [00:03:19.589]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.6323182Z [00:03:19.589]➜  EOF
2025-08-20T21:11:52.6326358Z [00:03:19.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mget=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mget;$WORK/b747=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mget -lang=go1.21 -complete -installsuffix shared -buildid Hm7lER7WirW_LZi1R_EV/Hm7lER7WirW_LZi1R_EV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mget/mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mget/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mget/response.go
2025-08-20T21:11:52.6360107Z [00:03:19.594]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:11:52.6371538Z [00:03:19.595]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/a7/a7a3919460c362b8103313359aaa1ec0d3522804180583b7b454e283238e7f74-d # internal
2025-08-20T21:11:52.6372487Z [00:03:19.595]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch
2025-08-20T21:11:52.6373014Z [00:03:19.595]➜  mkdir -p $WORK/b748/
2025-08-20T21:11:52.6375315Z [00:03:19.595]➜  cat >/tmp/go-build2720400589/b748/importcfg << 'EOF' # internal
2025-08-20T21:11:52.6378659Z [00:03:19.595]➜  # import config
2025-08-20T21:11:52.6379317Z [00:03:19.595]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.6379813Z [00:03:19.595]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.6380352Z [00:03:19.595]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.6380908Z [00:03:19.595]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.6381336Z [00:03:19.595]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.6381959Z [00:03:19.595]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.6382738Z [00:03:19.595]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.6383583Z [00:03:19.595]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.6384708Z [00:03:19.595]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:52.6385500Z [00:03:19.595]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.6385925Z [00:03:19.595]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.6386354Z [00:03:19.595]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.6386971Z [00:03:19.595]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.6387404Z [00:03:19.595]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.6387720Z [00:03:19.595]➜  EOF
2025-08-20T21:11:52.6391151Z [00:03:19.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch;$WORK/b748=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch -lang=go1.21 -complete -installsuffix shared -buildid pP9jIbpkJIh5fpZcR4Zd/pP9jIbpkJIh5fpZcR4Zd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearch/response.go
2025-08-20T21:11:52.7004523Z [00:03:19.658]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:11:52.7014669Z [00:03:19.659]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/73/73cb0dfd2fbb5b51f324fc9aae3712bb2f83fa7c5868a1ef9abbfc7490fde0d8-d # internal
2025-08-20T21:11:52.7043228Z [00:03:19.659]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate
2025-08-20T21:11:52.7043680Z [00:03:19.659]➜  mkdir -p $WORK/b749/
2025-08-20T21:11:52.7044092Z [00:03:19.660]➜  cat >/tmp/go-build2720400589/b749/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7044641Z [00:03:19.660]➜  # import config
2025-08-20T21:11:52.7044998Z [00:03:19.660]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7045426Z [00:03:19.660]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7045886Z [00:03:19.660]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7046358Z [00:03:19.660]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7046769Z [00:03:19.660]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7047402Z [00:03:19.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7048181Z [00:03:19.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7049283Z [00:03:19.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:52.7049989Z [00:03:19.660]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7050507Z [00:03:19.660]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7051002Z [00:03:19.660]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7051442Z [00:03:19.660]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7051866Z [00:03:19.660]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7052181Z [00:03:19.660]➜  EOF
2025-08-20T21:11:52.7055626Z [00:03:19.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearchtemplate;$WORK/b749=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate -lang=go1.21 -complete -installsuffix shared -buildid feupJJ083z11YePlhdDi/feupJJ083z11YePlhdDi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearchtemplate/msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/msearchtemplate/response.go
2025-08-20T21:11:52.7117181Z [00:03:19.668]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:11:52.7118514Z [00:03:19.669]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/e6/e64994b3b1e1be3fa662e5820268d1abd8a7f44300603870f5e78564fb2399c8-d # internal
2025-08-20T21:11:52.7119790Z [00:03:19.670]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors
2025-08-20T21:11:52.7121109Z [00:03:19.670]➜  mkdir -p $WORK/b750/
2025-08-20T21:11:52.7127156Z [00:03:19.671]➜  cat >/tmp/go-build2720400589/b750/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7127848Z [00:03:19.671]➜  # import config
2025-08-20T21:11:52.7128789Z [00:03:19.671]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7129352Z [00:03:19.671]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7129822Z [00:03:19.671]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7130279Z [00:03:19.671]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7130694Z [00:03:19.671]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7131322Z [00:03:19.671]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7132153Z [00:03:19.671]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7132996Z [00:03:19.671]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:52.7133635Z [00:03:19.671]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7134055Z [00:03:19.671]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7135169Z [00:03:19.671]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7135615Z [00:03:19.671]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7136041Z [00:03:19.671]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7136358Z [00:03:19.671]➜  EOF
2025-08-20T21:11:52.7139855Z [00:03:19.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mtermvectors=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mtermvectors;$WORK/b750=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors -lang=go1.21 -complete -installsuffix shared -buildid jnu3t98A-5L8F5ZAuiZ0/jnu3t98A-5L8F5ZAuiZ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mtermvectors/mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mtermvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/mtermvectors/response.go
2025-08-20T21:11:52.7229760Z [00:03:19.681]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:11:52.7244090Z [00:03:19.682]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:11:52.7284865Z [00:03:19.686]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/24/24e857d1f090f69bcfdde7f5760addd4dec2a3d2a6b9289c0745ecb68da38e73-d # internal
2025-08-20T21:11:52.7289470Z [00:03:19.687]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/40/40ea9495eacc6ff2848491f5f26b281b33dd1f5193e3d538bd90fcbd9ac43d50-d # internal
2025-08-20T21:11:52.7291381Z [00:03:19.687]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime
2025-08-20T21:11:52.7305373Z [00:03:19.687]➜  mkdir -p $WORK/b751/
2025-08-20T21:11:52.7306908Z [00:03:19.688]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript
2025-08-20T21:11:52.7307313Z [00:03:19.688]➜  mkdir -p $WORK/b753/
2025-08-20T21:11:52.7307998Z [00:03:19.688]➜  cat >/tmp/go-build2720400589/b753/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7308346Z [00:03:19.688]➜  # import config
2025-08-20T21:11:52.7308685Z [00:03:19.688]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7309107Z [00:03:19.688]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7309557Z [00:03:19.688]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7310004Z [00:03:19.688]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7310423Z [00:03:19.688]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7311062Z [00:03:19.688]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7311846Z [00:03:19.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7312409Z [00:03:19.688]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7312835Z [00:03:19.688]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7313264Z [00:03:19.688]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7313691Z [00:03:19.688]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7314121Z [00:03:19.688]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7314727Z [00:03:19.688]➜  EOF
2025-08-20T21:11:52.7317857Z [00:03:19.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/putscript=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/putscript;$WORK/b753=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript -lang=go1.21 -complete -installsuffix shared -buildid YgoGIN4-Qkprx8rjIAal/YgoGIN4-Qkprx8rjIAal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/putscript/put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/putscript/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/putscript/response.go
2025-08-20T21:11:52.7370479Z [00:03:19.695]➜  cat >/tmp/go-build2720400589/b751/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7379549Z [00:03:19.695]➜  # import config
2025-08-20T21:11:52.7379929Z [00:03:19.695]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7380578Z [00:03:19.695]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7381116Z [00:03:19.695]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7381692Z [00:03:19.695]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7382169Z [00:03:19.695]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7382802Z [00:03:19.695]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7383581Z [00:03:19.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7384553Z [00:03:19.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.7385254Z [00:03:19.695]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7385676Z [00:03:19.695]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7386272Z [00:03:19.695]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7386699Z [00:03:19.695]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7387127Z [00:03:19.695]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7387444Z [00:03:19.695]➜  EOF
2025-08-20T21:11:52.7390903Z [00:03:19.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/openpointintime=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/openpointintime;$WORK/b751=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime -lang=go1.21 -complete -installsuffix shared -buildid Uefl8PiyXOQJcgS2_kt9/Uefl8PiyXOQJcgS2_kt9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/openpointintime/open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/openpointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/openpointintime/response.go
2025-08-20T21:11:52.7852601Z [00:03:19.743]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:11:52.7859889Z [00:03:19.744]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:11:52.7872390Z [00:03:19.745]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/22/22c2c5773e41314c208be5d174d3e8f94a61d52b84e3017c2436f253957a40ed-d # internal
2025-08-20T21:11:52.7880122Z [00:03:19.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval
2025-08-20T21:11:52.7884678Z [00:03:19.746]➜  mkdir -p $WORK/b754/
2025-08-20T21:11:52.7885077Z [00:03:19.746]➜  cat >/tmp/go-build2720400589/b754/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7885428Z [00:03:19.746]➜  # import config
2025-08-20T21:11:52.7885788Z [00:03:19.746]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7886230Z [00:03:19.746]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7886684Z [00:03:19.746]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7887134Z [00:03:19.746]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7887552Z [00:03:19.746]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7888184Z [00:03:19.746]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7888965Z [00:03:19.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7889819Z [00:03:19.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.7890464Z [00:03:19.746]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7891124Z [00:03:19.746]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7891629Z [00:03:19.746]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7892146Z [00:03:19.746]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7892676Z [00:03:19.746]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7893003Z [00:03:19.746]➜  EOF
2025-08-20T21:11:52.7900929Z [00:03:19.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rankeval=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rankeval;$WORK/b754=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval -lang=go1.21 -complete -installsuffix shared -buildid Gu0h_j-yrdruEV3s68xT/Gu0h_j-yrdruEV3s68xT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rankeval/rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rankeval/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rankeval/response.go
2025-08-20T21:11:52.7939389Z [00:03:19.752]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/0d/0dd5908c3a777ff36edf641c5eacb874345d2c27b389ad69f4bc6181976f4bbc-d # internal
2025-08-20T21:11:52.7952942Z [00:03:19.753]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex
2025-08-20T21:11:52.7953395Z [00:03:19.753]➜  mkdir -p $WORK/b755/
2025-08-20T21:11:52.7958000Z [00:03:19.754]➜  cat >/tmp/go-build2720400589/b755/importcfg << 'EOF' # internal
2025-08-20T21:11:52.7959411Z [00:03:19.754]➜  # import config
2025-08-20T21:11:52.7959811Z [00:03:19.754]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.7960247Z [00:03:19.754]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.7960719Z [00:03:19.754]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.7961221Z [00:03:19.754]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.7961648Z [00:03:19.754]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.7962279Z [00:03:19.754]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.7963067Z [00:03:19.754]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.7963895Z [00:03:19.754]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2720400589/b731/_pkg_.a
2025-08-20T21:11:52.7964796Z [00:03:19.754]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.7965236Z [00:03:19.754]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.7965677Z [00:03:19.754]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.7966108Z [00:03:19.754]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.7966535Z [00:03:19.754]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.7966853Z [00:03:19.754]➜  EOF
2025-08-20T21:11:52.7970108Z [00:03:19.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindex;$WORK/b755=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex -lang=go1.21 -complete -installsuffix shared -buildid lakYEY8RiohHoycA2s-u/lakYEY8RiohHoycA2s-u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindex/reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindex/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindex/response.go
2025-08-20T21:11:52.8053192Z [00:03:19.763]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:11:52.8063732Z [00:03:19.764]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/2f/2fdc3365057d3c47fab884f9bc8feaace1a1b36381777deb083993851bb13a7e-d # internal
2025-08-20T21:11:52.8065343Z [00:03:19.764]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle
2025-08-20T21:11:52.8066042Z [00:03:19.764]➜  mkdir -p $WORK/b756/
2025-08-20T21:11:52.8067946Z [00:03:19.765]➜  cat >/tmp/go-build2720400589/b756/importcfg << 'EOF' # internal
2025-08-20T21:11:52.8068296Z [00:03:19.765]➜  # import config
2025-08-20T21:11:52.8068641Z [00:03:19.765]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.8069092Z [00:03:19.765]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.8069537Z [00:03:19.765]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.8069959Z [00:03:19.765]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.8070840Z [00:03:19.765]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.8071626Z [00:03:19.765]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.8072404Z [00:03:19.765]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.8072823Z [00:03:19.765]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.8073250Z [00:03:19.765]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.8073675Z [00:03:19.765]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.8074100Z [00:03:19.765]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.8074617Z [00:03:19.765]➜  EOF
2025-08-20T21:11:52.8077576Z [00:03:19.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindexrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindexrethrottle;$WORK/b756=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle -lang=go1.21 -complete -installsuffix shared -buildid 7-_EwgNfQY57qTvtFNph/7-_EwgNfQY57qTvtFNph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindexrethrottle/reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/reindexrethrottle/response.go
2025-08-20T21:11:52.8173799Z [00:03:19.775]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:11:52.8182332Z [00:03:19.776]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/a3/a3c4e1f0bf1a92bd64eac85c2d0ea7dc52321616f292b6b4d437ac8960e9e909-d # internal
2025-08-20T21:11:52.8197076Z [00:03:19.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate
2025-08-20T21:11:52.8197721Z [00:03:19.778]➜  mkdir -p $WORK/b757/
2025-08-20T21:11:52.8201539Z [00:03:19.778]➜  cat >/tmp/go-build2720400589/b757/importcfg << 'EOF' # internal
2025-08-20T21:11:52.8202552Z [00:03:19.778]➜  # import config
2025-08-20T21:11:52.8203272Z [00:03:19.778]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.8203735Z [00:03:19.778]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.8204193Z [00:03:19.778]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.8204748Z [00:03:19.778]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.8205169Z [00:03:19.778]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.8205798Z [00:03:19.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.8206785Z [00:03:19.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.8207480Z [00:03:19.778]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.8207993Z [00:03:19.778]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.8208550Z [00:03:19.778]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.8208999Z [00:03:19.778]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.8209440Z [00:03:19.778]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.8209764Z [00:03:19.778]➜  EOF
2025-08-20T21:11:52.8213246Z [00:03:19.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rendersearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rendersearchtemplate;$WORK/b757=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate -lang=go1.21 -complete -installsuffix shared -buildid 7ZCmRXk5vEWxUTdA3LFs/7ZCmRXk5vEWxUTdA3LFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rendersearchtemplate/render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rendersearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/rendersearchtemplate/response.go
2025-08-20T21:11:52.8648954Z [00:03:19.823]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:11:52.8662532Z [00:03:19.824]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/a8/a8d1b8bec9f5d1334715853962790bf6f3b26cfb1c294e74640d12da047f5d70-d # internal
2025-08-20T21:11:52.8665101Z [00:03:19.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute
2025-08-20T21:11:52.8666004Z [00:03:19.824]➜  mkdir -p $WORK/b758/
2025-08-20T21:11:52.8666629Z [00:03:19.825]➜  cat >/tmp/go-build2720400589/b758/importcfg << 'EOF' # internal
2025-08-20T21:11:52.8666996Z [00:03:19.825]➜  # import config
2025-08-20T21:11:52.8667512Z [00:03:19.825]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.8668055Z [00:03:19.825]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.8668635Z [00:03:19.825]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.8669224Z [00:03:19.825]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.8669750Z [00:03:19.825]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.8670489Z [00:03:19.825]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.8671386Z [00:03:19.825]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.8672396Z [00:03:19.825]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext=/tmp/go-build2720400589/b759/_pkg_.a
2025-08-20T21:11:52.8673202Z [00:03:19.825]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.8673738Z [00:03:19.825]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.8674437Z [00:03:19.825]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.8675075Z [00:03:19.825]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.8675592Z [00:03:19.825]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.8675995Z [00:03:19.825]➜  EOF
2025-08-20T21:11:52.8679983Z [00:03:19.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scriptspainlessexecute=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scriptspainlessexecute;$WORK/b758=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute -lang=go1.21 -complete -installsuffix shared -buildid 9LAPGwqmcoI6eFjAoOPh/9LAPGwqmcoI6eFjAoOPh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scriptspainlessexecute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scriptspainlessexecute/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scriptspainlessexecute/scripts_painless_execute.go
2025-08-20T21:11:52.8776240Z [00:03:19.835]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:11:52.8786627Z [00:03:19.836]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/69/69673a1ec8a3753ccf8e22f20f705f1d57224ff64f6a74b9c7da50337b3bc66b-d # internal
2025-08-20T21:11:52.8803704Z [00:03:19.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll
2025-08-20T21:11:52.8806367Z [00:03:19.839]➜  mkdir -p $WORK/b760/
2025-08-20T21:11:52.8812475Z [00:03:19.839]➜  cat >/tmp/go-build2720400589/b760/importcfg << 'EOF' # internal
2025-08-20T21:11:52.8813303Z [00:03:19.839]➜  # import config
2025-08-20T21:11:52.8813860Z [00:03:19.839]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.8814804Z [00:03:19.839]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.8815842Z [00:03:19.839]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.8816835Z [00:03:19.839]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.8818626Z [00:03:19.839]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.8819319Z [00:03:19.839]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.8820109Z [00:03:19.839]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.8820688Z [00:03:19.839]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.8821113Z [00:03:19.839]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.8821548Z [00:03:19.839]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.8821978Z [00:03:19.839]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.8822412Z [00:03:19.839]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.8822731Z [00:03:19.839]➜  EOF
2025-08-20T21:11:52.8826906Z [00:03:19.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scroll=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scroll;$WORK/b760=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll -lang=go1.21 -complete -installsuffix shared -buildid asF00SNcP0EpMhy9b3zM/asF00SNcP0EpMhy9b3zM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scroll/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/scroll/scroll.go
2025-08-20T21:11:52.8829694Z [00:03:19.840]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:11:52.8857016Z [00:03:19.844]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/31/31b4326ced6c78625ae2d227527cc1165e71d49de46bb59991263a6c0ed5735d-d # internal
2025-08-20T21:11:52.8886439Z [00:03:19.846]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/search
2025-08-20T21:11:52.8886889Z [00:03:19.846]➜  mkdir -p $WORK/b761/
2025-08-20T21:11:52.8887274Z [00:03:19.846]➜  cat >/tmp/go-build2720400589/b761/importcfg << 'EOF' # internal
2025-08-20T21:11:52.8887618Z [00:03:19.846]➜  # import config
2025-08-20T21:11:52.8889466Z [00:03:19.846]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.8889985Z [00:03:19.846]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.8890453Z [00:03:19.846]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.8890900Z [00:03:19.846]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.8891309Z [00:03:19.846]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.8891941Z [00:03:19.846]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.8892722Z [00:03:19.846]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.8893572Z [00:03:19.846]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.8894601Z [00:03:19.846]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:52.8895675Z [00:03:19.846]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:52.8896574Z [00:03:19.846]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2720400589/b598/_pkg_.a
2025-08-20T21:11:52.8897409Z [00:03:19.846]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.8897844Z [00:03:19.846]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.8898277Z [00:03:19.846]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.8898701Z [00:03:19.846]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.8899126Z [00:03:19.846]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.8899441Z [00:03:19.846]➜  EOF
2025-08-20T21:11:52.8902451Z [00:03:19.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/search=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/search;$WORK/b761=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/search -lang=go1.21 -complete -installsuffix shared -buildid AdmzNPon2QNHVpVeJLn5/AdmzNPon2QNHVpVeJLn5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/search/search.go
2025-08-20T21:11:52.9007706Z [00:03:19.859]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:11:52.9019516Z [00:03:19.860]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/66/662d058daef1c48141adddd08b8e829e3d484b76b2daa22db99c117830f8897c-d # internal
2025-08-20T21:11:52.9025519Z [00:03:19.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt
2025-08-20T21:11:52.9025971Z [00:03:19.860]➜  mkdir -p $WORK/b762/
2025-08-20T21:11:52.9026594Z [00:03:19.860]➜  cat >/tmp/go-build2720400589/b762/importcfg << 'EOF' # internal
2025-08-20T21:11:52.9027001Z [00:03:19.860]➜  # import config
2025-08-20T21:11:52.9027344Z [00:03:19.860]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:52.9027777Z [00:03:19.860]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.9028229Z [00:03:19.860]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.9028674Z [00:03:19.860]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.9029091Z [00:03:19.860]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.9029722Z [00:03:19.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.9030619Z [00:03:19.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.9031579Z [00:03:19.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build2720400589/b763/_pkg_.a
2025-08-20T21:11:52.9032508Z [00:03:19.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build2720400589/b764/_pkg_.a
2025-08-20T21:11:52.9033133Z [00:03:19.860]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.9033551Z [00:03:19.860]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.9033981Z [00:03:19.860]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.9034681Z [00:03:19.860]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.9035174Z [00:03:19.860]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.9035510Z [00:03:19.860]➜  EOF
2025-08-20T21:11:52.9038794Z [00:03:19.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchmvt=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchmvt;$WORK/b762=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt -lang=go1.21 -complete -installsuffix shared -buildid whlL-Bwo2CpbO99GFPpP/whlL-Bwo2CpbO99GFPpP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchmvt/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchmvt/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchmvt/search_mvt.go
2025-08-20T21:11:52.9413165Z [00:03:19.899]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:11:52.9424937Z [00:03:19.900]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/f0/f0f9d44affeef0267bbdf137b7b5fc85ab447de78a22953a4df92cc164261832-d # internal
2025-08-20T21:11:52.9432011Z [00:03:19.901]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards
2025-08-20T21:11:52.9433241Z [00:03:19.901]➜  mkdir -p $WORK/b765/
2025-08-20T21:11:52.9435352Z [00:03:19.901]➜  cat >/tmp/go-build2720400589/b765/importcfg << 'EOF' # internal
2025-08-20T21:11:52.9436367Z [00:03:19.901]➜  # import config
2025-08-20T21:11:52.9437057Z [00:03:19.901]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:52.9437715Z [00:03:19.901]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:52.9438486Z [00:03:19.901]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:52.9439943Z [00:03:19.901]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:52.9440672Z [00:03:19.901]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:52.9441482Z [00:03:19.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:52.9442589Z [00:03:19.901]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:52.9443297Z [00:03:19.901]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:52.9443726Z [00:03:19.901]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:52.9444155Z [00:03:19.901]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:52.9444807Z [00:03:19.901]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:52.9445245Z [00:03:19.901]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:52.9445561Z [00:03:19.901]➜  EOF
2025-08-20T21:11:52.9451939Z [00:03:19.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchshards=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchshards;$WORK/b765=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards -lang=go1.21 -complete -installsuffix shared -buildid GGOrIBoccf_Qt7llhA0u/GGOrIBoccf_Qt7llhA0u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchshards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchshards/search_shards.go
2025-08-20T21:11:53.0137906Z [00:03:19.972]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:11:53.0156080Z [00:03:19.973]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/7c/7c7ef9aaea2c088b28871a7897eab903a59c36539739b7836e985d49cb096301-d # internal
2025-08-20T21:11:53.0160667Z [00:03:19.974]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate
2025-08-20T21:11:53.0162834Z [00:03:19.974]➜  mkdir -p $WORK/b766/
2025-08-20T21:11:53.0163562Z [00:03:19.974]➜  cat >/tmp/go-build2720400589/b766/importcfg << 'EOF' # internal
2025-08-20T21:11:53.0163918Z [00:03:19.974]➜  # import config
2025-08-20T21:11:53.0164369Z [00:03:19.974]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.0164862Z [00:03:19.974]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.0165565Z [00:03:19.974]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.0166020Z [00:03:19.974]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.0166435Z [00:03:19.974]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.0167068Z [00:03:19.974]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.0167846Z [00:03:19.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.0168702Z [00:03:19.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.0169635Z [00:03:19.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:53.0170262Z [00:03:19.974]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.0170687Z [00:03:19.974]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.0171114Z [00:03:19.974]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.0171542Z [00:03:19.974]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.0171969Z [00:03:19.974]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.0172284Z [00:03:19.974]➜  EOF
2025-08-20T21:11:53.0175773Z [00:03:19.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchtemplate;$WORK/b766=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate -lang=go1.21 -complete -installsuffix shared -buildid y175-1u5KxU_-_he6b3d/y175-1u5KxU_-_he6b3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchtemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/searchtemplate/search_template.go
2025-08-20T21:11:53.0302704Z [00:03:19.987]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:11:53.0311925Z [00:03:19.988]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/06/06457df880fa385c0f3d66d4630a59528c61d4fd7994bdd29b0a9f448fa41aef-d # internal
2025-08-20T21:11:53.0312867Z [00:03:19.988]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum
2025-08-20T21:11:53.0313316Z [00:03:19.988]➜  mkdir -p $WORK/b767/
2025-08-20T21:11:53.0313752Z [00:03:19.988]➜  cat >/tmp/go-build2720400589/b767/importcfg << 'EOF' # internal
2025-08-20T21:11:53.0314102Z [00:03:19.988]➜  # import config
2025-08-20T21:11:53.0318791Z [00:03:19.988]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.0319276Z [00:03:19.988]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.0319724Z [00:03:19.988]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.0320169Z [00:03:19.988]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.0320577Z [00:03:19.988]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.0321205Z [00:03:19.988]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.0321992Z [00:03:19.988]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.0322784Z [00:03:19.988]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.0323214Z [00:03:19.988]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.0323645Z [00:03:19.988]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.0324230Z [00:03:19.988]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.0325173Z [00:03:19.988]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.0325497Z [00:03:19.988]➜  EOF
2025-08-20T21:11:53.0328615Z [00:03:19.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termsenum=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termsenum;$WORK/b767=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum -lang=go1.21 -complete -installsuffix shared -buildid UItxviahdlvhn0ZDAWy5/UItxviahdlvhn0ZDAWy5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termsenum/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termsenum/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termsenum/terms_enum.go
2025-08-20T21:11:53.1173196Z [00:03:20.075]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:11:53.1185412Z [00:03:20.076]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/16/160374e7c919c0246791ab5e85877ab067c7446bb31ea9456453d3a7212e959f-d # internal
2025-08-20T21:11:53.1188026Z [00:03:20.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors
2025-08-20T21:11:53.1188428Z [00:03:20.077]➜  mkdir -p $WORK/b768/
2025-08-20T21:11:53.1191592Z [00:03:20.077]➜  cat >/tmp/go-build2720400589/b768/importcfg << 'EOF' # internal
2025-08-20T21:11:53.1191966Z [00:03:20.077]➜  # import config
2025-08-20T21:11:53.1192307Z [00:03:20.077]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.1196561Z [00:03:20.077]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.1197105Z [00:03:20.077]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.1197565Z [00:03:20.077]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.1198003Z [00:03:20.077]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.1198633Z [00:03:20.077]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.1199414Z [00:03:20.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.1200360Z [00:03:20.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:11:53.1201074Z [00:03:20.077]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.1201503Z [00:03:20.077]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.1201931Z [00:03:20.077]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.1202359Z [00:03:20.077]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.1202788Z [00:03:20.077]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.1203096Z [00:03:20.077]➜  EOF
2025-08-20T21:11:53.1206378Z [00:03:20.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termvectors=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termvectors;$WORK/b768=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors -lang=go1.21 -complete -installsuffix shared -buildid ysOaWgo7d-zKbaf4noOk/ysOaWgo7d-zKbaf4noOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termvectors/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/termvectors/termvectors.go
2025-08-20T21:11:53.1227987Z [00:03:20.080]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:11:53.1256211Z [00:03:20.083]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/87/8790ba87bddaa656af1562f44bc19affc95961625bc3c336b385c1fc2da4f58d-d # internal
2025-08-20T21:11:53.1265161Z [00:03:20.083]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/update
2025-08-20T21:11:53.1265566Z [00:03:20.083]➜  mkdir -p $WORK/b769/
2025-08-20T21:11:53.1265944Z [00:03:20.084]➜  cat >/tmp/go-build2720400589/b769/importcfg << 'EOF' # internal
2025-08-20T21:11:53.1266307Z [00:03:20.084]➜  # import config
2025-08-20T21:11:53.1266650Z [00:03:20.084]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.1267081Z [00:03:20.084]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.1267532Z [00:03:20.084]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.1269207Z [00:03:20.084]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.1269649Z [00:03:20.084]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.1270278Z [00:03:20.084]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.1271073Z [00:03:20.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.1272118Z [00:03:20.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:53.1272993Z [00:03:20.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:53.1273810Z [00:03:20.084]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.1274390Z [00:03:20.084]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.1274886Z [00:03:20.084]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.1275312Z [00:03:20.084]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.1275737Z [00:03:20.084]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.1276050Z [00:03:20.084]➜  EOF
2025-08-20T21:11:53.1280630Z [00:03:20.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/update=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/update;$WORK/b769=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/update -lang=go1.21 -complete -installsuffix shared -buildid KR8RKUshQ2AVGlDhdf72/KR8RKUshQ2AVGlDhdf72 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/update/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/update/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/update/update.go
2025-08-20T21:11:53.2153044Z [00:03:20.173]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:11:53.2162423Z [00:03:20.174]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/74/7409609a461f64411dcdb7e1b4812db95a90d1743381ee48f408c907cdb5af84-d # internal
2025-08-20T21:11:53.2164445Z [00:03:20.174]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery
2025-08-20T21:11:53.2165844Z [00:03:20.174]➜  mkdir -p $WORK/b770/
2025-08-20T21:11:53.2170636Z [00:03:20.175]➜  cat >/tmp/go-build2720400589/b770/importcfg << 'EOF' # internal
2025-08-20T21:11:53.2171680Z [00:03:20.175]➜  # import config
2025-08-20T21:11:53.2172517Z [00:03:20.175]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.2173087Z [00:03:20.175]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.2173557Z [00:03:20.175]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.2174366Z [00:03:20.175]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.2174849Z [00:03:20.175]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.2175482Z [00:03:20.175]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.2176266Z [00:03:20.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.2177108Z [00:03:20.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2720400589/b731/_pkg_.a
2025-08-20T21:11:53.2178034Z [00:03:20.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.2178939Z [00:03:20.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:53.2179870Z [00:03:20.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:53.2180499Z [00:03:20.175]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.2180915Z [00:03:20.175]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.2181346Z [00:03:20.175]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.2181769Z [00:03:20.175]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.2182199Z [00:03:20.175]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.2182521Z [00:03:20.175]➜  EOF
2025-08-20T21:11:53.2187291Z [00:03:20.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyquery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyquery;$WORK/b770=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery -lang=go1.21 -complete -installsuffix shared -buildid mMfbiYK0dOQQzK6ilTno/mMfbiYK0dOQQzK6ilTno -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyquery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyquery/update_by_query.go
2025-08-20T21:11:53.2208872Z [00:03:20.179]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:11:53.2230008Z [00:03:20.181]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/11/11f849097100993b1423b85066fff858a8383191c3b88aca240d673172c9891d-d # internal
2025-08-20T21:11:53.2231219Z [00:03:20.181]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle
2025-08-20T21:11:53.2231880Z [00:03:20.181]➜  mkdir -p $WORK/b771/
2025-08-20T21:11:53.2233180Z [00:03:20.181]➜  cat >/tmp/go-build2720400589/b771/importcfg << 'EOF' # internal
2025-08-20T21:11:53.2233561Z [00:03:20.181]➜  # import config
2025-08-20T21:11:53.2233910Z [00:03:20.181]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.2236046Z [00:03:20.181]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.2236560Z [00:03:20.181]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.2236973Z [00:03:20.181]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.2237606Z [00:03:20.181]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.2238629Z [00:03:20.181]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.2239190Z [00:03:20.181]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.2239755Z [00:03:20.181]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.2240186Z [00:03:20.181]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.2240612Z [00:03:20.181]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.2241038Z [00:03:20.181]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.2241352Z [00:03:20.181]➜  EOF
2025-08-20T21:11:53.2244659Z [00:03:20.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyqueryrethrottle;$WORK/b771=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle -lang=go1.21 -complete -installsuffix shared -buildid UX2dWn5iqKOWlhy0NLOv/UX2dWn5iqKOWlhy0NLOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyqueryrethrottle/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/core/updatebyqueryrethrottle/update_by_query_rethrottle.go
2025-08-20T21:11:53.2252747Z [00:03:20.183]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:11:53.2294205Z [00:03:20.187]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/a4/a4e8c7b0bf5184c0aa9b469b4b8a67f659fb50ff60d3f3d7c383f7f8a2dd5b43-d # internal
2025-08-20T21:11:53.2303840Z [00:03:20.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex
2025-08-20T21:11:53.2317931Z [00:03:20.190]➜  mkdir -p $WORK/b772/
2025-08-20T21:11:53.2320755Z [00:03:20.190]➜  cat >/tmp/go-build2720400589/b772/importcfg << 'EOF' # internal
2025-08-20T21:11:53.2321371Z [00:03:20.190]➜  # import config
2025-08-20T21:11:53.2321782Z [00:03:20.190]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.2324034Z [00:03:20.190]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.2324819Z [00:03:20.190]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.2325260Z [00:03:20.190]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.2325884Z [00:03:20.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.2326667Z [00:03:20.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.2327403Z [00:03:20.190]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.2327889Z [00:03:20.190]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.2328324Z [00:03:20.190]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.2328751Z [00:03:20.190]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.2329175Z [00:03:20.190]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.2329492Z [00:03:20.190]➜  EOF
2025-08-20T21:11:53.2332725Z [00:03:20.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/deletedanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/deletedanglingindex;$WORK/b772=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex -lang=go1.21 -complete -installsuffix shared -buildid WtMZOe9-tUoe1H2pkrYm/WtMZOe9-tUoe1H2pkrYm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/deletedanglingindex/delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/deletedanglingindex/response.go
2025-08-20T21:11:53.2353122Z [00:03:20.193]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:11:53.2376972Z [00:03:20.195]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/39/39c61d54d2d77f47b1bfdace5f699550e8ca10520deecf8a0996f4df5609094d-d # internal
2025-08-20T21:11:53.2391129Z [00:03:20.195]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex
2025-08-20T21:11:53.2391706Z [00:03:20.195]➜  mkdir -p $WORK/b773/
2025-08-20T21:11:53.2392102Z [00:03:20.197]➜  cat >/tmp/go-build2720400589/b773/importcfg << 'EOF' # internal
2025-08-20T21:11:53.2392446Z [00:03:20.197]➜  # import config
2025-08-20T21:11:53.2392810Z [00:03:20.197]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.2393269Z [00:03:20.197]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.2393723Z [00:03:20.197]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.2394141Z [00:03:20.197]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.2394913Z [00:03:20.197]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.2395694Z [00:03:20.197]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.2396253Z [00:03:20.197]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.2396671Z [00:03:20.197]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.2397101Z [00:03:20.197]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.2397535Z [00:03:20.197]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.2397970Z [00:03:20.197]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.2398289Z [00:03:20.197]➜  EOF
2025-08-20T21:11:53.2401842Z [00:03:20.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/importdanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/importdanglingindex;$WORK/b773=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex -lang=go1.21 -complete -installsuffix shared -buildid ZqcUY0_ek53kfz-D5V1D/ZqcUY0_ek53kfz-D5V1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/importdanglingindex/import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/importdanglingindex/response.go
2025-08-20T21:11:53.2975913Z [00:03:20.255]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:11:53.2992550Z [00:03:20.256]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/27/2739b48aa5e0ec3fb5fbc62370dd1af54229c5a63cc74d54a66ae461c37b9b35-d # internal
2025-08-20T21:11:53.2993426Z [00:03:20.257]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices
2025-08-20T21:11:53.2993904Z [00:03:20.257]➜  mkdir -p $WORK/b774/
2025-08-20T21:11:53.2999494Z [00:03:20.257]➜  cat >/tmp/go-build2720400589/b774/importcfg << 'EOF' # internal
2025-08-20T21:11:53.2999955Z [00:03:20.257]➜  # import config
2025-08-20T21:11:53.3000306Z [00:03:20.257]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3000775Z [00:03:20.257]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3001219Z [00:03:20.257]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3001643Z [00:03:20.257]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3002569Z [00:03:20.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3003358Z [00:03:20.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3006747Z [00:03:20.257]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3007286Z [00:03:20.257]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3007720Z [00:03:20.257]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3008143Z [00:03:20.257]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3008567Z [00:03:20.257]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3008892Z [00:03:20.257]➜  EOF
2025-08-20T21:11:53.3012679Z [00:03:20.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/listdanglingindices=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/listdanglingindices;$WORK/b774=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices -lang=go1.21 -complete -installsuffix shared -buildid JzTvnwtOXvMsn-gX4-1I/JzTvnwtOXvMsn-gX4-1I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/listdanglingindices/list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/danglingindices/listdanglingindices/response.go
2025-08-20T21:11:53.3034095Z [00:03:20.260]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:11:53.3041833Z [00:03:20.262]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/ce/ced5bb6853b8e7bb63eebfea9efd3b98ec7f9c97a8eee4d0d13156313be54e44-d # internal
2025-08-20T21:11:53.3043164Z [00:03:20.262]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy
2025-08-20T21:11:53.3043966Z [00:03:20.262]➜  mkdir -p $WORK/b775/
2025-08-20T21:11:53.3044904Z [00:03:20.262]➜  cat >/tmp/go-build2720400589/b775/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3045535Z [00:03:20.262]➜  # import config
2025-08-20T21:11:53.3046876Z [00:03:20.262]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3047340Z [00:03:20.262]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3047783Z [00:03:20.262]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3048196Z [00:03:20.262]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3048819Z [00:03:20.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3049603Z [00:03:20.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3050197Z [00:03:20.262]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3050619Z [00:03:20.262]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3051045Z [00:03:20.262]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3051716Z [00:03:20.262]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3052141Z [00:03:20.262]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3052455Z [00:03:20.262]➜  EOF
2025-08-20T21:11:53.3055456Z [00:03:20.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/deletepolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/deletepolicy;$WORK/b775=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy -lang=go1.21 -complete -installsuffix shared -buildid o6qg1rFBEHyLRJN--3Qd/o6qg1rFBEHyLRJN--3Qd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/deletepolicy/delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/deletepolicy/response.go
2025-08-20T21:11:53.3060302Z [00:03:20.264]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:11:53.3063190Z [00:03:20.264]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:11:53.3082852Z [00:03:20.266]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/9c/9c4344206b87d6dcd7dd8b2caa40f16edd9f234745fda90f327638451db08b42-d # internal
2025-08-20T21:11:53.3084140Z [00:03:20.266]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy
2025-08-20T21:11:53.3088295Z [00:03:20.266]➜  mkdir -p $WORK/b776/
2025-08-20T21:11:53.3089500Z [00:03:20.267]➜  cat >/tmp/go-build2720400589/b776/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3089870Z [00:03:20.267]➜  # import config
2025-08-20T21:11:53.3090224Z [00:03:20.267]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3090683Z [00:03:20.267]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3091130Z [00:03:20.267]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3091549Z [00:03:20.267]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3092172Z [00:03:20.267]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3092950Z [00:03:20.267]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3093509Z [00:03:20.267]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3093925Z [00:03:20.267]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3094754Z [00:03:20.267]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3095269Z [00:03:20.267]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3095782Z [00:03:20.267]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3096163Z [00:03:20.267]➜  EOF
2025-08-20T21:11:53.3099041Z [00:03:20.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/executepolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/executepolicy;$WORK/b776=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy -lang=go1.21 -complete -installsuffix shared -buildid 8JE4NvNbrAQtbftvYfbc/8JE4NvNbrAQtbftvYfbc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/executepolicy/execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/executepolicy/response.go
2025-08-20T21:11:53.3122752Z [00:03:20.269]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/3b/3b76de8a0160c1c484cee70a5d440c9f08b2b13d5d809c4747ac74c1a726e356-d # internal
2025-08-20T21:11:53.3135804Z [00:03:20.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy
2025-08-20T21:11:53.3136210Z [00:03:20.270]➜  mkdir -p $WORK/b777/
2025-08-20T21:11:53.3136808Z [00:03:20.270]➜  cat >/tmp/go-build2720400589/b777/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3137149Z [00:03:20.270]➜  # import config
2025-08-20T21:11:53.3137490Z [00:03:20.270]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3137939Z [00:03:20.270]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3138377Z [00:03:20.270]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3138786Z [00:03:20.270]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3139411Z [00:03:20.270]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3140194Z [00:03:20.270]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3140752Z [00:03:20.270]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3141173Z [00:03:20.270]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3141604Z [00:03:20.270]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3142028Z [00:03:20.270]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3142453Z [00:03:20.270]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3142767Z [00:03:20.270]➜  EOF
2025-08-20T21:11:53.3145760Z [00:03:20.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/getpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/getpolicy;$WORK/b777=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy -lang=go1.21 -complete -installsuffix shared -buildid Z-JZ0NCF28vjduJmH86L/Z-JZ0NCF28vjduJmH86L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/getpolicy/get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/getpolicy/response.go
2025-08-20T21:11:53.3532798Z [00:03:20.310]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:11:53.3543512Z [00:03:20.311]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/f2/f248a4abc96d1c9abce0929b21fc381f9bb942365881348f55d70d5cd4987346-d # internal
2025-08-20T21:11:53.3544311Z [00:03:20.311]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy
2025-08-20T21:11:53.3544734Z [00:03:20.311]➜  mkdir -p $WORK/b778/
2025-08-20T21:11:53.3545391Z [00:03:20.312]➜  cat >/tmp/go-build2720400589/b778/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3545810Z [00:03:20.312]➜  # import config
2025-08-20T21:11:53.3546268Z [00:03:20.312]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.3546756Z [00:03:20.312]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3547217Z [00:03:20.312]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3547662Z [00:03:20.312]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3548077Z [00:03:20.312]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3548707Z [00:03:20.312]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3549490Z [00:03:20.312]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3550057Z [00:03:20.312]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3550650Z [00:03:20.312]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3551088Z [00:03:20.312]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3551515Z [00:03:20.312]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3551940Z [00:03:20.312]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3552424Z [00:03:20.312]➜  EOF
2025-08-20T21:11:53.3555776Z [00:03:20.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/putpolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/putpolicy;$WORK/b778=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy -lang=go1.21 -complete -installsuffix shared -buildid 3w-cRo1lvgz8OvVGXX67/3w-cRo1lvgz8OvVGXX67 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/putpolicy/put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/putpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/putpolicy/response.go
2025-08-20T21:11:53.3636198Z [00:03:20.321]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:11:53.3679064Z [00:03:20.326]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/97/97860c00d0bd86bf06d5c8c904873f6de9fce0f78b37cf9272ed2502352fb594-d # internal
2025-08-20T21:11:53.3688418Z [00:03:20.327]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats
2025-08-20T21:11:53.3690549Z [00:03:20.327]➜  mkdir -p $WORK/b779/
2025-08-20T21:11:53.3705515Z [00:03:20.328]➜  cat >/tmp/go-build2720400589/b779/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3707245Z [00:03:20.328]➜  # import config
2025-08-20T21:11:53.3710019Z [00:03:20.328]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3710554Z [00:03:20.328]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3711010Z [00:03:20.328]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3711426Z [00:03:20.328]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3712054Z [00:03:20.329]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3712846Z [00:03:20.329]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3713408Z [00:03:20.329]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3713826Z [00:03:20.329]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3714511Z [00:03:20.329]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3715278Z [00:03:20.329]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3715786Z [00:03:20.329]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3716107Z [00:03:20.329]➜  EOF
2025-08-20T21:11:53.3718857Z [00:03:20.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/stats;$WORK/b779=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats -lang=go1.21 -complete -installsuffix shared -buildid dHPg5_Ei0iXbN_SdbsX3/dHPg5_Ei0iXbN_SdbsX3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/enrich/stats/stats.go
2025-08-20T21:11:53.3897764Z [00:03:20.347]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:11:53.3907905Z [00:03:20.348]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/7c/7cdcc7691e270490f6d3879ea12d70b562ea78e3a981f593b4bf8d0329a80b39-d # internal
2025-08-20T21:11:53.3913842Z [00:03:20.349]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete
2025-08-20T21:11:53.3924485Z [00:03:20.349]➜  mkdir -p $WORK/b780/
2025-08-20T21:11:53.3924938Z [00:03:20.349]➜  cat >/tmp/go-build2720400589/b780/importcfg << 'EOF' # internal
2025-08-20T21:11:53.3925583Z [00:03:20.349]➜  # import config
2025-08-20T21:11:53.3925934Z [00:03:20.349]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.3926384Z [00:03:20.349]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.3926827Z [00:03:20.349]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.3927239Z [00:03:20.349]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.3927870Z [00:03:20.349]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.3928658Z [00:03:20.349]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.3929228Z [00:03:20.349]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.3929644Z [00:03:20.349]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.3930081Z [00:03:20.349]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.3930505Z [00:03:20.349]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.3930929Z [00:03:20.349]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.3933158Z [00:03:20.349]➜  EOF
2025-08-20T21:11:53.3935888Z [00:03:20.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/delete;$WORK/b780=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete -lang=go1.21 -complete -installsuffix shared -buildid flcbbVSJHTxWb4_L-Kux/flcbbVSJHTxWb4_L-Kux -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/delete/response.go
2025-08-20T21:11:53.4004018Z [00:03:20.358]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:11:53.4031219Z [00:03:20.361]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/d9/d916a3028bd307c32edf0f1b7b17977844937b17ea0c52661dfd51b39d47ef01-d # internal
2025-08-20T21:11:53.4031907Z [00:03:20.361]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/get
2025-08-20T21:11:53.4032273Z [00:03:20.361]➜  mkdir -p $WORK/b781/
2025-08-20T21:11:53.4032646Z [00:03:20.361]➜  cat >/tmp/go-build2720400589/b781/importcfg << 'EOF' # internal
2025-08-20T21:11:53.4033168Z [00:03:20.361]➜  # import config
2025-08-20T21:11:53.4033597Z [00:03:20.361]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.4034140Z [00:03:20.361]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.4034846Z [00:03:20.361]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.4035268Z [00:03:20.361]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.4035903Z [00:03:20.361]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.4036688Z [00:03:20.361]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.4037244Z [00:03:20.361]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.4037661Z [00:03:20.361]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.4038096Z [00:03:20.361]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.4038713Z [00:03:20.361]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.4039142Z [00:03:20.361]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.4039463Z [00:03:20.361]➜  EOF
2025-08-20T21:11:53.4041988Z [00:03:20.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/get;$WORK/b781=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/get -lang=go1.21 -complete -installsuffix shared -buildid g6M1rWWj4APfG1PVvujF/g6M1rWWj4APfG1PVvujF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/get/response.go
2025-08-20T21:11:53.4381250Z [00:03:20.396]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:11:53.4435103Z [00:03:20.400]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/91/91742bad571c599b3d3af8bfe08cb2760d22bbc3dce412867a8d050168d7eeb1-d # internal
2025-08-20T21:11:53.4435856Z [00:03:20.400]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus
2025-08-20T21:11:53.4436238Z [00:03:20.400]➜  mkdir -p $WORK/b782/
2025-08-20T21:11:53.4436622Z [00:03:20.400]➜  cat >/tmp/go-build2720400589/b782/importcfg << 'EOF' # internal
2025-08-20T21:11:53.4436965Z [00:03:20.400]➜  # import config
2025-08-20T21:11:53.4437311Z [00:03:20.400]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.4437764Z [00:03:20.400]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.4438208Z [00:03:20.400]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.4438620Z [00:03:20.400]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.4439254Z [00:03:20.400]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.4440046Z [00:03:20.400]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.4440609Z [00:03:20.400]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.4441036Z [00:03:20.400]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.4441466Z [00:03:20.400]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.4441893Z [00:03:20.400]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.4442319Z [00:03:20.400]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.4442635Z [00:03:20.400]➜  EOF
2025-08-20T21:11:53.4445793Z [00:03:20.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/getstatus;$WORK/b782=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus -lang=go1.21 -complete -installsuffix shared -buildid Hm2rQUYFy9f2vfAwOUnd/Hm2rQUYFy9f2vfAwOUnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/getstatus/response.go
2025-08-20T21:11:53.4534665Z [00:03:20.411]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:11:53.4546654Z [00:03:20.412]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/0e/0e155b47397582a90a2de22de14d96eb56c12751d94d2ad6e700c57542a1007c-d # internal
2025-08-20T21:11:53.4548261Z [00:03:20.413]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:11:53.4549334Z [00:03:20.413]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/search
2025-08-20T21:11:53.4552708Z [00:03:20.413]➜  mkdir -p $WORK/b783/
2025-08-20T21:11:53.4555128Z [00:03:20.413]➜  cat >/tmp/go-build2720400589/b783/importcfg << 'EOF' # internal
2025-08-20T21:11:53.4556176Z [00:03:20.413]➜  # import config
2025-08-20T21:11:53.4556645Z [00:03:20.413]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.4557825Z [00:03:20.413]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.4559543Z [00:03:20.413]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.4560494Z [00:03:20.413]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.4592099Z [00:03:20.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.4657890Z [00:03:20.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.4658724Z [00:03:20.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.4659643Z [00:03:20.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.4660581Z [00:03:20.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build2720400589/b784/_pkg_.a
2025-08-20T21:11:53.4661224Z [00:03:20.413]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.4661653Z [00:03:20.413]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.4662079Z [00:03:20.413]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.4662504Z [00:03:20.413]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.4662930Z [00:03:20.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.4663242Z [00:03:20.413]➜  EOF
2025-08-20T21:11:53.4673217Z [00:03:20.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/search=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/search;$WORK/b783=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/search -lang=go1.21 -complete -installsuffix shared -buildid 22Ecwu1ME2R97EGFYaPb/22Ecwu1ME2R97EGFYaPb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/eql/search/search.go
2025-08-20T21:11:53.4676323Z [00:03:20.415]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/bf/bf0f082c58d58566afd84100773a6627069ad714ee85f6d30abc206166b2684e-d # internal
2025-08-20T21:11:53.4676993Z [00:03:20.415]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery
2025-08-20T21:11:53.4677656Z [00:03:20.415]➜  mkdir -p $WORK/b785/
2025-08-20T21:11:53.4678090Z [00:03:20.415]➜  cat >/tmp/go-build2720400589/b785/importcfg << 'EOF' # internal
2025-08-20T21:11:53.4678431Z [00:03:20.415]➜  # import config
2025-08-20T21:11:53.4678871Z [00:03:20.415]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.4679357Z [00:03:20.415]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.4679812Z [00:03:20.415]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.4680253Z [00:03:20.415]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.4680660Z [00:03:20.415]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.4681278Z [00:03:20.415]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.4682048Z [00:03:20.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.4682880Z [00:03:20.415]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build2720400589/b786/_pkg_.a
2025-08-20T21:11:53.4683669Z [00:03:20.415]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.4684089Z [00:03:20.415]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.4684864Z [00:03:20.415]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.4685290Z [00:03:20.415]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.4685715Z [00:03:20.415]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.4686027Z [00:03:20.415]➜  EOF
2025-08-20T21:11:53.4689167Z [00:03:20.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquery;$WORK/b785=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery -lang=go1.21 -complete -installsuffix shared -buildid N8XHNlJ1AB3HGcAP9ad4/N8XHNlJ1AB3HGcAP9ad4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquery/async_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquery/response.go
2025-08-20T21:11:53.4691922Z [00:03:20.417]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:11:53.4692576Z [00:03:20.418]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/67/675d5bbf239b37b641ecd4272c3f7f8f188e8de9012ac814a324133a60d5fcfb-d # internal
2025-08-20T21:11:53.4693264Z [00:03:20.419]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete
2025-08-20T21:11:53.4693657Z [00:03:20.419]➜  mkdir -p $WORK/b787/
2025-08-20T21:11:53.4694031Z [00:03:20.420]➜  cat >/tmp/go-build2720400589/b787/importcfg << 'EOF' # internal
2025-08-20T21:11:53.4694541Z [00:03:20.420]➜  # import config
2025-08-20T21:11:53.4694886Z [00:03:20.420]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.4695338Z [00:03:20.420]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.4695779Z [00:03:20.420]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.4696190Z [00:03:20.420]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.4696807Z [00:03:20.420]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.4697580Z [00:03:20.420]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.4698140Z [00:03:20.420]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.4698741Z [00:03:20.420]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.4699251Z [00:03:20.420]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.4699750Z [00:03:20.420]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.4700248Z [00:03:20.420]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.4700564Z [00:03:20.420]➜  EOF
2025-08-20T21:11:53.4703462Z [00:03:20.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerydelete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerydelete;$WORK/b787=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete -lang=go1.21 -complete -installsuffix shared -buildid aOjcaQBueKXYJmc2Q46V/aOjcaQBueKXYJmc2Q46V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerydelete/async_query_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerydelete/response.go
2025-08-20T21:11:53.5154941Z [00:03:20.473]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:11:53.5168590Z [00:03:20.474]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/48/48d105a7a45a21ca94cdfad39b8d2cac5df3013b8a57f41c3718f593743a87d4-d # internal
2025-08-20T21:11:53.5195923Z [00:03:20.475]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget
2025-08-20T21:11:53.5198681Z [00:03:20.475]➜  mkdir -p $WORK/b788/
2025-08-20T21:11:53.5199638Z [00:03:20.475]➜  cat >/tmp/go-build2720400589/b788/importcfg << 'EOF' # internal
2025-08-20T21:11:53.5200003Z [00:03:20.475]➜  # import config
2025-08-20T21:11:53.5200358Z [00:03:20.475]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.5200822Z [00:03:20.475]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.5201284Z [00:03:20.475]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.5201711Z [00:03:20.475]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.5202348Z [00:03:20.475]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.5203126Z [00:03:20.475]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.5203843Z [00:03:20.475]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.5204351Z [00:03:20.475]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.5204844Z [00:03:20.475]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.5205267Z [00:03:20.475]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.5205694Z [00:03:20.475]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.5206016Z [00:03:20.475]➜  EOF
2025-08-20T21:11:53.5208841Z [00:03:20.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncqueryget=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncqueryget;$WORK/b788=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget -lang=go1.21 -complete -installsuffix shared -buildid xLIci-86X35dpI9py1_f/xLIci-86X35dpI9py1_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncqueryget/async_query_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncqueryget/response.go
2025-08-20T21:11:53.5369258Z [00:03:20.495]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:11:53.5382178Z [00:03:20.496]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/93/934c1ce5fd8291afde26131f5569a5af589d1bec5cbed134df6293d780581af7-d # internal
2025-08-20T21:11:53.5390530Z [00:03:20.496]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop
2025-08-20T21:11:53.5390965Z [00:03:20.496]➜  mkdir -p $WORK/b789/
2025-08-20T21:11:53.5408495Z [00:03:20.499]➜  cat >/tmp/go-build2720400589/b789/importcfg << 'EOF' # internal
2025-08-20T21:11:53.5409465Z [00:03:20.499]➜  # import config
2025-08-20T21:11:53.5410254Z [00:03:20.499]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.5411059Z [00:03:20.499]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.5411693Z [00:03:20.499]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.5412204Z [00:03:20.499]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.5414973Z [00:03:20.499]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.5415941Z [00:03:20.499]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.5416880Z [00:03:20.499]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.5417656Z [00:03:20.499]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.5418707Z [00:03:20.499]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.5419331Z [00:03:20.499]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.5419766Z [00:03:20.499]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.5420085Z [00:03:20.499]➜  EOF
2025-08-20T21:11:53.5422958Z [00:03:20.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerystop=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerystop;$WORK/b789=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop -lang=go1.21 -complete -installsuffix shared -buildid BJ9FvbGvRz91gPlfiFYX/BJ9FvbGvRz91gPlfiFYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerystop/async_query_stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/asyncquerystop/response.go
2025-08-20T21:11:53.5486582Z [00:03:20.505]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:11:53.5488414Z [00:03:20.507]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/9c/9c93b21aa43140582a84289af33fe6130ce93cbcedd7ba8f9c8e9ef46e9be192-d # internal
2025-08-20T21:11:53.5492471Z [00:03:20.507]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/query
2025-08-20T21:11:53.5492870Z [00:03:20.507]➜  mkdir -p $WORK/b790/
2025-08-20T21:11:53.5493251Z [00:03:20.507]➜  cat >/tmp/go-build2720400589/b790/importcfg << 'EOF' # internal
2025-08-20T21:11:53.5493594Z [00:03:20.507]➜  # import config
2025-08-20T21:11:53.5493947Z [00:03:20.507]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.5494528Z [00:03:20.507]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.5495249Z [00:03:20.507]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.5495810Z [00:03:20.507]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.5496243Z [00:03:20.507]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.5498052Z [00:03:20.507]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.5499196Z [00:03:20.507]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.5500517Z [00:03:20.507]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build2720400589/b786/_pkg_.a
2025-08-20T21:11:53.5501465Z [00:03:20.507]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.5501971Z [00:03:20.507]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.5502408Z [00:03:20.507]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.5502843Z [00:03:20.507]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.5503272Z [00:03:20.507]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.5503596Z [00:03:20.507]➜  EOF
2025-08-20T21:11:53.5507186Z [00:03:20.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query;$WORK/b790=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/query -lang=go1.21 -complete -installsuffix shared -buildid PmlGDNm8Jtm2y1jLnVdb/PmlGDNm8Jtm2y1jLnVdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/esql/query/response.go
2025-08-20T21:11:53.5717248Z [00:03:20.530]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:11:53.5730828Z [00:03:20.531]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/bd/bdf7b4dd2087b3b6a5be4dbc90bee7b0276660813e7b6b4d798f38c4320b08f2-d # internal
2025-08-20T21:11:53.5739209Z [00:03:20.532]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures
2025-08-20T21:11:53.5746871Z [00:03:20.533]➜  mkdir -p $WORK/b791/
2025-08-20T21:11:53.5757066Z [00:03:20.534]➜  cat >/tmp/go-build2720400589/b791/importcfg << 'EOF' # internal
2025-08-20T21:11:53.5759404Z [00:03:20.534]➜  # import config
2025-08-20T21:11:53.5759789Z [00:03:20.534]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.5760258Z [00:03:20.534]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.5760714Z [00:03:20.534]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.5761132Z [00:03:20.534]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.5761770Z [00:03:20.534]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.5762549Z [00:03:20.534]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.5763110Z [00:03:20.534]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.5763527Z [00:03:20.534]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.5763959Z [00:03:20.534]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.5764601Z [00:03:20.534]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.5765057Z [00:03:20.534]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.5765377Z [00:03:20.534]➜  EOF
2025-08-20T21:11:53.5779121Z [00:03:20.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/getfeatures=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/getfeatures;$WORK/b791=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures -lang=go1.21 -complete -installsuffix shared -buildid 2e6wAOsZRDnSA7_GRe3B/2e6wAOsZRDnSA7_GRe3B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/getfeatures/get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/getfeatures/response.go
2025-08-20T21:11:53.5800932Z [00:03:20.536]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:11:53.5808674Z [00:03:20.539]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/3e/3e1f82d679ced5d8c2acbd11d42a8632e3630eb1f4d70342eeb9f8d6670bab5b-d # internal
2025-08-20T21:11:53.5809582Z [00:03:20.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures
2025-08-20T21:11:53.5810092Z [00:03:20.539]➜  mkdir -p $WORK/b792/
2025-08-20T21:11:53.5810600Z [00:03:20.539]➜  cat >/tmp/go-build2720400589/b792/importcfg << 'EOF' # internal
2025-08-20T21:11:53.5811091Z [00:03:20.539]➜  # import config
2025-08-20T21:11:53.5811548Z [00:03:20.539]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.5812098Z [00:03:20.539]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.5812647Z [00:03:20.539]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.5813146Z [00:03:20.539]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.5813879Z [00:03:20.539]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.5815267Z [00:03:20.539]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.5815944Z [00:03:20.539]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.5816646Z [00:03:20.539]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.5817217Z [00:03:20.539]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.5817811Z [00:03:20.539]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.5818376Z [00:03:20.539]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.5818848Z [00:03:20.539]➜  EOF
2025-08-20T21:11:53.5821917Z [00:03:20.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/resetfeatures=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/resetfeatures;$WORK/b792=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures -lang=go1.21 -complete -installsuffix shared -buildid RXzy9dohuYfKG7K5miGC/RXzy9dohuYfKG7K5miGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/resetfeatures/reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/features/resetfeatures/response.go
2025-08-20T21:11:53.6038231Z [00:03:20.561]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:11:53.6062739Z [00:03:20.564]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/9a/9a0ffb95fd95ec1d297825ebc4815dce6b313f5277ef9d5d552ba2836f323143-d # internal
2025-08-20T21:11:53.6070530Z [00:03:20.565]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints
2025-08-20T21:11:53.6078985Z [00:03:20.565]➜  mkdir -p $WORK/b793/
2025-08-20T21:11:53.6079436Z [00:03:20.565]➜  cat >/tmp/go-build2720400589/b793/importcfg << 'EOF' # internal
2025-08-20T21:11:53.6079791Z [00:03:20.565]➜  # import config
2025-08-20T21:11:53.6080347Z [00:03:20.565]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.6080872Z [00:03:20.565]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.6081331Z [00:03:20.565]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.6081746Z [00:03:20.565]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.6082377Z [00:03:20.565]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.6083162Z [00:03:20.565]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.6083726Z [00:03:20.565]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.6084239Z [00:03:20.565]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.6084885Z [00:03:20.565]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.6085322Z [00:03:20.565]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.6085751Z [00:03:20.565]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.6086076Z [00:03:20.565]➜  EOF
2025-08-20T21:11:53.6090055Z [00:03:20.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/globalcheckpoints=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/globalcheckpoints;$WORK/b793=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints -lang=go1.21 -complete -installsuffix shared -buildid N20IRYWKZLGDwkOk0wWM/N20IRYWKZLGDwkOk0wWM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/globalcheckpoints/global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/globalcheckpoints/response.go
2025-08-20T21:11:53.6225546Z [00:03:20.578]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:11:53.6231483Z [00:03:20.580]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/51/511496b99606dafd22c03df4688224fa0d05d46be2a46958f8ac06827b68f4ff-d # internal
2025-08-20T21:11:53.6232386Z [00:03:20.580]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch
2025-08-20T21:11:53.6232765Z [00:03:20.580]➜  mkdir -p $WORK/b794/
2025-08-20T21:11:53.6233139Z [00:03:20.580]➜  cat >/tmp/go-build2720400589/b794/importcfg << 'EOF' # internal
2025-08-20T21:11:53.6233481Z [00:03:20.580]➜  # import config
2025-08-20T21:11:53.6233817Z [00:03:20.580]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.6234365Z [00:03:20.580]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.6234899Z [00:03:20.580]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.6235340Z [00:03:20.580]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.6235761Z [00:03:20.580]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.6236382Z [00:03:20.580]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.6237164Z [00:03:20.580]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.6238012Z [00:03:20.580]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.6238918Z [00:03:20.580]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:53.6239550Z [00:03:20.580]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.6240119Z [00:03:20.580]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.6240694Z [00:03:20.580]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.6241203Z [00:03:20.580]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.6241641Z [00:03:20.580]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.6241958Z [00:03:20.580]➜  EOF
2025-08-20T21:11:53.6245189Z [00:03:20.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/msearch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/msearch;$WORK/b794=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch -lang=go1.21 -complete -installsuffix shared -buildid n91UXAHRT9hJygx3z_na/n91UXAHRT9hJygx3z_na -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/msearch/response.go
2025-08-20T21:11:53.6401465Z [00:03:20.598]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:11:53.6419592Z [00:03:20.600]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/79/792faf62cbba593554b99a32497906137bf43de18535070f9471469f77463339-d # internal
2025-08-20T21:11:53.6430499Z [00:03:20.600]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search
2025-08-20T21:11:53.6430907Z [00:03:20.600]➜  mkdir -p $WORK/b796/
2025-08-20T21:11:53.6431283Z [00:03:20.600]➜  cat >/tmp/go-build2720400589/b796/importcfg << 'EOF' # internal
2025-08-20T21:11:53.6431626Z [00:03:20.600]➜  # import config
2025-08-20T21:11:53.6431974Z [00:03:20.600]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.6432645Z [00:03:20.600]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.6433099Z [00:03:20.600]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.6433559Z [00:03:20.600]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.6433971Z [00:03:20.600]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.6434873Z [00:03:20.600]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.6435659Z [00:03:20.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.6436514Z [00:03:20.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.6437420Z [00:03:20.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:53.6438306Z [00:03:20.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:11:53.6439204Z [00:03:20.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2720400589/b598/_pkg_.a
2025-08-20T21:11:53.6439843Z [00:03:20.600]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.6440259Z [00:03:20.600]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.6440691Z [00:03:20.600]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.6441117Z [00:03:20.600]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.6441542Z [00:03:20.600]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.6441857Z [00:03:20.600]➜  EOF
2025-08-20T21:11:53.6445135Z [00:03:20.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/search=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/search;$WORK/b796=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search -lang=go1.21 -complete -installsuffix shared -buildid MorrspX-K9WQzZJsENds/MorrspX-K9WQzZJsENds -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/fleet/search/search.go
2025-08-20T21:11:53.6730361Z [00:03:20.631]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:11:53.6740019Z [00:03:20.632]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/c5/c59840e7a5c4eae362925d11389008076a719c0e55e13d23f8e3439fa8641290-d # internal
2025-08-20T21:11:53.6756006Z [00:03:20.633]➜  github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore
2025-08-20T21:11:53.6757045Z [00:03:20.634]➜  mkdir -p $WORK/b797/
2025-08-20T21:11:53.6765182Z [00:03:20.634]➜  cat >/tmp/go-build2720400589/b797/importcfg << 'EOF' # internal
2025-08-20T21:11:53.6765585Z [00:03:20.634]➜  # import config
2025-08-20T21:11:53.6765952Z [00:03:20.634]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.6766388Z [00:03:20.634]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.6766838Z [00:03:20.634]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.6767284Z [00:03:20.634]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.6767698Z [00:03:20.634]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.6768323Z [00:03:20.634]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.6769106Z [00:03:20.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.6769906Z [00:03:20.634]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.6770328Z [00:03:20.634]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.6770756Z [00:03:20.634]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.6771369Z [00:03:20.634]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.6771799Z [00:03:20.634]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.6772115Z [00:03:20.634]➜  EOF
2025-08-20T21:11:53.6775404Z [00:03:20.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/graph/explore=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/graph/explore;$WORK/b797=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore -lang=go1.21 -complete -installsuffix shared -buildid 6ODmeidVXa72Ngcpn5J0/6ODmeidVXa72Ngcpn5J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/graph/explore/explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/graph/explore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/graph/explore/response.go
2025-08-20T21:11:53.6794105Z [00:03:20.637]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:11:53.6823493Z [00:03:20.640]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/ac/acfd994ff4f60637564c756cf5d5522bd402e5473eab79cdfe2080544e82a6bb-d # internal
2025-08-20T21:11:53.6829610Z [00:03:20.641]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle
2025-08-20T21:11:53.6835552Z [00:03:20.641]➜  mkdir -p $WORK/b798/
2025-08-20T21:11:53.6835976Z [00:03:20.641]➜  cat >/tmp/go-build2720400589/b798/importcfg << 'EOF' # internal
2025-08-20T21:11:53.6836332Z [00:03:20.641]➜  # import config
2025-08-20T21:11:53.6836677Z [00:03:20.641]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.6837345Z [00:03:20.641]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.6837852Z [00:03:20.641]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.6838272Z [00:03:20.641]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.6838896Z [00:03:20.641]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.6839675Z [00:03:20.641]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.6840240Z [00:03:20.641]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.6840655Z [00:03:20.641]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.6841175Z [00:03:20.641]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.6841692Z [00:03:20.641]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.6842124Z [00:03:20.641]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.6842436Z [00:03:20.641]➜  EOF
2025-08-20T21:11:53.6845459Z [00:03:20.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/deletelifecycle;$WORK/b798=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle -lang=go1.21 -complete -installsuffix shared -buildid zeKyC4TgbWM0Xtzl0kqb/zeKyC4TgbWM0Xtzl0kqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/deletelifecycle/response.go
2025-08-20T21:11:53.7004880Z [00:03:20.658]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:11:53.7018005Z [00:03:20.659]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/67/67156e6d4caea4e49120f35820984cec4e2cf74af1cddad6b66f11e733bb51bd-d # internal
2025-08-20T21:11:53.7028227Z [00:03:20.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle
2025-08-20T21:11:53.7028894Z [00:03:20.660]➜  mkdir -p $WORK/b799/
2025-08-20T21:11:53.7029273Z [00:03:20.661]➜  cat >/tmp/go-build2720400589/b799/importcfg << 'EOF' # internal
2025-08-20T21:11:53.7029618Z [00:03:20.661]➜  # import config
2025-08-20T21:11:53.7029954Z [00:03:20.661]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.7030376Z [00:03:20.661]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.7030826Z [00:03:20.661]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.7031277Z [00:03:20.661]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.7031698Z [00:03:20.661]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.7032323Z [00:03:20.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.7033101Z [00:03:20.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.7033665Z [00:03:20.661]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.7034081Z [00:03:20.661]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.7037952Z [00:03:20.661]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.7038399Z [00:03:20.661]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.7038829Z [00:03:20.661]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.7039157Z [00:03:20.661]➜  EOF
2025-08-20T21:11:53.7042194Z [00:03:20.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/explainlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/explainlifecycle;$WORK/b799=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle -lang=go1.21 -complete -installsuffix shared -buildid Pd99s7i2h75OdcZmW8X9/Pd99s7i2h75OdcZmW8X9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/explainlifecycle/explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/explainlifecycle/response.go
2025-08-20T21:11:53.7558255Z [00:03:20.711]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:11:53.7564148Z [00:03:20.714]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/a6/a625a929890f51b2ba992835f00e3786d4db494e62de69522968413ac28eefae-d # internal
2025-08-20T21:11:53.7565038Z [00:03:20.714]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle
2025-08-20T21:11:53.7565427Z [00:03:20.714]➜  mkdir -p $WORK/b800/
2025-08-20T21:11:53.7565811Z [00:03:20.714]➜  cat >/tmp/go-build2720400589/b800/importcfg << 'EOF' # internal
2025-08-20T21:11:53.7566155Z [00:03:20.714]➜  # import config
2025-08-20T21:11:53.7566510Z [00:03:20.714]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.7566960Z [00:03:20.714]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.7567402Z [00:03:20.714]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.7567810Z [00:03:20.714]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.7568435Z [00:03:20.714]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.7569221Z [00:03:20.714]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.7570030Z [00:03:20.714]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.7570456Z [00:03:20.714]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.7570888Z [00:03:20.714]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.7571541Z [00:03:20.714]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.7571968Z [00:03:20.714]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.7572282Z [00:03:20.714]➜  EOF
2025-08-20T21:11:53.7575181Z [00:03:20.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getlifecycle;$WORK/b800=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle -lang=go1.21 -complete -installsuffix shared -buildid HtG-05Usv6M_7SHwgGP8/HtG-05Usv6M_7SHwgGP8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getlifecycle/response.go
2025-08-20T21:11:53.7650398Z [00:03:20.723]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:11:53.7710872Z [00:03:20.729]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/3b/3b7b3dc3d055b8f9763e9c5acb83df8664e304e962602acb466b5e66a77b5f13-d # internal
2025-08-20T21:11:53.7719024Z [00:03:20.729]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus
2025-08-20T21:11:53.7719435Z [00:03:20.729]➜  mkdir -p $WORK/b801/
2025-08-20T21:11:53.7727246Z [00:03:20.731]➜  cat >/tmp/go-build2720400589/b801/importcfg << 'EOF' # internal
2025-08-20T21:11:53.7730535Z [00:03:20.731]➜  # import config
2025-08-20T21:11:53.7732239Z [00:03:20.731]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.7732963Z [00:03:20.731]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.7735078Z [00:03:20.731]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.7735579Z [00:03:20.731]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.7736222Z [00:03:20.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.7736999Z [00:03:20.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.7737889Z [00:03:20.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2720400589/b536/_pkg_.a
2025-08-20T21:11:53.7738566Z [00:03:20.731]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.7739103Z [00:03:20.731]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.7739601Z [00:03:20.731]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.7740032Z [00:03:20.731]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.7740456Z [00:03:20.731]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.7740772Z [00:03:20.731]➜  EOF
2025-08-20T21:11:53.7743454Z [00:03:20.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getstatus;$WORK/b801=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus -lang=go1.21 -complete -installsuffix shared -buildid j0991TJZyjtUtGwF-g2f/j0991TJZyjtUtGwF-g2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/getstatus/response.go
2025-08-20T21:11:53.7962253Z [00:03:20.754]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:11:53.7979601Z [00:03:20.756]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/f0/f0fc7ba36dc3dfeede34f09603b89eaeba4c9cb2b17fa2cf37f0ded174233aef-d # internal
2025-08-20T21:11:53.7988569Z [00:03:20.757]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers
2025-08-20T21:11:53.7994832Z [00:03:20.757]➜  mkdir -p $WORK/b802/
2025-08-20T21:11:53.8005837Z [00:03:20.758]➜  cat >/tmp/go-build2720400589/b802/importcfg << 'EOF' # internal
2025-08-20T21:11:53.8006351Z [00:03:20.758]➜  # import config
2025-08-20T21:11:53.8006708Z [00:03:20.758]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.8007136Z [00:03:20.758]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.8007604Z [00:03:20.758]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.8008057Z [00:03:20.758]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.8008474Z [00:03:20.758]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.8009097Z [00:03:20.758]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.8009882Z [00:03:20.758]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.8010444Z [00:03:20.758]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.8010859Z [00:03:20.758]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.8011288Z [00:03:20.758]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.8011711Z [00:03:20.758]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.8012141Z [00:03:20.758]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.8012467Z [00:03:20.758]➜  EOF
2025-08-20T21:11:53.8025255Z [00:03:20.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/migratetodatatiers=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/migratetodatatiers;$WORK/b802=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers -lang=go1.21 -complete -installsuffix shared -buildid _jDF0O5hURYQOWWXlMeG/_jDF0O5hURYQOWWXlMeG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/migratetodatatiers/migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/migratetodatatiers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/migratetodatatiers/response.go
2025-08-20T21:11:53.8482827Z [00:03:20.806]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:11:53.8494164Z [00:03:20.807]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/37/37877a7ca31c34398d968d7c4f2b9877d73aac0a2221bc6fd802a6a469108334-d # internal
2025-08-20T21:11:53.8502902Z [00:03:20.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep
2025-08-20T21:11:53.8503359Z [00:03:20.808]➜  mkdir -p $WORK/b803/
2025-08-20T21:11:53.8503751Z [00:03:20.808]➜  cat >/tmp/go-build2720400589/b803/importcfg << 'EOF' # internal
2025-08-20T21:11:53.8504096Z [00:03:20.808]➜  # import config
2025-08-20T21:11:53.8504667Z [00:03:20.808]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.8505103Z [00:03:20.808]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.8505557Z [00:03:20.808]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.8505999Z [00:03:20.808]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.8506462Z [00:03:20.808]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.8507386Z [00:03:20.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.8508176Z [00:03:20.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.8508912Z [00:03:20.808]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.8509334Z [00:03:20.808]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.8509766Z [00:03:20.808]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.8510191Z [00:03:20.808]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.8510619Z [00:03:20.808]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.8510935Z [00:03:20.808]➜  EOF
2025-08-20T21:11:53.8514035Z [00:03:20.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/movetostep=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/movetostep;$WORK/b803=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep -lang=go1.21 -complete -installsuffix shared -buildid mPMWNa-Mvoh7ASZ6Ha1t/mPMWNa-Mvoh7ASZ6Ha1t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/movetostep/move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/movetostep/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/movetostep/response.go
2025-08-20T21:11:53.8530903Z [00:03:20.811]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:11:53.8611509Z [00:03:20.819]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/39/393f3ac3b181035c445ad86f86234a473615c60fff98cd6f5824f571d5510796-d # internal
2025-08-20T21:11:53.8620356Z [00:03:20.820]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle
2025-08-20T21:11:53.8632465Z [00:03:20.820]➜  mkdir -p $WORK/b804/
2025-08-20T21:11:53.8633102Z [00:03:20.820]➜  cat >/tmp/go-build2720400589/b804/importcfg << 'EOF' # internal
2025-08-20T21:11:53.8633506Z [00:03:20.820]➜  # import config
2025-08-20T21:11:53.8633855Z [00:03:20.820]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.8634495Z [00:03:20.820]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.8635061Z [00:03:20.820]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.8635511Z [00:03:20.820]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.8635924Z [00:03:20.820]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.8636548Z [00:03:20.820]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.8637336Z [00:03:20.820]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.8637908Z [00:03:20.820]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.8638331Z [00:03:20.820]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.8638759Z [00:03:20.820]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.8639447Z [00:03:20.820]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.8655996Z [00:03:20.820]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.8656459Z [00:03:20.820]➜  EOF
2025-08-20T21:11:53.8661638Z [00:03:20.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/putlifecycle;$WORK/b804=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle -lang=go1.21 -complete -installsuffix shared -buildid plKuJYIw4Lv63Bf-3s3d/plKuJYIw4Lv63Bf-3s3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/putlifecycle/response.go
2025-08-20T21:11:53.8888531Z [00:03:20.847]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:11:53.8918308Z [00:03:20.850]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/0c/0caded9b01502abf5624e0c49452758bd0d1d249bc40a6179b2047d3f3e8c8f7-d # internal
2025-08-20T21:11:53.8930098Z [00:03:20.851]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy
2025-08-20T21:11:53.8933694Z [00:03:20.851]➜  mkdir -p $WORK/b805/
2025-08-20T21:11:53.8945381Z [00:03:20.852]➜  cat >/tmp/go-build2720400589/b805/importcfg << 'EOF' # internal
2025-08-20T21:11:53.8947443Z [00:03:20.852]➜  # import config
2025-08-20T21:11:53.8948214Z [00:03:20.852]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.8951003Z [00:03:20.852]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.8952138Z [00:03:20.852]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.8952816Z [00:03:20.852]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.8956733Z [00:03:20.852]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.8957711Z [00:03:20.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.8958284Z [00:03:20.852]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.8958926Z [00:03:20.852]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.8959434Z [00:03:20.852]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.8959863Z [00:03:20.852]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.8960390Z [00:03:20.852]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.8960758Z [00:03:20.852]➜  EOF
2025-08-20T21:11:53.8965565Z [00:03:20.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/removepolicy=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/removepolicy;$WORK/b805=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy -lang=go1.21 -complete -installsuffix shared -buildid 44jhtwNARDJ5FhOPdhnP/44jhtwNARDJ5FhOPdhnP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/removepolicy/remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/removepolicy/response.go
2025-08-20T21:11:53.9099326Z [00:03:20.868]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:11:53.9127031Z [00:03:20.871]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:11:53.9134973Z [00:03:20.871]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/fe/fe9902edab6314cf0f53deca091000c977b322bb32b8e05021ede1699934b35f-d # internal
2025-08-20T21:11:53.9139145Z [00:03:20.872]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry
2025-08-20T21:11:53.9148060Z [00:03:20.872]➜  mkdir -p $WORK/b806/
2025-08-20T21:11:53.9154448Z [00:03:20.872]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/13/13f6a95ec39029e7e5fd9242672d04d0973f5b6e76d33a427c9ca73abbf97cc8-d # internal
2025-08-20T21:11:53.9155343Z [00:03:20.872]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start
2025-08-20T21:11:53.9155723Z [00:03:20.872]➜  mkdir -p $WORK/b807/
2025-08-20T21:11:53.9156119Z [00:03:20.872]➜  cat >/tmp/go-build2720400589/b806/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9156518Z [00:03:20.872]➜  # import config
2025-08-20T21:11:53.9156863Z [00:03:20.872]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9157324Z [00:03:20.872]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9157772Z [00:03:20.872]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9158191Z [00:03:20.872]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9158821Z [00:03:20.872]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9165809Z [00:03:20.872]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9166654Z [00:03:20.872]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9167367Z [00:03:20.872]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9168051Z [00:03:20.872]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9168594Z [00:03:20.872]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9169275Z [00:03:20.872]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9169625Z [00:03:20.872]➜  EOF
2025-08-20T21:11:53.9170167Z [00:03:20.872]➜  cat >/tmp/go-build2720400589/b807/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9170684Z [00:03:20.872]➜  # import config
2025-08-20T21:11:53.9171044Z [00:03:20.872]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9171658Z [00:03:20.872]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9172111Z [00:03:20.872]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9172524Z [00:03:20.872]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9173437Z [00:03:20.872]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9174498Z [00:03:20.872]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9175411Z [00:03:20.872]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9176031Z [00:03:20.872]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9176597Z [00:03:20.872]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9177100Z [00:03:20.872]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9177726Z [00:03:20.872]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9178188Z [00:03:20.872]➜  EOF
2025-08-20T21:11:53.9181315Z [00:03:20.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/start=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/start;$WORK/b807=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start -lang=go1.21 -complete -installsuffix shared -buildid 2ZjpOIg3exxDMlYA5zf0/2ZjpOIg3exxDMlYA5zf0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/start/start.go
2025-08-20T21:11:53.9187131Z [00:03:20.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/retry=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/retry;$WORK/b806=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry -lang=go1.21 -complete -installsuffix shared -buildid v0KxYg5e6S5moWvxeJJQ/v0KxYg5e6S5moWvxeJJQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/retry/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/retry/retry.go
2025-08-20T21:11:53.9344090Z [00:03:20.892]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:11:53.9363154Z [00:03:20.894]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/6c/6c5e41b1a2532f6ddcb34c276ee147ef7f434fca2aec7143033623b2cf80978a-d # internal
2025-08-20T21:11:53.9371558Z [00:03:20.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop
2025-08-20T21:11:53.9372237Z [00:03:20.895]➜  mkdir -p $WORK/b808/
2025-08-20T21:11:53.9386938Z [00:03:20.896]➜  cat >/tmp/go-build2720400589/b808/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9387677Z [00:03:20.896]➜  # import config
2025-08-20T21:11:53.9388399Z [00:03:20.896]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9389358Z [00:03:20.896]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9389913Z [00:03:20.896]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9390353Z [00:03:20.896]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9390996Z [00:03:20.896]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9391783Z [00:03:20.896]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9392354Z [00:03:20.896]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9392777Z [00:03:20.896]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9393208Z [00:03:20.896]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9393635Z [00:03:20.896]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9394064Z [00:03:20.896]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9394781Z [00:03:20.896]➜  EOF
2025-08-20T21:11:53.9397561Z [00:03:20.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/stop=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/stop;$WORK/b808=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop -lang=go1.21 -complete -installsuffix shared -buildid 1AjE70IXa6Y9TgzRR2s6/1AjE70IXa6Y9TgzRR2s6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ilm/stop/stop.go
2025-08-20T21:11:53.9806946Z [00:03:20.938]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:11:53.9821776Z [00:03:20.940]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/83/83746e905a99e1dc2c0571fb81e2f4c0a4522d3294a206d0b4717d501aa4b097-d # internal
2025-08-20T21:11:53.9823716Z [00:03:20.940]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock
2025-08-20T21:11:53.9824991Z [00:03:20.940]➜  mkdir -p $WORK/b809/
2025-08-20T21:11:53.9825424Z [00:03:20.940]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:11:53.9835490Z [00:03:20.941]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/10/10e15d1acf748bb7f5566b050d081a76adb48428dd3ee2954016661d3138e3ca-d # internal
2025-08-20T21:11:53.9843111Z [00:03:20.942]➜  cat >/tmp/go-build2720400589/b809/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9843846Z [00:03:20.942]➜  # import config
2025-08-20T21:11:53.9844692Z [00:03:20.942]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9845488Z [00:03:20.942]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9846321Z [00:03:20.942]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9846909Z [00:03:20.942]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9847767Z [00:03:20.942]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9848868Z [00:03:20.942]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9849963Z [00:03:20.942]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:53.9851089Z [00:03:20.942]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9851728Z [00:03:20.942]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9852286Z [00:03:20.942]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9852826Z [00:03:20.942]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9865599Z [00:03:20.942]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9866001Z [00:03:20.942]➜  EOF
2025-08-20T21:11:53.9868853Z [00:03:20.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/addblock=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/addblock;$WORK/b809=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock -lang=go1.21 -complete -installsuffix shared -buildid G3mCQJJW8YlNvAxLA0qJ/G3mCQJJW8YlNvAxLA0qJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/addblock/add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/addblock/response.go
2025-08-20T21:11:53.9871325Z [00:03:20.942]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:11:53.9873939Z [00:03:20.945]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/cf/cf7bea282856386d2d739d9becc73f44465dd8ae6b812628a7d84c0266948053-d # internal
2025-08-20T21:11:53.9875254Z [00:03:20.945]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze
2025-08-20T21:11:53.9875735Z [00:03:20.945]➜  mkdir -p $WORK/b810/
2025-08-20T21:11:53.9876211Z [00:03:20.945]➜  cat >/tmp/go-build2720400589/b810/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9876654Z [00:03:20.945]➜  # import config
2025-08-20T21:11:53.9876999Z [00:03:20.945]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:53.9877430Z [00:03:20.945]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9877882Z [00:03:20.945]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9878337Z [00:03:20.945]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9878750Z [00:03:20.945]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9879382Z [00:03:20.945]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9880170Z [00:03:20.945]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9880954Z [00:03:20.945]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9881389Z [00:03:20.945]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9881819Z [00:03:20.945]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9882408Z [00:03:20.945]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9882859Z [00:03:20.945]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9883173Z [00:03:20.945]➜  EOF
2025-08-20T21:11:53.9886442Z [00:03:20.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/analyze=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/analyze;$WORK/b810=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze -lang=go1.21 -complete -installsuffix shared -buildid tgn2W0hbcSJxDbf0oJHj/tgn2W0hbcSJxDbf0oJHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/analyze/analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/analyze/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/analyze/response.go
2025-08-20T21:11:53.9889362Z [00:03:20.945]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex
2025-08-20T21:11:53.9889778Z [00:03:20.945]➜  mkdir -p $WORK/b811/
2025-08-20T21:11:53.9890174Z [00:03:20.946]➜  cat >/tmp/go-build2720400589/b811/importcfg << 'EOF' # internal
2025-08-20T21:11:53.9890518Z [00:03:20.946]➜  # import config
2025-08-20T21:11:53.9890859Z [00:03:20.946]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:53.9891319Z [00:03:20.946]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:53.9891776Z [00:03:20.946]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:53.9892194Z [00:03:20.946]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:53.9892818Z [00:03:20.946]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:53.9893595Z [00:03:20.946]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:53.9894154Z [00:03:20.946]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:53.9894808Z [00:03:20.946]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:53.9895239Z [00:03:20.946]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:53.9895664Z [00:03:20.946]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:53.9896254Z [00:03:20.946]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:53.9896655Z [00:03:20.946]➜  EOF
2025-08-20T21:11:53.9904442Z [00:03:20.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/cancelmigratereindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/cancelmigratereindex;$WORK/b811=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex -lang=go1.21 -complete -installsuffix shared -buildid f28z0A9A9noGf7VgFLqu/f28z0A9A9noGf7VgFLqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/cancelmigratereindex/cancel_migrate_reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/cancelmigratereindex/response.go
2025-08-20T21:11:53.9987296Z [00:03:20.956]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:11:53.9995830Z [00:03:20.957]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/c2/c218fcf29c0dd94179c8baca9ddca11c2c52d70946f355af3393efb6687674b7-d # internal
2025-08-20T21:11:53.9996811Z [00:03:20.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache
2025-08-20T21:11:53.9997201Z [00:03:20.957]➜  mkdir -p $WORK/b812/
2025-08-20T21:11:54.0012137Z [00:03:20.958]➜  cat >/tmp/go-build2720400589/b812/importcfg << 'EOF' # internal
2025-08-20T21:11:54.0012839Z [00:03:20.958]➜  # import config
2025-08-20T21:11:54.0013197Z [00:03:20.958]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.0013652Z [00:03:20.958]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.0014094Z [00:03:20.958]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.0014729Z [00:03:20.958]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.0015371Z [00:03:20.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.0016155Z [00:03:20.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.0017009Z [00:03:20.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.0017655Z [00:03:20.958]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.0018071Z [00:03:20.958]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.0018504Z [00:03:20.958]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.0018931Z [00:03:20.958]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.0019356Z [00:03:20.958]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.0019667Z [00:03:20.958]➜  EOF
2025-08-20T21:11:54.0022489Z [00:03:20.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clearcache;$WORK/b812=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache -lang=go1.21 -complete -installsuffix shared -buildid wEAuTImcKh68oiDezgN3/wEAuTImcKh68oiDezgN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clearcache/response.go
2025-08-20T21:11:54.0471383Z [00:03:21.005]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:11:54.0481337Z [00:03:21.006]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/6a/6a7bfc14085d2dd3a12eb8adc607e170712fb55e31a82b9ef15fe3bebe204805-d # internal
2025-08-20T21:11:54.0490574Z [00:03:21.007]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:11:54.0500153Z [00:03:21.007]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone
2025-08-20T21:11:54.0502128Z [00:03:21.007]➜  mkdir -p $WORK/b813/
2025-08-20T21:11:54.0505794Z [00:03:21.008]➜  cat >/tmp/go-build2720400589/b813/importcfg << 'EOF' # internal
2025-08-20T21:11:54.0506609Z [00:03:21.008]➜  # import config
2025-08-20T21:11:54.0509047Z [00:03:21.008]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.0509846Z [00:03:21.008]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.0514891Z [00:03:21.008]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.0515354Z [00:03:21.008]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.0515769Z [00:03:21.008]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.0516413Z [00:03:21.008]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.0517440Z [00:03:21.008]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.0518009Z [00:03:21.008]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.0518429Z [00:03:21.008]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.0540978Z [00:03:21.008]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.0541430Z [00:03:21.008]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.0541860Z [00:03:21.008]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.0542181Z [00:03:21.008]➜  EOF
2025-08-20T21:11:54.0545390Z [00:03:21.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clone=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clone;$WORK/b813=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone -lang=go1.21 -complete -installsuffix shared -buildid CcZLjqzgh0yhqKzQsoqN/CcZLjqzgh0yhqKzQsoqN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/clone/response.go
2025-08-20T21:11:54.0568477Z [00:03:21.015]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/7a/7afdd63b338448c4c9f554c21923e05f9bbf5c2cc2df3a513d441890add49c5e-d # internal
2025-08-20T21:11:54.0575056Z [00:03:21.015]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/close
2025-08-20T21:11:54.0575467Z [00:03:21.015]➜  mkdir -p $WORK/b814/
2025-08-20T21:11:54.0576177Z [00:03:21.015]➜  cat >/tmp/go-build2720400589/b814/importcfg << 'EOF' # internal
2025-08-20T21:11:54.0576755Z [00:03:21.015]➜  # import config
2025-08-20T21:11:54.0577393Z [00:03:21.015]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.0578091Z [00:03:21.015]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.0578838Z [00:03:21.015]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.0579345Z [00:03:21.015]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.0579983Z [00:03:21.015]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.0580765Z [00:03:21.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.0581615Z [00:03:21.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.0582689Z [00:03:21.015]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.0583333Z [00:03:21.015]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.0583853Z [00:03:21.015]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.0584494Z [00:03:21.015]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.0584977Z [00:03:21.015]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.0585300Z [00:03:21.015]➜  EOF
2025-08-20T21:11:54.0587946Z [00:03:21.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/close=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/close;$WORK/b814=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/close -lang=go1.21 -complete -installsuffix shared -buildid Rk0UGIwUjHo02_K51Xz5/Rk0UGIwUjHo02_K51Xz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/close/close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/close/response.go
2025-08-20T21:11:54.0771592Z [00:03:21.035]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:11:54.0806046Z [00:03:21.038]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/c3/c384042340454af91baeff7e3d19d2b6670cf5859f5402e2d5c639c6d3e01888-d # internal
2025-08-20T21:11:54.0817083Z [00:03:21.039]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/create
2025-08-20T21:11:54.0817532Z [00:03:21.039]➜  mkdir -p $WORK/b815/
2025-08-20T21:11:54.0817911Z [00:03:21.039]➜  cat >/tmp/go-build2720400589/b815/importcfg << 'EOF' # internal
2025-08-20T21:11:54.0818258Z [00:03:21.039]➜  # import config
2025-08-20T21:11:54.0818588Z [00:03:21.039]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.0819011Z [00:03:21.039]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.0819474Z [00:03:21.039]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.0819924Z [00:03:21.039]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.0820341Z [00:03:21.039]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.0820968Z [00:03:21.039]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.0821755Z [00:03:21.039]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.0822317Z [00:03:21.039]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.0822735Z [00:03:21.039]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.0823168Z [00:03:21.039]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.0823592Z [00:03:21.039]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.0824027Z [00:03:21.039]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.0828994Z [00:03:21.039]➜  EOF
2025-08-20T21:11:54.0832096Z [00:03:21.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/create=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/create;$WORK/b815=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/create -lang=go1.21 -complete -installsuffix shared -buildid 3gMz0Mxd_HN3f0GwwTBe/3gMz0Mxd_HN3f0GwwTBe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/create/response.go
2025-08-20T21:11:54.1398109Z [00:03:21.095]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:11:54.1403023Z [00:03:21.096]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/c9/c942896bd714fba7456acd1bca5acbe1ffff265e12bb07bd0c11b91fba5ebfe6-d # internal
2025-08-20T21:11:54.1403958Z [00:03:21.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream
2025-08-20T21:11:54.1404947Z [00:03:21.098]➜  mkdir -p $WORK/b816/
2025-08-20T21:11:54.1406403Z [00:03:21.098]➜  cat >/tmp/go-build2720400589/b816/importcfg << 'EOF' # internal
2025-08-20T21:11:54.1406751Z [00:03:21.098]➜  # import config
2025-08-20T21:11:54.1407099Z [00:03:21.098]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.1407552Z [00:03:21.098]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.1407994Z [00:03:21.098]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.1408405Z [00:03:21.098]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.1409036Z [00:03:21.098]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.1410059Z [00:03:21.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.1410634Z [00:03:21.098]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.1411053Z [00:03:21.098]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.1411649Z [00:03:21.098]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.1412076Z [00:03:21.098]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.1412507Z [00:03:21.098]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.1412821Z [00:03:21.098]➜  EOF
2025-08-20T21:11:54.1415962Z [00:03:21.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createdatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createdatastream;$WORK/b816=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream -lang=go1.21 -complete -installsuffix shared -buildid tha5QrgvaRMnlEHDvBmH/tha5QrgvaRMnlEHDvBmH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createdatastream/create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createdatastream/response.go
2025-08-20T21:11:54.1455104Z [00:03:21.101]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:11:54.1455832Z [00:03:21.103]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/82/822430bad7a6bae228d107299040232d287c9de83bb9c70c74bdbfb097ef0596-d # internal
2025-08-20T21:11:54.1457654Z [00:03:21.104]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom
2025-08-20T21:11:54.1458049Z [00:03:21.104]➜  mkdir -p $WORK/b817/
2025-08-20T21:11:54.1465280Z [00:03:21.104]➜  cat >/tmp/go-build2720400589/b817/importcfg << 'EOF' # internal
2025-08-20T21:11:54.1465720Z [00:03:21.104]➜  # import config
2025-08-20T21:11:54.1466285Z [00:03:21.104]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.1466764Z [00:03:21.104]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.1467229Z [00:03:21.104]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.1467673Z [00:03:21.104]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.1468085Z [00:03:21.104]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.1468711Z [00:03:21.104]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.1469487Z [00:03:21.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.1470166Z [00:03:21.104]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.1470650Z [00:03:21.104]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.1471086Z [00:03:21.104]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.1471513Z [00:03:21.104]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.1471944Z [00:03:21.104]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.1472256Z [00:03:21.104]➜  EOF
2025-08-20T21:11:54.1484621Z [00:03:21.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createfrom=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createfrom;$WORK/b817=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom -lang=go1.21 -complete -installsuffix shared -buildid EuHPxlrtUXzkNnu6ROz5/EuHPxlrtUXzkNnu6ROz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createfrom/create_from.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createfrom/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/createfrom/response.go
2025-08-20T21:11:54.1496886Z [00:03:21.107]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:11:54.1512699Z [00:03:21.109]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/9e/9e1ed3dbd254ded5d9b76550b0c31433098134ed3283169042c89445c942ed29-d # internal
2025-08-20T21:11:54.1518146Z [00:03:21.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats
2025-08-20T21:11:54.1528087Z [00:03:21.111]➜  mkdir -p $WORK/b818/
2025-08-20T21:11:54.1537577Z [00:03:21.112]➜  cat >/tmp/go-build2720400589/b818/importcfg << 'EOF' # internal
2025-08-20T21:11:54.1538184Z [00:03:21.112]➜  # import config
2025-08-20T21:11:54.1538766Z [00:03:21.112]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.1539334Z [00:03:21.112]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.1543121Z [00:03:21.112]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.1543574Z [00:03:21.112]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.1544215Z [00:03:21.112]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.1545321Z [00:03:21.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.1547669Z [00:03:21.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.1548960Z [00:03:21.112]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.1549409Z [00:03:21.112]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.1549879Z [00:03:21.112]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.1554989Z [00:03:21.112]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.1555644Z [00:03:21.112]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.1556030Z [00:03:21.112]➜  EOF
2025-08-20T21:11:54.1559933Z [00:03:21.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/datastreamsstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/datastreamsstats;$WORK/b818=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats -lang=go1.21 -complete -installsuffix shared -buildid wijC-MHwEQCDgT2LHxRI/wijC-MHwEQCDgT2LHxRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/datastreamsstats/data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/datastreamsstats/response.go
2025-08-20T21:11:54.2170044Z [00:03:21.175]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:11:54.2190334Z [00:03:21.177]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/47/477af09757ef6ec48926038532ad9f653029c5873b378e936237df79f1c2d1a1-d # internal
2025-08-20T21:11:54.2191574Z [00:03:21.177]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete
2025-08-20T21:11:54.2193035Z [00:03:21.177]➜  mkdir -p $WORK/b819/
2025-08-20T21:11:54.2193442Z [00:03:21.177]➜  cat >/tmp/go-build2720400589/b819/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2193790Z [00:03:21.177]➜  # import config
2025-08-20T21:11:54.2194139Z [00:03:21.177]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2195005Z [00:03:21.177]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2195480Z [00:03:21.177]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2196367Z [00:03:21.177]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2197007Z [00:03:21.177]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2197792Z [00:03:21.177]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2198850Z [00:03:21.177]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.2199499Z [00:03:21.177]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2199918Z [00:03:21.177]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2200343Z [00:03:21.177]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2200775Z [00:03:21.177]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2201209Z [00:03:21.177]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2201523Z [00:03:21.177]➜  EOF
2025-08-20T21:11:54.2204237Z [00:03:21.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/delete;$WORK/b819=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete -lang=go1.21 -complete -installsuffix shared -buildid KLOCegJ7CidX8fFhl3lm/KLOCegJ7CidX8fFhl3lm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/delete/response.go
2025-08-20T21:11:54.2207474Z [00:03:21.177]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:11:54.2221469Z [00:03:21.180]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:11:54.2224240Z [00:03:21.180]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/9b/9b710bbea2272facee28c5ce98a75aad0f257e5c8076f399a063b37df5643e83-d # internal
2025-08-20T21:11:54.2228281Z [00:03:21.180]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias
2025-08-20T21:11:54.2228871Z [00:03:21.180]➜  mkdir -p $WORK/b820/
2025-08-20T21:11:54.2229566Z [00:03:21.180]➜  cat >/tmp/go-build2720400589/b820/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2230006Z [00:03:21.180]➜  # import config
2025-08-20T21:11:54.2230353Z [00:03:21.180]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2230809Z [00:03:21.180]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2231256Z [00:03:21.180]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2231672Z [00:03:21.180]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2232624Z [00:03:21.180]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2233503Z [00:03:21.180]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2234068Z [00:03:21.180]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2234746Z [00:03:21.180]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2235179Z [00:03:21.180]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2235606Z [00:03:21.180]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2236031Z [00:03:21.180]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2236346Z [00:03:21.180]➜  EOF
2025-08-20T21:11:54.2241255Z [00:03:21.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletealias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletealias;$WORK/b820=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias -lang=go1.21 -complete -installsuffix shared -buildid YQimGE25r9ej8eflPUZt/YQimGE25r9ej8eflPUZt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletealias/delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletealias/response.go
2025-08-20T21:11:54.2251524Z [00:03:21.180]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/d7/d72a0d2bbe64ec427f3d7289fd89ae9237d25aef1c72b33015c8104d7951e316-d # internal
2025-08-20T21:11:54.2252347Z [00:03:21.182]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle
2025-08-20T21:11:54.2252766Z [00:03:21.182]➜  mkdir -p $WORK/b821/
2025-08-20T21:11:54.2253110Z [00:03:21.182]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:11:54.2253535Z [00:03:21.182]➜  cat >/tmp/go-build2720400589/b821/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2253882Z [00:03:21.182]➜  # import config
2025-08-20T21:11:54.2254901Z [00:03:21.182]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2255458Z [00:03:21.182]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2255916Z [00:03:21.182]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2256331Z [00:03:21.182]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2256956Z [00:03:21.182]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2257731Z [00:03:21.182]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2258580Z [00:03:21.182]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.2259231Z [00:03:21.182]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2259985Z [00:03:21.182]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2260486Z [00:03:21.182]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2260917Z [00:03:21.182]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2261342Z [00:03:21.182]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2261960Z [00:03:21.182]➜  EOF
2025-08-20T21:11:54.2265390Z [00:03:21.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatalifecycle;$WORK/b821=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid P7UsyhL6RAeUof3l7BgC/P7UsyhL6RAeUof3l7BgC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatalifecycle/delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatalifecycle/response.go
2025-08-20T21:11:54.2273404Z [00:03:21.185]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/05/0542f8a3cb9ca405d4de1928fad9a2b429b0a73976dff36c130aedb1edfd013e-d # internal
2025-08-20T21:11:54.2279969Z [00:03:21.186]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream
2025-08-20T21:11:54.2280408Z [00:03:21.186]➜  mkdir -p $WORK/b822/
2025-08-20T21:11:54.2295008Z [00:03:21.187]➜  cat >/tmp/go-build2720400589/b822/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2295773Z [00:03:21.187]➜  # import config
2025-08-20T21:11:54.2296471Z [00:03:21.187]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2298093Z [00:03:21.187]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2298664Z [00:03:21.187]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2299092Z [00:03:21.187]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2299724Z [00:03:21.187]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2301046Z [00:03:21.187]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2301901Z [00:03:21.187]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.2302551Z [00:03:21.187]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2302969Z [00:03:21.187]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2303406Z [00:03:21.187]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2303840Z [00:03:21.187]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2304682Z [00:03:21.187]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2305081Z [00:03:21.187]➜  EOF
2025-08-20T21:11:54.2308085Z [00:03:21.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatastream;$WORK/b822=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream -lang=go1.21 -complete -installsuffix shared -buildid MqeL71bgiPN5yuyPAn0N/MqeL71bgiPN5yuyPAn0N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatastream/delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletedatastream/response.go
2025-08-20T21:11:54.2938790Z [00:03:21.252]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:11:54.2939883Z [00:03:21.252]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/b8/b8191e42057a3445dbc562e9647e161d53db5d553f672973e9e44f58fd1bd13e-d # internal
2025-08-20T21:11:54.2940749Z [00:03:21.252]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate
2025-08-20T21:11:54.2941172Z [00:03:21.252]➜  mkdir -p $WORK/b823/
2025-08-20T21:11:54.2941545Z [00:03:21.252]➜  cat >/tmp/go-build2720400589/b823/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2941889Z [00:03:21.252]➜  # import config
2025-08-20T21:11:54.2942231Z [00:03:21.252]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2942683Z [00:03:21.252]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2943261Z [00:03:21.252]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2943767Z [00:03:21.252]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2944627Z [00:03:21.252]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2945479Z [00:03:21.252]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2946050Z [00:03:21.252]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2946468Z [00:03:21.252]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2946898Z [00:03:21.252]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2947326Z [00:03:21.252]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2947755Z [00:03:21.252]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2948071Z [00:03:21.252]➜  EOF
2025-08-20T21:11:54.2951171Z [00:03:21.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deleteindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deleteindextemplate;$WORK/b823=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate -lang=go1.21 -complete -installsuffix shared -buildid Z5bSgoYgWOL4kzFuHc4q/Z5bSgoYgWOL4kzFuHc4q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deleteindextemplate/delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deleteindextemplate/response.go
2025-08-20T21:11:54.2954232Z [00:03:21.253]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:11:54.2966037Z [00:03:21.254]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/f3/f3922a5b5f810456f55bbcf6d0b716a7be89435560d35f2608bc4541a0f9125d-d # internal
2025-08-20T21:11:54.2979748Z [00:03:21.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate
2025-08-20T21:11:54.2980201Z [00:03:21.256]➜  mkdir -p $WORK/b824/
2025-08-20T21:11:54.2986624Z [00:03:21.256]➜  cat >/tmp/go-build2720400589/b824/importcfg << 'EOF' # internal
2025-08-20T21:11:54.2987143Z [00:03:21.256]➜  # import config
2025-08-20T21:11:54.2987512Z [00:03:21.256]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.2987974Z [00:03:21.256]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.2988417Z [00:03:21.256]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.2988835Z [00:03:21.256]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.2989460Z [00:03:21.256]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.2993527Z [00:03:21.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.2994123Z [00:03:21.256]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.2994910Z [00:03:21.256]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.2995408Z [00:03:21.256]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.2995848Z [00:03:21.256]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.2996278Z [00:03:21.256]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.2996595Z [00:03:21.256]➜  EOF
2025-08-20T21:11:54.3000643Z [00:03:21.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletetemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletetemplate;$WORK/b824=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate -lang=go1.21 -complete -installsuffix shared -buildid tWP3dJIteNxTX6cQA4ys/tWP3dJIteNxTX6cQA4ys -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletetemplate/delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/deletetemplate/response.go
2025-08-20T21:11:54.3015428Z [00:03:21.259]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:11:54.3024532Z [00:03:21.260]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/2b/2b5f480ee799778908880fcaf0ee78db2ea9e75ddad036d76b4a35b66ebda615-d # internal
2025-08-20T21:11:54.3032797Z [00:03:21.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage
2025-08-20T21:11:54.3033320Z [00:03:21.261]➜  mkdir -p $WORK/b825/
2025-08-20T21:11:54.3039085Z [00:03:21.262]➜  cat >/tmp/go-build2720400589/b825/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3041568Z [00:03:21.262]➜  # import config
2025-08-20T21:11:54.3043324Z [00:03:21.262]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3045315Z [00:03:21.262]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3045849Z [00:03:21.262]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3046274Z [00:03:21.262]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3047211Z [00:03:21.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3047989Z [00:03:21.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3048843Z [00:03:21.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.3049484Z [00:03:21.262]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3049903Z [00:03:21.262]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3050339Z [00:03:21.262]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3050769Z [00:03:21.262]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3051195Z [00:03:21.262]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3051516Z [00:03:21.262]➜  EOF
2025-08-20T21:11:54.3054433Z [00:03:21.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/diskusage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/diskusage;$WORK/b825=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage -lang=go1.21 -complete -installsuffix shared -buildid DMwRUg6_Jdv-y3Xmi4RJ/DMwRUg6_Jdv-y3Xmi4RJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/diskusage/disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/diskusage/response.go
2025-08-20T21:11:54.3118727Z [00:03:21.270]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:11:54.3128368Z [00:03:21.271]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/80/80c1348012259465379eeae759e4d0257ef2129e0aba7130fa4a315662fe4bd6-d # internal
2025-08-20T21:11:54.3133572Z [00:03:21.271]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample
2025-08-20T21:11:54.3135957Z [00:03:21.271]➜  mkdir -p $WORK/b826/
2025-08-20T21:11:54.3136356Z [00:03:21.271]➜  cat >/tmp/go-build2720400589/b826/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3136703Z [00:03:21.271]➜  # import config
2025-08-20T21:11:54.3137039Z [00:03:21.271]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.3137467Z [00:03:21.271]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3138096Z [00:03:21.271]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3138612Z [00:03:21.271]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3139033Z [00:03:21.271]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3139658Z [00:03:21.271]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3140441Z [00:03:21.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3141001Z [00:03:21.271]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3141418Z [00:03:21.271]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3141844Z [00:03:21.271]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3142271Z [00:03:21.271]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3142703Z [00:03:21.271]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3147363Z [00:03:21.271]➜  EOF
2025-08-20T21:11:54.3150639Z [00:03:21.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/downsample=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/downsample;$WORK/b826=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample -lang=go1.21 -complete -installsuffix shared -buildid O-1JUc5CvYXbdslhVGam/O-1JUc5CvYXbdslhVGam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/downsample/downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/downsample/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/downsample/response.go
2025-08-20T21:11:54.3589600Z [00:03:21.317]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:11:54.3602526Z [00:03:21.318]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/03/03a09ad5dc262a2353abbc86367ac8028b8edf50d06e9bff4cb8ca86b7179478-d # internal
2025-08-20T21:11:54.3608461Z [00:03:21.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle
2025-08-20T21:11:54.3611310Z [00:03:21.319]➜  mkdir -p $WORK/b831/
2025-08-20T21:11:54.3619654Z [00:03:21.320]➜  cat >/tmp/go-build2720400589/b831/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3622776Z [00:03:21.320]➜  # import config
2025-08-20T21:11:54.3623691Z [00:03:21.320]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3624222Z [00:03:21.320]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3631725Z [00:03:21.320]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3632181Z [00:03:21.320]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3632831Z [00:03:21.320]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3633854Z [00:03:21.320]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3634857Z [00:03:21.320]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3635309Z [00:03:21.320]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3635741Z [00:03:21.320]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3636168Z [00:03:21.320]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3636597Z [00:03:21.320]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3636913Z [00:03:21.320]➜  EOF
2025-08-20T21:11:54.3640170Z [00:03:21.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/explaindatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/explaindatalifecycle;$WORK/b831=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid Qoqrzm0mRk4mgCVaK9SY/Qoqrzm0mRk4mgCVaK9SY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/explaindatalifecycle/explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/explaindatalifecycle/response.go
2025-08-20T21:11:54.3717684Z [00:03:21.329]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:11:54.3732016Z [00:03:21.331]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/45/451d2f1615a7263c90275684066bfc7d07eda7999c004a1845917bbf61883c2f-d # internal
2025-08-20T21:11:54.3760185Z [00:03:21.333]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats
2025-08-20T21:11:54.3765027Z [00:03:21.333]➜  mkdir -p $WORK/b832/
2025-08-20T21:11:54.3765526Z [00:03:21.334]➜  cat >/tmp/go-build2720400589/b832/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3766404Z [00:03:21.334]➜  # import config
2025-08-20T21:11:54.3766941Z [00:03:21.334]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3767504Z [00:03:21.334]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3768332Z [00:03:21.334]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3768848Z [00:03:21.334]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3769702Z [00:03:21.334]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3770486Z [00:03:21.334]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3771342Z [00:03:21.334]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.3771990Z [00:03:21.334]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3772413Z [00:03:21.334]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3772841Z [00:03:21.334]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3773272Z [00:03:21.334]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3773697Z [00:03:21.334]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3774015Z [00:03:21.334]➜  EOF
2025-08-20T21:11:54.3777400Z [00:03:21.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/fieldusagestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/fieldusagestats;$WORK/b832=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats -lang=go1.21 -complete -installsuffix shared -buildid 9sjCzrnKe6szNpuvEVOQ/9sjCzrnKe6szNpuvEVOQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/fieldusagestats/field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/fieldusagestats/response.go
2025-08-20T21:11:54.3795697Z [00:03:21.337]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:11:54.3827588Z [00:03:21.340]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/cb/cb4233d72f669fb39dda7e83d2a92770711b2f5191aef1ddc570e421abc06277-d # internal
2025-08-20T21:11:54.3833374Z [00:03:21.341]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush
2025-08-20T21:11:54.3833775Z [00:03:21.341]➜  mkdir -p $WORK/b833/
2025-08-20T21:11:54.3834150Z [00:03:21.341]➜  cat >/tmp/go-build2720400589/b833/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3834893Z [00:03:21.341]➜  # import config
2025-08-20T21:11:54.3835305Z [00:03:21.341]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3835770Z [00:03:21.341]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3836216Z [00:03:21.341]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3836624Z [00:03:21.341]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3837256Z [00:03:21.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3838038Z [00:03:21.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3846945Z [00:03:21.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.3847616Z [00:03:21.341]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3848054Z [00:03:21.341]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3848684Z [00:03:21.341]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3849122Z [00:03:21.341]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3849671Z [00:03:21.341]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3850138Z [00:03:21.341]➜  EOF
2025-08-20T21:11:54.3852831Z [00:03:21.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/flush=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/flush;$WORK/b833=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush -lang=go1.21 -complete -installsuffix shared -buildid YYYLL8RleFH6iTfwqZ5e/YYYLL8RleFH6iTfwqZ5e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/flush/flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/flush/response.go
2025-08-20T21:11:54.3855384Z [00:03:21.342]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:11:54.3883898Z [00:03:21.346]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/2b/2b0383ef6172912726d2801da563d29bb9b473bead3d519afdb38055ba17144f-d # internal
2025-08-20T21:11:54.3886399Z [00:03:21.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge
2025-08-20T21:11:54.3888633Z [00:03:21.346]➜  mkdir -p $WORK/b834/
2025-08-20T21:11:54.3889023Z [00:03:21.346]➜  cat >/tmp/go-build2720400589/b834/importcfg << 'EOF' # internal
2025-08-20T21:11:54.3889370Z [00:03:21.346]➜  # import config
2025-08-20T21:11:54.3889716Z [00:03:21.346]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.3890168Z [00:03:21.346]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.3890791Z [00:03:21.346]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.3891297Z [00:03:21.346]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.3892002Z [00:03:21.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.3892857Z [00:03:21.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.3893711Z [00:03:21.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.3894593Z [00:03:21.346]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.3895052Z [00:03:21.346]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.3895485Z [00:03:21.346]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.3895916Z [00:03:21.346]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.3896349Z [00:03:21.346]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.3896662Z [00:03:21.346]➜  EOF
2025-08-20T21:11:54.3899451Z [00:03:21.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/forcemerge=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/forcemerge;$WORK/b834=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge -lang=go1.21 -complete -installsuffix shared -buildid J38s8Q9PIOEJ_H8JivPu/J38s8Q9PIOEJ_H8JivPu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/forcemerge/forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/forcemerge/response.go
2025-08-20T21:11:54.4363552Z [00:03:21.394]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:11:54.4375511Z [00:03:21.395]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/75/7516a5d677c13b6384e8b81bb2306541df723082ce4296475780c20b4a79b18c-d # internal
2025-08-20T21:11:54.4386044Z [00:03:21.395]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/get
2025-08-20T21:11:54.4386448Z [00:03:21.395]➜  mkdir -p $WORK/b835/
2025-08-20T21:11:54.4386837Z [00:03:21.395]➜  cat >/tmp/go-build2720400589/b835/importcfg << 'EOF' # internal
2025-08-20T21:11:54.4387184Z [00:03:21.395]➜  # import config
2025-08-20T21:11:54.4387529Z [00:03:21.395]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.4387980Z [00:03:21.395]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.4388422Z [00:03:21.395]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.4388836Z [00:03:21.395]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.4389466Z [00:03:21.395]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.4390256Z [00:03:21.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.4391112Z [00:03:21.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.4392010Z [00:03:21.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2720400589/b479/_pkg_.a
2025-08-20T21:11:54.4392622Z [00:03:21.395]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.4393047Z [00:03:21.395]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.4393479Z [00:03:21.395]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.4393905Z [00:03:21.395]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.4395493Z [00:03:21.395]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.4395916Z [00:03:21.395]➜  EOF
2025-08-20T21:11:54.4398623Z [00:03:21.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/get;$WORK/b835=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/get -lang=go1.21 -complete -installsuffix shared -buildid uPSPgbKJ8sRkV_28vUBy/uPSPgbKJ8sRkV_28vUBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/get/response.go
2025-08-20T21:11:54.4491689Z [00:03:21.407]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:11:54.4509718Z [00:03:21.409]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/6c/6c5a5e3a2eacbcc6caf52384579f25ac65f4df9668e26a1cec37fae06f30e25a-d # internal
2025-08-20T21:11:54.4518795Z [00:03:21.409]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias
2025-08-20T21:11:54.4519242Z [00:03:21.409]➜  mkdir -p $WORK/b836/
2025-08-20T21:11:54.4522364Z [00:03:21.410]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:11:54.4526739Z [00:03:21.411]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:11:54.4534231Z [00:03:21.411]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/86/86ed703bc1f9a887a48edc72923fb1ec23afc045025c68bc11d1d555bab74307-d # internal
2025-08-20T21:11:54.4535710Z [00:03:21.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle
2025-08-20T21:11:54.4536151Z [00:03:21.411]➜  mkdir -p $WORK/b837/
2025-08-20T21:11:54.4540589Z [00:03:21.412]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/a4/a4cf0cd77f1a2db43a68a03df21bf383e72d352f3d1db03a749da2aebe2dff77-d # internal
2025-08-20T21:11:54.4542227Z [00:03:21.412]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats
2025-08-20T21:11:54.4544132Z [00:03:21.412]➜  mkdir -p $WORK/b838/
2025-08-20T21:11:54.4548257Z [00:03:21.413]➜  cat >/tmp/go-build2720400589/b836/importcfg << 'EOF' # internal
2025-08-20T21:11:54.4548683Z [00:03:21.413]➜  # import config
2025-08-20T21:11:54.4549487Z [00:03:21.413]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.4550144Z [00:03:21.413]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.4550634Z [00:03:21.413]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.4551091Z [00:03:21.413]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.4551512Z [00:03:21.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.4552283Z [00:03:21.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.4555174Z [00:03:21.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.4556122Z [00:03:21.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.4556770Z [00:03:21.413]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.4557195Z [00:03:21.413]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.4557625Z [00:03:21.413]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.4558101Z [00:03:21.413]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.4558528Z [00:03:21.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.4558844Z [00:03:21.413]➜  EOF
2025-08-20T21:11:54.4560147Z [00:03:21.413]➜  cat >/tmp/go-build2720400589/b837/importcfg << 'EOF' # internal
2025-08-20T21:11:54.4560978Z [00:03:21.413]➜  # import config
2025-08-20T21:11:54.4562147Z [00:03:21.413]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.4562729Z [00:03:21.413]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.4563293Z [00:03:21.413]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.4563778Z [00:03:21.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.4568391Z [00:03:21.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.4569330Z [00:03:21.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.4570194Z [00:03:21.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.4570846Z [00:03:21.413]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.4571278Z [00:03:21.413]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.4571965Z [00:03:21.413]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.4572398Z [00:03:21.413]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.4572825Z [00:03:21.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.4573142Z [00:03:21.413]➜  EOF
2025-08-20T21:11:54.4573643Z [00:03:21.413]➜  cat >/tmp/go-build2720400589/b838/importcfg << 'EOF' # internal
2025-08-20T21:11:54.4573994Z [00:03:21.413]➜  # import config
2025-08-20T21:11:54.4574525Z [00:03:21.413]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.4575043Z [00:03:21.413]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.4575488Z [00:03:21.413]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.4575895Z [00:03:21.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.4576521Z [00:03:21.413]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.4577308Z [00:03:21.413]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.4577873Z [00:03:21.413]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.4578289Z [00:03:21.413]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.4578722Z [00:03:21.413]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.4579147Z [00:03:21.413]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.4579570Z [00:03:21.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.4579888Z [00:03:21.413]➜  EOF
2025-08-20T21:11:54.4583006Z [00:03:21.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecyclestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecyclestats;$WORK/b838=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats -lang=go1.21 -complete -installsuffix shared -buildid 3zjh7RLpA8oYv2QGVzdc/3zjh7RLpA8oYv2QGVzdc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecyclestats/get_data_lifecycle_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecyclestats/response.go
2025-08-20T21:11:54.4588680Z [00:03:21.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getalias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getalias;$WORK/b836=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias -lang=go1.21 -complete -installsuffix shared -buildid 0bjoAjEnnbvkDhmveXBT/0bjoAjEnnbvkDhmveXBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getalias/get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getalias/response.go
2025-08-20T21:11:54.4593921Z [00:03:21.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecycle;$WORK/b837=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid Tnhi4v09jH860kyMswM1/Tnhi4v09jH860kyMswM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecycle/get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatalifecycle/response.go
2025-08-20T21:11:54.5136311Z [00:03:21.468]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:11:54.5137985Z [00:03:21.470]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/60/60e59eec220d06d2bb2876d9e0b5b877f0bb419cfcd458faf12e6dbde005d5e0-d # internal
2025-08-20T21:11:54.5139060Z [00:03:21.470]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream
2025-08-20T21:11:54.5139477Z [00:03:21.470]➜  mkdir -p $WORK/b839/
2025-08-20T21:11:54.5139857Z [00:03:21.470]➜  cat >/tmp/go-build2720400589/b839/importcfg << 'EOF' # internal
2025-08-20T21:11:54.5140202Z [00:03:21.470]➜  # import config
2025-08-20T21:11:54.5140545Z [00:03:21.470]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.5141002Z [00:03:21.470]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.5141455Z [00:03:21.470]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.5141881Z [00:03:21.470]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.5142513Z [00:03:21.470]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.5143297Z [00:03:21.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.5144180Z [00:03:21.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.5145025Z [00:03:21.470]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.5145447Z [00:03:21.470]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.5145879Z [00:03:21.470]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.5146307Z [00:03:21.470]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.5146740Z [00:03:21.470]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.5147066Z [00:03:21.470]➜  EOF
2025-08-20T21:11:54.5149960Z [00:03:21.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatastream;$WORK/b839=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream -lang=go1.21 -complete -installsuffix shared -buildid JgLGceRHHU6resN2v5bD/JgLGceRHHU6resN2v5bD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatastream/get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getdatastream/response.go
2025-08-20T21:11:54.5227917Z [00:03:21.481]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:11:54.5244815Z [00:03:21.482]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/00/00754f2506f3b6e2403a9574a8df455231e517ed749877b447e2963964ea25bf-d # internal
2025-08-20T21:11:54.5249354Z [00:03:21.483]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping
2025-08-20T21:11:54.5251951Z [00:03:21.483]➜  mkdir -p $WORK/b840/
2025-08-20T21:11:54.5270178Z [00:03:21.485]➜  cat >/tmp/go-build2720400589/b840/importcfg << 'EOF' # internal
2025-08-20T21:11:54.5271091Z [00:03:21.485]➜  # import config
2025-08-20T21:11:54.5271548Z [00:03:21.485]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.5272024Z [00:03:21.485]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.5272475Z [00:03:21.485]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.5272891Z [00:03:21.485]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.5273537Z [00:03:21.485]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.5274832Z [00:03:21.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.5275713Z [00:03:21.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.5276550Z [00:03:21.485]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.5279118Z [00:03:21.485]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.5279566Z [00:03:21.485]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.5279998Z [00:03:21.485]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.5280423Z [00:03:21.485]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.5280737Z [00:03:21.485]➜  EOF
2025-08-20T21:11:54.5283693Z [00:03:21.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getfieldmapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getfieldmapping;$WORK/b840=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping -lang=go1.21 -complete -installsuffix shared -buildid 8ZpxMfFamZ_7JaRXjuC6/8ZpxMfFamZ_7JaRXjuC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getfieldmapping/get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getfieldmapping/response.go
2025-08-20T21:11:54.5291120Z [00:03:21.487]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:11:54.5303601Z [00:03:21.488]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/d9/d96e398ac5a1a78e302e8c775cd4471b55f1cf6ca8c9de812493e701b454abd3-d # internal
2025-08-20T21:11:54.5309545Z [00:03:21.489]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate
2025-08-20T21:11:54.5311858Z [00:03:21.489]➜  mkdir -p $WORK/b841/
2025-08-20T21:11:54.5319565Z [00:03:21.490]➜  cat >/tmp/go-build2720400589/b841/importcfg << 'EOF' # internal
2025-08-20T21:11:54.5320015Z [00:03:21.490]➜  # import config
2025-08-20T21:11:54.5320368Z [00:03:21.490]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.5320839Z [00:03:21.490]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.5321282Z [00:03:21.490]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.5321696Z [00:03:21.490]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.5322315Z [00:03:21.490]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.5323318Z [00:03:21.490]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.5323972Z [00:03:21.490]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.5324577Z [00:03:21.490]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.5325167Z [00:03:21.490]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.5325675Z [00:03:21.490]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.5326117Z [00:03:21.490]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.5326429Z [00:03:21.490]➜  EOF
2025-08-20T21:11:54.5332521Z [00:03:21.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getindextemplate;$WORK/b841=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate -lang=go1.21 -complete -installsuffix shared -buildid FGj3sjz3GQ-Sd0MQ2oky/FGj3sjz3GQ-Sd0MQ2oky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getindextemplate/get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getindextemplate/response.go
2025-08-20T21:11:54.5365482Z [00:03:21.494]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:11:54.5373497Z [00:03:21.495]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/9c/9c704daee41a58eb96a8e81603073c09baf4d76294a091641182628ab8e51a47-d # internal
2025-08-20T21:11:54.5374995Z [00:03:21.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping
2025-08-20T21:11:54.5376022Z [00:03:21.496]➜  mkdir -p $WORK/b842/
2025-08-20T21:11:54.5382671Z [00:03:21.496]➜  cat >/tmp/go-build2720400589/b842/importcfg << 'EOF' # internal
2025-08-20T21:11:54.5383228Z [00:03:21.496]➜  # import config
2025-08-20T21:11:54.5383780Z [00:03:21.496]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.5384539Z [00:03:21.496]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.5385163Z [00:03:21.496]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.5385695Z [00:03:21.496]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.5386460Z [00:03:21.496]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.5387348Z [00:03:21.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.5388352Z [00:03:21.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.5389172Z [00:03:21.496]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.5389727Z [00:03:21.496]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.5390261Z [00:03:21.496]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.5390782Z [00:03:21.496]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.5391323Z [00:03:21.496]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.5391733Z [00:03:21.496]➜  EOF
2025-08-20T21:11:54.5394956Z [00:03:21.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmapping;$WORK/b842=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping -lang=go1.21 -complete -installsuffix shared -buildid sS70UfRXzh-XWpPQKUQR/sS70UfRXzh-XWpPQKUQR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmapping/get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmapping/response.go
2025-08-20T21:11:54.5967240Z [00:03:21.554]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:11:54.5997096Z [00:03:21.556]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/4f/4f41b3f7e6c74cf432e469129783e49404c72ca680c261046d4ad8cfb572639e-d # internal
2025-08-20T21:11:54.5999034Z [00:03:21.556]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus
2025-08-20T21:11:54.5999506Z [00:03:21.556]➜  mkdir -p $WORK/b843/
2025-08-20T21:11:54.5999888Z [00:03:21.556]➜  cat >/tmp/go-build2720400589/b843/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6000234Z [00:03:21.556]➜  # import config
2025-08-20T21:11:54.6000570Z [00:03:21.556]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.6000997Z [00:03:21.556]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6001462Z [00:03:21.556]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6002121Z [00:03:21.556]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6002548Z [00:03:21.556]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6003172Z [00:03:21.556]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6004116Z [00:03:21.556]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6004884Z [00:03:21.556]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6005307Z [00:03:21.556]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6005737Z [00:03:21.556]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6006163Z [00:03:21.556]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6006596Z [00:03:21.556]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6006915Z [00:03:21.556]➜  EOF
2025-08-20T21:11:54.6010110Z [00:03:21.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmigratereindexstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmigratereindexstatus;$WORK/b843=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus -lang=go1.21 -complete -installsuffix shared -buildid 4ENiC4DOMcMK28CkSpbv/4ENiC4DOMcMK28CkSpbv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmigratereindexstatus/get_migrate_reindex_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getmigratereindexstatus/response.go
2025-08-20T21:11:54.6013457Z [00:03:21.559]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:11:54.6024511Z [00:03:21.560]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/82/82e0cc86b82f5b0ee5a3c45e82e49c7d5b7f40c7539bc5214ec6ab469b6c768f-d # internal
2025-08-20T21:11:54.6027122Z [00:03:21.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings
2025-08-20T21:11:54.6027993Z [00:03:21.560]➜  mkdir -p $WORK/b844/
2025-08-20T21:11:54.6028804Z [00:03:21.561]➜  cat >/tmp/go-build2720400589/b844/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6029752Z [00:03:21.561]➜  # import config
2025-08-20T21:11:54.6030210Z [00:03:21.561]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6030685Z [00:03:21.561]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6031141Z [00:03:21.561]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6031558Z [00:03:21.561]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6032410Z [00:03:21.561]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6033279Z [00:03:21.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6034236Z [00:03:21.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.6037568Z [00:03:21.561]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6038187Z [00:03:21.561]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6038628Z [00:03:21.561]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6039057Z [00:03:21.561]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6039483Z [00:03:21.561]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6039801Z [00:03:21.561]➜  EOF
2025-08-20T21:11:54.6047343Z [00:03:21.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getsettings;$WORK/b844=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings -lang=go1.21 -complete -installsuffix shared -buildid fQmsj_5QZJnTtxiPpa07/fQmsj_5QZJnTtxiPpa07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/getsettings/response.go
2025-08-20T21:11:54.6050337Z [00:03:21.563]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:11:54.6059688Z [00:03:21.564]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/27/27670aa359c01bc1c46950f78a6d43bc1b5559351b39389c52e48a40c48b1c8b-d # internal
2025-08-20T21:11:54.6068403Z [00:03:21.565]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate
2025-08-20T21:11:54.6069345Z [00:03:21.565]➜  mkdir -p $WORK/b845/
2025-08-20T21:11:54.6071677Z [00:03:21.565]➜  cat >/tmp/go-build2720400589/b845/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6072444Z [00:03:21.565]➜  # import config
2025-08-20T21:11:54.6073148Z [00:03:21.565]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6074043Z [00:03:21.565]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6075151Z [00:03:21.565]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6075788Z [00:03:21.565]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6076540Z [00:03:21.565]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6077524Z [00:03:21.565]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6078290Z [00:03:21.565]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6078911Z [00:03:21.565]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6079408Z [00:03:21.565]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6079897Z [00:03:21.565]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6080337Z [00:03:21.565]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6080653Z [00:03:21.565]➜  EOF
2025-08-20T21:11:54.6084612Z [00:03:21.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/gettemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/gettemplate;$WORK/b845=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate -lang=go1.21 -complete -installsuffix shared -buildid rNpHzT4_3iHfd6p_HZ32/rNpHzT4_3iHfd6p_HZ32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/gettemplate/get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/gettemplate/response.go
2025-08-20T21:11:54.6087812Z [00:03:21.566]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:11:54.6107364Z [00:03:21.569]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/83/831696ff3d1150231bcec23bcfb3956831aa6073967469e6198550dc1bff938d-d # internal
2025-08-20T21:11:54.6108111Z [00:03:21.569]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex
2025-08-20T21:11:54.6108512Z [00:03:21.569]➜  mkdir -p $WORK/b846/
2025-08-20T21:11:54.6118340Z [00:03:21.570]➜  cat >/tmp/go-build2720400589/b846/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6118764Z [00:03:21.570]➜  # import config
2025-08-20T21:11:54.6119112Z [00:03:21.570]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.6119581Z [00:03:21.570]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6120344Z [00:03:21.570]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6120799Z [00:03:21.570]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6121217Z [00:03:21.570]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6122000Z [00:03:21.570]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6122780Z [00:03:21.570]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6123597Z [00:03:21.570]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build2720400589/b544/_pkg_.a
2025-08-20T21:11:54.6124212Z [00:03:21.570]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6124958Z [00:03:21.570]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6125406Z [00:03:21.570]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6125838Z [00:03:21.570]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6126265Z [00:03:21.570]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6126578Z [00:03:21.570]➜  EOF
2025-08-20T21:11:54.6130051Z [00:03:21.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratereindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratereindex;$WORK/b846=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex -lang=go1.21 -complete -installsuffix shared -buildid zl9Z656cyw3z0kkWxhMY/zl9Z656cyw3z0kkWxhMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratereindex/migrate_reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratereindex/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratereindex/response.go
2025-08-20T21:11:54.6735254Z [00:03:21.631]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:11:54.6743563Z [00:03:21.632]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/6e/6e9b0a8301101db652be92f7c39118018aeadba520be23ef6fe403b5e63b6910-d # internal
2025-08-20T21:11:54.6744737Z [00:03:21.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream
2025-08-20T21:11:54.6745512Z [00:03:21.632]➜  mkdir -p $WORK/b847/
2025-08-20T21:11:54.6767437Z [00:03:21.635]➜  cat >/tmp/go-build2720400589/b847/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6768098Z [00:03:21.635]➜  # import config
2025-08-20T21:11:54.6768757Z [00:03:21.635]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6770076Z [00:03:21.635]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6770652Z [00:03:21.635]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6771093Z [00:03:21.635]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6771724Z [00:03:21.635]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6772513Z [00:03:21.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6773078Z [00:03:21.635]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6773497Z [00:03:21.635]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6773925Z [00:03:21.635]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6774511Z [00:03:21.635]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6775025Z [00:03:21.635]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6775539Z [00:03:21.635]➜  EOF
2025-08-20T21:11:54.6778614Z [00:03:21.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratetodatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratetodatastream;$WORK/b847=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream -lang=go1.21 -complete -installsuffix shared -buildid nFA6yXAKYHPH-SmKuc_V/nFA6yXAKYHPH-SmKuc_V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratetodatastream/migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/migratetodatastream/response.go
2025-08-20T21:11:54.6845802Z [00:03:21.642]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:11:54.6846304Z [00:03:21.642]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:11:54.6860301Z [00:03:21.644]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/9c/9cf3c2d24a2caf7cfa45e82522b86feb95668c71892c4c15f712c50121bad9f7-d # internal
2025-08-20T21:11:54.6861879Z [00:03:21.644]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream
2025-08-20T21:11:54.6864692Z [00:03:21.644]➜  mkdir -p $WORK/b848/
2025-08-20T21:11:54.6868122Z [00:03:21.645]➜  cat >/tmp/go-build2720400589/b848/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6868481Z [00:03:21.645]➜  # import config
2025-08-20T21:11:54.6868818Z [00:03:21.645]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.6869243Z [00:03:21.645]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6869697Z [00:03:21.645]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6870152Z [00:03:21.645]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6870574Z [00:03:21.645]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6871428Z [00:03:21.645]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6876966Z [00:03:21.645]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6881790Z [00:03:21.645]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6882256Z [00:03:21.645]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6882691Z [00:03:21.645]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6883121Z [00:03:21.645]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6883552Z [00:03:21.645]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6883866Z [00:03:21.645]➜  EOF
2025-08-20T21:11:54.6887663Z [00:03:21.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/modifydatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/modifydatastream;$WORK/b848=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream -lang=go1.21 -complete -installsuffix shared -buildid fGRV-Cb49LKkAyIh51Tj/fGRV-Cb49LKkAyIh51Tj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/modifydatastream/modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/modifydatastream/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/modifydatastream/response.go
2025-08-20T21:11:54.6891037Z [00:03:21.645]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/73/7391d8663b4ce4f06436d13ce505dae12887a2a54e64fc1b88f870f502fd1a7f-d # internal
2025-08-20T21:11:54.6891853Z [00:03:21.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/open
2025-08-20T21:11:54.6896168Z [00:03:21.648]➜  mkdir -p $WORK/b849/
2025-08-20T21:11:54.6911779Z [00:03:21.648]➜  cat >/tmp/go-build2720400589/b849/importcfg << 'EOF' # internal
2025-08-20T21:11:54.6912214Z [00:03:21.648]➜  # import config
2025-08-20T21:11:54.6912859Z [00:03:21.648]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.6913319Z [00:03:21.648]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.6913765Z [00:03:21.648]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.6914182Z [00:03:21.648]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.6915389Z [00:03:21.648]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.6916422Z [00:03:21.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.6917354Z [00:03:21.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.6918004Z [00:03:21.648]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.6918421Z [00:03:21.648]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.6918854Z [00:03:21.648]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.6919277Z [00:03:21.648]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.6919702Z [00:03:21.648]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.6920015Z [00:03:21.648]➜  EOF
2025-08-20T21:11:54.6922833Z [00:03:21.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/open=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/open;$WORK/b849=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/open -lang=go1.21 -complete -installsuffix shared -buildid O3TFvGa3E81QTIQ4fRrU/O3TFvGa3E81QTIQ4fRrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/open/open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/open/response.go
2025-08-20T21:11:54.6974705Z [00:03:21.654]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:11:54.7003538Z [00:03:21.658]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/24/24cc2645bfe588e5fca17d7bc3efd7074c09d2041792c485788eff794e16e63a-d # internal
2025-08-20T21:11:54.7004425Z [00:03:21.658]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream
2025-08-20T21:11:54.7004907Z [00:03:21.658]➜  mkdir -p $WORK/b850/
2025-08-20T21:11:54.7005537Z [00:03:21.658]➜  cat >/tmp/go-build2720400589/b850/importcfg << 'EOF' # internal
2025-08-20T21:11:54.7005959Z [00:03:21.658]➜  # import config
2025-08-20T21:11:54.7006308Z [00:03:21.658]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.7006766Z [00:03:21.658]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.7007210Z [00:03:21.658]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.7007630Z [00:03:21.658]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.7008256Z [00:03:21.658]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.7009037Z [00:03:21.658]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.7009603Z [00:03:21.658]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.7010026Z [00:03:21.658]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.7010459Z [00:03:21.658]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.7011079Z [00:03:21.658]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.7011512Z [00:03:21.658]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.7011826Z [00:03:21.658]➜  EOF
2025-08-20T21:11:54.7015210Z [00:03:21.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/promotedatastream=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/promotedatastream;$WORK/b850=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream -lang=go1.21 -complete -installsuffix shared -buildid KIsKdLzuqq22U3R3b48L/KIsKdLzuqq22U3R3b48L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/promotedatastream/promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/promotedatastream/response.go
2025-08-20T21:11:54.7314663Z [00:03:21.688]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:11:54.7315513Z [00:03:21.689]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/9a/9af6f4750e3d94e2ce0d1f4f589933d4a1afbd1288d0e51c35fa748d6e673f86-d # internal
2025-08-20T21:11:54.7316210Z [00:03:21.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias
2025-08-20T21:11:54.7316597Z [00:03:21.689]➜  mkdir -p $WORK/b851/
2025-08-20T21:11:54.7318437Z [00:03:21.690]➜  cat >/tmp/go-build2720400589/b851/importcfg << 'EOF' # internal
2025-08-20T21:11:54.7319086Z [00:03:21.690]➜  # import config
2025-08-20T21:11:54.7319757Z [00:03:21.690]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.7320528Z [00:03:21.690]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.7321144Z [00:03:21.690]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.7322058Z [00:03:21.690]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.7322915Z [00:03:21.690]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.7327955Z [00:03:21.690]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.7332075Z [00:03:21.690]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.7332656Z [00:03:21.690]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.7333081Z [00:03:21.690]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.7333515Z [00:03:21.690]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.7333948Z [00:03:21.690]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.7341224Z [00:03:21.690]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.7341635Z [00:03:21.690]➜  EOF
2025-08-20T21:11:54.7344906Z [00:03:21.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putalias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putalias;$WORK/b851=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias -lang=go1.21 -complete -installsuffix shared -buildid NetZcRVOpyWSG3Nl3Oj9/NetZcRVOpyWSG3Nl3Oj9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putalias/put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putalias/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putalias/response.go
2025-08-20T21:11:54.7561200Z [00:03:21.714]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:11:54.7567221Z [00:03:21.715]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:11:54.7575320Z [00:03:21.715]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/3e/3e901c06f4d9da47055e4f7b69ddbd325bf345f544ac22482274b38dc6e37b95-d # internal
2025-08-20T21:11:54.7577880Z [00:03:21.715]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle
2025-08-20T21:11:54.7578579Z [00:03:21.715]➜  mkdir -p $WORK/b852/
2025-08-20T21:11:54.7578956Z [00:03:21.716]➜  cat >/tmp/go-build2720400589/b852/importcfg << 'EOF' # internal
2025-08-20T21:11:54.7579301Z [00:03:21.716]➜  # import config
2025-08-20T21:11:54.7579638Z [00:03:21.716]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.7580065Z [00:03:21.716]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.7594893Z [00:03:21.716]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.7595498Z [00:03:21.716]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.7595961Z [00:03:21.716]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.7596594Z [00:03:21.716]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.7597381Z [00:03:21.716]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.7598238Z [00:03:21.716]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.7598879Z [00:03:21.716]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.7599298Z [00:03:21.716]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.7599730Z [00:03:21.716]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.7600159Z [00:03:21.716]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.7600589Z [00:03:21.716]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.7600905Z [00:03:21.716]➜  EOF
2025-08-20T21:11:54.7604708Z [00:03:21.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putdatalifecycle;$WORK/b852=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle -lang=go1.21 -complete -installsuffix shared -buildid Hc0ixf7TB1jO-kq3m1R-/Hc0ixf7TB1jO-kq3m1R- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putdatalifecycle/put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putdatalifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putdatalifecycle/response.go
2025-08-20T21:11:54.7608060Z [00:03:21.716]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/5f/5fc2bb0c483da0993a557728c5645ca9d6d81a4af4711f404b2e579f1ac3a107-d # internal
2025-08-20T21:11:54.7608761Z [00:03:21.716]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate
2025-08-20T21:11:54.7609164Z [00:03:21.717]➜  mkdir -p $WORK/b853/
2025-08-20T21:11:54.7609533Z [00:03:21.717]➜  cat >/tmp/go-build2720400589/b853/importcfg << 'EOF' # internal
2025-08-20T21:11:54.7609873Z [00:03:21.717]➜  # import config
2025-08-20T21:11:54.7610207Z [00:03:21.717]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.7610631Z [00:03:21.717]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.7616695Z [00:03:21.717]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.7617319Z [00:03:21.717]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.7617756Z [00:03:21.717]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.7618666Z [00:03:21.717]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.7619453Z [00:03:21.717]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.7620016Z [00:03:21.717]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.7620585Z [00:03:21.717]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.7621014Z [00:03:21.717]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.7621437Z [00:03:21.717]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.7621865Z [00:03:21.717]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.7622180Z [00:03:21.717]➜  EOF
2025-08-20T21:11:54.7625831Z [00:03:21.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putindextemplate;$WORK/b853=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate -lang=go1.21 -complete -installsuffix shared -buildid CpQ20pN1Eh4Ll4aq0Suj/CpQ20pN1Eh4Ll4aq0Suj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putindextemplate/put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putindextemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putindextemplate/response.go
2025-08-20T21:11:54.7739163Z [00:03:21.732]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:11:54.7756561Z [00:03:21.733]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/3c/3ce5c40c339bd1e3f711fce7c4d36b5ef2b1a733947356631649e8df0ceb3a34-d # internal
2025-08-20T21:11:54.7770612Z [00:03:21.734]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping
2025-08-20T21:11:54.7771126Z [00:03:21.734]➜  mkdir -p $WORK/b854/
2025-08-20T21:11:54.7780782Z [00:03:21.736]➜  cat >/tmp/go-build2720400589/b854/importcfg << 'EOF' # internal
2025-08-20T21:11:54.7782606Z [00:03:21.736]➜  # import config
2025-08-20T21:11:54.7783006Z [00:03:21.736]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.7783437Z [00:03:21.736]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.7783895Z [00:03:21.736]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.7784482Z [00:03:21.736]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.7784951Z [00:03:21.736]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.7785753Z [00:03:21.736]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.7786601Z [00:03:21.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.7787456Z [00:03:21.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2720400589/b470/_pkg_.a
2025-08-20T21:11:54.7788383Z [00:03:21.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.7789027Z [00:03:21.736]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.7789443Z [00:03:21.736]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.7789871Z [00:03:21.736]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.7790292Z [00:03:21.736]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.7790722Z [00:03:21.736]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.7791199Z [00:03:21.736]➜  EOF
2025-08-20T21:11:54.7799411Z [00:03:21.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putmapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putmapping;$WORK/b854=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping -lang=go1.21 -complete -installsuffix shared -buildid AfuUSY7faufKDM6-SRoQ/AfuUSY7faufKDM6-SRoQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putmapping/put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putmapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putmapping/response.go
2025-08-20T21:11:54.8164174Z [00:03:21.774]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:11:54.8204658Z [00:03:21.776]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/c7/c72833a7a77d8ce4c1c76a33b4a54de1cfcb2aed86b170ff67c417de670665e7-d # internal
2025-08-20T21:11:54.8205474Z [00:03:21.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings
2025-08-20T21:11:54.8205873Z [00:03:21.776]➜  mkdir -p $WORK/b855/
2025-08-20T21:11:54.8206242Z [00:03:21.776]➜  cat >/tmp/go-build2720400589/b855/importcfg << 'EOF' # internal
2025-08-20T21:11:54.8206591Z [00:03:21.776]➜  # import config
2025-08-20T21:11:54.8206929Z [00:03:21.776]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.8207357Z [00:03:21.776]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.8207806Z [00:03:21.776]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.8210154Z [00:03:21.776]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.8210839Z [00:03:21.779]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.8211727Z [00:03:21.779]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.8213123Z [00:03:21.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.8214480Z [00:03:21.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.8216022Z [00:03:21.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2720400589/b518/_pkg_.a
2025-08-20T21:11:54.8216762Z [00:03:21.779]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.8217190Z [00:03:21.779]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.8217621Z [00:03:21.779]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.8218313Z [00:03:21.779]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.8218813Z [00:03:21.779]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.8219132Z [00:03:21.779]➜  EOF
2025-08-20T21:11:54.8222399Z [00:03:21.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putsettings;$WORK/b855=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings -lang=go1.21 -complete -installsuffix shared -buildid ndnrRMkoXTno4YW1cTrS/ndnrRMkoXTno4YW1cTrS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/putsettings/response.go
2025-08-20T21:11:54.8331105Z [00:03:21.791]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:11:54.8361910Z [00:03:21.792]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/4f/4f18355e67bee8ffdc30b70ffda42b93c2d76f9197bb754801b112aae32ba847-d # internal
2025-08-20T21:11:54.8363389Z [00:03:21.792]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate
2025-08-20T21:11:54.8364135Z [00:03:21.792]➜  mkdir -p $WORK/b856/
2025-08-20T21:11:54.8364802Z [00:03:21.793]➜  cat >/tmp/go-build2720400589/b856/importcfg << 'EOF' # internal
2025-08-20T21:11:54.8365162Z [00:03:21.793]➜  # import config
2025-08-20T21:11:54.8365533Z [00:03:21.793]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:54.8365962Z [00:03:21.793]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.8366412Z [00:03:21.793]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.8366867Z [00:03:21.793]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.8367289Z [00:03:21.793]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.8367921Z [00:03:21.793]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.8368700Z [00:03:21.793]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.8369267Z [00:03:21.793]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.8369681Z [00:03:21.793]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.8370113Z [00:03:21.793]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.8370539Z [00:03:21.793]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.8370965Z [00:03:21.793]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.8371279Z [00:03:21.793]➜  EOF
2025-08-20T21:11:54.8374846Z [00:03:21.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/puttemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/puttemplate;$WORK/b856=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate -lang=go1.21 -complete -installsuffix shared -buildid r1YSd15qAtA1Uxj3oh4H/r1YSd15qAtA1Uxj3oh4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/puttemplate/put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/puttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/puttemplate/response.go
2025-08-20T21:11:54.8473302Z [00:03:21.805]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:11:54.8495825Z [00:03:21.807]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/60/60922cd1687f7c84264e6ea2e4a58014d1f57cb30ab2e11a5d13e40d6c05970e-d # internal
2025-08-20T21:11:54.8496619Z [00:03:21.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery
2025-08-20T21:11:54.8497007Z [00:03:21.807]➜  mkdir -p $WORK/b857/
2025-08-20T21:11:54.8497377Z [00:03:21.807]➜  cat >/tmp/go-build2720400589/b857/importcfg << 'EOF' # internal
2025-08-20T21:11:54.8497726Z [00:03:21.807]➜  # import config
2025-08-20T21:11:54.8498069Z [00:03:21.807]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.8498524Z [00:03:21.807]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.8498968Z [00:03:21.807]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.8499376Z [00:03:21.807]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.8500006Z [00:03:21.807]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.8500973Z [00:03:21.807]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.8501546Z [00:03:21.807]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.8501965Z [00:03:21.807]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.8502546Z [00:03:21.807]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.8502971Z [00:03:21.807]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.8503398Z [00:03:21.807]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.8503710Z [00:03:21.807]➜  EOF
2025-08-20T21:11:54.8512018Z [00:03:21.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/recovery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/recovery;$WORK/b857=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery -lang=go1.21 -complete -installsuffix shared -buildid 6WYdlYrimeESYO5RGxGC/6WYdlYrimeESYO5RGxGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/recovery/response.go
2025-08-20T21:11:54.9165834Z [00:03:21.874]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:11:54.9185047Z [00:03:21.876]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/83/83ff0fa91d4e844a49ae15e0ad037b1bad7da766250134fb2ebb823c15e12a22-d # internal
2025-08-20T21:11:54.9247876Z [00:03:21.883]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh
2025-08-20T21:11:54.9248610Z [00:03:21.883]➜  mkdir -p $WORK/b858/
2025-08-20T21:11:54.9262760Z [00:03:21.884]➜  cat >/tmp/go-build2720400589/b858/importcfg << 'EOF' # internal
2025-08-20T21:11:54.9263688Z [00:03:21.884]➜  # import config
2025-08-20T21:11:54.9265381Z [00:03:21.884]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.9266104Z [00:03:21.884]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.9266629Z [00:03:21.884]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.9267047Z [00:03:21.884]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.9267706Z [00:03:21.884]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.9268489Z [00:03:21.884]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.9269352Z [00:03:21.884]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.9269994Z [00:03:21.884]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.9270532Z [00:03:21.884]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.9271052Z [00:03:21.884]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.9271494Z [00:03:21.884]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.9271929Z [00:03:21.884]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.9272255Z [00:03:21.884]➜  EOF
2025-08-20T21:11:54.9286385Z [00:03:21.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/refresh=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/refresh;$WORK/b858=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh -lang=go1.21 -complete -installsuffix shared -buildid 3-dzY7zWDjusDJTAgM1O/3-dzY7zWDjusDJTAgM1O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/refresh/refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/refresh/response.go
2025-08-20T21:11:54.9298252Z [00:03:21.888]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:11:54.9307284Z [00:03:21.888]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:11:54.9354705Z [00:03:21.893]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/94/94ff564faeb11133b4e83f7085181e83cc9f91878e255f30b79d0411498ef57d-d # internal
2025-08-20T21:11:54.9356199Z [00:03:21.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers
2025-08-20T21:11:54.9357333Z [00:03:21.893]➜  mkdir -p $WORK/b859/
2025-08-20T21:11:54.9373067Z [00:03:21.895]➜  cat >/tmp/go-build2720400589/b859/importcfg << 'EOF' # internal
2025-08-20T21:11:54.9373630Z [00:03:21.895]➜  # import config
2025-08-20T21:11:54.9377300Z [00:03:21.895]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.9377803Z [00:03:21.895]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.9378274Z [00:03:21.895]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.9380835Z [00:03:21.895]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.9383874Z [00:03:21.895]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.9393841Z [00:03:21.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.9395015Z [00:03:21.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.9395691Z [00:03:21.895]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.9396119Z [00:03:21.895]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.9396825Z [00:03:21.895]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.9397308Z [00:03:21.895]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.9397835Z [00:03:21.895]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.9398229Z [00:03:21.895]➜  EOF
2025-08-20T21:11:54.9401362Z [00:03:21.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/reloadsearchanalyzers=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/reloadsearchanalyzers;$WORK/b859=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers -lang=go1.21 -complete -installsuffix shared -buildid BmPCghBsfUMjwqgP7Rx1/BmPCghBsfUMjwqgP7Rx1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/reloadsearchanalyzers/reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/reloadsearchanalyzers/response.go
2025-08-20T21:11:54.9404593Z [00:03:21.895]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/40/401912da68053bca7eaa0af732c4d4afb296bbfdfe6115fbf8263a0dca3c1bac-d # internal
2025-08-20T21:11:54.9405359Z [00:03:21.896]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster
2025-08-20T21:11:54.9405930Z [00:03:21.896]➜  mkdir -p $WORK/b860/
2025-08-20T21:11:54.9406300Z [00:03:21.896]➜  cat >/tmp/go-build2720400589/b860/importcfg << 'EOF' # internal
2025-08-20T21:11:54.9406644Z [00:03:21.896]➜  # import config
2025-08-20T21:11:54.9406997Z [00:03:21.896]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.9407453Z [00:03:21.896]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.9407899Z [00:03:21.896]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.9408316Z [00:03:21.896]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.9409074Z [00:03:21.896]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.9409858Z [00:03:21.896]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.9410704Z [00:03:21.896]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.9411350Z [00:03:21.896]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.9411766Z [00:03:21.896]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.9412201Z [00:03:21.896]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.9412627Z [00:03:21.896]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.9413053Z [00:03:21.896]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.9413371Z [00:03:21.896]➜  EOF
2025-08-20T21:11:54.9416492Z [00:03:21.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolvecluster=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolvecluster;$WORK/b860=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster -lang=go1.21 -complete -installsuffix shared -buildid -pbEjknoWHz7aIp8odlZ/-pbEjknoWHz7aIp8odlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolvecluster/resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolvecluster/response.go
2025-08-20T21:11:54.9618694Z [00:03:21.920]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:11:54.9638285Z [00:03:21.921]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/6e/6ec4c93f89af0ab34fcdc7165a1046a73cd9b6a07dc0ab8eb914221bea898f35-d # internal
2025-08-20T21:11:54.9639159Z [00:03:21.922]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex
2025-08-20T21:11:54.9639676Z [00:03:21.922]➜  mkdir -p $WORK/b861/
2025-08-20T21:11:54.9641763Z [00:03:21.922]➜  cat >/tmp/go-build2720400589/b861/importcfg << 'EOF' # internal
2025-08-20T21:11:54.9642810Z [00:03:21.922]➜  # import config
2025-08-20T21:11:54.9644581Z [00:03:21.922]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:54.9645443Z [00:03:21.922]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:54.9651637Z [00:03:21.922]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:54.9665448Z [00:03:21.922]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:54.9666586Z [00:03:21.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:54.9668359Z [00:03:21.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:54.9669539Z [00:03:21.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:54.9670197Z [00:03:21.922]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:54.9670787Z [00:03:21.922]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:54.9671220Z [00:03:21.922]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:54.9671647Z [00:03:21.922]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:54.9672074Z [00:03:21.922]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:54.9672394Z [00:03:21.922]➜  EOF
2025-08-20T21:11:54.9675437Z [00:03:21.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolveindex=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolveindex;$WORK/b861=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex -lang=go1.21 -complete -installsuffix shared -buildid w1GNWnJ-wBlqnfxHL5YR/w1GNWnJ-wBlqnfxHL5YR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolveindex/resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/resolveindex/response.go
2025-08-20T21:11:54.9992089Z [00:03:21.957]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:11:55.0005686Z [00:03:21.958]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/e8/e825e0abb9f95e379196319cd358192d9615222888645c482cb486f38c9edfb6-d # internal
2025-08-20T21:11:55.0009152Z [00:03:21.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover
2025-08-20T21:11:55.0009575Z [00:03:21.958]➜  mkdir -p $WORK/b862/
2025-08-20T21:11:55.0009958Z [00:03:21.958]➜  cat >/tmp/go-build2720400589/b862/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0010302Z [00:03:21.958]➜  # import config
2025-08-20T21:11:55.0010652Z [00:03:21.958]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.0011078Z [00:03:21.958]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0011538Z [00:03:21.958]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0011984Z [00:03:21.958]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0012399Z [00:03:21.958]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0013028Z [00:03:21.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0016413Z [00:03:21.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0017257Z [00:03:21.958]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0017754Z [00:03:21.958]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0018279Z [00:03:21.958]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0018776Z [00:03:21.958]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0019212Z [00:03:21.958]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0019528Z [00:03:21.958]➜  EOF
2025-08-20T21:11:55.0022694Z [00:03:21.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/rollover=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/rollover;$WORK/b862=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover -lang=go1.21 -complete -installsuffix shared -buildid V6IwMp36Ob2PVC5J8InM/V6IwMp36Ob2PVC5J8InM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/rollover/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/rollover/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/rollover/rollover.go
2025-08-20T21:11:55.0116833Z [00:03:21.969]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:11:55.0130418Z [00:03:21.971]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/7c/7c200ff5967f852dbdb438213ee3d2f201ddb0674adb0a7538111f300d2e1339-d # internal
2025-08-20T21:11:55.0148618Z [00:03:21.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments
2025-08-20T21:11:55.0149765Z [00:03:21.973]➜  mkdir -p $WORK/b863/
2025-08-20T21:11:55.0158180Z [00:03:21.974]➜  cat >/tmp/go-build2720400589/b863/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0159180Z [00:03:21.974]➜  # import config
2025-08-20T21:11:55.0160699Z [00:03:21.974]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0161207Z [00:03:21.974]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0161664Z [00:03:21.974]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0162084Z [00:03:21.974]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0162722Z [00:03:21.974]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0163500Z [00:03:21.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0166925Z [00:03:21.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:55.0167686Z [00:03:21.974]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0168129Z [00:03:21.974]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0168570Z [00:03:21.974]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0169004Z [00:03:21.974]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0169433Z [00:03:21.974]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0169779Z [00:03:21.974]➜  EOF
2025-08-20T21:11:55.0172812Z [00:03:21.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/segments=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/segments;$WORK/b863=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments -lang=go1.21 -complete -installsuffix shared -buildid JIIqh32d4X-wchVfkh4A/JIIqh32d4X-wchVfkh4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/segments/segments.go
2025-08-20T21:11:55.0235533Z [00:03:21.981]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:11:55.0251568Z [00:03:21.983]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/62/6265e76a05f958007ecd8e81867eb555fff0cfe3bcaab607de824b1ce5512b9f-d # internal
2025-08-20T21:11:55.0252430Z [00:03:21.983]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores
2025-08-20T21:11:55.0254855Z [00:03:21.983]➜  mkdir -p $WORK/b864/
2025-08-20T21:11:55.0257244Z [00:03:21.984]➜  cat >/tmp/go-build2720400589/b864/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0258823Z [00:03:21.984]➜  # import config
2025-08-20T21:11:55.0265685Z [00:03:21.984]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0266321Z [00:03:21.984]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0266794Z [00:03:21.984]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0267479Z [00:03:21.984]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0268118Z [00:03:21.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0268896Z [00:03:21.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0269915Z [00:03:21.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:55.0270858Z [00:03:21.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build2720400589/b865/_pkg_.a
2025-08-20T21:11:55.0271505Z [00:03:21.984]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0271917Z [00:03:21.984]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0272351Z [00:03:21.984]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0272782Z [00:03:21.984]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0273637Z [00:03:21.984]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0275348Z [00:03:21.984]➜  EOF
2025-08-20T21:11:55.0281167Z [00:03:21.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shardstores=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shardstores;$WORK/b864=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores -lang=go1.21 -complete -installsuffix shared -buildid 8ffFcz2RnBhnn1cIvUFD/8ffFcz2RnBhnn1cIvUFD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shardstores/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shardstores/shard_stores.go
2025-08-20T21:11:55.0283809Z [00:03:21.985]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:11:55.0284615Z [00:03:21.985]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/28/281c047a8a2efa932af517a7b8153842f71e0fa50f2381d3cac69f918361edf0-d # internal
2025-08-20T21:11:55.0285334Z [00:03:21.986]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink
2025-08-20T21:11:55.0285713Z [00:03:21.986]➜  mkdir -p $WORK/b866/
2025-08-20T21:11:55.0286078Z [00:03:21.986]➜  cat >/tmp/go-build2720400589/b866/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0286421Z [00:03:21.986]➜  # import config
2025-08-20T21:11:55.0286752Z [00:03:21.986]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.0287175Z [00:03:21.986]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0287622Z [00:03:21.986]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0288266Z [00:03:21.986]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0288750Z [00:03:21.986]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0289448Z [00:03:21.986]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0290301Z [00:03:21.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0290871Z [00:03:21.986]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0291285Z [00:03:21.986]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0291714Z [00:03:21.986]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0292138Z [00:03:21.986]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0292565Z [00:03:21.986]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0292879Z [00:03:21.986]➜  EOF
2025-08-20T21:11:55.0296121Z [00:03:21.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shrink=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shrink;$WORK/b866=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink -lang=go1.21 -complete -installsuffix shared -buildid Lr6tYqcZ7vomsU9iN7jM/Lr6tYqcZ7vomsU9iN7jM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shrink/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shrink/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/shrink/shrink.go
2025-08-20T21:11:55.0919660Z [00:03:22.050]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:11:55.0931236Z [00:03:22.051]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:11:55.0933752Z [00:03:22.051]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:11:55.0934837Z [00:03:22.051]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/14/143e09e235c1b8de8d4e9b573cc16c7adc590fb378d9c0393f2e2b293c8492f8-d # internal
2025-08-20T21:11:55.0935643Z [00:03:22.051]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate
2025-08-20T21:11:55.0936084Z [00:03:22.051]➜  mkdir -p $WORK/b867/
2025-08-20T21:11:55.0940180Z [00:03:22.052]➜  cat >/tmp/go-build2720400589/b867/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0940553Z [00:03:22.052]➜  # import config
2025-08-20T21:11:55.0940900Z [00:03:22.052]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0941359Z [00:03:22.052]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0941803Z [00:03:22.052]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0942234Z [00:03:22.052]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0942872Z [00:03:22.052]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0943661Z [00:03:22.052]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0944225Z [00:03:22.052]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0953220Z [00:03:22.052]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0955436Z [00:03:22.052]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0955893Z [00:03:22.052]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0956321Z [00:03:22.052]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0956666Z [00:03:22.052]➜  EOF
2025-08-20T21:11:55.0965352Z [00:03:22.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulateindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulateindextemplate;$WORK/b867=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate -lang=go1.21 -complete -installsuffix shared -buildid IlYQF_gjL4JtU31_BzV2/IlYQF_gjL4JtU31_BzV2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulateindextemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulateindextemplate/simulate_index_template.go
2025-08-20T21:11:55.0968702Z [00:03:22.053]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/4d/4d1c5adfcf048c177bfcc88c2f34ac3952313ec9765c630c659f28fcbefe5b4d-d # internal
2025-08-20T21:11:55.0969583Z [00:03:22.053]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate
2025-08-20T21:11:55.0969999Z [00:03:22.053]➜  mkdir -p $WORK/b868/
2025-08-20T21:11:55.0970577Z [00:03:22.053]➜  cat >/tmp/go-build2720400589/b868/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0970927Z [00:03:22.053]➜  # import config
2025-08-20T21:11:55.0971269Z [00:03:22.053]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.0971689Z [00:03:22.053]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0972322Z [00:03:22.053]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0972763Z [00:03:22.053]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0973174Z [00:03:22.053]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0973796Z [00:03:22.053]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0975141Z [00:03:22.053]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0975731Z [00:03:22.053]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0976156Z [00:03:22.053]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0976592Z [00:03:22.053]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0977019Z [00:03:22.053]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0977448Z [00:03:22.053]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0977764Z [00:03:22.053]➜  EOF
2025-08-20T21:11:55.0981140Z [00:03:22.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulatetemplate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulatetemplate;$WORK/b868=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate -lang=go1.21 -complete -installsuffix shared -buildid D_0nWfw8TqlxzEzq3Fx5/D_0nWfw8TqlxzEzq3Fx5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulatetemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulatetemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/simulatetemplate/simulate_template.go
2025-08-20T21:11:55.0984576Z [00:03:22.053]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/df/df0fe16bb487f0ac114f897e6253547b9188d177dd95360bba238e981d10b38c-d # internal
2025-08-20T21:11:55.0985297Z [00:03:22.053]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/split
2025-08-20T21:11:55.0985662Z [00:03:22.053]➜  mkdir -p $WORK/b869/
2025-08-20T21:11:55.0986055Z [00:03:22.054]➜  cat >/tmp/go-build2720400589/b869/importcfg << 'EOF' # internal
2025-08-20T21:11:55.0986398Z [00:03:22.054]➜  # import config
2025-08-20T21:11:55.0986947Z [00:03:22.054]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.0987487Z [00:03:22.054]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.0988023Z [00:03:22.054]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.0988572Z [00:03:22.054]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.0988984Z [00:03:22.054]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.0989611Z [00:03:22.054]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.0990387Z [00:03:22.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.0990944Z [00:03:22.054]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.0991359Z [00:03:22.054]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.0991791Z [00:03:22.054]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.0992386Z [00:03:22.054]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.0992821Z [00:03:22.054]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.0993129Z [00:03:22.054]➜  EOF
2025-08-20T21:11:55.0996350Z [00:03:22.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/split=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/split;$WORK/b869=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/split -lang=go1.21 -complete -installsuffix shared -buildid FKUsRkgMnjVKVBECFYto/FKUsRkgMnjVKVBECFYto -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/split/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/split/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/split/split.go
2025-08-20T21:11:55.1042328Z [00:03:22.062]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:11:55.1056995Z [00:03:22.064]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/cc/cce779ad2d0ff4f7cf364d4ddb777dbe3e4ed54f2a67abe513b8efa942d4df34-d # internal
2025-08-20T21:11:55.1077292Z [00:03:22.065]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats
2025-08-20T21:11:55.1077770Z [00:03:22.065]➜  mkdir -p $WORK/b870/
2025-08-20T21:11:55.1080996Z [00:03:22.066]➜  cat >/tmp/go-build2720400589/b870/importcfg << 'EOF' # internal
2025-08-20T21:11:55.1081375Z [00:03:22.066]➜  # import config
2025-08-20T21:11:55.1081721Z [00:03:22.066]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.1082367Z [00:03:22.066]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.1082820Z [00:03:22.066]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.1083407Z [00:03:22.066]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.1084350Z [00:03:22.066]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.1085303Z [00:03:22.066]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.1086272Z [00:03:22.066]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:55.1087285Z [00:03:22.066]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2720400589/b681/_pkg_.a
2025-08-20T21:11:55.1088012Z [00:03:22.066]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.1088581Z [00:03:22.066]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.1089385Z [00:03:22.066]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.1090028Z [00:03:22.066]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.1090578Z [00:03:22.066]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.1091145Z [00:03:22.066]➜  EOF
2025-08-20T21:11:55.1096199Z [00:03:22.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/stats;$WORK/b870=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats -lang=go1.21 -complete -installsuffix shared -buildid kgJZQ-9CociVzotr51t3/kgJZQ-9CociVzotr51t3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/stats/stats.go
2025-08-20T21:11:55.1747351Z [00:03:22.132]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:11:55.1765780Z [00:03:22.134]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/5c/5c2a17c46730de38bebf745da6a6bc4dfdcb595fa49ad17e6e32e8b1b737707c-d # internal
2025-08-20T21:11:55.1771674Z [00:03:22.134]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze
2025-08-20T21:11:55.1776482Z [00:03:22.134]➜  mkdir -p $WORK/b871/
2025-08-20T21:11:55.1777157Z [00:03:22.134]➜  cat >/tmp/go-build2720400589/b871/importcfg << 'EOF' # internal
2025-08-20T21:11:55.1777509Z [00:03:22.134]➜  # import config
2025-08-20T21:11:55.1777854Z [00:03:22.134]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.1778308Z [00:03:22.134]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.1778750Z [00:03:22.134]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.1779163Z [00:03:22.134]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.1779803Z [00:03:22.134]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.1780594Z [00:03:22.134]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.1781444Z [00:03:22.134]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:55.1782096Z [00:03:22.134]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.1782511Z [00:03:22.134]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.1782940Z [00:03:22.134]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.1783363Z [00:03:22.134]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.1783789Z [00:03:22.134]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.1784101Z [00:03:22.134]➜  EOF
2025-08-20T21:11:55.1787080Z [00:03:22.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/unfreeze=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/unfreeze;$WORK/b871=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze -lang=go1.21 -complete -installsuffix shared -buildid MsByOSnvjXK2-Or8IyP5/MsByOSnvjXK2-Or8IyP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/unfreeze/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/unfreeze/unfreeze.go
2025-08-20T21:11:55.1789597Z [00:03:22.135]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:11:55.1807253Z [00:03:22.138]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/01/01931d1f4432b69baa307171c37eb4b301254190703d1cbe134602384e58fff5-d # internal
2025-08-20T21:11:55.1808862Z [00:03:22.139]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases
2025-08-20T21:11:55.1811656Z [00:03:22.139]➜  mkdir -p $WORK/b872/
2025-08-20T21:11:55.1814712Z [00:03:22.139]➜  cat >/tmp/go-build2720400589/b872/importcfg << 'EOF' # internal
2025-08-20T21:11:55.1815398Z [00:03:22.139]➜  # import config
2025-08-20T21:11:55.1815900Z [00:03:22.139]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.1816569Z [00:03:22.139]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.1817140Z [00:03:22.139]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.1817701Z [00:03:22.139]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.1818239Z [00:03:22.139]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.1819009Z [00:03:22.139]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.1819914Z [00:03:22.139]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.1820791Z [00:03:22.139]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.1821340Z [00:03:22.139]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.1821860Z [00:03:22.139]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.1822572Z [00:03:22.139]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.1823099Z [00:03:22.139]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.1823490Z [00:03:22.139]➜  EOF
2025-08-20T21:11:55.1827013Z [00:03:22.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/updatealiases=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/updatealiases;$WORK/b872=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases -lang=go1.21 -complete -installsuffix shared -buildid DhYLO04hTKghNoba1H7Z/DhYLO04hTKghNoba1H7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/updatealiases/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/updatealiases/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/updatealiases/update_aliases.go
2025-08-20T21:11:55.1840864Z [00:03:22.142]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:11:55.1864354Z [00:03:22.144]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/e9/e97dd40b6fd448d11abc93cf689e8ddd5a1bf80356fb3081e2a28cafb7637ef4-d # internal
2025-08-20T21:11:55.1873048Z [00:03:22.145]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery
2025-08-20T21:11:55.1880298Z [00:03:22.146]➜  mkdir -p $WORK/b873/
2025-08-20T21:11:55.1890733Z [00:03:22.147]➜  cat >/tmp/go-build2720400589/b873/importcfg << 'EOF' # internal
2025-08-20T21:11:55.1891415Z [00:03:22.147]➜  # import config
2025-08-20T21:11:55.1892129Z [00:03:22.147]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.1896182Z [00:03:22.147]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.1897072Z [00:03:22.147]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.1897779Z [00:03:22.147]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.1898695Z [00:03:22.147]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.1900494Z [00:03:22.147]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.1903127Z [00:03:22.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.1905346Z [00:03:22.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:55.1907581Z [00:03:22.147]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:11:55.1908481Z [00:03:22.147]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.1909771Z [00:03:22.147]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.1911894Z [00:03:22.147]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.1912659Z [00:03:22.147]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.1913429Z [00:03:22.147]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.1914568Z [00:03:22.147]➜  EOF
2025-08-20T21:11:55.1919741Z [00:03:22.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/validatequery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/validatequery;$WORK/b873=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery -lang=go1.21 -complete -installsuffix shared -buildid hbacPN42yTcPIY0lf9fq/hbacPN42yTcPIY0lf9fq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/validatequery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/validatequery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/indices/validatequery/validate_query.go
2025-08-20T21:11:55.1943922Z [00:03:22.152]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:11:55.1963172Z [00:03:22.154]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/b0/b0b47ac491827d56b3aa0e86044be2e09baf9f418639379f80fcbadbef8f083e-d # internal
2025-08-20T21:11:55.1964065Z [00:03:22.154]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified
2025-08-20T21:11:55.1964706Z [00:03:22.154]➜  mkdir -p $WORK/b874/
2025-08-20T21:11:55.1965090Z [00:03:22.154]➜  cat >/tmp/go-build2720400589/b874/importcfg << 'EOF' # internal
2025-08-20T21:11:55.1965440Z [00:03:22.154]➜  # import config
2025-08-20T21:11:55.1965785Z [00:03:22.154]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.1966224Z [00:03:22.154]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.1966681Z [00:03:22.154]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.1967130Z [00:03:22.154]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.1967547Z [00:03:22.154]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.1968171Z [00:03:22.154]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.1968963Z [00:03:22.154]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.1969533Z [00:03:22.154]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.1970169Z [00:03:22.154]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.1970717Z [00:03:22.154]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.1971159Z [00:03:22.154]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.1971588Z [00:03:22.154]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.1971907Z [00:03:22.154]➜  EOF
2025-08-20T21:11:55.1975807Z [00:03:22.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/chatcompletionunified=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/chatcompletionunified;$WORK/b874=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified -lang=go1.21 -complete -installsuffix shared -buildid fvwmXpMqo-fqBX5IGiRA/fvwmXpMqo-fqBX5IGiRA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/chatcompletionunified/chat_completion_unified.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/chatcompletionunified/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/chatcompletionunified/response.go
2025-08-20T21:11:55.2333041Z [00:03:22.191]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:11:55.2344216Z [00:03:22.192]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/58/58444caba964b5de83ad0652eeb7c9688c0902068d31322af6814d99d37c7770-d # internal
2025-08-20T21:11:55.2347865Z [00:03:22.192]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion
2025-08-20T21:11:55.2348330Z [00:03:22.192]➜  mkdir -p $WORK/b875/
2025-08-20T21:11:55.2378818Z [00:03:22.196]➜  cat >/tmp/go-build2720400589/b875/importcfg << 'EOF' # internal
2025-08-20T21:11:55.2379249Z [00:03:22.196]➜  # import config
2025-08-20T21:11:55.2379620Z [00:03:22.196]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.2380052Z [00:03:22.196]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.2380835Z [00:03:22.196]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.2381285Z [00:03:22.196]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.2381701Z [00:03:22.196]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.2382330Z [00:03:22.196]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.2383109Z [00:03:22.196]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.2383682Z [00:03:22.196]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.2384104Z [00:03:22.196]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.2384842Z [00:03:22.196]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.2385275Z [00:03:22.196]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.2385709Z [00:03:22.196]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.2386024Z [00:03:22.196]➜  EOF
2025-08-20T21:11:55.2389461Z [00:03:22.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/completion=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/completion;$WORK/b875=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion -lang=go1.21 -complete -installsuffix shared -buildid e0BS2sD9S8kqI9WzhocX/e0BS2sD9S8kqI9WzhocX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/completion/completion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/completion/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/completion/response.go
2025-08-20T21:11:55.2557088Z [00:03:22.214]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:11:55.2575172Z [00:03:22.215]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/a1/a1d8284667ffcfe30ebf7874be8c71a21f26ff32b49fb9885248f41e7ba8f8d0-d # internal
2025-08-20T21:11:55.2580880Z [00:03:22.216]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete
2025-08-20T21:11:55.2581359Z [00:03:22.216]➜  mkdir -p $WORK/b876/
2025-08-20T21:11:55.2588241Z [00:03:22.217]➜  cat >/tmp/go-build2720400589/b876/importcfg << 'EOF' # internal
2025-08-20T21:11:55.2588949Z [00:03:22.217]➜  # import config
2025-08-20T21:11:55.2589365Z [00:03:22.217]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.2589837Z [00:03:22.217]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.2590287Z [00:03:22.217]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.2590704Z [00:03:22.217]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.2591370Z [00:03:22.217]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.2592150Z [00:03:22.217]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.2592712Z [00:03:22.217]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.2593130Z [00:03:22.217]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.2593560Z [00:03:22.217]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.2593990Z [00:03:22.217]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.2594800Z [00:03:22.217]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.2595136Z [00:03:22.217]➜  EOF
2025-08-20T21:11:55.2599488Z [00:03:22.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/delete;$WORK/b876=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete -lang=go1.21 -complete -installsuffix shared -buildid wPPpleOks9peeq-JtyxB/wPPpleOks9peeq-JtyxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/delete/response.go
2025-08-20T21:11:55.2759925Z [00:03:22.234]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:11:55.2773074Z [00:03:22.235]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:11:55.2788499Z [00:03:22.236]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/f9/f94825425e4deca68fa25550f8956de84b1bde74314d2baa237210095bf969f0-d # internal
2025-08-20T21:11:55.2790661Z [00:03:22.237]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/get
2025-08-20T21:11:55.2792025Z [00:03:22.237]➜  mkdir -p $WORK/b877/
2025-08-20T21:11:55.2793086Z [00:03:22.237]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/01/01265c2140c86f713495b798fc08a23635d936fe68077e60ac90b0b72483397f-d # internal
2025-08-20T21:11:55.2797561Z [00:03:22.238]➜  cat >/tmp/go-build2720400589/b877/importcfg << 'EOF' # internal
2025-08-20T21:11:55.2802869Z [00:03:22.238]➜  # import config
2025-08-20T21:11:55.2803239Z [00:03:22.238]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.2803713Z [00:03:22.238]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.2804162Z [00:03:22.238]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.2815238Z [00:03:22.238]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.2816094Z [00:03:22.238]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.2816891Z [00:03:22.238]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.2817453Z [00:03:22.238]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.2817872Z [00:03:22.238]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.2818303Z [00:03:22.238]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.2818728Z [00:03:22.238]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.2819291Z [00:03:22.238]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.2819673Z [00:03:22.238]➜  EOF
2025-08-20T21:11:55.2822369Z [00:03:22.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/get;$WORK/b877=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/get -lang=go1.21 -complete -installsuffix shared -buildid HOOLx3M5Lygdj07lnkWl/HOOLx3M5Lygdj07lnkWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/get/response.go
2025-08-20T21:11:55.2835539Z [00:03:22.239]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference
2025-08-20T21:11:55.2835956Z [00:03:22.239]➜  mkdir -p $WORK/b878/
2025-08-20T21:11:55.2836352Z [00:03:22.239]➜  cat >/tmp/go-build2720400589/b878/importcfg << 'EOF' # internal
2025-08-20T21:11:55.2837045Z [00:03:22.239]➜  # import config
2025-08-20T21:11:55.2837391Z [00:03:22.239]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.2837817Z [00:03:22.239]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.2838268Z [00:03:22.239]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.2838899Z [00:03:22.239]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.2839314Z [00:03:22.239]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.2839936Z [00:03:22.239]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.2840711Z [00:03:22.239]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.2841277Z [00:03:22.239]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.2841700Z [00:03:22.239]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.2842133Z [00:03:22.239]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.2842557Z [00:03:22.239]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.2842982Z [00:03:22.239]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.2843297Z [00:03:22.239]➜  EOF
2025-08-20T21:11:55.2846832Z [00:03:22.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/inference=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/inference;$WORK/b878=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference -lang=go1.21 -complete -installsuffix shared -buildid qfceuN_KZzdy32eqsn9e/qfceuN_KZzdy32eqsn9e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/inference/inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/inference/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/inference/response.go
2025-08-20T21:11:55.2961445Z [00:03:22.254]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:11:55.2981770Z [00:03:22.256]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/a3/a304e4efd19629989bc69c12552c7f70a76139d39a4c03f9311a092e7e6bb378-d # internal
2025-08-20T21:11:55.2989491Z [00:03:22.257]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/put
2025-08-20T21:11:55.2990337Z [00:03:22.257]➜  mkdir -p $WORK/b879/
2025-08-20T21:11:55.3000043Z [00:03:22.258]➜  cat >/tmp/go-build2720400589/b879/importcfg << 'EOF' # internal
2025-08-20T21:11:55.3002121Z [00:03:22.258]➜  # import config
2025-08-20T21:11:55.3003059Z [00:03:22.258]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.3003774Z [00:03:22.258]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.3005653Z [00:03:22.258]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.3006151Z [00:03:22.258]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.3006785Z [00:03:22.258]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.3007563Z [00:03:22.258]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.3009113Z [00:03:22.258]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.3009959Z [00:03:22.258]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.3010585Z [00:03:22.258]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.3011013Z [00:03:22.258]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.3011744Z [00:03:22.258]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.3012177Z [00:03:22.258]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.3012606Z [00:03:22.258]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.3013080Z [00:03:22.258]➜  EOF
2025-08-20T21:11:55.3018818Z [00:03:22.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/put=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/put;$WORK/b879=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/put -lang=go1.21 -complete -installsuffix shared -buildid nQtLUbRmiMeB04WKhlFF/nQtLUbRmiMeB04WKhlFF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/put/response.go
2025-08-20T21:11:55.3420596Z [00:03:22.300]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:11:55.3431611Z [00:03:22.301]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/b7/b739baa31307a9af6f3e8c1152a23d54055ac5ef0cb028e3b078350ccf69c444-d # internal
2025-08-20T21:11:55.3438260Z [00:03:22.302]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud
2025-08-20T21:11:55.3439506Z [00:03:22.302]➜  mkdir -p $WORK/b880/
2025-08-20T21:11:55.3445478Z [00:03:22.302]➜  cat >/tmp/go-build2720400589/b880/importcfg << 'EOF' # internal
2025-08-20T21:11:55.3446510Z [00:03:22.302]➜  # import config
2025-08-20T21:11:55.3447463Z [00:03:22.302]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.3448003Z [00:03:22.302]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.3448477Z [00:03:22.302]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.3449204Z [00:03:22.302]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.3449709Z [00:03:22.302]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.3450365Z [00:03:22.302]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.3451155Z [00:03:22.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.3452053Z [00:03:22.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype=/tmp/go-build2720400589/b881/_pkg_.a
2025-08-20T21:11:55.3453129Z [00:03:22.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.3462390Z [00:03:22.302]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.3463014Z [00:03:22.302]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.3463468Z [00:03:22.302]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.3463900Z [00:03:22.302]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.3464698Z [00:03:22.302]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.3465082Z [00:03:22.302]➜  EOF
2025-08-20T21:11:55.3468549Z [00:03:22.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putalibabacloud=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putalibabacloud;$WORK/b880=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud -lang=go1.21 -complete -installsuffix shared -buildid apDcvJPCWX9R8vjieivW/apDcvJPCWX9R8vjieivW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putalibabacloud/put_alibabacloud.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putalibabacloud/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putalibabacloud/response.go
2025-08-20T21:11:55.3487724Z [00:03:22.307]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:11:55.3503370Z [00:03:22.308]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/57/57fdc9a4c1a414546394676b66fcb98e8cc36fb37906ccbe930c0926ed4a06dc-d # internal
2025-08-20T21:11:55.3504476Z [00:03:22.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock
2025-08-20T21:11:55.3504959Z [00:03:22.308]➜  mkdir -p $WORK/b882/
2025-08-20T21:11:55.3505336Z [00:03:22.308]➜  cat >/tmp/go-build2720400589/b882/importcfg << 'EOF' # internal
2025-08-20T21:11:55.3505691Z [00:03:22.308]➜  # import config
2025-08-20T21:11:55.3506036Z [00:03:22.308]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.3506465Z [00:03:22.308]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.3506915Z [00:03:22.308]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.3507389Z [00:03:22.308]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.3507804Z [00:03:22.308]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.3508425Z [00:03:22.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.3509202Z [00:03:22.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.3510104Z [00:03:22.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype=/tmp/go-build2720400589/b883/_pkg_.a
2025-08-20T21:11:55.3511051Z [00:03:22.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.3511887Z [00:03:22.308]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.3512381Z [00:03:22.308]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.3512818Z [00:03:22.308]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.3513246Z [00:03:22.308]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.3513670Z [00:03:22.308]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.3513989Z [00:03:22.308]➜  EOF
2025-08-20T21:11:55.3517735Z [00:03:22.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putamazonbedrock=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putamazonbedrock;$WORK/b882=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock -lang=go1.21 -complete -installsuffix shared -buildid n6_SHa-CLxeo1aXp4-u0/n6_SHa-CLxeo1aXp4-u0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putamazonbedrock/put_amazonbedrock.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putamazonbedrock/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putamazonbedrock/response.go
2025-08-20T21:11:55.3551206Z [00:03:22.313]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:11:55.3581708Z [00:03:22.316]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/fb/fb3d216e22dff779f6baaf437e711a0ebead8460bce87b1ef4d5b18a3afd6c89-d # internal
2025-08-20T21:11:55.3582710Z [00:03:22.316]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic
2025-08-20T21:11:55.3583440Z [00:03:22.316]➜  mkdir -p $WORK/b884/
2025-08-20T21:11:55.3584746Z [00:03:22.316]➜  cat >/tmp/go-build2720400589/b884/importcfg << 'EOF' # internal
2025-08-20T21:11:55.3585122Z [00:03:22.316]➜  # import config
2025-08-20T21:11:55.3585469Z [00:03:22.316]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.3585897Z [00:03:22.316]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.3586596Z [00:03:22.316]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.3587041Z [00:03:22.316]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.3587460Z [00:03:22.316]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.3588084Z [00:03:22.316]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.3588870Z [00:03:22.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.3589754Z [00:03:22.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype=/tmp/go-build2720400589/b885/_pkg_.a
2025-08-20T21:11:55.3590683Z [00:03:22.316]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.3591301Z [00:03:22.316]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.3591730Z [00:03:22.316]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.3592156Z [00:03:22.316]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.3592582Z [00:03:22.316]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.3593007Z [00:03:22.316]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.3593322Z [00:03:22.316]➜  EOF
2025-08-20T21:11:55.3601722Z [00:03:22.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putanthropic=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putanthropic;$WORK/b884=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic -lang=go1.21 -complete -installsuffix shared -buildid iUCi581ZiQe9OYrNssdO/iUCi581ZiQe9OYrNssdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putanthropic/put_anthropic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putanthropic/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putanthropic/response.go
2025-08-20T21:11:55.3767025Z [00:03:22.334]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:11:55.3800984Z [00:03:22.338]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/12/1211520128f82fefcfc14b356e8b52e1f1a9229419014f91cf639b4fd1df3f7e-d # internal
2025-08-20T21:11:55.3806650Z [00:03:22.338]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio
2025-08-20T21:11:55.3807122Z [00:03:22.338]➜  mkdir -p $WORK/b886/
2025-08-20T21:11:55.3813141Z [00:03:22.338]➜  cat >/tmp/go-build2720400589/b886/importcfg << 'EOF' # internal
2025-08-20T21:11:55.3814112Z [00:03:22.338]➜  # import config
2025-08-20T21:11:55.3814931Z [00:03:22.338]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.3815369Z [00:03:22.338]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.3815827Z [00:03:22.338]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.3816278Z [00:03:22.338]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.3816692Z [00:03:22.339]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.3817322Z [00:03:22.339]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.3818405Z [00:03:22.339]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.3819319Z [00:03:22.339]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype=/tmp/go-build2720400589/b887/_pkg_.a
2025-08-20T21:11:55.3820442Z [00:03:22.339]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.3821067Z [00:03:22.339]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.3821488Z [00:03:22.339]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.3821922Z [00:03:22.339]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.3822352Z [00:03:22.339]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.3822791Z [00:03:22.339]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.3823120Z [00:03:22.339]➜  EOF
2025-08-20T21:11:55.3826740Z [00:03:22.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureaistudio=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureaistudio;$WORK/b886=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio -lang=go1.21 -complete -installsuffix shared -buildid zzy0vJZYlVk1ge6Unize/zzy0vJZYlVk1ge6Unize -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureaistudio/put_azureaistudio.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureaistudio/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureaistudio/response.go
2025-08-20T21:11:55.4242142Z [00:03:22.381]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:11:55.4246417Z [00:03:22.382]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/87/87ef288d2bd6abb21f2398b40d2105d7ac8ed9eed02342678a2f29d87bd08d52-d # internal
2025-08-20T21:11:55.4248699Z [00:03:22.383]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai
2025-08-20T21:11:55.4250284Z [00:03:22.383]➜  mkdir -p $WORK/b888/
2025-08-20T21:11:55.4256185Z [00:03:22.383]➜  cat >/tmp/go-build2720400589/b888/importcfg << 'EOF' # internal
2025-08-20T21:11:55.4258713Z [00:03:22.383]➜  # import config
2025-08-20T21:11:55.4259148Z [00:03:22.383]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.4259591Z [00:03:22.383]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.4260045Z [00:03:22.383]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.4260672Z [00:03:22.383]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.4261162Z [00:03:22.383]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.4261836Z [00:03:22.384]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.4262624Z [00:03:22.384]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.4263526Z [00:03:22.384]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype=/tmp/go-build2720400589/b889/_pkg_.a
2025-08-20T21:11:55.4264583Z [00:03:22.384]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.4265265Z [00:03:22.384]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.4265680Z [00:03:22.384]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.4266117Z [00:03:22.384]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.4266732Z [00:03:22.384]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.4267162Z [00:03:22.384]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.4267488Z [00:03:22.384]➜  EOF
2025-08-20T21:11:55.4270904Z [00:03:22.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureopenai=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureopenai;$WORK/b888=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai -lang=go1.21 -complete -installsuffix shared -buildid ixCrb2QIQfqlpTWfrjDh/ixCrb2QIQfqlpTWfrjDh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureopenai/put_azureopenai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureopenai/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putazureopenai/response.go
2025-08-20T21:11:55.4292428Z [00:03:22.387]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:11:55.4306911Z [00:03:22.388]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/5a/5a8ccab960598cd96d08f7a05deb1ddf2544e49954d10a6ae960e5be7d5614fe-d # internal
2025-08-20T21:11:55.4310326Z [00:03:22.388]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere
2025-08-20T21:11:55.4311745Z [00:03:22.388]➜  mkdir -p $WORK/b890/
2025-08-20T21:11:55.4313132Z [00:03:22.389]➜  cat >/tmp/go-build2720400589/b890/importcfg << 'EOF' # internal
2025-08-20T21:11:55.4314103Z [00:03:22.389]➜  # import config
2025-08-20T21:11:55.4314785Z [00:03:22.389]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.4315370Z [00:03:22.389]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.4316116Z [00:03:22.389]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.4316825Z [00:03:22.389]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.4317551Z [00:03:22.389]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.4318441Z [00:03:22.389]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.4319481Z [00:03:22.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.4320936Z [00:03:22.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype=/tmp/go-build2720400589/b891/_pkg_.a
2025-08-20T21:11:55.4321979Z [00:03:22.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.4322607Z [00:03:22.389]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.4323038Z [00:03:22.389]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.4323475Z [00:03:22.389]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.4323908Z [00:03:22.389]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.4324494Z [00:03:22.389]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.4325039Z [00:03:22.389]➜  EOF
2025-08-20T21:11:55.4330375Z [00:03:22.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putcohere=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putcohere;$WORK/b890=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere -lang=go1.21 -complete -installsuffix shared -buildid oGBBeySG9wTlY04Vfen0/oGBBeySG9wTlY04Vfen0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putcohere/put_cohere.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putcohere/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putcohere/response.go
2025-08-20T21:11:55.4350346Z [00:03:22.393]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:11:55.4365063Z [00:03:22.394]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/49/491153a5b76a38a29cbbea539a5a1d629154550a73cc555d94ffa91d97e95664-d # internal
2025-08-20T21:11:55.4365891Z [00:03:22.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch
2025-08-20T21:11:55.4366320Z [00:03:22.394]➜  mkdir -p $WORK/b892/
2025-08-20T21:11:55.4366704Z [00:03:22.394]➜  cat >/tmp/go-build2720400589/b892/importcfg << 'EOF' # internal
2025-08-20T21:11:55.4367047Z [00:03:22.394]➜  # import config
2025-08-20T21:11:55.4369337Z [00:03:22.395]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.4370667Z [00:03:22.395]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.4371641Z [00:03:22.395]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.4372198Z [00:03:22.395]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.4372629Z [00:03:22.395]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.4373274Z [00:03:22.395]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.4374063Z [00:03:22.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.4375127Z [00:03:22.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype=/tmp/go-build2720400589/b893/_pkg_.a
2025-08-20T21:11:55.4376288Z [00:03:22.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.4376977Z [00:03:22.395]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.4377492Z [00:03:22.395]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.4378088Z [00:03:22.395]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.4378583Z [00:03:22.395]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.4379025Z [00:03:22.395]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.4379340Z [00:03:22.395]➜  EOF
2025-08-20T21:11:55.4382816Z [00:03:22.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelasticsearch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelasticsearch;$WORK/b892=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch -lang=go1.21 -complete -installsuffix shared -buildid hfAdJpjVel4k4iOWC4jk/hfAdJpjVel4k4iOWC4jk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelasticsearch/put_elasticsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelasticsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelasticsearch/response.go
2025-08-20T21:11:55.4522230Z [00:03:22.410]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:11:55.4533716Z [00:03:22.411]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/1d/1de031d522fab4714ce95c0a3886ad0cbda7ad14e9d589c02781a9c608ef08a6-d # internal
2025-08-20T21:11:55.4538162Z [00:03:22.412]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser
2025-08-20T21:11:55.4538605Z [00:03:22.412]➜  mkdir -p $WORK/b894/
2025-08-20T21:11:55.4542861Z [00:03:22.412]➜  cat >/tmp/go-build2720400589/b894/importcfg << 'EOF' # internal
2025-08-20T21:11:55.4543287Z [00:03:22.412]➜  # import config
2025-08-20T21:11:55.4543634Z [00:03:22.412]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.4544068Z [00:03:22.412]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.4544727Z [00:03:22.412]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.4545186Z [00:03:22.412]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.4545602Z [00:03:22.412]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.4546225Z [00:03:22.412]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.4547005Z [00:03:22.412]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.4547879Z [00:03:22.412]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype=/tmp/go-build2720400589/b895/_pkg_.a
2025-08-20T21:11:55.4548799Z [00:03:22.412]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.4549425Z [00:03:22.412]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.4549842Z [00:03:22.412]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.4550274Z [00:03:22.412]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.4550701Z [00:03:22.412]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.4551122Z [00:03:22.412]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.4551438Z [00:03:22.412]➜  EOF
2025-08-20T21:11:55.4555021Z [00:03:22.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelser;$WORK/b894=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser -lang=go1.21 -complete -installsuffix shared -buildid FG8-vx3kl5EzS3UBko9m/FG8-vx3kl5EzS3UBko9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelser/put_elser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putelser/response.go
2025-08-20T21:11:55.4919726Z [00:03:22.450]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:11:55.4939736Z [00:03:22.452]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/94/944d8b95fc538943ee4738766ad31b1c8c354effbec430a37a9bac253300d607-d # internal
2025-08-20T21:11:55.4950033Z [00:03:22.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio
2025-08-20T21:11:55.4950566Z [00:03:22.453]➜  mkdir -p $WORK/b896/
2025-08-20T21:11:55.4962820Z [00:03:22.454]➜  cat >/tmp/go-build2720400589/b896/importcfg << 'EOF' # internal
2025-08-20T21:11:55.4963297Z [00:03:22.454]➜  # import config
2025-08-20T21:11:55.4963665Z [00:03:22.454]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.4964096Z [00:03:22.454]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.4964958Z [00:03:22.454]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.4965408Z [00:03:22.454]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.4965820Z [00:03:22.454]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.4966441Z [00:03:22.454]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.4967230Z [00:03:22.454]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.4968114Z [00:03:22.454]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype=/tmp/go-build2720400589/b897/_pkg_.a
2025-08-20T21:11:55.4969043Z [00:03:22.454]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.4969664Z [00:03:22.454]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.4970081Z [00:03:22.454]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.4970511Z [00:03:22.454]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.4970937Z [00:03:22.454]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.4971359Z [00:03:22.454]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.4971676Z [00:03:22.454]➜  EOF
2025-08-20T21:11:55.4983290Z [00:03:22.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgoogleaistudio=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgoogleaistudio;$WORK/b896=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio -lang=go1.21 -complete -installsuffix shared -buildid ec5FQOX7xVedohlmdXNv/ec5FQOX7xVedohlmdXNv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgoogleaistudio/put_googleaistudio.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgoogleaistudio/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgoogleaistudio/response.go
2025-08-20T21:11:55.5009422Z [00:03:22.459]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:11:55.5070531Z [00:03:22.465]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/7f/7f1da1712cb13820693f58ffd448447068b9f9e10a496fa0906f1e70ebc47dce-d # internal
2025-08-20T21:11:55.5075866Z [00:03:22.465]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai
2025-08-20T21:11:55.5077054Z [00:03:22.465]➜  mkdir -p $WORK/b898/
2025-08-20T21:11:55.5078651Z [00:03:22.465]➜  cat >/tmp/go-build2720400589/b898/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5079052Z [00:03:22.465]➜  # import config
2025-08-20T21:11:55.5079398Z [00:03:22.465]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5079828Z [00:03:22.465]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5080282Z [00:03:22.465]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5080725Z [00:03:22.465]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5081137Z [00:03:22.465]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5081769Z [00:03:22.465]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5082786Z [00:03:22.465]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5083701Z [00:03:22.465]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype=/tmp/go-build2720400589/b899/_pkg_.a
2025-08-20T21:11:55.5084949Z [00:03:22.465]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5085572Z [00:03:22.465]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5085988Z [00:03:22.465]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5086415Z [00:03:22.465]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5086840Z [00:03:22.465]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5087269Z [00:03:22.465]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5087590Z [00:03:22.465]➜  EOF
2025-08-20T21:11:55.5093041Z [00:03:22.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgooglevertexai=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgooglevertexai;$WORK/b898=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai -lang=go1.21 -complete -installsuffix shared -buildid 8GJ4JnlW4haBhUjIHIGQ/8GJ4JnlW4haBhUjIHIGQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgooglevertexai/put_googlevertexai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgooglevertexai/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putgooglevertexai/response.go
2025-08-20T21:11:55.5245341Z [00:03:22.482]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:11:55.5262625Z [00:03:22.483]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/63/636d0fb0de3c07e8620e12bd91af0d1cbb7287b89230a4162e451f093bfe7eb1-d # internal
2025-08-20T21:11:55.5263491Z [00:03:22.484]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface
2025-08-20T21:11:55.5266200Z [00:03:22.484]➜  mkdir -p $WORK/b900/
2025-08-20T21:11:55.5266596Z [00:03:22.484]➜  cat >/tmp/go-build2720400589/b900/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5266945Z [00:03:22.484]➜  # import config
2025-08-20T21:11:55.5267284Z [00:03:22.484]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5267712Z [00:03:22.484]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5268166Z [00:03:22.484]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5268768Z [00:03:22.484]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5269276Z [00:03:22.484]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5269989Z [00:03:22.484]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5270878Z [00:03:22.484]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5271783Z [00:03:22.484]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype=/tmp/go-build2720400589/b901/_pkg_.a
2025-08-20T21:11:55.5272721Z [00:03:22.484]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5273341Z [00:03:22.484]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5273757Z [00:03:22.484]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5274196Z [00:03:22.484]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5274990Z [00:03:22.484]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5275429Z [00:03:22.484]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5275742Z [00:03:22.484]➜  EOF
2025-08-20T21:11:55.5279145Z [00:03:22.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/puthuggingface=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/puthuggingface;$WORK/b900=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface -lang=go1.21 -complete -installsuffix shared -buildid zgVKWDSFjy_2iGnA4Vzb/zgVKWDSFjy_2iGnA4Vzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/puthuggingface/put_hugging_face.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/puthuggingface/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/puthuggingface/response.go
2025-08-20T21:11:55.5287656Z [00:03:22.487]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:11:55.5330732Z [00:03:22.491]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/bc/bc93af40ce77069a587a44f3f036efabaa3d4340e05dcd92440561cf5210ed7c-d # internal
2025-08-20T21:11:55.5332128Z [00:03:22.491]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai
2025-08-20T21:11:55.5332539Z [00:03:22.491]➜  mkdir -p $WORK/b902/
2025-08-20T21:11:55.5336333Z [00:03:22.491]➜  cat >/tmp/go-build2720400589/b902/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5337241Z [00:03:22.491]➜  # import config
2025-08-20T21:11:55.5338765Z [00:03:22.491]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5339239Z [00:03:22.491]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5339715Z [00:03:22.491]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5340170Z [00:03:22.491]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5340589Z [00:03:22.492]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5341213Z [00:03:22.492]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5341998Z [00:03:22.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5342864Z [00:03:22.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype=/tmp/go-build2720400589/b903/_pkg_.a
2025-08-20T21:11:55.5343778Z [00:03:22.492]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5349024Z [00:03:22.492]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5349541Z [00:03:22.492]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5349971Z [00:03:22.492]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5350487Z [00:03:22.492]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5350971Z [00:03:22.492]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5351308Z [00:03:22.492]➜  EOF
2025-08-20T21:11:55.5354735Z [00:03:22.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putjinaai=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putjinaai;$WORK/b902=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai -lang=go1.21 -complete -installsuffix shared -buildid X3hbakh7k-bZ0U3Vk_GQ/X3hbakh7k-bZ0U3Vk_GQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putjinaai/put_jinaai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putjinaai/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putjinaai/response.go
2025-08-20T21:11:55.5730159Z [00:03:22.531]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:11:55.5745951Z [00:03:22.532]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/42/42150f8eb72318d1faa6a8ec5546a694178787dc2c00e21ce3676b2d2e92a76d-d # internal
2025-08-20T21:11:55.5768898Z [00:03:22.535]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral
2025-08-20T21:11:55.5774353Z [00:03:22.535]➜  mkdir -p $WORK/b904/
2025-08-20T21:11:55.5776281Z [00:03:22.535]➜  cat >/tmp/go-build2720400589/b904/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5776644Z [00:03:22.535]➜  # import config
2025-08-20T21:11:55.5777025Z [00:03:22.535]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5777466Z [00:03:22.535]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5777918Z [00:03:22.535]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5778367Z [00:03:22.535]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5778781Z [00:03:22.535]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5779410Z [00:03:22.535]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5780188Z [00:03:22.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5781055Z [00:03:22.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype=/tmp/go-build2720400589/b905/_pkg_.a
2025-08-20T21:11:55.5781976Z [00:03:22.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5782602Z [00:03:22.535]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5783021Z [00:03:22.535]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5783448Z [00:03:22.535]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5783883Z [00:03:22.535]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5784440Z [00:03:22.535]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5784808Z [00:03:22.535]➜  EOF
2025-08-20T21:11:55.5788399Z [00:03:22.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putmistral=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putmistral;$WORK/b904=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral -lang=go1.21 -complete -installsuffix shared -buildid Xr2ydUZFC8O40LDrPvXe/Xr2ydUZFC8O40LDrPvXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putmistral/put_mistral.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putmistral/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putmistral/response.go
2025-08-20T21:11:55.5811600Z [00:03:22.539]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:11:55.5832545Z [00:03:22.541]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/5a/5ad24fe6a2a747acedea64e3f96accdcdcf174d7b42d94e6848bd795826253f3-d # internal
2025-08-20T21:11:55.5840572Z [00:03:22.542]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai
2025-08-20T21:11:55.5846867Z [00:03:22.542]➜  mkdir -p $WORK/b906/
2025-08-20T21:11:55.5856721Z [00:03:22.543]➜  cat >/tmp/go-build2720400589/b906/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5859443Z [00:03:22.543]➜  # import config
2025-08-20T21:11:55.5859864Z [00:03:22.543]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5860308Z [00:03:22.543]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5860760Z [00:03:22.543]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5861409Z [00:03:22.543]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5861829Z [00:03:22.543]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5862451Z [00:03:22.543]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5863229Z [00:03:22.543]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5864096Z [00:03:22.543]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype=/tmp/go-build2720400589/b907/_pkg_.a
2025-08-20T21:11:55.5865280Z [00:03:22.543]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5865913Z [00:03:22.543]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5866331Z [00:03:22.543]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5866767Z [00:03:22.543]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5867190Z [00:03:22.543]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5867616Z [00:03:22.543]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5867929Z [00:03:22.543]➜  EOF
2025-08-20T21:11:55.5871176Z [00:03:22.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putopenai=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putopenai;$WORK/b906=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai -lang=go1.21 -complete -installsuffix shared -buildid N9QMNHRSLfxNvmsnv0SL/N9QMNHRSLfxNvmsnv0SL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putopenai/put_openai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putopenai/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putopenai/response.go
2025-08-20T21:11:55.5898477Z [00:03:22.548]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:11:55.5922526Z [00:03:22.550]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/0a/0aeb5ecde635c66a82379fdd15fa8a8d97e6b4a0a3aa58c6a1bc209d0093daf3-d # internal
2025-08-20T21:11:55.5930836Z [00:03:22.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai
2025-08-20T21:11:55.5931475Z [00:03:22.550]➜  mkdir -p $WORK/b908/
2025-08-20T21:11:55.5931907Z [00:03:22.550]➜  cat >/tmp/go-build2720400589/b908/importcfg << 'EOF' # internal
2025-08-20T21:11:55.5932250Z [00:03:22.550]➜  # import config
2025-08-20T21:11:55.5932679Z [00:03:22.550]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.5933206Z [00:03:22.550]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.5933668Z [00:03:22.550]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.5934111Z [00:03:22.550]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.5934695Z [00:03:22.550]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.5935317Z [00:03:22.550]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.5936095Z [00:03:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.5936918Z [00:03:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.5938019Z [00:03:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype=/tmp/go-build2720400589/b909/_pkg_.a
2025-08-20T21:11:55.5938690Z [00:03:22.550]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.5939265Z [00:03:22.550]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.5939698Z [00:03:22.550]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.5940122Z [00:03:22.550]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.5940547Z [00:03:22.550]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.5940862Z [00:03:22.550]➜  EOF
2025-08-20T21:11:55.5944348Z [00:03:22.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putvoyageai=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putvoyageai;$WORK/b908=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai -lang=go1.21 -complete -installsuffix shared -buildid 93NqRVtBdQ-C90zcaTsK/93NqRVtBdQ-C90zcaTsK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putvoyageai/put_voyageai.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putvoyageai/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putvoyageai/response.go
2025-08-20T21:11:55.6187582Z [00:03:22.577]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:11:55.6196188Z [00:03:22.577]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/97/9796496d8a1494c5a94709aae0cf5782dbc871ccbaed94d99912cefddd4d8129-d # internal
2025-08-20T21:11:55.6197047Z [00:03:22.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx
2025-08-20T21:11:55.6197462Z [00:03:22.577]➜  mkdir -p $WORK/b910/
2025-08-20T21:11:55.6197841Z [00:03:22.578]➜  cat >/tmp/go-build2720400589/b910/importcfg << 'EOF' # internal
2025-08-20T21:11:55.6200829Z [00:03:22.578]➜  # import config
2025-08-20T21:11:55.6201311Z [00:03:22.578]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.6226804Z [00:03:22.578]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.6230325Z [00:03:22.578]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.6231654Z [00:03:22.578]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.6232369Z [00:03:22.578]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.6233118Z [00:03:22.578]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.6235350Z [00:03:22.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.6236404Z [00:03:22.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.6237397Z [00:03:22.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype=/tmp/go-build2720400589/b911/_pkg_.a
2025-08-20T21:11:55.6238072Z [00:03:22.578]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.6238489Z [00:03:22.578]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.6238918Z [00:03:22.578]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.6239343Z [00:03:22.578]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.6239804Z [00:03:22.578]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.6240123Z [00:03:22.578]➜  EOF
2025-08-20T21:11:55.6243544Z [00:03:22.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putwatsonx=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putwatsonx;$WORK/b910=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx -lang=go1.21 -complete -installsuffix shared -buildid Qh5W37r04rtQzGUbQuk3/Qh5W37r04rtQzGUbQuk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putwatsonx/put_watsonx.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putwatsonx/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/putwatsonx/response.go
2025-08-20T21:11:55.6507812Z [00:03:22.608]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:11:55.6520024Z [00:03:22.610]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/6a/6ab9ba530722e5ed0a0c37a39f682aac68f0a88fd4571c0b0ff637cb6afeaeae-d # internal
2025-08-20T21:11:55.6526771Z [00:03:22.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank
2025-08-20T21:11:55.6528820Z [00:03:22.610]➜  mkdir -p $WORK/b912/
2025-08-20T21:11:55.6529220Z [00:03:22.610]➜  cat >/tmp/go-build2720400589/b912/importcfg << 'EOF' # internal
2025-08-20T21:11:55.6529575Z [00:03:22.610]➜  # import config
2025-08-20T21:11:55.6529918Z [00:03:22.610]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.6530346Z [00:03:22.610]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.6530797Z [00:03:22.610]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.6531242Z [00:03:22.610]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.6531654Z [00:03:22.610]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.6532286Z [00:03:22.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.6533308Z [00:03:22.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.6533955Z [00:03:22.610]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.6534553Z [00:03:22.610]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.6535043Z [00:03:22.610]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.6535471Z [00:03:22.610]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.6535895Z [00:03:22.610]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.6536212Z [00:03:22.610]➜  EOF
2025-08-20T21:11:55.6539479Z [00:03:22.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/rerank=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/rerank;$WORK/b912=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank -lang=go1.21 -complete -installsuffix shared -buildid cGTmnD6Rw2PFb6I7OQXc/cGTmnD6Rw2PFb6I7OQXc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/rerank/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/rerank/rerank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/rerank/response.go
2025-08-20T21:11:55.6624562Z [00:03:22.620]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:11:55.6648764Z [00:03:22.621]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/3b/3bf4d5c37481bcd60b46bc844879b36e7e3888b4d841cca0f406e178f4eede60-d # internal
2025-08-20T21:11:55.6649695Z [00:03:22.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding
2025-08-20T21:11:55.6650397Z [00:03:22.622]➜  mkdir -p $WORK/b913/
2025-08-20T21:11:55.6650778Z [00:03:22.622]➜  cat >/tmp/go-build2720400589/b913/importcfg << 'EOF' # internal
2025-08-20T21:11:55.6651132Z [00:03:22.622]➜  # import config
2025-08-20T21:11:55.6651471Z [00:03:22.622]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.6652071Z [00:03:22.622]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.6652523Z [00:03:22.622]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.6652969Z [00:03:22.622]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.6653382Z [00:03:22.622]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.6654004Z [00:03:22.622]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.6655021Z [00:03:22.622]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.6655597Z [00:03:22.622]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.6656020Z [00:03:22.622]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.6656448Z [00:03:22.622]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.6656877Z [00:03:22.622]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.6657304Z [00:03:22.622]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.6657620Z [00:03:22.622]➜  EOF
2025-08-20T21:11:55.6661161Z [00:03:22.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/sparseembedding=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/sparseembedding;$WORK/b913=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding -lang=go1.21 -complete -installsuffix shared -buildid QMActA9_BFqtOPn2PArl/QMActA9_BFqtOPn2PArl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/sparseembedding/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/sparseembedding/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/sparseembedding/sparse_embedding.go
2025-08-20T21:11:55.6675242Z [00:03:22.625]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:11:55.6697920Z [00:03:22.627]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/da/da1ddd305a2d5e4e33e920326be39941e1d0e7e1931538cc3fe767b776261d97-d # internal
2025-08-20T21:11:55.6713108Z [00:03:22.627]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion
2025-08-20T21:11:55.6713568Z [00:03:22.627]➜  mkdir -p $WORK/b914/
2025-08-20T21:11:55.6730639Z [00:03:22.631]➜  cat >/tmp/go-build2720400589/b914/importcfg << 'EOF' # internal
2025-08-20T21:11:55.6731856Z [00:03:22.631]➜  # import config
2025-08-20T21:11:55.6732807Z [00:03:22.631]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.6733424Z [00:03:22.631]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.6737190Z [00:03:22.631]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.6737725Z [00:03:22.631]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.6738141Z [00:03:22.631]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.6738765Z [00:03:22.631]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.6739541Z [00:03:22.631]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.6740109Z [00:03:22.631]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.6740812Z [00:03:22.631]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.6741244Z [00:03:22.631]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.6741678Z [00:03:22.631]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.6742234Z [00:03:22.631]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.6742711Z [00:03:22.631]➜  EOF
2025-08-20T21:11:55.6746267Z [00:03:22.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/streamcompletion=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/streamcompletion;$WORK/b914=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion -lang=go1.21 -complete -installsuffix shared -buildid 9Z2aj0tukN7luePqvW3f/9Z2aj0tukN7luePqvW3f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/streamcompletion/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/streamcompletion/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/streamcompletion/stream_completion.go
2025-08-20T21:11:55.6915562Z [00:03:22.649]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:11:55.6930998Z [00:03:22.650]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/1f/1fd88c3bbd7f71d719ebf0a6065feca8de9936b925939f90c96f4b31e6f52ee8-d # internal
2025-08-20T21:11:55.6931853Z [00:03:22.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding
2025-08-20T21:11:55.6932270Z [00:03:22.650]➜  mkdir -p $WORK/b915/
2025-08-20T21:11:55.6936853Z [00:03:22.651]➜  cat >/tmp/go-build2720400589/b915/importcfg << 'EOF' # internal
2025-08-20T21:11:55.6937822Z [00:03:22.651]➜  # import config
2025-08-20T21:11:55.6938745Z [00:03:22.651]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.6939260Z [00:03:22.651]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.6939929Z [00:03:22.651]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.6940446Z [00:03:22.651]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.6940871Z [00:03:22.651]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.6941500Z [00:03:22.651]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.6942280Z [00:03:22.651]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.6942841Z [00:03:22.651]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.6943265Z [00:03:22.651]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.6943819Z [00:03:22.651]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.6944485Z [00:03:22.651]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.6944982Z [00:03:22.651]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.6945300Z [00:03:22.651]➜  EOF
2025-08-20T21:11:55.6948665Z [00:03:22.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/textembedding=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/textembedding;$WORK/b915=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding -lang=go1.21 -complete -installsuffix shared -buildid k5FE8JREmqns-KNVz5PF/k5FE8JREmqns-KNVz5PF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/textembedding/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/textembedding/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/textembedding/text_embedding.go
2025-08-20T21:11:55.7328272Z [00:03:22.691]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:11:55.7340157Z [00:03:22.692]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/24/245f1ae89577092081d98e2500bfd261f1c644787f946e9becdd42d8c09ce4b5-d # internal
2025-08-20T21:11:55.7346747Z [00:03:22.692]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/update
2025-08-20T21:11:55.7347192Z [00:03:22.692]➜  mkdir -p $WORK/b916/
2025-08-20T21:11:55.7347567Z [00:03:22.692]➜  cat >/tmp/go-build2720400589/b916/importcfg << 'EOF' # internal
2025-08-20T21:11:55.7347916Z [00:03:22.692]➜  # import config
2025-08-20T21:11:55.7348252Z [00:03:22.692]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.7348692Z [00:03:22.692]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.7349145Z [00:03:22.692]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.7349595Z [00:03:22.692]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.7350016Z [00:03:22.692]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.7350642Z [00:03:22.692]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.7351428Z [00:03:22.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.7352247Z [00:03:22.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:11:55.7352867Z [00:03:22.692]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.7353285Z [00:03:22.692]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.7353721Z [00:03:22.692]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.7354156Z [00:03:22.692]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.7355115Z [00:03:22.692]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.7355507Z [00:03:22.692]➜  EOF
2025-08-20T21:11:55.7358754Z [00:03:22.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/update=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/update;$WORK/b916=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/update -lang=go1.21 -complete -installsuffix shared -buildid G9RfBUQNcJkX0geRTyBw/G9RfBUQNcJkX0geRTyBw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/update/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/update/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/inference/update/update.go
2025-08-20T21:11:55.7398340Z [00:03:22.698]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:11:55.7430302Z [00:03:22.701]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/b0/b05d3a6db4a43f8a85cb62cdc1d3b09c11634f18bdacb6a905fa2515f190f4c2-d # internal
2025-08-20T21:11:55.7431127Z [00:03:22.701]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase
2025-08-20T21:11:55.7431547Z [00:03:22.701]➜  mkdir -p $WORK/b917/
2025-08-20T21:11:55.7449608Z [00:03:22.703]➜  cat >/tmp/go-build2720400589/b917/importcfg << 'EOF' # internal
2025-08-20T21:11:55.7450017Z [00:03:22.703]➜  # import config
2025-08-20T21:11:55.7450368Z [00:03:22.703]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.7450821Z [00:03:22.703]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.7451279Z [00:03:22.703]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.7451968Z [00:03:22.703]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.7452602Z [00:03:22.703]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.7453380Z [00:03:22.703]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.7454142Z [00:03:22.703]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.7454845Z [00:03:22.703]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.7455287Z [00:03:22.703]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.7455717Z [00:03:22.703]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.7456152Z [00:03:22.703]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.7456465Z [00:03:22.703]➜  EOF
2025-08-20T21:11:55.7459516Z [00:03:22.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletegeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletegeoipdatabase;$WORK/b917=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid sSjuF45HfjzVmwdRnskI/sSjuF45HfjzVmwdRnskI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletegeoipdatabase/delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletegeoipdatabase/response.go
2025-08-20T21:11:55.7499993Z [00:03:22.708]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:11:55.7513849Z [00:03:22.709]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/59/59697e383bdf99a65cf35322fb4037ecbe424a4eaa56cb1f8acc4bebfc5f5cd1-d # internal
2025-08-20T21:11:55.7515301Z [00:03:22.709]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase
2025-08-20T21:11:55.7515996Z [00:03:22.709]➜  mkdir -p $WORK/b918/
2025-08-20T21:11:55.7522504Z [00:03:22.710]➜  cat >/tmp/go-build2720400589/b918/importcfg << 'EOF' # internal
2025-08-20T21:11:55.7523203Z [00:03:22.710]➜  # import config
2025-08-20T21:11:55.7523681Z [00:03:22.710]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.7525178Z [00:03:22.710]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.7525641Z [00:03:22.710]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.7526060Z [00:03:22.710]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.7526686Z [00:03:22.710]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.7527673Z [00:03:22.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.7528348Z [00:03:22.710]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.7528776Z [00:03:22.710]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.7529206Z [00:03:22.710]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.7529636Z [00:03:22.710]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.7530063Z [00:03:22.710]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.7530378Z [00:03:22.710]➜  EOF
2025-08-20T21:11:55.7533563Z [00:03:22.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deleteiplocationdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deleteiplocationdatabase;$WORK/b918=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid 6cLd9kqNs7lTaFWKKy80/6cLd9kqNs7lTaFWKKy80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deleteiplocationdatabase/delete_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deleteiplocationdatabase/response.go
2025-08-20T21:11:55.7611698Z [00:03:22.719]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:11:55.7625555Z [00:03:22.720]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/37/37cf59fedadf2cd60180c374cc8ab158324a4af3546770fb4e36503292605228-d # internal
2025-08-20T21:11:55.7632918Z [00:03:22.720]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline
2025-08-20T21:11:55.7633364Z [00:03:22.720]➜  mkdir -p $WORK/b919/
2025-08-20T21:11:55.7633763Z [00:03:22.721]➜  cat >/tmp/go-build2720400589/b919/importcfg << 'EOF' # internal
2025-08-20T21:11:55.7634120Z [00:03:22.721]➜  # import config
2025-08-20T21:11:55.7634622Z [00:03:22.721]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.7635085Z [00:03:22.721]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.7635529Z [00:03:22.721]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.7635949Z [00:03:22.721]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.7636575Z [00:03:22.721]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.7637354Z [00:03:22.721]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.7637915Z [00:03:22.721]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.7638333Z [00:03:22.721]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.7638771Z [00:03:22.721]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.7639207Z [00:03:22.721]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.7639883Z [00:03:22.721]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.7640266Z [00:03:22.721]➜  EOF
2025-08-20T21:11:55.7643243Z [00:03:22.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletepipeline;$WORK/b919=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline -lang=go1.21 -complete -installsuffix shared -buildid e0pKLzTa4B-ktiMG-uVy/e0pKLzTa4B-ktiMG-uVy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletepipeline/delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/deletepipeline/response.go
2025-08-20T21:11:55.8087654Z [00:03:22.766]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:11:55.8095167Z [00:03:22.767]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/0a/0a679837534a2b8afb29308cd10b0a8005c4161c67f31ac6c6de50ac62cf9cd8-d # internal
2025-08-20T21:11:55.8114765Z [00:03:22.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats
2025-08-20T21:11:55.8115199Z [00:03:22.768]➜  mkdir -p $WORK/b920/
2025-08-20T21:11:55.8115576Z [00:03:22.768]➜  cat >/tmp/go-build2720400589/b920/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8115921Z [00:03:22.768]➜  # import config
2025-08-20T21:11:55.8116267Z [00:03:22.768]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8116752Z [00:03:22.768]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8117212Z [00:03:22.768]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8117932Z [00:03:22.768]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8118569Z [00:03:22.768]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8119349Z [00:03:22.768]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8120092Z [00:03:22.768]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8120515Z [00:03:22.768]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8120946Z [00:03:22.768]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8121372Z [00:03:22.768]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8121798Z [00:03:22.768]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8122112Z [00:03:22.768]➜  EOF
2025-08-20T21:11:55.8125055Z [00:03:22.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/geoipstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/geoipstats;$WORK/b920=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats -lang=go1.21 -complete -installsuffix shared -buildid TBj3ndFC4M7NrAFJP0UP/TBj3ndFC4M7NrAFJP0UP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/geoipstats/geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/geoipstats/response.go
2025-08-20T21:11:55.8137019Z [00:03:22.771]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:11:55.8150738Z [00:03:22.773]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/cb/cb91fd2f6acee89575767ac1a8bf2718038aaac64e0246c55f926f18e12f5e4f-d # internal
2025-08-20T21:11:55.8164796Z [00:03:22.774]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:11:55.8171777Z [00:03:22.775]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase
2025-08-20T21:11:55.8172201Z [00:03:22.775]➜  mkdir -p $WORK/b921/
2025-08-20T21:11:55.8173194Z [00:03:22.775]➜  cat >/tmp/go-build2720400589/b921/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8175303Z [00:03:22.775]➜  # import config
2025-08-20T21:11:55.8175694Z [00:03:22.775]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8176157Z [00:03:22.775]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8176604Z [00:03:22.775]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8177021Z [00:03:22.775]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8177649Z [00:03:22.775]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8178592Z [00:03:22.775]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8179223Z [00:03:22.775]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8179650Z [00:03:22.775]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8180075Z [00:03:22.775]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8180506Z [00:03:22.775]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8180929Z [00:03:22.775]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8181241Z [00:03:22.775]➜  EOF
2025-08-20T21:11:55.8184184Z [00:03:22.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getgeoipdatabase;$WORK/b921=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid HLQi6AjE6PELJv_yFGuA/HLQi6AjE6PELJv_yFGuA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getgeoipdatabase/get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getgeoipdatabase/response.go
2025-08-20T21:11:55.8209379Z [00:03:22.779]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/81/812ccb16f7970f6d59eb25f3601b549fa7c66ba4e0c81b552a16e688710dcdbf-d # internal
2025-08-20T21:11:55.8223121Z [00:03:22.779]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase
2025-08-20T21:11:55.8223607Z [00:03:22.779]➜  mkdir -p $WORK/b922/
2025-08-20T21:11:55.8223983Z [00:03:22.779]➜  cat >/tmp/go-build2720400589/b922/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8224405Z [00:03:22.779]➜  # import config
2025-08-20T21:11:55.8224813Z [00:03:22.779]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8225272Z [00:03:22.779]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8225717Z [00:03:22.779]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8226129Z [00:03:22.779]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8226750Z [00:03:22.779]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8227532Z [00:03:22.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8228093Z [00:03:22.779]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8228507Z [00:03:22.779]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8228936Z [00:03:22.779]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8229364Z [00:03:22.779]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8229799Z [00:03:22.779]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8230114Z [00:03:22.779]➜  EOF
2025-08-20T21:11:55.8233407Z [00:03:22.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getiplocationdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getiplocationdatabase;$WORK/b922=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid lcJwR1_4fwQ-bV5YsqUg/lcJwR1_4fwQ-bV5YsqUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getiplocationdatabase/get_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getiplocationdatabase/response.go
2025-08-20T21:11:55.8337191Z [00:03:22.791]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:11:55.8348424Z [00:03:22.792]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/f2/f20cb2b5c9a712f184449c381daca68f14fa484e2a7bbf31834b8f9c704c2839-d # internal
2025-08-20T21:11:55.8353459Z [00:03:22.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline
2025-08-20T21:11:55.8353905Z [00:03:22.793]➜  mkdir -p $WORK/b923/
2025-08-20T21:11:55.8360986Z [00:03:22.794]➜  cat >/tmp/go-build2720400589/b923/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8365819Z [00:03:22.794]➜  # import config
2025-08-20T21:11:55.8366197Z [00:03:22.794]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8366660Z [00:03:22.794]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8367111Z [00:03:22.794]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8367540Z [00:03:22.794]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8368430Z [00:03:22.794]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8369219Z [00:03:22.794]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8369781Z [00:03:22.794]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8370406Z [00:03:22.794]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8370840Z [00:03:22.794]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8371266Z [00:03:22.794]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8371693Z [00:03:22.794]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8372008Z [00:03:22.794]➜  EOF
2025-08-20T21:11:55.8375042Z [00:03:22.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getpipeline;$WORK/b923=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline -lang=go1.21 -complete -installsuffix shared -buildid QS20UnqtyA2K6OI_MVQC/QS20UnqtyA2K6OI_MVQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/getpipeline/response.go
2025-08-20T21:11:55.8851709Z [00:03:22.843]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:11:55.8859612Z [00:03:22.844]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:11:55.8866289Z [00:03:22.844]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/1a/1a391b4b42cf19c34e0b14d38f37bcd9bc91a1168e4d2e872e3482d7afc4b5ca-d # internal
2025-08-20T21:11:55.8887043Z [00:03:22.845]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok
2025-08-20T21:11:55.8887557Z [00:03:22.846]➜  mkdir -p $WORK/b924/
2025-08-20T21:11:55.8888220Z [00:03:22.847]➜  cat >/tmp/go-build2720400589/b924/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8888638Z [00:03:22.847]➜  # import config
2025-08-20T21:11:55.8888989Z [00:03:22.847]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8889452Z [00:03:22.847]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8889896Z [00:03:22.847]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8890308Z [00:03:22.847]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8890935Z [00:03:22.847]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8891715Z [00:03:22.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8892395Z [00:03:22.847]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8892878Z [00:03:22.847]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8893314Z [00:03:22.847]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8893739Z [00:03:22.847]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8894171Z [00:03:22.847]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8894703Z [00:03:22.847]➜  EOF
2025-08-20T21:11:55.8897603Z [00:03:22.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/processorgrok=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/processorgrok;$WORK/b924=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok -lang=go1.21 -complete -installsuffix shared -buildid M-qvMUhpOK-hBjVDyUPA/M-qvMUhpOK-hBjVDyUPA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/processorgrok/processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/processorgrok/response.go
2025-08-20T21:11:55.8902023Z [00:03:22.847]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/1a/1a164c65eaf041f6b55552411c23c569c6adfb6eb8e810232653ced806d6e418-d # internal
2025-08-20T21:11:55.8902961Z [00:03:22.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase
2025-08-20T21:11:55.8903371Z [00:03:22.847]➜  mkdir -p $WORK/b925/
2025-08-20T21:11:55.8903738Z [00:03:22.847]➜  cat >/tmp/go-build2720400589/b925/importcfg << 'EOF' # internal
2025-08-20T21:11:55.8904082Z [00:03:22.847]➜  # import config
2025-08-20T21:11:55.8907050Z [00:03:22.847]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.8907504Z [00:03:22.847]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.8907966Z [00:03:22.847]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.8908408Z [00:03:22.847]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.8908826Z [00:03:22.847]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.8909448Z [00:03:22.847]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.8910231Z [00:03:22.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.8910795Z [00:03:22.847]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.8911211Z [00:03:22.847]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.8911641Z [00:03:22.847]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.8912074Z [00:03:22.847]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.8912508Z [00:03:22.847]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.8912824Z [00:03:22.847]➜  EOF
2025-08-20T21:11:55.8916685Z [00:03:22.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putgeoipdatabase;$WORK/b925=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase -lang=go1.21 -complete -installsuffix shared -buildid AD7qUNHXZthp3qCPSR7x/AD7qUNHXZthp3qCPSR7x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putgeoipdatabase/put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putgeoipdatabase/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putgeoipdatabase/response.go
2025-08-20T21:11:55.8982418Z [00:03:22.856]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:11:55.8995752Z [00:03:22.857]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:11:55.8997955Z [00:03:22.857]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/cf/cf58663a5d9f8e72df6c27fe363facf3833f146073ca7dd5bc9eedc975978e01-d # internal
2025-08-20T21:11:55.8999037Z [00:03:22.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase
2025-08-20T21:11:55.8999470Z [00:03:22.857]➜  mkdir -p $WORK/b926/
2025-08-20T21:11:55.8999845Z [00:03:22.858]➜  cat >/tmp/go-build2720400589/b926/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9000193Z [00:03:22.858]➜  # import config
2025-08-20T21:11:55.9000532Z [00:03:22.858]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.9000963Z [00:03:22.858]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9001421Z [00:03:22.858]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9002028Z [00:03:22.858]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9002448Z [00:03:22.858]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9003073Z [00:03:22.858]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9003859Z [00:03:22.858]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9004690Z [00:03:22.858]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9005121Z [00:03:22.858]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9005550Z [00:03:22.858]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9005974Z [00:03:22.858]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9006408Z [00:03:22.858]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9006735Z [00:03:22.858]➜  EOF
2025-08-20T21:11:55.9010440Z [00:03:22.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putiplocationdatabase=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putiplocationdatabase;$WORK/b926=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase -lang=go1.21 -complete -installsuffix shared -buildid elfJp7OyIffo9PJlnm8o/elfJp7OyIffo9PJlnm8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putiplocationdatabase/put_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putiplocationdatabase/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putiplocationdatabase/response.go
2025-08-20T21:11:55.9013976Z [00:03:22.859]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/0c/0c0371a4f17a61b9b20d2128e51448827a7d5f1d9e8b25f97965350b6531d95a-d # internal
2025-08-20T21:11:55.9014949Z [00:03:22.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline
2025-08-20T21:11:55.9032148Z [00:03:22.859]➜  mkdir -p $WORK/b927/
2025-08-20T21:11:55.9032740Z [00:03:22.860]➜  cat >/tmp/go-build2720400589/b927/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9033095Z [00:03:22.860]➜  # import config
2025-08-20T21:11:55.9033444Z [00:03:22.860]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.9033874Z [00:03:22.860]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9034625Z [00:03:22.860]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9035145Z [00:03:22.860]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9035567Z [00:03:22.860]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9036202Z [00:03:22.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9036987Z [00:03:22.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9037551Z [00:03:22.860]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9038307Z [00:03:22.860]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9038740Z [00:03:22.860]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9039164Z [00:03:22.860]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9039589Z [00:03:22.860]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9039905Z [00:03:22.860]➜  EOF
2025-08-20T21:11:55.9043143Z [00:03:22.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putpipeline;$WORK/b927=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline -lang=go1.21 -complete -installsuffix shared -buildid U0uwbZmxumfW7qbfq910/U0uwbZmxumfW7qbfq910 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putpipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/putpipeline/response.go
2025-08-20T21:11:55.9541723Z [00:03:22.912]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:11:55.9553789Z [00:03:22.913]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:11:55.9566313Z [00:03:22.914]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/95/959e18674308aaacf8797ab30f82a2cab9a0ca0c8eb03d78293313d90b990a5e-d # internal
2025-08-20T21:11:55.9569570Z [00:03:22.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate
2025-08-20T21:11:55.9572717Z [00:03:22.915]➜  mkdir -p $WORK/b928/
2025-08-20T21:11:55.9575493Z [00:03:22.915]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/9b/9bb5ca27735fb908ac8a5c48d2a5559403b5bc8c0d64f4f449e65b2894c384c6-d # internal
2025-08-20T21:11:55.9579149Z [00:03:22.916]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/delete
2025-08-20T21:11:55.9580304Z [00:03:22.916]➜  mkdir -p $WORK/b929/
2025-08-20T21:11:55.9585676Z [00:03:22.916]➜  cat >/tmp/go-build2720400589/b929/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9586444Z [00:03:22.916]➜  # import config
2025-08-20T21:11:55.9587296Z [00:03:22.916]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9587860Z [00:03:22.916]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9588608Z [00:03:22.916]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9589099Z [00:03:22.916]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9589858Z [00:03:22.916]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9590723Z [00:03:22.916]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9591301Z [00:03:22.916]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9591725Z [00:03:22.916]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9592156Z [00:03:22.916]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9592584Z [00:03:22.916]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9593009Z [00:03:22.916]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9593329Z [00:03:22.916]➜  EOF
2025-08-20T21:11:55.9596246Z [00:03:22.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/delete;$WORK/b929=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/delete -lang=go1.21 -complete -installsuffix shared -buildid e0CGK8T38oC8uh8byVDn/e0CGK8T38oC8uh8byVDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/delete/response.go
2025-08-20T21:11:55.9599018Z [00:03:22.917]➜  cat >/tmp/go-build2720400589/b928/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9599371Z [00:03:22.917]➜  # import config
2025-08-20T21:11:55.9599707Z [00:03:22.917]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:55.9600138Z [00:03:22.917]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9600593Z [00:03:22.917]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9601045Z [00:03:22.917]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9601459Z [00:03:22.917]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9602086Z [00:03:22.917]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9602863Z [00:03:22.917]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9603428Z [00:03:22.917]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9603849Z [00:03:22.917]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9604411Z [00:03:22.917]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9604912Z [00:03:22.917]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9605348Z [00:03:22.917]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9605666Z [00:03:22.917]➜  EOF
2025-08-20T21:11:55.9608938Z [00:03:22.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/simulate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/simulate;$WORK/b928=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate -lang=go1.21 -complete -installsuffix shared -buildid 3d4weX_id-LWdOkYaxly/3d4weX_id-LWdOkYaxly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/simulate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/simulate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ingest/simulate/simulate.go
2025-08-20T21:11:55.9735378Z [00:03:22.930]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:11:55.9737251Z [00:03:22.932]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/d4/d4fed6e40922e3707ba868cadf298dbf8eff637eefe60b92247cb03c3b50b4f1-d # internal
2025-08-20T21:11:55.9749110Z [00:03:22.933]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/get
2025-08-20T21:11:55.9749545Z [00:03:22.933]➜  mkdir -p $WORK/b930/
2025-08-20T21:11:55.9753619Z [00:03:22.933]➜  cat >/tmp/go-build2720400589/b930/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9754000Z [00:03:22.933]➜  # import config
2025-08-20T21:11:55.9754486Z [00:03:22.933]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9755006Z [00:03:22.933]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9755453Z [00:03:22.933]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9755876Z [00:03:22.933]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9756758Z [00:03:22.933]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9757547Z [00:03:22.933]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9758292Z [00:03:22.933]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9758711Z [00:03:22.933]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9759142Z [00:03:22.933]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9759569Z [00:03:22.933]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9759993Z [00:03:22.933]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9760309Z [00:03:22.933]➜  EOF
2025-08-20T21:11:55.9762939Z [00:03:22.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/get;$WORK/b930=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/get -lang=go1.21 -complete -installsuffix shared -buildid ViMvkxVd6HOQI9RIQh0J/ViMvkxVd6HOQI9RIQh0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/get/response.go
2025-08-20T21:11:55.9918096Z [00:03:22.950]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:11:55.9930198Z [00:03:22.951]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/83/83d90b4e230f5f55f478d519918cdb0c0a15d4b126ccb33aa78c9ffa1846c333-d # internal
2025-08-20T21:11:55.9933197Z [00:03:22.951]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus
2025-08-20T21:11:55.9935964Z [00:03:22.951]➜  mkdir -p $WORK/b931/
2025-08-20T21:11:55.9937128Z [00:03:22.951]➜  cat >/tmp/go-build2720400589/b931/importcfg << 'EOF' # internal
2025-08-20T21:11:55.9938264Z [00:03:22.951]➜  # import config
2025-08-20T21:11:55.9938944Z [00:03:22.951]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:55.9939706Z [00:03:22.951]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:55.9940265Z [00:03:22.951]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:55.9941449Z [00:03:22.951]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:55.9942090Z [00:03:22.951]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:55.9942877Z [00:03:22.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:55.9943667Z [00:03:22.951]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:55.9944161Z [00:03:22.951]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:55.9944735Z [00:03:22.952]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:55.9945297Z [00:03:22.952]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:55.9945799Z [00:03:22.952]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:55.9946124Z [00:03:22.952]➜  EOF
2025-08-20T21:11:55.9949053Z [00:03:22.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/getbasicstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/getbasicstatus;$WORK/b931=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus -lang=go1.21 -complete -installsuffix shared -buildid 1VGp-mPhLO5-V8LFMwUN/1VGp-mPhLO5-V8LFMwUN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/getbasicstatus/get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/getbasicstatus/response.go
2025-08-20T21:11:56.0260541Z [00:03:22.983]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:11:56.0271181Z [00:03:22.984]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/ff/ff08c999c4366938f08b9b6a86745742b5eee19fa0364f15bdbe315cb50d4797-d # internal
2025-08-20T21:11:56.0272212Z [00:03:22.984]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus
2025-08-20T21:11:56.0272629Z [00:03:22.984]➜  mkdir -p $WORK/b932/
2025-08-20T21:11:56.0273012Z [00:03:22.984]➜  cat >/tmp/go-build2720400589/b932/importcfg << 'EOF' # internal
2025-08-20T21:11:56.0273354Z [00:03:22.984]➜  # import config
2025-08-20T21:11:56.0273697Z [00:03:22.984]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.0274161Z [00:03:22.984]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.0274869Z [00:03:22.984]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.0275299Z [00:03:22.984]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.0275929Z [00:03:22.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.0276710Z [00:03:22.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.0277272Z [00:03:22.984]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.0277685Z [00:03:22.984]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.0278114Z [00:03:22.984]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.0278538Z [00:03:22.984]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.0278968Z [00:03:22.984]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.0279290Z [00:03:22.984]➜  EOF
2025-08-20T21:11:56.0282211Z [00:03:22.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/gettrialstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/gettrialstatus;$WORK/b932=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus -lang=go1.21 -complete -installsuffix shared -buildid XYW0I5OyH1aoBjZbSmkD/XYW0I5OyH1aoBjZbSmkD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/gettrialstatus/get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/gettrialstatus/response.go
2025-08-20T21:11:56.0295222Z [00:03:22.987]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:11:56.0355961Z [00:03:22.991]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/8b/8b3a37608c981aa5bc2781dd09e71149d3e44834d1dcf337c88cd9ecbd739e47-d # internal
2025-08-20T21:11:56.0357179Z [00:03:22.991]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/post
2025-08-20T21:11:56.0357866Z [00:03:22.991]➜  mkdir -p $WORK/b933/
2025-08-20T21:11:56.0359047Z [00:03:22.992]➜  cat >/tmp/go-build2720400589/b933/importcfg << 'EOF' # internal
2025-08-20T21:11:56.0359449Z [00:03:22.992]➜  # import config
2025-08-20T21:11:56.0359792Z [00:03:22.992]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.0360219Z [00:03:22.992]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.0360668Z [00:03:22.992]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.0361110Z [00:03:22.992]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.0361526Z [00:03:22.992]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.0362158Z [00:03:22.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.0363182Z [00:03:22.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.0364037Z [00:03:22.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2720400589/b534/_pkg_.a
2025-08-20T21:11:56.0365040Z [00:03:22.992]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.0365466Z [00:03:22.992]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.0365900Z [00:03:22.992]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.0366321Z [00:03:22.992]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.0366749Z [00:03:22.992]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.0367066Z [00:03:22.992]➜  EOF
2025-08-20T21:11:56.0370107Z [00:03:22.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/post=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/post;$WORK/b933=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/post -lang=go1.21 -complete -installsuffix shared -buildid dEAt9Sb6iZGKLggqtWY7/dEAt9Sb6iZGKLggqtWY7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/post/response.go
2025-08-20T21:11:56.0439926Z [00:03:23.002]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:11:56.0447694Z [00:03:23.002]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/81/81d660efb27ca854af3d7029a418f5b32d98451008333ec9af31d5ab9c26add4-d # internal
2025-08-20T21:11:56.0455610Z [00:03:23.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic
2025-08-20T21:11:56.0456032Z [00:03:23.002]➜  mkdir -p $WORK/b934/
2025-08-20T21:11:56.0456422Z [00:03:23.003]➜  cat >/tmp/go-build2720400589/b934/importcfg << 'EOF' # internal
2025-08-20T21:11:56.0456768Z [00:03:23.003]➜  # import config
2025-08-20T21:11:56.0457113Z [00:03:23.003]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.0457537Z [00:03:23.003]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.0457985Z [00:03:23.003]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.0458427Z [00:03:23.003]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.0458841Z [00:03:23.003]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.0459695Z [00:03:23.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.0460556Z [00:03:23.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.0461481Z [00:03:23.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2720400589/b535/_pkg_.a
2025-08-20T21:11:56.0462176Z [00:03:23.003]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.0462595Z [00:03:23.003]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.0463025Z [00:03:23.003]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.0463450Z [00:03:23.003]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.0463879Z [00:03:23.003]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.0464196Z [00:03:23.003]➜  EOF
2025-08-20T21:11:56.0467368Z [00:03:23.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststartbasic=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststartbasic;$WORK/b934=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic -lang=go1.21 -complete -installsuffix shared -buildid M6vay0fPrRbvHj3ZRPks/M6vay0fPrRbvHj3ZRPks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststartbasic/post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststartbasic/response.go
2025-08-20T21:11:56.0663647Z [00:03:23.024]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:11:56.0728112Z [00:03:23.028]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/84/84b80308c4bd744a4c1398983902aa39b3869cc98c405254a13e642576aeb3ad-d # internal
2025-08-20T21:11:56.0737705Z [00:03:23.028]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial
2025-08-20T21:11:56.0738171Z [00:03:23.028]➜  mkdir -p $WORK/b935/
2025-08-20T21:11:56.0738553Z [00:03:23.028]➜  cat >/tmp/go-build2720400589/b935/importcfg << 'EOF' # internal
2025-08-20T21:11:56.0738905Z [00:03:23.028]➜  # import config
2025-08-20T21:11:56.0739250Z [00:03:23.028]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.0739714Z [00:03:23.028]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.0740160Z [00:03:23.028]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.0740575Z [00:03:23.028]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.0741201Z [00:03:23.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.0741980Z [00:03:23.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.0742815Z [00:03:23.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2720400589/b535/_pkg_.a
2025-08-20T21:11:56.0743459Z [00:03:23.028]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.0743877Z [00:03:23.028]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.0744510Z [00:03:23.028]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.0745011Z [00:03:23.028]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.0745439Z [00:03:23.028]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.0745750Z [00:03:23.028]➜  EOF
2025-08-20T21:11:56.0749043Z [00:03:23.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststarttrial=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststarttrial;$WORK/b935=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial -lang=go1.21 -complete -installsuffix shared -buildid Ot-yc4FAKA-d0MFqTYhs/Ot-yc4FAKA-d0MFqTYhs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststarttrial/post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/license/poststarttrial/response.go
2025-08-20T21:11:56.1003905Z [00:03:23.058]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:11:56.1247640Z [00:03:23.082]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/57/571cb1dc98b82b58c14a418f19426a7dff6dd24b559c8b5be76c6f0d8bb382c7-d # internal
2025-08-20T21:11:56.1255239Z [00:03:23.083]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline
2025-08-20T21:11:56.1263166Z [00:03:23.084]➜  mkdir -p $WORK/b937/
2025-08-20T21:11:56.1263622Z [00:03:23.084]➜  cat >/tmp/go-build2720400589/b937/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1263978Z [00:03:23.084]➜  # import config
2025-08-20T21:11:56.1264721Z [00:03:23.084]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1265196Z [00:03:23.084]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1266600Z [00:03:23.084]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1267959Z [00:03:23.084]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1269105Z [00:03:23.084]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1270291Z [00:03:23.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1271078Z [00:03:23.084]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1283551Z [00:03:23.084]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1290898Z [00:03:23.084]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1297130Z [00:03:23.084]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1301544Z [00:03:23.084]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1301936Z [00:03:23.084]➜  EOF
2025-08-20T21:11:56.1305129Z [00:03:23.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/getpipeline;$WORK/b937=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline -lang=go1.21 -complete -installsuffix shared -buildid iZE_mG2WEZrrHVkuWi0Z/iZE_mG2WEZrrHVkuWi0Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/getpipeline/response.go
2025-08-20T21:11:56.1310983Z [00:03:23.084]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:11:56.1311683Z [00:03:23.085]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/67/67a0d1d3a27e0dee16d6046ede1d3a2bb57662f1e1bbe850f80950ab6ef1b566-d # internal
2025-08-20T21:11:56.1312377Z [00:03:23.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline
2025-08-20T21:11:56.1312776Z [00:03:23.086]➜  mkdir -p $WORK/b938/
2025-08-20T21:11:56.1313139Z [00:03:23.086]➜  cat >/tmp/go-build2720400589/b938/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1313477Z [00:03:23.086]➜  # import config
2025-08-20T21:11:56.1313819Z [00:03:23.086]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.1314239Z [00:03:23.086]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1314975Z [00:03:23.086]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1315629Z [00:03:23.086]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1316149Z [00:03:23.086]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1316859Z [00:03:23.086]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1317743Z [00:03:23.086]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1318315Z [00:03:23.086]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1318732Z [00:03:23.086]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1319156Z [00:03:23.086]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1319578Z [00:03:23.086]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1320001Z [00:03:23.086]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1320321Z [00:03:23.086]➜  EOF
2025-08-20T21:11:56.1327949Z [00:03:23.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/putpipeline;$WORK/b938=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline -lang=go1.21 -complete -installsuffix shared -buildid JiBjp2opY-hJfiw_rWu_/JiBjp2opY-hJfiw_rWu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/logstash/putpipeline/request.go
2025-08-20T21:11:56.1330687Z [00:03:23.088]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:11:56.1331066Z [00:03:23.089]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:11:56.1331747Z [00:03:23.090]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/72/723662a79d002ec1e70d57ed563ae1a66fc2930e67eea317c3660a9add3b04c9-d # internal
2025-08-20T21:11:56.1332444Z [00:03:23.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations
2025-08-20T21:11:56.1332839Z [00:03:23.090]➜  mkdir -p $WORK/b939/
2025-08-20T21:11:56.1333210Z [00:03:23.090]➜  cat >/tmp/go-build2720400589/b939/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1341077Z [00:03:23.090]➜  # import config
2025-08-20T21:11:56.1341440Z [00:03:23.090]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1341893Z [00:03:23.090]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1342337Z [00:03:23.090]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1342752Z [00:03:23.090]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1343389Z [00:03:23.090]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1344176Z [00:03:23.090]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1345154Z [00:03:23.090]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1345686Z [00:03:23.090]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1346132Z [00:03:23.090]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1346558Z [00:03:23.090]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1346984Z [00:03:23.090]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1347299Z [00:03:23.090]➜  EOF
2025-08-20T21:11:56.1350285Z [00:03:23.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/deprecations=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/deprecations;$WORK/b939=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations -lang=go1.21 -complete -installsuffix shared -buildid TYXltWHJwg0nFo-2pRCZ/TYXltWHJwg0nFo-2pRCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/deprecations/deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/deprecations/response.go
2025-08-20T21:11:56.1353234Z [00:03:23.092]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/54/54a075d4ebb4e9737af7f4dc7188b0bc14bfcc8a8c52cb68c06cdfc4378909e3-d # internal
2025-08-20T21:11:56.1353970Z [00:03:23.092]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus
2025-08-20T21:11:56.1354592Z [00:03:23.092]➜  mkdir -p $WORK/b940/
2025-08-20T21:11:56.1354965Z [00:03:23.092]➜  cat >/tmp/go-build2720400589/b940/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1355316Z [00:03:23.092]➜  # import config
2025-08-20T21:11:56.1355827Z [00:03:23.092]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1356282Z [00:03:23.092]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1356733Z [00:03:23.092]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1357144Z [00:03:23.092]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1357917Z [00:03:23.092]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1358699Z [00:03:23.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1359547Z [00:03:23.092]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2720400589/b541/_pkg_.a
2025-08-20T21:11:56.1360191Z [00:03:23.092]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1360606Z [00:03:23.092]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1361038Z [00:03:23.092]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1361464Z [00:03:23.092]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1361897Z [00:03:23.092]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1362216Z [00:03:23.092]➜  EOF
2025-08-20T21:11:56.1366001Z [00:03:23.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/getfeatureupgradestatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/getfeatureupgradestatus;$WORK/b940=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus -lang=go1.21 -complete -installsuffix shared -buildid CVLhp-tcjofgwUrOH1bp/CVLhp-tcjofgwUrOH1bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/getfeatureupgradestatus/get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/getfeatureupgradestatus/response.go
2025-08-20T21:11:56.1880537Z [00:03:23.146]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:11:56.1890344Z [00:03:23.147]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/51/5197df098e1472e858762d2bc3aa45c2872f2497f131972c34c610e0c15a9159-d # internal
2025-08-20T21:11:56.1892110Z [00:03:23.147]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade
2025-08-20T21:11:56.1917806Z [00:03:23.150]➜  mkdir -p $WORK/b941/
2025-08-20T21:11:56.1922746Z [00:03:23.150]➜  cat >/tmp/go-build2720400589/b941/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1925837Z [00:03:23.150]➜  # import config
2025-08-20T21:11:56.1927455Z [00:03:23.150]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1928387Z [00:03:23.150]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1929117Z [00:03:23.150]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1930032Z [00:03:23.150]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1931116Z [00:03:23.150]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1932198Z [00:03:23.150]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1933181Z [00:03:23.150]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1935223Z [00:03:23.150]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1935838Z [00:03:23.150]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1936273Z [00:03:23.150]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1936717Z [00:03:23.150]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1937331Z [00:03:23.150]➜  EOF
2025-08-20T21:11:56.1944154Z [00:03:23.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/postfeatureupgrade=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/postfeatureupgrade;$WORK/b941=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade -lang=go1.21 -complete -installsuffix shared -buildid uHoemohYMMQ7M6SjwMD0/uHoemohYMMQ7M6SjwMD0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/postfeatureupgrade/post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/migration/postfeatureupgrade/response.go
2025-08-20T21:11:56.1947305Z [00:03:23.150]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:11:56.1947986Z [00:03:23.152]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/47/47fca6220a11e33cc280d49537b965241cf1952a6d59db2b62e3e36c99969ea6-d # internal
2025-08-20T21:11:56.1965976Z [00:03:23.154]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:11:56.1968744Z [00:03:23.154]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache
2025-08-20T21:11:56.1972262Z [00:03:23.154]➜  mkdir -p $WORK/b942/
2025-08-20T21:11:56.1972789Z [00:03:23.155]➜  cat >/tmp/go-build2720400589/b942/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1973152Z [00:03:23.155]➜  # import config
2025-08-20T21:11:56.1973502Z [00:03:23.155]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.1974061Z [00:03:23.155]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.1974708Z [00:03:23.155]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.1975140Z [00:03:23.155]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.1975773Z [00:03:23.155]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.1976767Z [00:03:23.155]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.1977444Z [00:03:23.155]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.1977877Z [00:03:23.155]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.1978307Z [00:03:23.155]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.1978736Z [00:03:23.155]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.1979167Z [00:03:23.155]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.1979480Z [00:03:23.155]➜  EOF
2025-08-20T21:11:56.1987564Z [00:03:23.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/cleartrainedmodeldeploymentcache=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/cleartrainedmodeldeploymentcache;$WORK/b942=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache -lang=go1.21 -complete -installsuffix shared -buildid RFb3O2f281oQ2eUFM1fN/RFb3O2f281oQ2eUFM1fN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/cleartrainedmodeldeploymentcache/clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/cleartrainedmodeldeploymentcache/response.go
2025-08-20T21:11:56.1993546Z [00:03:23.156]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/cc/cc4f9fa5e08b3b40f3130cc916e62ebc3f5f7dbf7afff2c97869de4a8fdf7f36-d # internal
2025-08-20T21:11:56.1995021Z [00:03:23.156]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob
2025-08-20T21:11:56.1996796Z [00:03:23.156]➜  mkdir -p $WORK/b943/
2025-08-20T21:11:56.1997189Z [00:03:23.156]➜  cat >/tmp/go-build2720400589/b943/importcfg << 'EOF' # internal
2025-08-20T21:11:56.1998453Z [00:03:23.156]➜  # import config
2025-08-20T21:11:56.1998872Z [00:03:23.156]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.1999298Z [00:03:23.156]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2000108Z [00:03:23.156]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2000574Z [00:03:23.156]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2000988Z [00:03:23.156]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2001611Z [00:03:23.156]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2002400Z [00:03:23.156]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2002972Z [00:03:23.156]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2003391Z [00:03:23.156]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2004036Z [00:03:23.156]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2004553Z [00:03:23.156]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2004989Z [00:03:23.156]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.2005301Z [00:03:23.156]➜  EOF
2025-08-20T21:11:56.2008443Z [00:03:23.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/closejob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/closejob;$WORK/b943=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob -lang=go1.21 -complete -installsuffix shared -buildid tL1OXW9gJyTK9nLW81IO/tL1OXW9gJyTK9nLW81IO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/closejob/close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/closejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/closejob/response.go
2025-08-20T21:11:56.2037015Z [00:03:23.162]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:11:56.2060031Z [00:03:23.164]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/a1/a11741c656a32043c693489b6b419f8d00c0df64704e864ddd5a2a48e2aa9822-d # internal
2025-08-20T21:11:56.2061430Z [00:03:23.164]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar
2025-08-20T21:11:56.2061918Z [00:03:23.164]➜  mkdir -p $WORK/b944/
2025-08-20T21:11:56.2062298Z [00:03:23.164]➜  cat >/tmp/go-build2720400589/b944/importcfg << 'EOF' # internal
2025-08-20T21:11:56.2062821Z [00:03:23.164]➜  # import config
2025-08-20T21:11:56.2063270Z [00:03:23.164]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2063738Z [00:03:23.164]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2064190Z [00:03:23.164]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2065040Z [00:03:23.164]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2065701Z [00:03:23.164]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2066483Z [00:03:23.164]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2067042Z [00:03:23.164]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2067458Z [00:03:23.164]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2067888Z [00:03:23.164]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2068319Z [00:03:23.164]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2068942Z [00:03:23.164]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
﻿2025-08-20T21:11:56.2071541Z [00:03:23.164]➜  EOF
2025-08-20T21:11:56.2074626Z [00:03:23.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendar=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendar;$WORK/b944=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar -lang=go1.21 -complete -installsuffix shared -buildid UNK0RCsA9Y9U2WjwGiqe/UNK0RCsA9Y9U2WjwGiqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendar/delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendar/response.go
2025-08-20T21:11:56.2555090Z [00:03:23.212]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:11:56.2560142Z [00:03:23.214]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/4c/4cb2ec4473ae9ebff9ad937b3670c8ec385aa27f46bc385ac98e7e2274506175-d # internal
2025-08-20T21:11:56.2567413Z [00:03:23.215]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent
2025-08-20T21:11:56.2571756Z [00:03:23.215]➜  mkdir -p $WORK/b945/
2025-08-20T21:11:56.2579995Z [00:03:23.216]➜  cat >/tmp/go-build2720400589/b945/importcfg << 'EOF' # internal
2025-08-20T21:11:56.2581010Z [00:03:23.216]➜  # import config
2025-08-20T21:11:56.2581423Z [00:03:23.216]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2581900Z [00:03:23.216]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2582348Z [00:03:23.216]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2582779Z [00:03:23.216]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2583406Z [00:03:23.216]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2584533Z [00:03:23.216]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2585188Z [00:03:23.216]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2585614Z [00:03:23.216]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2586044Z [00:03:23.216]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2586468Z [00:03:23.216]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2586893Z [00:03:23.216]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.2587202Z [00:03:23.216]➜  EOF
2025-08-20T21:11:56.2590305Z [00:03:23.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarevent=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarevent;$WORK/b945=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent -lang=go1.21 -complete -installsuffix shared -buildid 8QPhfuhA1699HNc3MkEB/8QPhfuhA1699HNc3MkEB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarevent/delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarevent/response.go
2025-08-20T21:11:56.2646397Z [00:03:23.222]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:11:56.2667457Z [00:03:23.225]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/1d/1d6edc8d5790a7f27c708194d70de1f38ce116d0f0878e24fb57f85c46698741-d # internal
2025-08-20T21:11:56.2668458Z [00:03:23.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob
2025-08-20T21:11:56.2669401Z [00:03:23.225]➜  mkdir -p $WORK/b946/
2025-08-20T21:11:56.2670354Z [00:03:23.225]➜  cat >/tmp/go-build2720400589/b946/importcfg << 'EOF' # internal
2025-08-20T21:11:56.2670746Z [00:03:23.225]➜  # import config
2025-08-20T21:11:56.2671440Z [00:03:23.225]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.2671873Z [00:03:23.225]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2672505Z [00:03:23.225]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2672953Z [00:03:23.225]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2673373Z [00:03:23.225]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2674004Z [00:03:23.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2675104Z [00:03:23.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2675679Z [00:03:23.225]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2676100Z [00:03:23.225]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2676541Z [00:03:23.225]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2676968Z [00:03:23.225]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2677402Z [00:03:23.225]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.2677714Z [00:03:23.225]➜  EOF
2025-08-20T21:11:56.2680767Z [00:03:23.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarjob;$WORK/b946=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob -lang=go1.21 -complete -installsuffix shared -buildid a9ArYZ0iou04UgrN7ylX/a9ArYZ0iou04UgrN7ylX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarjob/delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletecalendarjob/response.go
2025-08-20T21:11:56.2710357Z [00:03:23.229]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:11:56.2743227Z [00:03:23.232]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/93/9312cbdd9d610435ea9613e8c6ba687040aef5d27c1161018036ff7513bc8d44-d # internal
2025-08-20T21:11:56.2743952Z [00:03:23.232]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed
2025-08-20T21:11:56.2744740Z [00:03:23.232]➜  mkdir -p $WORK/b947/
2025-08-20T21:11:56.2745185Z [00:03:23.232]➜  cat >/tmp/go-build2720400589/b947/importcfg << 'EOF' # internal
2025-08-20T21:11:56.2745534Z [00:03:23.232]➜  # import config
2025-08-20T21:11:56.2746201Z [00:03:23.232]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2746745Z [00:03:23.232]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2747197Z [00:03:23.232]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2747620Z [00:03:23.232]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2748243Z [00:03:23.232]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2749029Z [00:03:23.232]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2749587Z [00:03:23.232]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2750001Z [00:03:23.232]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2750427Z [00:03:23.232]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2750860Z [00:03:23.232]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2751289Z [00:03:23.232]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.2751604Z [00:03:23.232]➜  EOF
2025-08-20T21:11:56.2754576Z [00:03:23.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedatafeed;$WORK/b947=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed -lang=go1.21 -complete -installsuffix shared -buildid 5-wDsEtlfVqgTWjYpOTf/5-wDsEtlfVqgTWjYpOTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedatafeed/delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedatafeed/response.go
2025-08-20T21:11:56.2783431Z [00:03:23.236]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:11:56.2802133Z [00:03:23.238]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/a0/a032e0b4b8d4c9062a810d68562f2516c324702a7127297fd965e24a37288728-d # internal
2025-08-20T21:11:56.2810331Z [00:03:23.239]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics
2025-08-20T21:11:56.2816984Z [00:03:23.240]➜  mkdir -p $WORK/b948/
2025-08-20T21:11:56.2829793Z [00:03:23.241]➜  cat >/tmp/go-build2720400589/b948/importcfg << 'EOF' # internal
2025-08-20T21:11:56.2830168Z [00:03:23.241]➜  # import config
2025-08-20T21:11:56.2830512Z [00:03:23.241]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.2830962Z [00:03:23.241]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.2831403Z [00:03:23.241]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.2831813Z [00:03:23.241]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.2832449Z [00:03:23.241]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.2833404Z [00:03:23.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.2834081Z [00:03:23.241]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.2836826Z [00:03:23.241]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.2837330Z [00:03:23.241]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.2837761Z [00:03:23.241]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.2838186Z [00:03:23.241]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.2838499Z [00:03:23.241]➜  EOF
2025-08-20T21:11:56.2841746Z [00:03:23.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedataframeanalytics;$WORK/b948=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid Ok-2ilBibeLGa4f2kJLP/Ok-2ilBibeLGa4f2kJLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedataframeanalytics/delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletedataframeanalytics/response.go
2025-08-20T21:11:56.3341898Z [00:03:23.292]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:11:56.3351654Z [00:03:23.293]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/53/5337ec9baa0e82c5d06d8f679532b279d17f9b12f15df9ddac43a3854d07d090-d # internal
2025-08-20T21:11:56.3357984Z [00:03:23.294]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata
2025-08-20T21:11:56.3361843Z [00:03:23.294]➜  mkdir -p $WORK/b949/
2025-08-20T21:11:56.3363401Z [00:03:23.294]➜  cat >/tmp/go-build2720400589/b949/importcfg << 'EOF' # internal
2025-08-20T21:11:56.3365558Z [00:03:23.294]➜  # import config
2025-08-20T21:11:56.3366599Z [00:03:23.294]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.3367841Z [00:03:23.294]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.3368858Z [00:03:23.294]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.3388262Z [00:03:23.294]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.3389319Z [00:03:23.294]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.3391178Z [00:03:23.294]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.3391990Z [00:03:23.294]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.3392557Z [00:03:23.294]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.3392984Z [00:03:23.294]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.3393429Z [00:03:23.294]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.3393858Z [00:03:23.294]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.3394449Z [00:03:23.294]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.3394830Z [00:03:23.294]➜  EOF
2025-08-20T21:11:56.3398405Z [00:03:23.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteexpireddata=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteexpireddata;$WORK/b949=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata -lang=go1.21 -complete -installsuffix shared -buildid w6UnTLAXFyMFVzmy_AcT/w6UnTLAXFyMFVzmy_AcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteexpireddata/delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteexpireddata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteexpireddata/response.go
2025-08-20T21:11:56.3424461Z [00:03:23.300]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:11:56.3449379Z [00:03:23.303]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/18/186efa487abe6390617c0a0b76801d0fea040bd65f5efb8a805b36f1d9bdac01-d # internal
2025-08-20T21:11:56.3450605Z [00:03:23.303]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter
2025-08-20T21:11:56.3451861Z [00:03:23.303]➜  mkdir -p $WORK/b950/
2025-08-20T21:11:56.3452251Z [00:03:23.303]➜  cat >/tmp/go-build2720400589/b950/importcfg << 'EOF' # internal
2025-08-20T21:11:56.3452766Z [00:03:23.303]➜  # import config
2025-08-20T21:11:56.3453177Z [00:03:23.303]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.3453630Z [00:03:23.303]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.3454084Z [00:03:23.303]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.3454828Z [00:03:23.303]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.3455492Z [00:03:23.303]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.3456289Z [00:03:23.303]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.3456852Z [00:03:23.303]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.3457263Z [00:03:23.303]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.3457700Z [00:03:23.303]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.3458126Z [00:03:23.303]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.3458556Z [00:03:23.303]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.3459075Z [00:03:23.303]➜  EOF
2025-08-20T21:11:56.3461839Z [00:03:23.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletefilter=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletefilter;$WORK/b950=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter -lang=go1.21 -complete -installsuffix shared -buildid nCzG04bOq-XIYaRGHLd3/nCzG04bOq-XIYaRGHLd3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletefilter/delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletefilter/response.go
2025-08-20T21:11:56.3487518Z [00:03:23.307]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:11:56.3500284Z [00:03:23.308]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/91/91c421a08cef3145413a13a5c22a15950df95861a78a5564eaea0cd070e1498b-d # internal
2025-08-20T21:11:56.3507807Z [00:03:23.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast
2025-08-20T21:11:56.3508232Z [00:03:23.308]➜  mkdir -p $WORK/b951/
2025-08-20T21:11:56.3508605Z [00:03:23.308]➜  cat >/tmp/go-build2720400589/b951/importcfg << 'EOF' # internal
2025-08-20T21:11:56.3508948Z [00:03:23.308]➜  # import config
2025-08-20T21:11:56.3509289Z [00:03:23.308]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.3509743Z [00:03:23.308]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.3510190Z [00:03:23.308]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.3510610Z [00:03:23.308]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.3511234Z [00:03:23.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.3512187Z [00:03:23.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.3512852Z [00:03:23.308]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.3513278Z [00:03:23.308]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.3513708Z [00:03:23.308]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.3514135Z [00:03:23.308]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.3514844Z [00:03:23.308]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.3515166Z [00:03:23.308]➜  EOF
2025-08-20T21:11:56.3518169Z [00:03:23.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteforecast=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteforecast;$WORK/b951=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast -lang=go1.21 -complete -installsuffix shared -buildid 6TDdXS7Km1RAn2z2x_pG/6TDdXS7Km1RAn2z2x_pG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteforecast/delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deleteforecast/response.go
2025-08-20T21:11:56.3554872Z [00:03:23.313]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:11:56.3569180Z [00:03:23.315]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/36/368985b1e32f0de50b288bb0f32ece4a598b4b9334e736af3af8f7368f6f0cef-d # internal
2025-08-20T21:11:56.3573659Z [00:03:23.315]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob
2025-08-20T21:11:56.3578182Z [00:03:23.315]➜  mkdir -p $WORK/b952/
2025-08-20T21:11:56.3578579Z [00:03:23.315]➜  cat >/tmp/go-build2720400589/b952/importcfg << 'EOF' # internal
2025-08-20T21:11:56.3578925Z [00:03:23.315]➜  # import config
2025-08-20T21:11:56.3579274Z [00:03:23.315]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.3579954Z [00:03:23.315]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.3580529Z [00:03:23.315]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.3580940Z [00:03:23.315]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.3581562Z [00:03:23.315]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.3582335Z [00:03:23.315]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.3582896Z [00:03:23.315]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.3583320Z [00:03:23.315]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.3583751Z [00:03:23.315]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.3584180Z [00:03:23.315]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.3584834Z [00:03:23.315]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.3585158Z [00:03:23.315]➜  EOF
2025-08-20T21:11:56.3587797Z [00:03:23.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletejob;$WORK/b952=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob -lang=go1.21 -complete -installsuffix shared -buildid _eXrPTPU9QSxeHwXfh3c/_eXrPTPU9QSxeHwXfh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletejob/response.go
2025-08-20T21:11:56.4066379Z [00:03:23.364]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:11:56.4079493Z [00:03:23.365]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/d1/d128f7ccca620228db1cc704f7bd6a00e3cbfa116e08437facd0fe3fae423365-d # internal
2025-08-20T21:11:56.4087937Z [00:03:23.366]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot
2025-08-20T21:11:56.4088369Z [00:03:23.366]➜  mkdir -p $WORK/b953/
2025-08-20T21:11:56.4088746Z [00:03:23.366]➜  cat >/tmp/go-build2720400589/b953/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4089511Z [00:03:23.366]➜  # import config
2025-08-20T21:11:56.4092402Z [00:03:23.366]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4094707Z [00:03:23.366]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4095372Z [00:03:23.366]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4095865Z [00:03:23.366]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4096502Z [00:03:23.366]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4097289Z [00:03:23.366]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4098018Z [00:03:23.366]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4098434Z [00:03:23.366]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4098865Z [00:03:23.366]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4099291Z [00:03:23.366]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4099721Z [00:03:23.366]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4100043Z [00:03:23.366]➜  EOF
2025-08-20T21:11:56.4119646Z [00:03:23.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletemodelsnapshot;$WORK/b953=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid ggSIQILYDg0Q4qNOV8R9/ggSIQILYDg0Q4qNOV8R9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletemodelsnapshot/delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletemodelsnapshot/response.go
2025-08-20T21:11:56.4122635Z [00:03:23.367]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:11:56.4123324Z [00:03:23.369]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/d0/d0182d509c93c31864ff0928cf9ec7110446209d3db2fceaf7465031ba4cc341-d # internal
2025-08-20T21:11:56.4125909Z [00:03:23.369]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel
2025-08-20T21:11:56.4126526Z [00:03:23.369]➜  mkdir -p $WORK/b954/
2025-08-20T21:11:56.4126925Z [00:03:23.369]➜  cat >/tmp/go-build2720400589/b954/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4127269Z [00:03:23.369]➜  # import config
2025-08-20T21:11:56.4127621Z [00:03:23.369]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4128073Z [00:03:23.369]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4128514Z [00:03:23.369]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4128924Z [00:03:23.369]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4129549Z [00:03:23.369]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4130545Z [00:03:23.369]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4131215Z [00:03:23.369]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4131721Z [00:03:23.369]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4132248Z [00:03:23.369]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4132677Z [00:03:23.369]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4133100Z [00:03:23.369]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4133414Z [00:03:23.369]➜  EOF
2025-08-20T21:11:56.4143820Z [00:03:23.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodel;$WORK/b954=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid 6-iQlwgY1T9EYq2fyRp5/6-iQlwgY1T9EYq2fyRp5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodel/delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodel/response.go
2025-08-20T21:11:56.4146976Z [00:03:23.369]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:11:56.4147685Z [00:03:23.370]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/ff/ff2aa53e4abcd8ea8913354a35fb84c974cfcf61b8298acf9c6b745e0a07d4d9-d # internal
2025-08-20T21:11:56.4148395Z [00:03:23.371]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias
2025-08-20T21:11:56.4148808Z [00:03:23.371]➜  mkdir -p $WORK/b955/
2025-08-20T21:11:56.4149180Z [00:03:23.371]➜  cat >/tmp/go-build2720400589/b955/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4149531Z [00:03:23.371]➜  # import config
2025-08-20T21:11:56.4149876Z [00:03:23.371]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4150330Z [00:03:23.371]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4151072Z [00:03:23.371]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4151486Z [00:03:23.371]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4152108Z [00:03:23.371]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4152883Z [00:03:23.371]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4153443Z [00:03:23.371]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4153862Z [00:03:23.371]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4154502Z [00:03:23.371]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4154999Z [00:03:23.371]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4155425Z [00:03:23.371]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4155749Z [00:03:23.371]➜  EOF
2025-08-20T21:11:56.4158917Z [00:03:23.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodelalias;$WORK/b955=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias -lang=go1.21 -complete -installsuffix shared -buildid RUlQ-RCgvf3MVcgH8d0c/RUlQ-RCgvf3MVcgH8d0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodelalias/delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/deletetrainedmodelalias/response.go
2025-08-20T21:11:56.4352343Z [00:03:23.393]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:11:56.4361064Z [00:03:23.394]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/1a/1ac19dd9bb203f376ac6e5873638574ce71e53059d0ba2780fef9ccb1c8f6b70-d # internal
2025-08-20T21:11:56.4362249Z [00:03:23.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory
2025-08-20T21:11:56.4364132Z [00:03:23.394]➜  mkdir -p $WORK/b956/
2025-08-20T21:11:56.4365777Z [00:03:23.394]➜  cat >/tmp/go-build2720400589/b956/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4366139Z [00:03:23.394]➜  # import config
2025-08-20T21:11:56.4366483Z [00:03:23.394]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.4366910Z [00:03:23.394]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4367358Z [00:03:23.394]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4367815Z [00:03:23.394]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4368237Z [00:03:23.394]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4368868Z [00:03:23.394]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4369658Z [00:03:23.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4370474Z [00:03:23.394]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4370898Z [00:03:23.394]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4371327Z [00:03:23.394]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4371752Z [00:03:23.394]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4372180Z [00:03:23.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4372499Z [00:03:23.394]➜  EOF
2025-08-20T21:11:56.4376063Z [00:03:23.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/estimatemodelmemory=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/estimatemodelmemory;$WORK/b956=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory -lang=go1.21 -complete -installsuffix shared -buildid sEhcpAt5kVxV7P73z3iz/sEhcpAt5kVxV7P73z3iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/estimatemodelmemory/estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/estimatemodelmemory/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/estimatemodelmemory/response.go
2025-08-20T21:11:56.4751103Z [00:03:23.433]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:11:56.4761636Z [00:03:23.434]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/9c/9c3d24191418a435f9963e3e82e306db2eb68ea9c7ebe75198ec2e1a13fe99ea-d # internal
2025-08-20T21:11:56.4776846Z [00:03:23.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe
2025-08-20T21:11:56.4777349Z [00:03:23.434]➜  mkdir -p $WORK/b957/
2025-08-20T21:11:56.4779346Z [00:03:23.434]➜  cat >/tmp/go-build2720400589/b957/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4779724Z [00:03:23.434]➜  # import config
2025-08-20T21:11:56.4780068Z [00:03:23.434]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.4780493Z [00:03:23.434]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4780972Z [00:03:23.434]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4781422Z [00:03:23.434]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4782098Z [00:03:23.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4782793Z [00:03:23.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4783675Z [00:03:23.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4787188Z [00:03:23.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4787694Z [00:03:23.434]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4788131Z [00:03:23.434]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4788559Z [00:03:23.434]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4788987Z [00:03:23.434]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4789306Z [00:03:23.434]➜  EOF
2025-08-20T21:11:56.4792628Z [00:03:23.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/evaluatedataframe=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/evaluatedataframe;$WORK/b957=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe -lang=go1.21 -complete -installsuffix shared -buildid L3SCm5FgZrgulIzTu578/L3SCm5FgZrgulIzTu578 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/evaluatedataframe/evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/evaluatedataframe/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/evaluatedataframe/response.go
2025-08-20T21:11:56.4843223Z [00:03:23.442]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:11:56.4853422Z [00:03:23.443]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/c2/c247c4f1c1c38446563b5ba0f995b05f0f69ddedde73cbb038bb12adee9b10f3-d # internal
2025-08-20T21:11:56.4870617Z [00:03:23.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics
2025-08-20T21:11:56.4871597Z [00:03:23.445]➜  mkdir -p $WORK/b958/
2025-08-20T21:11:56.4873422Z [00:03:23.445]➜  cat >/tmp/go-build2720400589/b958/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4874057Z [00:03:23.445]➜  # import config
2025-08-20T21:11:56.4874571Z [00:03:23.445]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.4875064Z [00:03:23.445]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4875518Z [00:03:23.445]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4875966Z [00:03:23.445]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4876385Z [00:03:23.445]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4877016Z [00:03:23.445]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.4877801Z [00:03:23.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.4878371Z [00:03:23.445]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.4878795Z [00:03:23.445]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.4879232Z [00:03:23.445]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.4879661Z [00:03:23.445]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.4880091Z [00:03:23.445]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.4880405Z [00:03:23.445]➜  EOF
2025-08-20T21:11:56.4884195Z [00:03:23.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/explaindataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/explaindataframeanalytics;$WORK/b958=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid krUtUgkYGbJVhmSs4J0v/krUtUgkYGbJVhmSs4J0v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/explaindataframeanalytics/explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/explaindataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/explaindataframeanalytics/response.go
2025-08-20T21:11:56.4974639Z [00:03:23.454]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:11:56.4990964Z [00:03:23.455]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/c1/c1f84380948e1e1e56141971df054636bac613a687dfa04c4169d7b62d9b2e0a-d # internal
2025-08-20T21:11:56.4991673Z [00:03:23.455]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob
2025-08-20T21:11:56.4992063Z [00:03:23.455]➜  mkdir -p $WORK/b959/
2025-08-20T21:11:56.4992441Z [00:03:23.455]➜  cat >/tmp/go-build2720400589/b959/importcfg << 'EOF' # internal
2025-08-20T21:11:56.4992786Z [00:03:23.455]➜  # import config
2025-08-20T21:11:56.4993137Z [00:03:23.455]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.4993567Z [00:03:23.455]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.4998238Z [00:03:23.455]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.4998752Z [00:03:23.455]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.4999169Z [00:03:23.455]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.4999794Z [00:03:23.455]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5000585Z [00:03:23.455]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5001149Z [00:03:23.455]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5001571Z [00:03:23.455]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5002257Z [00:03:23.455]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5002689Z [00:03:23.455]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5003122Z [00:03:23.455]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5003439Z [00:03:23.455]➜  EOF
2025-08-20T21:11:56.5006613Z [00:03:23.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/flushjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/flushjob;$WORK/b959=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob -lang=go1.21 -complete -installsuffix shared -buildid CtyvXg6u0vmeOvMbek7U/CtyvXg6u0vmeOvMbek7U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/flushjob/flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/flushjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/flushjob/response.go
2025-08-20T21:11:56.5141913Z [00:03:23.472]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:11:56.5154928Z [00:03:23.473]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/39/39046985be2050cda4faa23f8fed83b2bd3e9f5961eec5aa37b88113c5364511-d # internal
2025-08-20T21:11:56.5158708Z [00:03:23.474]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast
2025-08-20T21:11:56.5159103Z [00:03:23.474]➜  mkdir -p $WORK/b960/
2025-08-20T21:11:56.5163859Z [00:03:23.474]➜  cat >/tmp/go-build2720400589/b960/importcfg << 'EOF' # internal
2025-08-20T21:11:56.5195064Z [00:03:23.474]➜  # import config
2025-08-20T21:11:56.5197909Z [00:03:23.474]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.5198816Z [00:03:23.474]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.5200264Z [00:03:23.474]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.5201035Z [00:03:23.474]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.5201743Z [00:03:23.474]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.5202580Z [00:03:23.474]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5203685Z [00:03:23.474]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5204686Z [00:03:23.474]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5205733Z [00:03:23.474]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5206282Z [00:03:23.474]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5206744Z [00:03:23.474]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5207189Z [00:03:23.474]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5207517Z [00:03:23.474]➜  EOF
2025-08-20T21:11:56.5210559Z [00:03:23.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/forecast=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/forecast;$WORK/b960=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast -lang=go1.21 -complete -installsuffix shared -buildid cJEWhQli2gTYylC0QTlR/cJEWhQli2gTYylC0QTlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/forecast/forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/forecast/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/forecast/response.go
2025-08-20T21:11:56.5580079Z [00:03:23.516]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:11:56.5596759Z [00:03:23.518]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/b3/b324d937280c7f66a13d0662c6c0f19fbf1c596e62e5cc9c5c30086246f69198-d # internal
2025-08-20T21:11:56.5599213Z [00:03:23.518]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets
2025-08-20T21:11:56.5600126Z [00:03:23.518]➜  mkdir -p $WORK/b961/
2025-08-20T21:11:56.5604477Z [00:03:23.518]➜  cat >/tmp/go-build2720400589/b961/importcfg << 'EOF' # internal
2025-08-20T21:11:56.5604961Z [00:03:23.518]➜  # import config
2025-08-20T21:11:56.5605575Z [00:03:23.518]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.5606156Z [00:03:23.518]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.5606688Z [00:03:23.518]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.5607311Z [00:03:23.518]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.5607744Z [00:03:23.518]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.5608401Z [00:03:23.518]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5609194Z [00:03:23.518]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5609760Z [00:03:23.518]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5610181Z [00:03:23.518]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5610621Z [00:03:23.518]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5611047Z [00:03:23.518]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5611476Z [00:03:23.518]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5612061Z [00:03:23.518]➜  EOF
2025-08-20T21:11:56.5615547Z [00:03:23.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getbuckets=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getbuckets;$WORK/b961=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets -lang=go1.21 -complete -installsuffix shared -buildid aVIBZ9BEcl4ZJcGoPyhh/aVIBZ9BEcl4ZJcGoPyhh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getbuckets/get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getbuckets/response.go
2025-08-20T21:11:56.5757572Z [00:03:23.534]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:11:56.5819545Z [00:03:23.540]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/dd/ddbfab42e86b91be872b7889450d3adae113f9f899ce9e11b993917f1f1460b9-d # internal
2025-08-20T21:11:56.5821821Z [00:03:23.540]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents
2025-08-20T21:11:56.5822764Z [00:03:23.540]➜  mkdir -p $WORK/b962/
2025-08-20T21:11:56.5828320Z [00:03:23.541]➜  cat >/tmp/go-build2720400589/b962/importcfg << 'EOF' # internal
2025-08-20T21:11:56.5829506Z [00:03:23.541]➜  # import config
2025-08-20T21:11:56.5829912Z [00:03:23.541]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.5830377Z [00:03:23.541]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.5830824Z [00:03:23.541]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.5831239Z [00:03:23.541]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.5831876Z [00:03:23.541]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5832661Z [00:03:23.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5833232Z [00:03:23.541]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5833906Z [00:03:23.541]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5834467Z [00:03:23.541]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5834955Z [00:03:23.541]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5835382Z [00:03:23.541]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5835696Z [00:03:23.541]➜  EOF
2025-08-20T21:11:56.5838687Z [00:03:23.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendarevents;$WORK/b962=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents -lang=go1.21 -complete -installsuffix shared -buildid YvmrHPrmNtdRkZUIm1K6/YvmrHPrmNtdRkZUIm1K6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendarevents/get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendarevents/response.go
2025-08-20T21:11:56.5841925Z [00:03:23.542]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:11:56.5854814Z [00:03:23.543]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/19/19d8c8f7a5398075dceb39814cae0e090db1e31f9d552200230e06f9d1194dcc-d # internal
2025-08-20T21:11:56.5862615Z [00:03:23.544]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars
2025-08-20T21:11:56.5863050Z [00:03:23.544]➜  mkdir -p $WORK/b963/
2025-08-20T21:11:56.5863650Z [00:03:23.544]➜  cat >/tmp/go-build2720400589/b963/importcfg << 'EOF' # internal
2025-08-20T21:11:56.5864054Z [00:03:23.544]➜  # import config
2025-08-20T21:11:56.5864534Z [00:03:23.544]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.5865082Z [00:03:23.544]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.5865607Z [00:03:23.544]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.5866063Z [00:03:23.544]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.5866477Z [00:03:23.544]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.5867100Z [00:03:23.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5867877Z [00:03:23.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5868436Z [00:03:23.544]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5868860Z [00:03:23.544]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5869296Z [00:03:23.544]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5869730Z [00:03:23.544]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5870162Z [00:03:23.544]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5870701Z [00:03:23.544]➜  EOF
2025-08-20T21:11:56.5873840Z [00:03:23.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendars=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendars;$WORK/b963=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars -lang=go1.21 -complete -installsuffix shared -buildid wRICeAj_J9XXl1HrhAVJ/wRICeAj_J9XXl1HrhAVJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendars/get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendars/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcalendars/response.go
2025-08-20T21:11:56.5940513Z [00:03:23.552]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:11:56.5957165Z [00:03:23.553]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/d2/d2bb3dff4137695af756cc9598016819da027aa5aecbecfc6d4ec6336fe12fcb-d # internal
2025-08-20T21:11:56.5958180Z [00:03:23.553]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories
2025-08-20T21:11:56.5958836Z [00:03:23.553]➜  mkdir -p $WORK/b964/
2025-08-20T21:11:56.5962885Z [00:03:23.554]➜  cat >/tmp/go-build2720400589/b964/importcfg << 'EOF' # internal
2025-08-20T21:11:56.5964064Z [00:03:23.554]➜  # import config
2025-08-20T21:11:56.5964591Z [00:03:23.554]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.5965045Z [00:03:23.554]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.5965501Z [00:03:23.554]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.5965951Z [00:03:23.554]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.5966367Z [00:03:23.554]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.5966999Z [00:03:23.554]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.5967780Z [00:03:23.554]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.5968347Z [00:03:23.554]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.5968769Z [00:03:23.554]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.5969197Z [00:03:23.554]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.5969870Z [00:03:23.554]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.5970371Z [00:03:23.554]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.5970688Z [00:03:23.554]➜  EOF
2025-08-20T21:11:56.5973963Z [00:03:23.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcategories=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcategories;$WORK/b964=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories -lang=go1.21 -complete -installsuffix shared -buildid 9EqNBaZAouzLvyj6Pde8/9EqNBaZAouzLvyj6Pde8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcategories/get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcategories/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getcategories/response.go
2025-08-20T21:11:56.6513311Z [00:03:23.609]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:11:56.6526413Z [00:03:23.610]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/73/739501aa237e92baf9ae11ce8475527c4447901f0419b436e945cb22bee48e4d-d # internal
2025-08-20T21:11:56.6527389Z [00:03:23.611]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds
2025-08-20T21:11:56.6529262Z [00:03:23.611]➜  mkdir -p $WORK/b965/
2025-08-20T21:11:56.6536415Z [00:03:23.611]➜  cat >/tmp/go-build2720400589/b965/importcfg << 'EOF' # internal
2025-08-20T21:11:56.6537447Z [00:03:23.611]➜  # import config
2025-08-20T21:11:56.6537801Z [00:03:23.611]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.6538257Z [00:03:23.612]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.6538722Z [00:03:23.612]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.6539158Z [00:03:23.612]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.6539787Z [00:03:23.612]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.6540826Z [00:03:23.612]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.6541387Z [00:03:23.612]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.6541813Z [00:03:23.612]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.6542239Z [00:03:23.612]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.6542662Z [00:03:23.612]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.6543089Z [00:03:23.612]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.6543412Z [00:03:23.612]➜  EOF
2025-08-20T21:11:56.6546448Z [00:03:23.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeeds;$WORK/b965=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds -lang=go1.21 -complete -installsuffix shared -buildid QU50pf4CvFYB-RAg3p0j/QU50pf4CvFYB-RAg3p0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeeds/get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeeds/response.go
2025-08-20T21:11:56.6598646Z [00:03:23.618]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:11:56.6613043Z [00:03:23.619]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/43/43b28c352906af5448eee0b558591c1d0c55be10911de26ee5624218b4b97584-d # internal
2025-08-20T21:11:56.6613956Z [00:03:23.619]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats
2025-08-20T21:11:56.6625801Z [00:03:23.619]➜  mkdir -p $WORK/b966/
2025-08-20T21:11:56.6626315Z [00:03:23.619]➜  cat >/tmp/go-build2720400589/b966/importcfg << 'EOF' # internal
2025-08-20T21:11:56.6626682Z [00:03:23.619]➜  # import config
2025-08-20T21:11:56.6627044Z [00:03:23.619]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.6627503Z [00:03:23.619]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.6627957Z [00:03:23.619]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.6628376Z [00:03:23.619]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.6629004Z [00:03:23.619]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.6629785Z [00:03:23.619]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.6630356Z [00:03:23.619]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.6630780Z [00:03:23.619]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.6631212Z [00:03:23.619]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.6631648Z [00:03:23.619]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.6632080Z [00:03:23.619]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.6632593Z [00:03:23.619]➜  EOF
2025-08-20T21:11:56.6635641Z [00:03:23.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeedstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeedstats;$WORK/b966=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats -lang=go1.21 -complete -installsuffix shared -buildid cl79dE6QY-i2Zoh_Uxe4/cl79dE6QY-i2Zoh_Uxe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeedstats/get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdatafeedstats/response.go
2025-08-20T21:11:56.6638336Z [00:03:23.620]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:11:56.6646733Z [00:03:23.622]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/a4/a404ff138ccf5ba97028f40af2090e4d45e842ba620699bfbc2944e7c16fc666-d # internal
2025-08-20T21:11:56.6647510Z [00:03:23.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics
2025-08-20T21:11:56.6647921Z [00:03:23.623]➜  mkdir -p $WORK/b967/
2025-08-20T21:11:56.6648304Z [00:03:23.623]➜  cat >/tmp/go-build2720400589/b967/importcfg << 'EOF' # internal
2025-08-20T21:11:56.6648663Z [00:03:23.623]➜  # import config
2025-08-20T21:11:56.6649010Z [00:03:23.623]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.6649467Z [00:03:23.623]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.6649910Z [00:03:23.623]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.6650529Z [00:03:23.623]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.6651231Z [00:03:23.623]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.6652022Z [00:03:23.623]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.6652583Z [00:03:23.623]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.6653003Z [00:03:23.623]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.6653436Z [00:03:23.623]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.6653862Z [00:03:23.623]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.6654614Z [00:03:23.623]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.6655001Z [00:03:23.623]➜  EOF
2025-08-20T21:11:56.6662719Z [00:03:23.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalytics;$WORK/b967=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid 73I8jU2PmyzOewL5C7Mq/73I8jU2PmyzOewL5C7Mq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalytics/get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalytics/response.go
2025-08-20T21:11:56.6728478Z [00:03:23.630]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:11:56.6730212Z [00:03:23.630]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/af/afed123e4b1e5dec9f7a58256a86bcb658b591055d7c705eadbf5a702ee5d726-d # internal
2025-08-20T21:11:56.6730984Z [00:03:23.630]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats
2025-08-20T21:11:56.6731423Z [00:03:23.630]➜  mkdir -p $WORK/b968/
2025-08-20T21:11:56.6731802Z [00:03:23.630]➜  cat >/tmp/go-build2720400589/b968/importcfg << 'EOF' # internal
2025-08-20T21:11:56.6732440Z [00:03:23.630]➜  # import config
2025-08-20T21:11:56.6732793Z [00:03:23.630]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.6733244Z [00:03:23.630]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.6733690Z [00:03:23.630]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.6734103Z [00:03:23.630]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.6734976Z [00:03:23.630]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.6735764Z [00:03:23.630]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.6736333Z [00:03:23.630]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.6736943Z [00:03:23.630]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.6737383Z [00:03:23.630]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.6737811Z [00:03:23.630]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.6738241Z [00:03:23.630]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.6738558Z [00:03:23.630]➜  EOF
2025-08-20T21:11:56.6741781Z [00:03:23.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalyticsstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalyticsstats;$WORK/b968=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats -lang=go1.21 -complete -installsuffix shared -buildid L1wO8crcvybd6MEpwnnY/L1wO8crcvybd6MEpwnnY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalyticsstats/get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getdataframeanalyticsstats/response.go
2025-08-20T21:11:56.7250978Z [00:03:23.683]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:11:56.7262732Z [00:03:23.684]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/03/0353629ce15bb566891829b2b1fe31336c43ddf6a39a8781220432c7aaf9d5c8-d # internal
2025-08-20T21:11:56.7263457Z [00:03:23.684]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters
2025-08-20T21:11:56.7263835Z [00:03:23.684]➜  mkdir -p $WORK/b969/
2025-08-20T21:11:56.7271826Z [00:03:23.685]➜  cat >/tmp/go-build2720400589/b969/importcfg << 'EOF' # internal
2025-08-20T21:11:56.7272303Z [00:03:23.685]➜  # import config
2025-08-20T21:11:56.7272663Z [00:03:23.685]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.7273138Z [00:03:23.685]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.7273590Z [00:03:23.685]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.7274003Z [00:03:23.685]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.7274817Z [00:03:23.685]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.7275608Z [00:03:23.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.7276170Z [00:03:23.685]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.7276597Z [00:03:23.685]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.7277028Z [00:03:23.685]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.7277458Z [00:03:23.685]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.7277890Z [00:03:23.685]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.7278423Z [00:03:23.685]➜  EOF
2025-08-20T21:11:56.7281131Z [00:03:23.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getfilters=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getfilters;$WORK/b969=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters -lang=go1.21 -complete -installsuffix shared -buildid LRGfw8vwW0zcrC54oU_O/LRGfw8vwW0zcrC54oU_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getfilters/get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getfilters/response.go
2025-08-20T21:11:56.7302638Z [00:03:23.688]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:11:56.7318486Z [00:03:23.690]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/be/bec01717307a3791b3dc8b95b529501131de6504ea72daa991bf1ef2e6bf867a-d # internal
2025-08-20T21:11:56.7343078Z [00:03:23.692]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers
2025-08-20T21:11:56.7344078Z [00:03:23.692]➜  mkdir -p $WORK/b970/
2025-08-20T21:11:56.7344712Z [00:03:23.692]➜  cat >/tmp/go-build2720400589/b970/importcfg << 'EOF' # internal
2025-08-20T21:11:56.7345076Z [00:03:23.692]➜  # import config
2025-08-20T21:11:56.7345417Z [00:03:23.692]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.7345849Z [00:03:23.692]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.7346325Z [00:03:23.692]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.7346774Z [00:03:23.692]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.7347506Z [00:03:23.692]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.7348228Z [00:03:23.692]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.7349024Z [00:03:23.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.7349587Z [00:03:23.692]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.7350006Z [00:03:23.692]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.7350463Z [00:03:23.692]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.7350890Z [00:03:23.692]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.7351448Z [00:03:23.692]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.7351843Z [00:03:23.692]➜  EOF
2025-08-20T21:11:56.7355237Z [00:03:23.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getinfluencers=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getinfluencers;$WORK/b970=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers -lang=go1.21 -complete -installsuffix shared -buildid fZ3aS-rIdzZ9b9KwXerj/fZ3aS-rIdzZ9b9KwXerj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getinfluencers/get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getinfluencers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getinfluencers/response.go
2025-08-20T21:11:56.7447475Z [00:03:23.703]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:11:56.7458547Z [00:03:23.704]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/f5/f5be56c2303ae37dcee5acd7c1d783daddfb61e14193414dd5deff854d288beb-d # internal
2025-08-20T21:11:56.7459275Z [00:03:23.704]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs
2025-08-20T21:11:56.7459652Z [00:03:23.704]➜  mkdir -p $WORK/b971/
2025-08-20T21:11:56.7474359Z [00:03:23.705]➜  cat >/tmp/go-build2720400589/b971/importcfg << 'EOF' # internal
2025-08-20T21:11:56.7474842Z [00:03:23.705]➜  # import config
2025-08-20T21:11:56.7475191Z [00:03:23.705]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.7475691Z [00:03:23.705]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.7476137Z [00:03:23.705]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.7476553Z [00:03:23.705]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.7477191Z [00:03:23.705]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.7477971Z [00:03:23.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.7478842Z [00:03:23.705]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.7479267Z [00:03:23.705]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.7479702Z [00:03:23.705]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.7480128Z [00:03:23.705]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.7480554Z [00:03:23.705]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.7480875Z [00:03:23.705]➜  EOF
2025-08-20T21:11:56.7483599Z [00:03:23.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobs;$WORK/b971=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs -lang=go1.21 -complete -installsuffix shared -buildid RKwmkkDAJzMxYZvcYGOi/RKwmkkDAJzMxYZvcYGOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobs/response.go
2025-08-20T21:11:56.7516199Z [00:03:23.709]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:11:56.7535030Z [00:03:23.711]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/b5/b5a1a23ebde915e380668bf31f69c8a63fe5692a86413625c4734e5120427232-d # internal
2025-08-20T21:11:56.7559230Z [00:03:23.714]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats
2025-08-20T21:11:56.7559662Z [00:03:23.714]➜  mkdir -p $WORK/b972/
2025-08-20T21:11:56.7567519Z [00:03:23.714]➜  cat >/tmp/go-build2720400589/b972/importcfg << 'EOF' # internal
2025-08-20T21:11:56.7567961Z [00:03:23.714]➜  # import config
2025-08-20T21:11:56.7568309Z [00:03:23.715]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.7568773Z [00:03:23.715]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.7569222Z [00:03:23.715]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.7569637Z [00:03:23.715]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.7570257Z [00:03:23.715]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.7571030Z [00:03:23.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.7571591Z [00:03:23.715]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.7572007Z [00:03:23.715]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.7572445Z [00:03:23.715]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.7572873Z [00:03:23.715]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.7573304Z [00:03:23.715]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.7573795Z [00:03:23.715]➜  EOF
2025-08-20T21:11:56.7637966Z [00:03:23.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobstats;$WORK/b972=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats -lang=go1.21 -complete -installsuffix shared -buildid Q-Ig2VqnAV7eZK1M3boD/Q-Ig2VqnAV7eZK1M3boD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobstats/get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getjobstats/response.go
2025-08-20T21:11:56.8029874Z [00:03:23.761]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:11:56.8044148Z [00:03:23.762]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/6d/6d0f42120700fd038538320d952fbecb5ed625e0db5151ac0d07bbd13a38331d-d # internal
2025-08-20T21:11:56.8049484Z [00:03:23.763]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats
2025-08-20T21:11:56.8049935Z [00:03:23.763]➜  mkdir -p $WORK/b973/
2025-08-20T21:11:56.8058154Z [00:03:23.764]➜  cat >/tmp/go-build2720400589/b973/importcfg << 'EOF' # internal
2025-08-20T21:11:56.8058599Z [00:03:23.764]➜  # import config
2025-08-20T21:11:56.8058950Z [00:03:23.764]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.8059409Z [00:03:23.764]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.8059853Z [00:03:23.764]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.8060283Z [00:03:23.764]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.8060907Z [00:03:23.764]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.8061955Z [00:03:23.764]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.8062591Z [00:03:23.764]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.8063007Z [00:03:23.764]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.8063437Z [00:03:23.764]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.8063862Z [00:03:23.764]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.8064458Z [00:03:23.764]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.8064830Z [00:03:23.764]➜  EOF
2025-08-20T21:11:56.8067934Z [00:03:23.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmemorystats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmemorystats;$WORK/b973=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats -lang=go1.21 -complete -installsuffix shared -buildid mQSVwIfQ7BRCiGeT62si/mQSVwIfQ7BRCiGeT62si -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmemorystats/get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmemorystats/response.go
2025-08-20T21:11:56.8121115Z [00:03:23.770]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:11:56.8139731Z [00:03:23.771]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/68/6834358bf87d099dfc5101ea81bdc0792f150594a506943b164699efefed3e91-d # internal
2025-08-20T21:11:56.8140563Z [00:03:23.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots
2025-08-20T21:11:56.8140975Z [00:03:23.772]➜  mkdir -p $WORK/b974/
2025-08-20T21:11:56.8144217Z [00:03:23.772]➜  cat >/tmp/go-build2720400589/b974/importcfg << 'EOF' # internal
2025-08-20T21:11:56.8144710Z [00:03:23.772]➜  # import config
2025-08-20T21:11:56.8146251Z [00:03:23.772]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.8146929Z [00:03:23.772]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.8147394Z [00:03:23.772]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.8147838Z [00:03:23.772]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.8148249Z [00:03:23.772]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.8148874Z [00:03:23.772]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.8149661Z [00:03:23.772]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.8150221Z [00:03:23.772]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.8150643Z [00:03:23.772]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.8151100Z [00:03:23.772]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.8151537Z [00:03:23.772]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.8151966Z [00:03:23.772]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.8152281Z [00:03:23.772]➜  EOF
2025-08-20T21:11:56.8155838Z [00:03:23.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshots=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshots;$WORK/b974=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots -lang=go1.21 -complete -installsuffix shared -buildid TiTmWTQwiwb-DC_RVBcn/TiTmWTQwiwb-DC_RVBcn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshots/get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshots/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshots/response.go
2025-08-20T21:11:56.8275419Z [00:03:23.784]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:11:56.8292012Z [00:03:23.787]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/5f/5f01e1ba455daed4f44980d7611d3dcc2252e363725fe56c2eb0bca2e572a975-d # internal
2025-08-20T21:11:56.8292865Z [00:03:23.787]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats
2025-08-20T21:11:56.8296025Z [00:03:23.787]➜  mkdir -p $WORK/b975/
2025-08-20T21:11:56.8297378Z [00:03:23.787]➜  cat >/tmp/go-build2720400589/b975/importcfg << 'EOF' # internal
2025-08-20T21:11:56.8297833Z [00:03:23.787]➜  # import config
2025-08-20T21:11:56.8298191Z [00:03:23.787]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.8298660Z [00:03:23.787]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.8299124Z [00:03:23.787]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.8299549Z [00:03:23.787]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.8300177Z [00:03:23.787]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.8300957Z [00:03:23.787]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.8301519Z [00:03:23.787]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.8301936Z [00:03:23.787]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.8302372Z [00:03:23.787]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.8302800Z [00:03:23.787]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.8303232Z [00:03:23.787]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.8303733Z [00:03:23.787]➜  EOF
2025-08-20T21:11:56.8307162Z [00:03:23.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshotupgradestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshotupgradestats;$WORK/b975=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats -lang=go1.21 -complete -installsuffix shared -buildid kaJfLDFfPzf749Ic1dL7/kaJfLDFfPzf749Ic1dL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshotupgradestats/get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getmodelsnapshotupgradestats/response.go
2025-08-20T21:11:56.8388651Z [00:03:23.797]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:11:56.8402838Z [00:03:23.798]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/d0/d0faad6a62c032d26c36dff9881c8bfdf37947742d8d1fd7909457776275bf6c-d # internal
2025-08-20T21:11:56.8403647Z [00:03:23.798]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets
2025-08-20T21:11:56.8404051Z [00:03:23.798]➜  mkdir -p $WORK/b976/
2025-08-20T21:11:56.8404570Z [00:03:23.798]➜  cat >/tmp/go-build2720400589/b976/importcfg << 'EOF' # internal
2025-08-20T21:11:56.8405662Z [00:03:23.798]➜  # import config
2025-08-20T21:11:56.8407393Z [00:03:23.798]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.8409142Z [00:03:23.798]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.8410063Z [00:03:23.798]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.8410532Z [00:03:23.798]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.8411168Z [00:03:23.798]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.8411868Z [00:03:23.798]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.8412655Z [00:03:23.798]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.8413215Z [00:03:23.798]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.8413626Z [00:03:23.798]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.8414058Z [00:03:23.798]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.8414719Z [00:03:23.798]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.8415276Z [00:03:23.798]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.8415666Z [00:03:23.798]➜  EOF
2025-08-20T21:11:56.8418987Z [00:03:23.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getoverallbuckets=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getoverallbuckets;$WORK/b976=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets -lang=go1.21 -complete -installsuffix shared -buildid WqlG7P8LEgB3JnjpHmYa/WqlG7P8LEgB3JnjpHmYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getoverallbuckets/get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getoverallbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getoverallbuckets/response.go
2025-08-20T21:11:56.8911038Z [00:03:23.849]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:11:56.8926268Z [00:03:23.850]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/a7/a767301be0dfb550315f1290a19ef21fd16f2fa4cc9caba547eeb4960df576ca-d # internal
2025-08-20T21:11:56.8931569Z [00:03:23.851]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords
2025-08-20T21:11:56.8932030Z [00:03:23.851]➜  mkdir -p $WORK/b977/
2025-08-20T21:11:56.8932694Z [00:03:23.851]➜  cat >/tmp/go-build2720400589/b977/importcfg << 'EOF' # internal
2025-08-20T21:11:56.8933041Z [00:03:23.851]➜  # import config
2025-08-20T21:11:56.8933376Z [00:03:23.851]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.8933800Z [00:03:23.851]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.8934463Z [00:03:23.851]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.8934994Z [00:03:23.851]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.8935416Z [00:03:23.851]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.8936042Z [00:03:23.851]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.8936843Z [00:03:23.851]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.8937413Z [00:03:23.851]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.8937828Z [00:03:23.851]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.8938259Z [00:03:23.851]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.8938689Z [00:03:23.851]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.8939113Z [00:03:23.851]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.8939427Z [00:03:23.851]➜  EOF
2025-08-20T21:11:56.8942753Z [00:03:23.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getrecords=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getrecords;$WORK/b977=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords -lang=go1.21 -complete -installsuffix shared -buildid whnvSlp9TpbqFHIWqejs/whnvSlp9TpbqFHIWqejs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getrecords/get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getrecords/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/getrecords/response.go
2025-08-20T21:11:56.8966284Z [00:03:23.854]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:11:56.9008988Z [00:03:23.859]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/b3/b358807989edca608c1d0ef45cf2d854d45181f692d3c0470b41769e0a3c38d0-d # internal
2025-08-20T21:11:56.9011116Z [00:03:23.859]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels
2025-08-20T21:11:56.9011547Z [00:03:23.859]➜  mkdir -p $WORK/b978/
2025-08-20T21:11:56.9011933Z [00:03:23.859]➜  cat >/tmp/go-build2720400589/b978/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9012293Z [00:03:23.859]➜  # import config
2025-08-20T21:11:56.9012636Z [00:03:23.859]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9013095Z [00:03:23.859]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9013536Z [00:03:23.859]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9013975Z [00:03:23.859]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9014767Z [00:03:23.859]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9015560Z [00:03:23.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9016377Z [00:03:23.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build2720400589/b979/_pkg_.a
2025-08-20T21:11:56.9017283Z [00:03:23.859]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9017706Z [00:03:23.859]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9018326Z [00:03:23.859]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9018754Z [00:03:23.859]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9019178Z [00:03:23.859]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9019492Z [00:03:23.859]➜  EOF
2025-08-20T21:11:56.9022363Z [00:03:23.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodels;$WORK/b978=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels -lang=go1.21 -complete -installsuffix shared -buildid _MWsz91WlrvNxqD6yHJo/_MWsz91WlrvNxqD6yHJo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodels/get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodels/response.go
2025-08-20T21:11:56.9067149Z [00:03:23.864]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:11:56.9086491Z [00:03:23.866]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/87/878ca42f7d80f2bcee23371e5e8915f41de0a4fa47668d972cfa9639c4cedae6-d # internal
2025-08-20T21:11:56.9095297Z [00:03:23.866]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats
2025-08-20T21:11:56.9095762Z [00:03:23.866]➜  mkdir -p $WORK/b980/
2025-08-20T21:11:56.9096180Z [00:03:23.867]➜  cat >/tmp/go-build2720400589/b980/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9099262Z [00:03:23.867]➜  # import config
2025-08-20T21:11:56.9099977Z [00:03:23.867]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9100944Z [00:03:23.867]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9101662Z [00:03:23.867]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9103041Z [00:03:23.867]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9103691Z [00:03:23.867]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9104615Z [00:03:23.867]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9105233Z [00:03:23.867]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9105822Z [00:03:23.867]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9106331Z [00:03:23.867]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9106757Z [00:03:23.867]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9107195Z [00:03:23.867]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9107509Z [00:03:23.867]➜  EOF
2025-08-20T21:11:56.9110702Z [00:03:23.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodelsstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodelsstats;$WORK/b980=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats -lang=go1.21 -complete -installsuffix shared -buildid S6VV-x8PEmAAGyknMxoT/S6VV-x8PEmAAGyknMxoT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodelsstats/get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/gettrainedmodelsstats/response.go
2025-08-20T21:11:56.9202127Z [00:03:23.878]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:11:56.9230614Z [00:03:23.881]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/ce/ce92f3d3faef6b7800e413fac084ff3adc9dc0f272f1b2f3d42ebb800433e46f-d # internal
2025-08-20T21:11:56.9236245Z [00:03:23.881]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel
2025-08-20T21:11:56.9236661Z [00:03:23.881]➜  mkdir -p $WORK/b981/
2025-08-20T21:11:56.9237038Z [00:03:23.881]➜  cat >/tmp/go-build2720400589/b981/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9237382Z [00:03:23.881]➜  # import config
2025-08-20T21:11:56.9237722Z [00:03:23.881]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.9238151Z [00:03:23.881]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9238612Z [00:03:23.881]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9239058Z [00:03:23.881]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9239476Z [00:03:23.881]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9240113Z [00:03:23.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9240897Z [00:03:23.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9241462Z [00:03:23.881]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9241883Z [00:03:23.881]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9242316Z [00:03:23.881]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9242744Z [00:03:23.881]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9243417Z [00:03:23.881]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9243804Z [00:03:23.881]➜  EOF
2025-08-20T21:11:56.9247484Z [00:03:23.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/infertrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/infertrainedmodel;$WORK/b981=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid gEF-wFZECLHC8VfYp1pT/gEF-wFZECLHC8VfYp1pT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/infertrainedmodel/infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/infertrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/infertrainedmodel/response.go
2025-08-20T21:11:56.9746228Z [00:03:23.932]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:11:56.9773954Z [00:03:23.935]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/40/40dd917cda8facf3a8bc8da9cbe1880fc73b205388df86da51e31cb45f9a28e0-d # internal
2025-08-20T21:11:56.9781616Z [00:03:23.936]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:11:56.9789521Z [00:03:23.937]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/info
2025-08-20T21:11:56.9792287Z [00:03:23.937]➜  mkdir -p $WORK/b982/
2025-08-20T21:11:56.9800615Z [00:03:23.938]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/f4/f4880f8ec137680beafd83f4de4023ef78b141ca06f564f6bea2a2434a9db879-d # internal
2025-08-20T21:11:56.9801696Z [00:03:23.938]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob
2025-08-20T21:11:56.9802378Z [00:03:23.938]➜  mkdir -p $WORK/b983/
2025-08-20T21:11:56.9817097Z [00:03:23.939]➜  cat >/tmp/go-build2720400589/b983/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9817814Z [00:03:23.939]➜  # import config
2025-08-20T21:11:56.9818416Z [00:03:23.939]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.9819081Z [00:03:23.939]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9819807Z [00:03:23.939]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9821087Z [00:03:23.939]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9821627Z [00:03:23.939]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9822275Z [00:03:23.939]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9823059Z [00:03:23.939]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9823621Z [00:03:23.939]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9824039Z [00:03:23.939]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9825152Z [00:03:23.939]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9825587Z [00:03:23.939]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9826020Z [00:03:23.939]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9826343Z [00:03:23.939]➜  EOF
2025-08-20T21:11:56.9829589Z [00:03:23.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/openjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/openjob;$WORK/b983=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob -lang=go1.21 -complete -installsuffix shared -buildid qg3YshGcmugdCEyG27Rh/qg3YshGcmugdCEyG27Rh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/openjob/open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/openjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/openjob/response.go
2025-08-20T21:11:56.9832457Z [00:03:23.940]➜  cat >/tmp/go-build2720400589/b982/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9832867Z [00:03:23.940]➜  # import config
2025-08-20T21:11:56.9833213Z [00:03:23.940]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9833667Z [00:03:23.940]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9834113Z [00:03:23.940]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9835013Z [00:03:23.940]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9835858Z [00:03:23.940]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9836906Z [00:03:23.940]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9837640Z [00:03:23.940]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9838266Z [00:03:23.940]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9838941Z [00:03:23.940]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9839483Z [00:03:23.940]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9840296Z [00:03:23.940]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9840667Z [00:03:23.940]➜  EOF
2025-08-20T21:11:56.9846800Z [00:03:23.943]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:11:56.9857181Z [00:03:23.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/info=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/info;$WORK/b982=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/info -lang=go1.21 -complete -installsuffix shared -buildid lQ45XaD2BD3Ipx9hwPet/lQ45XaD2BD3Ipx9hwPet -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/info/response.go
2025-08-20T21:11:56.9869226Z [00:03:23.945]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/56/5630916e900fcf06afd5f1e64584881d7cbad37030c5f7ad1a7b5c9652eb39de-d # internal
2025-08-20T21:11:56.9875723Z [00:03:23.945]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents
2025-08-20T21:11:56.9881135Z [00:03:23.946]➜  mkdir -p $WORK/b984/
2025-08-20T21:11:56.9892610Z [00:03:23.947]➜  cat >/tmp/go-build2720400589/b984/importcfg << 'EOF' # internal
2025-08-20T21:11:56.9893265Z [00:03:23.947]➜  # import config
2025-08-20T21:11:56.9893869Z [00:03:23.947]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:56.9894747Z [00:03:23.947]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:56.9895470Z [00:03:23.947]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:56.9896447Z [00:03:23.947]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:56.9896949Z [00:03:23.947]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:56.9897605Z [00:03:23.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:56.9898394Z [00:03:23.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:56.9898963Z [00:03:23.947]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:56.9899383Z [00:03:23.947]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:56.9899815Z [00:03:23.947]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:56.9900461Z [00:03:23.947]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:56.9900953Z [00:03:23.947]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:56.9901270Z [00:03:23.947]➜  EOF
2025-08-20T21:11:56.9904909Z [00:03:23.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postcalendarevents;$WORK/b984=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents -lang=go1.21 -complete -installsuffix shared -buildid AzHP2G4ZxTPmfWZN4bvQ/AzHP2G4ZxTPmfWZN4bvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postcalendarevents/post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postcalendarevents/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postcalendarevents/response.go
2025-08-20T21:11:56.9998991Z [00:03:23.958]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:11:57.0011199Z [00:03:23.959]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/cb/cb7d90ad247dcbdaad01dfd3e5b18393d25334d988a01fb27752c1dd52955c08-d # internal
2025-08-20T21:11:57.0012279Z [00:03:23.959]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata
2025-08-20T21:11:57.0014174Z [00:03:23.959]➜  mkdir -p $WORK/b985/
2025-08-20T21:11:57.0015303Z [00:03:23.959]➜  cat >/tmp/go-build2720400589/b985/importcfg << 'EOF' # internal
2025-08-20T21:11:57.0016160Z [00:03:23.959]➜  # import config
2025-08-20T21:11:57.0016562Z [00:03:23.959]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.0017005Z [00:03:23.959]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.0017463Z [00:03:23.959]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.0017930Z [00:03:23.959]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.0018347Z [00:03:23.959]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.0018984Z [00:03:23.959]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.0020067Z [00:03:23.959]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.0020646Z [00:03:23.959]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.0021063Z [00:03:23.959]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.0021494Z [00:03:23.959]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.0021922Z [00:03:23.959]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.0022348Z [00:03:23.959]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.0022668Z [00:03:23.959]➜  EOF
2025-08-20T21:11:57.0036610Z [00:03:23.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postdata=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postdata;$WORK/b985=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata -lang=go1.21 -complete -installsuffix shared -buildid Zj34WGqbZCVa_51Swkr1/Zj34WGqbZCVa_51Swkr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postdata/post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postdata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/postdata/response.go
2025-08-20T21:11:57.0538419Z [00:03:24.012]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:11:57.0539418Z [00:03:24.012]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/27/27c364677341399a668692aa79a3f8bad5bb664caca2b2887965820a97d2c362-d # internal
2025-08-20T21:11:57.0540206Z [00:03:24.012]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed
2025-08-20T21:11:57.0540716Z [00:03:24.012]➜  mkdir -p $WORK/b986/
2025-08-20T21:11:57.0541161Z [00:03:24.012]➜  cat >/tmp/go-build2720400589/b986/importcfg << 'EOF' # internal
2025-08-20T21:11:57.0541520Z [00:03:24.012]➜  # import config
2025-08-20T21:11:57.0541861Z [00:03:24.012]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.0542284Z [00:03:24.012]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.0554563Z [00:03:24.012]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.0555133Z [00:03:24.013]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.0555554Z [00:03:24.013]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.0556205Z [00:03:24.013]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.0556990Z [00:03:24.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.0557566Z [00:03:24.013]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.0557982Z [00:03:24.013]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.0558740Z [00:03:24.013]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.0559169Z [00:03:24.013]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.0559596Z [00:03:24.013]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.0559914Z [00:03:24.013]➜  EOF
2025-08-20T21:11:57.0563168Z [00:03:24.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdatafeed;$WORK/b986=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed -lang=go1.21 -complete -installsuffix shared -buildid MmcSz-vv8OT4fR5zeCHv/MmcSz-vv8OT4fR5zeCHv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdatafeed/preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdatafeed/response.go
2025-08-20T21:11:57.0579486Z [00:03:24.013]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:11:57.0580186Z [00:03:24.013]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/28/282af9599e149aed4162c0c0bb7d025a1216d88bc20e75f4d44dc94a5e89c1d3-d # internal
2025-08-20T21:11:57.0580911Z [00:03:24.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics
2025-08-20T21:11:57.0581344Z [00:03:24.013]➜  mkdir -p $WORK/b987/
2025-08-20T21:11:57.0581717Z [00:03:24.013]➜  cat >/tmp/go-build2720400589/b987/importcfg << 'EOF' # internal
2025-08-20T21:11:57.0582061Z [00:03:24.013]➜  # import config
2025-08-20T21:11:57.0582413Z [00:03:24.013]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.0582839Z [00:03:24.013]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.0583293Z [00:03:24.013]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.0583734Z [00:03:24.013]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.0584142Z [00:03:24.013]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.0585290Z [00:03:24.013]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.0586299Z [00:03:24.013]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.0586948Z [00:03:24.013]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.0587368Z [00:03:24.013]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.0587892Z [00:03:24.013]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.0588386Z [00:03:24.013]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.0588822Z [00:03:24.013]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.0589156Z [00:03:24.013]➜  EOF
2025-08-20T21:11:57.0592719Z [00:03:24.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdataframeanalytics;$WORK/b987=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid D7TDCiqOpp7PiZzdwoyS/D7TDCiqOpp7PiZzdwoyS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdataframeanalytics/preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/previewdataframeanalytics/response.go
2025-08-20T21:11:57.0624763Z [00:03:24.020]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:11:57.0641220Z [00:03:24.021]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/95/95dcfd36e2dd42edf7abed2d2b92892154f3fd5fe44b1b21d6a966b2097f121d-d # internal
2025-08-20T21:11:57.0641988Z [00:03:24.021]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar
2025-08-20T21:11:57.0642363Z [00:03:24.021]➜  mkdir -p $WORK/b988/
2025-08-20T21:11:57.0671479Z [00:03:24.025]➜  cat >/tmp/go-build2720400589/b988/importcfg << 'EOF' # internal
2025-08-20T21:11:57.0671939Z [00:03:24.025]➜  # import config
2025-08-20T21:11:57.0672284Z [00:03:24.025]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.0672722Z [00:03:24.025]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.0673562Z [00:03:24.025]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.0674020Z [00:03:24.025]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.0674569Z [00:03:24.025]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.0675196Z [00:03:24.025]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.0675971Z [00:03:24.025]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.0676533Z [00:03:24.025]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.0676956Z [00:03:24.025]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.0687503Z [00:03:24.025]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.0687991Z [00:03:24.025]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.0688428Z [00:03:24.025]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.0688748Z [00:03:24.025]➜  EOF
2025-08-20T21:11:57.0693985Z [00:03:24.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendar=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendar;$WORK/b988=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar -lang=go1.21 -complete -installsuffix shared -buildid 7Kc4c_I7a-i5EB6Z1Jwb/7Kc4c_I7a-i5EB6Z1Jwb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendar/put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendar/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendar/response.go
2025-08-20T21:11:57.0699033Z [00:03:24.026]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:11:57.0699721Z [00:03:24.027]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/40/400e6a7fa10ecb1458a430e48c964e80ab472ddc252557b869f1d3d36440fff7-d # internal
2025-08-20T21:11:57.0702124Z [00:03:24.028]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob
2025-08-20T21:11:57.0702521Z [00:03:24.028]➜  mkdir -p $WORK/b989/
2025-08-20T21:11:57.0703060Z [00:03:24.028]➜  cat >/tmp/go-build2720400589/b989/importcfg << 'EOF' # internal
2025-08-20T21:11:57.0703999Z [00:03:24.028]➜  # import config
2025-08-20T21:11:57.0704472Z [00:03:24.028]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.0704948Z [00:03:24.028]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.0705403Z [00:03:24.028]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.0705849Z [00:03:24.028]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.0706267Z [00:03:24.028]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.0707171Z [00:03:24.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.0707948Z [00:03:24.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.0708504Z [00:03:24.028]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.0708923Z [00:03:24.028]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.0709355Z [00:03:24.028]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.0709785Z [00:03:24.028]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.0710212Z [00:03:24.028]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.0710530Z [00:03:24.028]➜  EOF
2025-08-20T21:11:57.0713488Z [00:03:24.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendarjob;$WORK/b989=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob -lang=go1.21 -complete -installsuffix shared -buildid 2EtFYGw6X572_uKw3VQ5/2EtFYGw6X572_uKw3VQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendarjob/put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putcalendarjob/response.go
2025-08-20T21:11:57.1342561Z [00:03:24.092]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:11:57.1345869Z [00:03:24.092]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:11:57.1370166Z [00:03:24.095]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/03/03384244e044d91e9568ffa6459311fc2b80dca2ef200ce0e0e8f7a3f9c6d269-d # internal
2025-08-20T21:11:57.1371153Z [00:03:24.095]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/aa/aa713d1c2a399beabc275750e2775b98b02f41079fbb52ba29e808fee1b120bb-d # internal
2025-08-20T21:11:57.1371872Z [00:03:24.095]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics
2025-08-20T21:11:57.1372285Z [00:03:24.095]➜  mkdir -p $WORK/b991/
2025-08-20T21:11:57.1372665Z [00:03:24.095]➜  cat >/tmp/go-build2720400589/b991/importcfg << 'EOF' # internal
2025-08-20T21:11:57.1373006Z [00:03:24.095]➜  # import config
2025-08-20T21:11:57.1373343Z [00:03:24.095]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.1374010Z [00:03:24.095]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.1374680Z [00:03:24.095]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.1375250Z [00:03:24.095]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.1375778Z [00:03:24.095]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.1376411Z [00:03:24.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.1377201Z [00:03:24.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.1377759Z [00:03:24.095]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.1378177Z [00:03:24.095]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.1378608Z [00:03:24.095]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.1379045Z [00:03:24.095]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.1379471Z [00:03:24.095]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.1379790Z [00:03:24.095]➜  EOF
2025-08-20T21:11:57.1383356Z [00:03:24.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdataframeanalytics;$WORK/b991=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid W--ECB5r4dgLJXd-JgCR/W--ECB5r4dgLJXd-JgCR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdataframeanalytics/put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdataframeanalytics/response.go
2025-08-20T21:11:57.1386779Z [00:03:24.095]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed
2025-08-20T21:11:57.1387169Z [00:03:24.095]➜  mkdir -p $WORK/b990/
2025-08-20T21:11:57.1387733Z [00:03:24.095]➜  cat >/tmp/go-build2720400589/b990/importcfg << 'EOF' # internal
2025-08-20T21:11:57.1388084Z [00:03:24.095]➜  # import config
2025-08-20T21:11:57.1388417Z [00:03:24.095]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.1388842Z [00:03:24.095]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.1389298Z [00:03:24.095]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.1389742Z [00:03:24.095]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.1390154Z [00:03:24.095]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.1390787Z [00:03:24.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.1391567Z [00:03:24.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.1392425Z [00:03:24.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:57.1393072Z [00:03:24.095]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.1393489Z [00:03:24.095]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.1393919Z [00:03:24.095]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.1394835Z [00:03:24.095]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.1395346Z [00:03:24.095]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.1395664Z [00:03:24.095]➜  EOF
2025-08-20T21:11:57.1398962Z [00:03:24.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdatafeed;$WORK/b990=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed -lang=go1.21 -complete -installsuffix shared -buildid yOkU0-Jdk45T4p4HoaFG/yOkU0-Jdk45T4p4HoaFG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdatafeed/put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putdatafeed/response.go
2025-08-20T21:11:57.1524385Z [00:03:24.110]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:11:57.1532594Z [00:03:24.111]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:11:57.1544715Z [00:03:24.112]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/58/5836f8305179e2fa0a9b0420684f17b501ce4aecf86c2f6b4fd9c0258863dec9-d # internal
2025-08-20T21:11:57.1546528Z [00:03:24.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter
2025-08-20T21:11:57.1551952Z [00:03:24.113]➜  mkdir -p $WORK/b992/
2025-08-20T21:11:57.1552417Z [00:03:24.113]➜  cat >/tmp/go-build2720400589/b992/importcfg << 'EOF' # internal
2025-08-20T21:11:57.1553012Z [00:03:24.113]➜  # import config
2025-08-20T21:11:57.1553355Z [00:03:24.113]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.1553830Z [00:03:24.113]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.1554551Z [00:03:24.113]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.1555092Z [00:03:24.113]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.1555511Z [00:03:24.113]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.1556146Z [00:03:24.113]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.1556930Z [00:03:24.113]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.1557737Z [00:03:24.113]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.1558160Z [00:03:24.113]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.1558601Z [00:03:24.113]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.1559053Z [00:03:24.113]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.1559480Z [00:03:24.113]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.1559810Z [00:03:24.113]➜  EOF
2025-08-20T21:11:57.1562949Z [00:03:24.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putfilter=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putfilter;$WORK/b992=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter -lang=go1.21 -complete -installsuffix shared -buildid 46doFFeF99WPGYecMwsf/46doFFeF99WPGYecMwsf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putfilter/put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putfilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putfilter/response.go
2025-08-20T21:11:57.1571647Z [00:03:24.115]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/7f/7f22d280bb2bcaffa98097e2860e355556b0f0a18d145e89049ad6a965cba0b1-d # internal
2025-08-20T21:11:57.1572388Z [00:03:24.115]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob
2025-08-20T21:11:57.1572748Z [00:03:24.115]➜  mkdir -p $WORK/b993/
2025-08-20T21:11:57.1573337Z [00:03:24.115]➜  cat >/tmp/go-build2720400589/b993/importcfg << 'EOF' # internal
2025-08-20T21:11:57.1573721Z [00:03:24.115]➜  # import config
2025-08-20T21:11:57.1574057Z [00:03:24.115]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.1574659Z [00:03:24.115]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.1575123Z [00:03:24.115]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.1575573Z [00:03:24.115]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.1575983Z [00:03:24.115]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.1576607Z [00:03:24.115]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.1577384Z [00:03:24.115]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.1578233Z [00:03:24.115]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:57.1580936Z [00:03:24.115]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.1581398Z [00:03:24.115]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.1581841Z [00:03:24.115]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.1582583Z [00:03:24.115]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.1583020Z [00:03:24.115]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.1583339Z [00:03:24.115]➜  EOF
2025-08-20T21:11:57.1586591Z [00:03:24.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putjob;$WORK/b993=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob -lang=go1.21 -complete -installsuffix shared -buildid TMhp0_akezG27g0m8uEZ/TMhp0_akezG27g0m8uEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/putjob/response.go
2025-08-20T21:11:57.2240269Z [00:03:24.182]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:11:57.2255822Z [00:03:24.182]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/de/de5394780ce2763be5df94820342b091ef484e64236252c35844c8577639b260-d # internal
2025-08-20T21:11:57.2265775Z [00:03:24.184]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel
2025-08-20T21:11:57.2272476Z [00:03:24.185]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:11:57.2280759Z [00:03:24.186]➜  mkdir -p $WORK/b994/
2025-08-20T21:11:57.2281552Z [00:03:24.186]➜  cat >/tmp/go-build2720400589/b994/importcfg << 'EOF' # internal
2025-08-20T21:11:57.2282389Z [00:03:24.186]➜  # import config
2025-08-20T21:11:57.2282806Z [00:03:24.186]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.2283541Z [00:03:24.186]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.2284081Z [00:03:24.186]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.2284700Z [00:03:24.186]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.2285121Z [00:03:24.186]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.2285756Z [00:03:24.186]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.2286538Z [00:03:24.186]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.2287528Z [00:03:24.186]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2720400589/b615/_pkg_.a
2025-08-20T21:11:57.2288264Z [00:03:24.186]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.2288691Z [00:03:24.186]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.2289126Z [00:03:24.186]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.2289555Z [00:03:24.186]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.2289987Z [00:03:24.186]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.2290298Z [00:03:24.186]➜  EOF
2025-08-20T21:11:57.2293560Z [00:03:24.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodel;$WORK/b994=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel -lang=go1.21 -complete -installsuffix shared -buildid TUeSPGrV1r4mY8mKGLV0/TUeSPGrV1r4mY8mKGLV0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodel/put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodel/response.go
2025-08-20T21:11:57.2308818Z [00:03:24.189]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/e3/e3eb8288dbe89819287fe8b5ebff0826e2558d26b72d123cb9dc745f874f3f26-d # internal
2025-08-20T21:11:57.2310153Z [00:03:24.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias
2025-08-20T21:11:57.2310605Z [00:03:24.189]➜  mkdir -p $WORK/b995/
2025-08-20T21:11:57.2310980Z [00:03:24.189]➜  cat >/tmp/go-build2720400589/b995/importcfg << 'EOF' # internal
2025-08-20T21:11:57.2311328Z [00:03:24.189]➜  # import config
2025-08-20T21:11:57.2311693Z [00:03:24.189]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.2312148Z [00:03:24.189]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.2312601Z [00:03:24.189]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.2313319Z [00:03:24.189]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.2313961Z [00:03:24.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.2314897Z [00:03:24.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.2315463Z [00:03:24.189]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.2315881Z [00:03:24.189]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.2316309Z [00:03:24.189]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.2316742Z [00:03:24.189]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.2317167Z [00:03:24.189]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.2317483Z [00:03:24.189]➜  EOF
2025-08-20T21:11:57.2320623Z [00:03:24.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelalias;$WORK/b995=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias -lang=go1.21 -complete -installsuffix shared -buildid RN98PystZRmMdXvRME2F/RN98PystZRmMdXvRME2F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelalias/put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelalias/response.go
2025-08-20T21:11:57.2377881Z [00:03:24.196]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:11:57.2403030Z [00:03:24.198]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/3a/3a4eb564cf710dffbb101713bce3e2336b799a988118d7d9db70b18fda50005d-d # internal
2025-08-20T21:11:57.2404153Z [00:03:24.198]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart
2025-08-20T21:11:57.2404965Z [00:03:24.198]➜  mkdir -p $WORK/b996/
2025-08-20T21:11:57.2415891Z [00:03:24.199]➜  cat >/tmp/go-build2720400589/b996/importcfg << 'EOF' # internal
2025-08-20T21:11:57.2445553Z [00:03:24.199]➜  # import config
2025-08-20T21:11:57.2446168Z [00:03:24.199]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.2446743Z [00:03:24.199]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.2447389Z [00:03:24.199]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.2447969Z [00:03:24.199]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.2448494Z [00:03:24.199]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.2449248Z [00:03:24.199]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.2450155Z [00:03:24.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.2451110Z [00:03:24.199]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.2451681Z [00:03:24.199]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.2452252Z [00:03:24.199]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.2452815Z [00:03:24.199]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.2453350Z [00:03:24.199]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.2453762Z [00:03:24.199]➜  EOF
2025-08-20T21:11:57.2457651Z [00:03:24.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodeldefinitionpart=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodeldefinitionpart;$WORK/b996=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart -lang=go1.21 -complete -installsuffix shared -buildid kxErUWjAtRRnUW-YN20S/kxErUWjAtRRnUW-YN20S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodeldefinitionpart/put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodeldefinitionpart/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodeldefinitionpart/response.go
2025-08-20T21:11:57.2683003Z [00:03:24.224]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:11:57.2698927Z [00:03:24.226]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/53/53b20c53bd2cf5b9dc4aa4422b81930973c73e4dd1910a9b34ee30c43dad26be-d # internal
2025-08-20T21:11:57.2700034Z [00:03:24.226]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary
2025-08-20T21:11:57.2700540Z [00:03:24.227]➜  mkdir -p $WORK/b997/
2025-08-20T21:11:57.2715767Z [00:03:24.228]➜  cat >/tmp/go-build2720400589/b997/importcfg << 'EOF' # internal
2025-08-20T21:11:57.2717393Z [00:03:24.228]➜  # import config
2025-08-20T21:11:57.2719779Z [00:03:24.228]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.2721218Z [00:03:24.228]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.2721709Z [00:03:24.228]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.2722163Z [00:03:24.228]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.2722836Z [00:03:24.228]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.2723553Z [00:03:24.228]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.2724472Z [00:03:24.228]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.2725095Z [00:03:24.228]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.2725523Z [00:03:24.228]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.2725954Z [00:03:24.228]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.2726377Z [00:03:24.228]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.2726804Z [00:03:24.228]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.2727118Z [00:03:24.228]➜  EOF
2025-08-20T21:11:57.2730693Z [00:03:24.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelvocabulary=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelvocabulary;$WORK/b997=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary -lang=go1.21 -complete -installsuffix shared -buildid 3MTZyXgnwzt3FoSexCey/3MTZyXgnwzt3FoSexCey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelvocabulary/put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelvocabulary/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/puttrainedmodelvocabulary/response.go
2025-08-20T21:11:57.3082954Z [00:03:24.266]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:11:57.3095013Z [00:03:24.267]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/59/59f5302eada156a725488c90bba6beb84c60ab85bab083cab0005a62ffcda4d5-d # internal
2025-08-20T21:11:57.3097860Z [00:03:24.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob
2025-08-20T21:11:57.3099123Z [00:03:24.268]➜  mkdir -p $WORK/b998/
2025-08-20T21:11:57.3100595Z [00:03:24.268]➜  cat >/tmp/go-build2720400589/b998/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3101021Z [00:03:24.268]➜  # import config
2025-08-20T21:11:57.3101398Z [00:03:24.268]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3101855Z [00:03:24.268]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3102300Z [00:03:24.268]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3102713Z [00:03:24.268]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3103336Z [00:03:24.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3104123Z [00:03:24.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3104829Z [00:03:24.268]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3105533Z [00:03:24.268]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3106044Z [00:03:24.268]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3106480Z [00:03:24.268]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3106907Z [00:03:24.268]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3107222Z [00:03:24.268]➜  EOF
2025-08-20T21:11:57.3109996Z [00:03:24.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/resetjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/resetjob;$WORK/b998=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob -lang=go1.21 -complete -installsuffix shared -buildid 5vcCfayH1IZ1GPuSa_BA/5vcCfayH1IZ1GPuSa_BA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/resetjob/reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/resetjob/response.go
2025-08-20T21:11:57.3123918Z [00:03:24.270]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:11:57.3142186Z [00:03:24.272]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/21/21758d51b4fcd45234e6fd6320edeee63614449a15ba025c9002540af3690bbc-d # internal
2025-08-20T21:11:57.3149710Z [00:03:24.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot
2025-08-20T21:11:57.3150554Z [00:03:24.273]➜  mkdir -p $WORK/b999/
2025-08-20T21:11:57.3163968Z [00:03:24.274]➜  cat >/tmp/go-build2720400589/b999/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3164773Z [00:03:24.274]➜  # import config
2025-08-20T21:11:57.3165367Z [00:03:24.274]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.3165978Z [00:03:24.274]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3167199Z [00:03:24.274]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3167957Z [00:03:24.274]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3168558Z [00:03:24.274]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3169187Z [00:03:24.274]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3169964Z [00:03:24.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3170527Z [00:03:24.274]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3170947Z [00:03:24.274]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3171384Z [00:03:24.274]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3171818Z [00:03:24.274]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3172249Z [00:03:24.274]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3172567Z [00:03:24.274]➜  EOF
2025-08-20T21:11:57.3176200Z [00:03:24.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/revertmodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/revertmodelsnapshot;$WORK/b999=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid 9P6WiekEQp3joWVKMZyX/9P6WiekEQp3joWVKMZyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/revertmodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/revertmodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/revertmodelsnapshot/revert_model_snapshot.go
2025-08-20T21:11:57.3400104Z [00:03:24.296]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:11:57.3405919Z [00:03:24.298]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/bf/bfc652899d6a5213b2f52adb9aa6c84ffec41ec58ba0bded96f3a79f3cc75f47-d # internal
2025-08-20T21:11:57.3411093Z [00:03:24.299]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode
2025-08-20T21:11:57.3412140Z [00:03:24.299]➜  mkdir -p $WORK/b1000/
2025-08-20T21:11:57.3418111Z [00:03:24.300]➜  cat >/tmp/go-build2720400589/b1000/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3421549Z [00:03:24.300]➜  # import config
2025-08-20T21:11:57.3424730Z [00:03:24.300]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3425461Z [00:03:24.300]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3425980Z [00:03:24.300]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3426400Z [00:03:24.300]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3427045Z [00:03:24.300]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3427835Z [00:03:24.300]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3428395Z [00:03:24.300]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3428811Z [00:03:24.300]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3429240Z [00:03:24.300]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3429669Z [00:03:24.300]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3430095Z [00:03:24.300]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3430416Z [00:03:24.300]➜  EOF
2025-08-20T21:11:57.3433243Z [00:03:24.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/setupgrademode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/setupgrademode;$WORK/b1000=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode -lang=go1.21 -complete -installsuffix shared -buildid hy0Q96_PGB3QVwkIbCi8/hy0Q96_PGB3QVwkIbCi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/setupgrademode/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/setupgrademode/set_upgrade_mode.go
2025-08-20T21:11:57.3456501Z [00:03:24.303]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:11:57.3482229Z [00:03:24.306]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/ed/ed61fc3ad930478b42752c549d49ea0222f8c90bdb215fda8165e2f1b4950e57-d # internal
2025-08-20T21:11:57.3488901Z [00:03:24.306]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed
2025-08-20T21:11:57.3489332Z [00:03:24.307]➜  mkdir -p $WORK/b1001/
2025-08-20T21:11:57.3498844Z [00:03:24.308]➜  cat >/tmp/go-build2720400589/b1001/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3500856Z [00:03:24.308]➜  # import config
2025-08-20T21:11:57.3501666Z [00:03:24.308]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.3502460Z [00:03:24.308]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3504558Z [00:03:24.308]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3505054Z [00:03:24.308]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3505469Z [00:03:24.308]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3506108Z [00:03:24.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3506885Z [00:03:24.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3507652Z [00:03:24.308]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3508141Z [00:03:24.308]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3508575Z [00:03:24.308]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3509000Z [00:03:24.308]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3509424Z [00:03:24.308]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3509736Z [00:03:24.308]➜  EOF
2025-08-20T21:11:57.3513011Z [00:03:24.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdatafeed;$WORK/b1001=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed -lang=go1.21 -complete -installsuffix shared -buildid pH4qpH-3nu8nnpKmVoS1/pH4qpH-3nu8nnpKmVoS1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdatafeed/start_datafeed.go
2025-08-20T21:11:57.3763235Z [00:03:24.333]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:11:57.3778833Z [00:03:24.334]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/91/91c8fc93d2e0a83cd737529def0c059bcfaf29fc62a6a01fd4c0b9fa740fa5af-d # internal
2025-08-20T21:11:57.3779631Z [00:03:24.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics
2025-08-20T21:11:57.3780075Z [00:03:24.334]➜  mkdir -p $WORK/b1002/
2025-08-20T21:11:57.3780457Z [00:03:24.335]➜  cat >/tmp/go-build2720400589/b1002/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3780812Z [00:03:24.335]➜  # import config
2025-08-20T21:11:57.3781390Z [00:03:24.335]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3781847Z [00:03:24.335]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3782580Z [00:03:24.335]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3782996Z [00:03:24.335]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3783622Z [00:03:24.335]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3784475Z [00:03:24.335]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3785100Z [00:03:24.335]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3785529Z [00:03:24.335]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3785963Z [00:03:24.335]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3786394Z [00:03:24.335]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3786825Z [00:03:24.335]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3787144Z [00:03:24.335]➜  EOF
2025-08-20T21:11:57.3790356Z [00:03:24.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdataframeanalytics;$WORK/b1002=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid MKSGIvZLwL5GBo7HI3E3/MKSGIvZLwL5GBo7HI3E3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/startdataframeanalytics/start_data_frame_analytics.go
2025-08-20T21:11:57.3820732Z [00:03:24.340]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:11:57.3833282Z [00:03:24.341]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/91/9197b7f6642eb288e38a1b8517cc5974cda249ff2071ac834587c6d46c7bb0c9-d # internal
2025-08-20T21:11:57.3859812Z [00:03:24.344]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment
2025-08-20T21:11:57.3874127Z [00:03:24.345]➜  mkdir -p $WORK/b1003/
2025-08-20T21:11:57.3875020Z [00:03:24.345]➜  cat >/tmp/go-build2720400589/b1003/importcfg << 'EOF' # internal
2025-08-20T21:11:57.3875515Z [00:03:24.345]➜  # import config
2025-08-20T21:11:57.3875978Z [00:03:24.345]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.3877178Z [00:03:24.345]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.3877707Z [00:03:24.345]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.3878161Z [00:03:24.345]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.3878582Z [00:03:24.345]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.3879211Z [00:03:24.345]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.3879990Z [00:03:24.345]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.3880888Z [00:03:24.345]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2720400589/b462/_pkg_.a
2025-08-20T21:11:57.3881879Z [00:03:24.345]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2720400589/b616/_pkg_.a
2025-08-20T21:11:57.3882527Z [00:03:24.345]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.3882943Z [00:03:24.345]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.3883565Z [00:03:24.345]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.3884023Z [00:03:24.345]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.3888462Z [00:03:24.345]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.3888796Z [00:03:24.345]➜  EOF
2025-08-20T21:11:57.3892478Z [00:03:24.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/starttrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/starttrainedmodeldeployment;$WORK/b1003=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid ob1YIqTKczyssSMjARDl/ob1YIqTKczyssSMjARDl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/starttrainedmodeldeployment/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/starttrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/starttrainedmodeldeployment/start_trained_model_deployment.go
2025-08-20T21:11:57.4151105Z [00:03:24.373]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:11:57.4165718Z [00:03:24.374]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/60/6064e6aebf55fde11de02584e45bd52ef0c8a9e3b1d7abad800b46d1ca024e23-d # internal
2025-08-20T21:11:57.4170247Z [00:03:24.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed
2025-08-20T21:11:57.4171671Z [00:03:24.375]➜  mkdir -p $WORK/b1004/
2025-08-20T21:11:57.4175887Z [00:03:24.375]➜  cat >/tmp/go-build2720400589/b1004/importcfg << 'EOF' # internal
2025-08-20T21:11:57.4176269Z [00:03:24.375]➜  # import config
2025-08-20T21:11:57.4182618Z [00:03:24.375]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.4183263Z [00:03:24.375]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.4183793Z [00:03:24.375]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.4184434Z [00:03:24.375]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.4184950Z [00:03:24.375]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.4185580Z [00:03:24.375]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.4186364Z [00:03:24.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.4186923Z [00:03:24.375]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.4187477Z [00:03:24.375]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.4187980Z [00:03:24.375]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.4188422Z [00:03:24.375]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.4188852Z [00:03:24.375]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.4189171Z [00:03:24.375]➜  EOF
2025-08-20T21:11:57.4192330Z [00:03:24.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdatafeed;$WORK/b1004=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed -lang=go1.21 -complete -installsuffix shared -buildid 8riLHoK_Dl7TMF1Ob0ug/8riLHoK_Dl7TMF1Ob0ug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdatafeed/stop_datafeed.go
2025-08-20T21:11:57.4366328Z [00:03:24.394]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:11:57.4387530Z [00:03:24.396]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/fc/fca792ff17759859fc241eb744bca564da27806532f6dde326188c4ce9eff0c1-d # internal
2025-08-20T21:11:57.4406184Z [00:03:24.397]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics
2025-08-20T21:11:57.4406694Z [00:03:24.397]➜  mkdir -p $WORK/b1005/
2025-08-20T21:11:57.4407083Z [00:03:24.397]➜  cat >/tmp/go-build2720400589/b1005/importcfg << 'EOF' # internal
2025-08-20T21:11:57.4407432Z [00:03:24.397]➜  # import config
2025-08-20T21:11:57.4407773Z [00:03:24.397]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.4408246Z [00:03:24.397]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.4408689Z [00:03:24.397]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.4409115Z [00:03:24.397]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.4409737Z [00:03:24.397]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.4410523Z [00:03:24.397]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.4411088Z [00:03:24.397]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.4411506Z [00:03:24.397]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.4411936Z [00:03:24.397]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.4412364Z [00:03:24.397]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.4412795Z [00:03:24.397]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.4413111Z [00:03:24.397]➜  EOF
2025-08-20T21:11:57.4416615Z [00:03:24.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdataframeanalytics;$WORK/b1005=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid PKkDpOSW75WVmYahrhYR/PKkDpOSW75WVmYahrhYR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stopdataframeanalytics/stop_data_frame_analytics.go
2025-08-20T21:11:57.4463643Z [00:03:24.404]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:11:57.4478943Z [00:03:24.406]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/fc/fc063f80d43a67a8c79da69745862e2cab9dec2e6cb42b86b724aa13cd34eccc-d # internal
2025-08-20T21:11:57.4497389Z [00:03:24.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment
2025-08-20T21:11:57.4497956Z [00:03:24.407]➜  mkdir -p $WORK/b1006/
2025-08-20T21:11:57.4501008Z [00:03:24.408]➜  cat >/tmp/go-build2720400589/b1006/importcfg << 'EOF' # internal
2025-08-20T21:11:57.4501365Z [00:03:24.408]➜  # import config
2025-08-20T21:11:57.4501712Z [00:03:24.408]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.4502170Z [00:03:24.408]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.4502616Z [00:03:24.408]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.4503027Z [00:03:24.408]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.4503658Z [00:03:24.408]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.4504675Z [00:03:24.408]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.4505521Z [00:03:24.408]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.4506111Z [00:03:24.408]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.4506551Z [00:03:24.408]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.4506979Z [00:03:24.408]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.4507405Z [00:03:24.408]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.4507720Z [00:03:24.408]➜  EOF
2025-08-20T21:11:57.4512598Z [00:03:24.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stoptrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stoptrainedmodeldeployment;$WORK/b1006=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid JH-HKdybQSNM6bvvMGLv/JH-HKdybQSNM6bvvMGLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stoptrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/stoptrainedmodeldeployment/stop_trained_model_deployment.go
2025-08-20T21:11:57.4580028Z [00:03:24.416]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:11:57.4590726Z [00:03:24.417]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/e4/e4197424079b642518ce83e0de2b41fa54e8871320c644e57ff45b39e204832d-d # internal
2025-08-20T21:11:57.4592825Z [00:03:24.417]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed
2025-08-20T21:11:57.4597425Z [00:03:24.417]➜  mkdir -p $WORK/b1007/
2025-08-20T21:11:57.4597850Z [00:03:24.417]➜  cat >/tmp/go-build2720400589/b1007/importcfg << 'EOF' # internal
2025-08-20T21:11:57.4598360Z [00:03:24.417]➜  # import config
2025-08-20T21:11:57.4598789Z [00:03:24.417]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.4599213Z [00:03:24.417]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.4599670Z [00:03:24.417]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.4600114Z [00:03:24.417]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.4600525Z [00:03:24.417]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.4601147Z [00:03:24.417]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.4601930Z [00:03:24.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.4602777Z [00:03:24.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:57.4603432Z [00:03:24.417]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.4603851Z [00:03:24.417]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.4604693Z [00:03:24.417]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.4605134Z [00:03:24.417]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.4605560Z [00:03:24.417]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.4605875Z [00:03:24.417]➜  EOF
2025-08-20T21:11:57.4609073Z [00:03:24.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedatafeed;$WORK/b1007=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed -lang=go1.21 -complete -installsuffix shared -buildid CvtXo0-WKEy3Ai_Hdh7L/CvtXo0-WKEy3Ai_Hdh7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedatafeed/update_datafeed.go
2025-08-20T21:11:57.5078921Z [00:03:24.466]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:11:57.5094021Z [00:03:24.467]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/fb/fbfb383749d7813e0618072c502c4053b97b9e121b71be498e7c298993149905-d # internal
2025-08-20T21:11:57.5105863Z [00:03:24.468]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics
2025-08-20T21:11:57.5106396Z [00:03:24.468]➜  mkdir -p $WORK/b1008/
2025-08-20T21:11:57.5115827Z [00:03:24.469]➜  cat >/tmp/go-build2720400589/b1008/importcfg << 'EOF' # internal
2025-08-20T21:11:57.5116224Z [00:03:24.469]➜  # import config
2025-08-20T21:11:57.5116599Z [00:03:24.469]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.5117028Z [00:03:24.469]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.5117489Z [00:03:24.469]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.5117931Z [00:03:24.469]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.5118340Z [00:03:24.469]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.5118960Z [00:03:24.469]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.5119972Z [00:03:24.469]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.5120596Z [00:03:24.469]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.5121012Z [00:03:24.469]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.5121532Z [00:03:24.469]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.5122016Z [00:03:24.469]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.5122446Z [00:03:24.469]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.5122760Z [00:03:24.469]➜  EOF
2025-08-20T21:11:57.5126783Z [00:03:24.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedataframeanalytics;$WORK/b1008=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics -lang=go1.21 -complete -installsuffix shared -buildid SC6VzdZxZgrrFWyDJZUT/SC6VzdZxZgrrFWyDJZUT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatedataframeanalytics/update_data_frame_analytics.go
2025-08-20T21:11:57.5178135Z [00:03:24.475]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:11:57.5212778Z [00:03:24.479]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:11:57.5213619Z [00:03:24.479]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/9c/9c25d233b96824e2719c7c0974a805957f336f8fae8edc6777eb0e36736e917c-d # internal
2025-08-20T21:11:57.5217902Z [00:03:24.479]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter
2025-08-20T21:11:57.5220280Z [00:03:24.479]➜  mkdir -p $WORK/b1009/
2025-08-20T21:11:57.5221102Z [00:03:24.480]➜  cat >/tmp/go-build2720400589/b1009/importcfg << 'EOF' # internal
2025-08-20T21:11:57.5227367Z [00:03:24.480]➜  # import config
2025-08-20T21:11:57.5228243Z [00:03:24.480]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.5230980Z [00:03:24.480]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.5231892Z [00:03:24.480]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.5235317Z [00:03:24.480]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.5235910Z [00:03:24.480]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.5242863Z [00:03:24.480]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.5243688Z [00:03:24.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.5244502Z [00:03:24.480]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.5244999Z [00:03:24.480]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.5245442Z [00:03:24.480]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.5247779Z [00:03:24.480]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.5248249Z [00:03:24.480]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.5248574Z [00:03:24.480]➜  EOF
2025-08-20T21:11:57.5252011Z [00:03:24.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatefilter=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatefilter;$WORK/b1009=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter -lang=go1.21 -complete -installsuffix shared -buildid LcF2zLbKUK9oFo5kL9gg/LcF2zLbKUK9oFo5kL9gg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatefilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatefilter/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatefilter/update_filter.go
2025-08-20T21:11:57.5255383Z [00:03:24.483]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/93/93c417555130c0368efe27ae57c5a2449ea60d9ca0982cd12f7c9d0d1d9609da-d # internal
2025-08-20T21:11:57.5259903Z [00:03:24.483]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob
2025-08-20T21:11:57.5260317Z [00:03:24.483]➜  mkdir -p $WORK/b1010/
2025-08-20T21:11:57.5275500Z [00:03:24.485]➜  cat >/tmp/go-build2720400589/b1010/importcfg << 'EOF' # internal
2025-08-20T21:11:57.5276075Z [00:03:24.485]➜  # import config
2025-08-20T21:11:57.5276446Z [00:03:24.485]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.5276889Z [00:03:24.485]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.5277342Z [00:03:24.485]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.5277795Z [00:03:24.485]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.5278217Z [00:03:24.485]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.5279163Z [00:03:24.485]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.5279940Z [00:03:24.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.5280504Z [00:03:24.485]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.5280919Z [00:03:24.485]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.5281345Z [00:03:24.485]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.5281777Z [00:03:24.485]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.5282207Z [00:03:24.485]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.5282524Z [00:03:24.485]➜  EOF
2025-08-20T21:11:57.5287529Z [00:03:24.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatejob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatejob;$WORK/b1010=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob -lang=go1.21 -complete -installsuffix shared -buildid Of4va6WbeBmsTTbUhZ_W/Of4va6WbeBmsTTbUhZ_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatejob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatejob/update_job.go
2025-08-20T21:11:57.5527061Z [00:03:24.510]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:11:57.5547284Z [00:03:24.512]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/31/3109f521b25ff8b08a8d99c320062f63fe3a4b371f2058741677f85c44468a61-d # internal
2025-08-20T21:11:57.5553044Z [00:03:24.513]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot
2025-08-20T21:11:57.5553500Z [00:03:24.513]➜  mkdir -p $WORK/b1011/
2025-08-20T21:11:57.5553884Z [00:03:24.513]➜  cat >/tmp/go-build2720400589/b1011/importcfg << 'EOF' # internal
2025-08-20T21:11:57.5554236Z [00:03:24.513]➜  # import config
2025-08-20T21:11:57.5554740Z [00:03:24.513]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.5555167Z [00:03:24.513]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.5567373Z [00:03:24.513]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.5568670Z [00:03:24.513]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.5569227Z [00:03:24.513]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.5569974Z [00:03:24.513]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.5570838Z [00:03:24.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.5571411Z [00:03:24.513]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.5571834Z [00:03:24.513]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.5572265Z [00:03:24.513]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.5572689Z [00:03:24.513]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.5573116Z [00:03:24.513]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.5573424Z [00:03:24.513]➜  EOF
2025-08-20T21:11:57.5576998Z [00:03:24.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatemodelsnapshot;$WORK/b1011=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot -lang=go1.21 -complete -installsuffix shared -buildid uTL7wkSpH3viNNMk2tmj/uTL7wkSpH3viNNMk2tmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatemodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatemodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatemodelsnapshot/update_model_snapshot.go
2025-08-20T21:11:57.5942889Z [00:03:24.552]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:11:57.5947123Z [00:03:24.553]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:11:57.5964491Z [00:03:24.554]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/3e/3e6146a7d42d79b15f6b6e65f980dade5c41bbeb62aa295fb83c3196ee374f7e-d # internal
2025-08-20T21:11:57.5979109Z [00:03:24.556]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/4c/4cb92f7ba7ec8befdbcd4c4d59630e633f801d72074cc17686a33fe0138a2968-d # internal
2025-08-20T21:11:57.5983105Z [00:03:24.556]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot
2025-08-20T21:11:57.5993291Z [00:03:24.557]➜  mkdir -p $WORK/b1013/
2025-08-20T21:11:57.5995507Z [00:03:24.557]➜  cat >/tmp/go-build2720400589/b1013/importcfg << 'EOF' # internal
2025-08-20T21:11:57.5995876Z [00:03:24.557]➜  # import config
2025-08-20T21:11:57.5996226Z [00:03:24.557]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.5996685Z [00:03:24.557]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.5997146Z [00:03:24.557]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.5997563Z [00:03:24.557]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.5998192Z [00:03:24.557]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.5998985Z [00:03:24.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.5999554Z [00:03:24.557]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.5999974Z [00:03:24.557]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6000406Z [00:03:24.557]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6000825Z [00:03:24.557]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6001250Z [00:03:24.557]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6001567Z [00:03:24.557]➜  EOF
2025-08-20T21:11:57.6005020Z [00:03:24.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/upgradejobsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/upgradejobsnapshot;$WORK/b1013=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot -lang=go1.21 -complete -installsuffix shared -buildid GRgTB2ZDdpKpV1mYyArY/GRgTB2ZDdpKpV1mYyArY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/upgradejobsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/upgradejobsnapshot/upgrade_job_snapshot.go
2025-08-20T21:11:57.6007862Z [00:03:24.557]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment
2025-08-20T21:11:57.6010089Z [00:03:24.559]➜  mkdir -p $WORK/b1012/
2025-08-20T21:11:57.6010597Z [00:03:24.559]➜  cat >/tmp/go-build2720400589/b1012/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6010955Z [00:03:24.559]➜  # import config
2025-08-20T21:11:57.6011295Z [00:03:24.559]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.6011737Z [00:03:24.559]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6012189Z [00:03:24.559]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6012857Z [00:03:24.559]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6013276Z [00:03:24.559]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6013899Z [00:03:24.559]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6014927Z [00:03:24.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6015515Z [00:03:24.559]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6015935Z [00:03:24.559]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6016363Z [00:03:24.559]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6017011Z [00:03:24.559]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6017443Z [00:03:24.559]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6017766Z [00:03:24.559]➜  EOF
2025-08-20T21:11:57.6021448Z [00:03:24.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatetrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatetrainedmodeldeployment;$WORK/b1012=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment -lang=go1.21 -complete -installsuffix shared -buildid BnDFlcZtvTXOfRZnUxuv/BnDFlcZtvTXOfRZnUxuv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatetrainedmodeldeployment/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatetrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/updatetrainedmodeldeployment/update_trained_model_deployment.go
2025-08-20T21:11:57.6178945Z [00:03:24.576]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:11:57.6190101Z [00:03:24.577]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/18/18b9155a9202291d33bdf8461dba6946d24fe59dd83735cfff44b206796d2fa6-d # internal
2025-08-20T21:11:57.6191618Z [00:03:24.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate
2025-08-20T21:11:57.6192915Z [00:03:24.577]➜  mkdir -p $WORK/b1014/
2025-08-20T21:11:57.6196258Z [00:03:24.578]➜  cat >/tmp/go-build2720400589/b1014/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6197459Z [00:03:24.578]➜  # import config
2025-08-20T21:11:57.6198768Z [00:03:24.578]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.6202075Z [00:03:24.578]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6204769Z [00:03:24.578]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6206151Z [00:03:24.579]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6229272Z [00:03:24.579]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6231270Z [00:03:24.579]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6232667Z [00:03:24.581]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6233530Z [00:03:24.581]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6234641Z [00:03:24.581]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6236025Z [00:03:24.581]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6236823Z [00:03:24.581]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6237582Z [00:03:24.581]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6239584Z [00:03:24.581]➜  EOF
2025-08-20T21:11:57.6242890Z [00:03:24.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validate;$WORK/b1014=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate -lang=go1.21 -complete -installsuffix shared -buildid JuriDAtSNNSlO_nRXDZS/JuriDAtSNNSlO_nRXDZS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validate/validate.go
2025-08-20T21:11:57.6341113Z [00:03:24.592]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:11:57.6365242Z [00:03:24.594]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/3b/3bf0d2a9646f16ac35c8cb20ab3b5c23ca62426d4f4ca31f5d48f59bd38ce6af-d # internal
2025-08-20T21:11:57.6367021Z [00:03:24.594]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector
2025-08-20T21:11:57.6368072Z [00:03:24.594]➜  mkdir -p $WORK/b1015/
2025-08-20T21:11:57.6379682Z [00:03:24.596]➜  cat >/tmp/go-build2720400589/b1015/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6381388Z [00:03:24.596]➜  # import config
2025-08-20T21:11:57.6382110Z [00:03:24.596]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.6382762Z [00:03:24.596]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6383776Z [00:03:24.596]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6385423Z [00:03:24.596]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6386387Z [00:03:24.596]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6387548Z [00:03:24.596]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6388613Z [00:03:24.596]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6390079Z [00:03:24.596]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2720400589/b474/_pkg_.a
2025-08-20T21:11:57.6391236Z [00:03:24.596]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6392188Z [00:03:24.596]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6393173Z [00:03:24.596]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6393857Z [00:03:24.596]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6394793Z [00:03:24.596]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6395639Z [00:03:24.596]➜  EOF
2025-08-20T21:11:57.6399286Z [00:03:24.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validatedetector=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validatedetector;$WORK/b1015=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector -lang=go1.21 -complete -installsuffix shared -buildid 86wMvpYya3v1hjEYSLaY/86wMvpYya3v1hjEYSLaY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validatedetector/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validatedetector/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ml/validatedetector/validate_detector.go
2025-08-20T21:11:57.6630758Z [00:03:24.621]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:11:57.6642279Z [00:03:24.622]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/b3/b3272c5136e91d444f716b3f5e446ca728c10c7a0152d98fe7aa8c03338e6a24-d # internal
2025-08-20T21:11:57.6648398Z [00:03:24.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk
2025-08-20T21:11:57.6649104Z [00:03:24.623]➜  mkdir -p $WORK/b1016/
2025-08-20T21:11:57.6650343Z [00:03:24.623]➜  cat >/tmp/go-build2720400589/b1016/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6652277Z [00:03:24.623]➜  # import config
2025-08-20T21:11:57.6652935Z [00:03:24.623]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.6653583Z [00:03:24.623]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6654768Z [00:03:24.623]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6656774Z [00:03:24.623]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6657558Z [00:03:24.623]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6658902Z [00:03:24.623]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6660019Z [00:03:24.623]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6661013Z [00:03:24.623]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6662218Z [00:03:24.623]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6662979Z [00:03:24.623]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6663827Z [00:03:24.623]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6664692Z [00:03:24.623]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6665280Z [00:03:24.623]➜  EOF
2025-08-20T21:11:57.6669129Z [00:03:24.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk;$WORK/b1016=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk -lang=go1.21 -complete -installsuffix shared -buildid yrQ-GlA0TG5CoCEYOTTb/yrQ-GlA0TG5CoCEYOTTb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/monitoring/bulk/response.go
2025-08-20T21:11:57.6793548Z [00:03:24.637]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:11:57.6811480Z [00:03:24.639]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/6d/6dbbdd2d70afe8e9d838c5eb3a1f0e1b3cde103dce164e09eefc70539dd7875f-d # internal
2025-08-20T21:11:57.6813408Z [00:03:24.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive
2025-08-20T21:11:57.6814682Z [00:03:24.639]➜  mkdir -p $WORK/b1017/
2025-08-20T21:11:57.6815600Z [00:03:24.639]➜  cat >/tmp/go-build2720400589/b1017/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6816385Z [00:03:24.639]➜  # import config
2025-08-20T21:11:57.6817032Z [00:03:24.639]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6817661Z [00:03:24.639]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6818522Z [00:03:24.639]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6819801Z [00:03:24.639]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6820437Z [00:03:24.639]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6821237Z [00:03:24.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6821802Z [00:03:24.639]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6822501Z [00:03:24.639]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6822936Z [00:03:24.639]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6823364Z [00:03:24.639]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6823789Z [00:03:24.639]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6824102Z [00:03:24.639]➜  EOF
2025-08-20T21:11:57.6827745Z [00:03:24.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/clearrepositoriesmeteringarchive=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/clearrepositoriesmeteringarchive;$WORK/b1017=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive -lang=go1.21 -complete -installsuffix shared -buildid SSNdFnWjTn5V4UAbCGR1/SSNdFnWjTn5V4UAbCGR1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/clearrepositoriesmeteringarchive/clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/clearrepositoriesmeteringarchive/response.go
2025-08-20T21:11:57.6970227Z [00:03:24.655]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:11:57.6980731Z [00:03:24.656]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/12/127573d356a2593459f4faa1703d84b2cb94c027ddbb6ccd7aa6997dba83a47d-d # internal
2025-08-20T21:11:57.6987525Z [00:03:24.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo
2025-08-20T21:11:57.6988575Z [00:03:24.656]➜  mkdir -p $WORK/b1018/
2025-08-20T21:11:57.6990029Z [00:03:24.656]➜  cat >/tmp/go-build2720400589/b1018/importcfg << 'EOF' # internal
2025-08-20T21:11:57.6990869Z [00:03:24.656]➜  # import config
2025-08-20T21:11:57.6992009Z [00:03:24.656]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.6992546Z [00:03:24.656]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.6992995Z [00:03:24.656]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.6993409Z [00:03:24.656]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.6994030Z [00:03:24.656]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.6995197Z [00:03:24.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.6995872Z [00:03:24.656]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.6996389Z [00:03:24.656]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.6996927Z [00:03:24.656]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.6997362Z [00:03:24.656]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.6997789Z [00:03:24.656]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.6998104Z [00:03:24.656]➜  EOF
2025-08-20T21:11:57.7001354Z [00:03:24.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/getrepositoriesmeteringinfo=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/getrepositoriesmeteringinfo;$WORK/b1018=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo -lang=go1.21 -complete -installsuffix shared -buildid e42FnWHRBgyuB_mL8DBR/e42FnWHRBgyuB_mL8DBR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/getrepositoriesmeteringinfo/get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/getrepositoriesmeteringinfo/response.go
2025-08-20T21:11:57.7331100Z [00:03:24.691]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:11:57.7359221Z [00:03:24.694]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/d2/d2a499efbdd26fd1e2999737c6fab58df7fb9874b081ec4f11993aa4922c0298-d # internal
2025-08-20T21:11:57.7360221Z [00:03:24.694]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads
2025-08-20T21:11:57.7360865Z [00:03:24.694]➜  mkdir -p $WORK/b1019/
2025-08-20T21:11:57.7361939Z [00:03:24.694]➜  cat >/tmp/go-build2720400589/b1019/importcfg << 'EOF' # internal
2025-08-20T21:11:57.7362887Z [00:03:24.694]➜  # import config
2025-08-20T21:11:57.7363310Z [00:03:24.694]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.7363799Z [00:03:24.694]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.7364720Z [00:03:24.694]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.7365155Z [00:03:24.694]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.7365787Z [00:03:24.694]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.7366570Z [00:03:24.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.7367407Z [00:03:24.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build2720400589/b1020/_pkg_.a
2025-08-20T21:11:57.7368043Z [00:03:24.694]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.7368467Z [00:03:24.694]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.7369024Z [00:03:24.694]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.7369536Z [00:03:24.694]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.7369965Z [00:03:24.694]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.7370287Z [00:03:24.694]➜  EOF
2025-08-20T21:11:57.7373174Z [00:03:24.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/hotthreads=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/hotthreads;$WORK/b1019=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads -lang=go1.21 -complete -installsuffix shared -buildid GNwiwmEq_Z0357CyWXhS/GNwiwmEq_Z0357CyWXhS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/hotthreads/hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/hotthreads/response.go
2025-08-20T21:11:57.7424581Z [00:03:24.700]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:11:57.7435415Z [00:03:24.701]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/40/40ddbf953474ea958825b1ad620ad2707dc4fb9fc9547eb9b7ff1998c5585611-d # internal
2025-08-20T21:11:57.7439945Z [00:03:24.702]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info
2025-08-20T21:11:57.7440368Z [00:03:24.702]➜  mkdir -p $WORK/b1021/
2025-08-20T21:11:57.7440754Z [00:03:24.702]➜  cat >/tmp/go-build2720400589/b1021/importcfg << 'EOF' # internal
2025-08-20T21:11:57.7441103Z [00:03:24.702]➜  # import config
2025-08-20T21:11:57.7441451Z [00:03:24.702]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.7441916Z [00:03:24.702]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.7442360Z [00:03:24.702]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.7442778Z [00:03:24.702]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.7443410Z [00:03:24.702]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.7444668Z [00:03:24.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.7445300Z [00:03:24.702]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.7445720Z [00:03:24.702]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.7446365Z [00:03:24.702]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.7446800Z [00:03:24.702]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.7447237Z [00:03:24.702]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.7447553Z [00:03:24.702]➜  EOF
2025-08-20T21:11:57.7450173Z [00:03:24.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/info=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/info;$WORK/b1021=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info -lang=go1.21 -complete -installsuffix shared -buildid WD6lHQK0HTFKRHhPhi8D/WD6lHQK0HTFKRHhPhi8D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/info/response.go
2025-08-20T21:11:57.7525302Z [00:03:24.710]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:11:57.7555689Z [00:03:24.711]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/c9/c982b0010607e736196f5d390ce09be32b0348ad1219be1a3464f5fc5665dedb-d # internal
2025-08-20T21:11:57.7556474Z [00:03:24.712]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings
2025-08-20T21:11:57.7556896Z [00:03:24.712]➜  mkdir -p $WORK/b1022/
2025-08-20T21:11:57.7557495Z [00:03:24.712]➜  cat >/tmp/go-build2720400589/b1022/importcfg << 'EOF' # internal
2025-08-20T21:11:57.7557907Z [00:03:24.712]➜  # import config
2025-08-20T21:11:57.7558256Z [00:03:24.712]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.7558684Z [00:03:24.712]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.7559136Z [00:03:24.712]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.7559578Z [00:03:24.712]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.7560057Z [00:03:24.712]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.7560800Z [00:03:24.712]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.7561643Z [00:03:24.712]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.7562212Z [00:03:24.712]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.7562637Z [00:03:24.712]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.7563071Z [00:03:24.712]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.7563495Z [00:03:24.712]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.7563920Z [00:03:24.712]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.7564238Z [00:03:24.712]➜  EOF
2025-08-20T21:11:57.7568059Z [00:03:24.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/reloadsecuresettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/reloadsecuresettings;$WORK/b1022=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings -lang=go1.21 -complete -installsuffix shared -buildid aBL05DmndXLS01cElQbF/aBL05DmndXLS01cElQbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/reloadsecuresettings/reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/reloadsecuresettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/reloadsecuresettings/response.go
2025-08-20T21:11:57.7709633Z [00:03:24.729]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:11:57.7720677Z [00:03:24.730]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/ab/abe78717d56c2c3aff888b17d983a9d206b4ca02bbeb84566bc98530a7b416b9-d # internal
2025-08-20T21:11:57.7722942Z [00:03:24.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats
2025-08-20T21:11:57.7723379Z [00:03:24.730]➜  mkdir -p $WORK/b1023/
2025-08-20T21:11:57.7723790Z [00:03:24.730]➜  cat >/tmp/go-build2720400589/b1023/importcfg << 'EOF' # internal
2025-08-20T21:11:57.7724148Z [00:03:24.730]➜  # import config
2025-08-20T21:11:57.7724884Z [00:03:24.730]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.7725352Z [00:03:24.730]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.7725801Z [00:03:24.730]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.7726217Z [00:03:24.730]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.7726843Z [00:03:24.730]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.7727619Z [00:03:24.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.7728426Z [00:03:24.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2720400589/b681/_pkg_.a
2025-08-20T21:11:57.7729032Z [00:03:24.730]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.7729575Z [00:03:24.730]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.7730113Z [00:03:24.730]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.7730549Z [00:03:24.730]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.7730975Z [00:03:24.730]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.7731288Z [00:03:24.730]➜  EOF
2025-08-20T21:11:57.7734010Z [00:03:24.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/stats;$WORK/b1023=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats -lang=go1.21 -complete -installsuffix shared -buildid 32fKjp1cyG_cPZIvHI4M/32fKjp1cyG_cPZIvHI4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/stats/stats.go
2025-08-20T21:11:57.8122944Z [00:03:24.770]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:11:57.8135543Z [00:03:24.771]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/55/55acfda0525e55b7303889569287071472730f0f4def1b822a340090c13f7432-d # internal
2025-08-20T21:11:57.8138855Z [00:03:24.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage
2025-08-20T21:11:57.8139480Z [00:03:24.772]➜  mkdir -p $WORK/b1024/
2025-08-20T21:11:57.8140053Z [00:03:24.772]➜  cat >/tmp/go-build2720400589/b1024/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8140437Z [00:03:24.772]➜  # import config
2025-08-20T21:11:57.8140997Z [00:03:24.772]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8141594Z [00:03:24.772]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8142218Z [00:03:24.772]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8142700Z [00:03:24.772]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8143853Z [00:03:24.772]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8144811Z [00:03:24.772]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8145378Z [00:03:24.772]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8145796Z [00:03:24.772]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8146225Z [00:03:24.772]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8146659Z [00:03:24.772]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8147088Z [00:03:24.772]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8147406Z [00:03:24.772]➜  EOF
2025-08-20T21:11:57.8160829Z [00:03:24.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/usage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/usage;$WORK/b1024=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage -lang=go1.21 -complete -installsuffix shared -buildid wDxonUkWSJWC2V5Gt5Bj/wDxonUkWSJWC2V5Gt5Bj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/nodes/usage/usage.go
2025-08-20T21:11:57.8195746Z [00:03:24.777]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:11:57.8201578Z [00:03:24.778]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/bf/bfb2fbc69dcae758bfd1cba069706c2fe29d0d0ab76a26bddb2a31cf3c2b9ccf-d # internal
2025-08-20T21:11:57.8206322Z [00:03:24.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule
2025-08-20T21:11:57.8206913Z [00:03:24.778]➜  mkdir -p $WORK/b1029/
2025-08-20T21:11:57.8209527Z [00:03:24.779]➜  cat >/tmp/go-build2720400589/b1029/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8209914Z [00:03:24.779]➜  # import config
2025-08-20T21:11:57.8210262Z [00:03:24.779]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8210719Z [00:03:24.779]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8211167Z [00:03:24.779]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8211582Z [00:03:24.779]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8212388Z [00:03:24.779]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8213228Z [00:03:24.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8214593Z [00:03:24.779]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8215101Z [00:03:24.779]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8215555Z [00:03:24.779]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8215988Z [00:03:24.779]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8216416Z [00:03:24.779]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8216730Z [00:03:24.779]➜  EOF
2025-08-20T21:11:57.8219643Z [00:03:24.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleterule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleterule;$WORK/b1029=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule -lang=go1.21 -complete -installsuffix shared -buildid OI3G52hK8iczAFoDxhSh/OI3G52hK8iczAFoDxhSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleterule/delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleterule/response.go
2025-08-20T21:11:57.8230057Z [00:03:24.781]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:11:57.8230764Z [00:03:24.781]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/1f/1f4210aa96108ba36836f0902f4424c873593d2e012a173d7d953ab1cf45cb1b-d # internal
2025-08-20T21:11:57.8231462Z [00:03:24.781]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset
2025-08-20T21:11:57.8231868Z [00:03:24.781]➜  mkdir -p $WORK/b1030/
2025-08-20T21:11:57.8236959Z [00:03:24.781]➜  cat >/tmp/go-build2720400589/b1030/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8237357Z [00:03:24.781]➜  # import config
2025-08-20T21:11:57.8237711Z [00:03:24.781]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8238171Z [00:03:24.781]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8238622Z [00:03:24.781]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8239032Z [00:03:24.781]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8239660Z [00:03:24.781]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8240438Z [00:03:24.781]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8240997Z [00:03:24.781]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8241417Z [00:03:24.782]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8241846Z [00:03:24.782]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8242454Z [00:03:24.782]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8242930Z [00:03:24.782]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8243248Z [00:03:24.782]➜  EOF
2025-08-20T21:11:57.8246488Z [00:03:24.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleteruleset=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleteruleset;$WORK/b1030=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset -lang=go1.21 -complete -installsuffix shared -buildid gu56tweqknkdSINF4YSG/gu56tweqknkdSINF4YSG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleteruleset/delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/deleteruleset/response.go
2025-08-20T21:11:57.8803776Z [00:03:24.838]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:11:57.8811725Z [00:03:24.839]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:11:57.8825626Z [00:03:24.840]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/18/183288ce97268276546d5755f2b3e624085be23b411bfd377c3bf6156cecab6b-d # internal
2025-08-20T21:11:57.8835629Z [00:03:24.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule
2025-08-20T21:11:57.8838272Z [00:03:24.842]➜  mkdir -p $WORK/b1031/
2025-08-20T21:11:57.8839372Z [00:03:24.842]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/3c/3c344e459450ce968d7969ab195bccfdecc61080663b618a1716497f170ed290-d # internal
2025-08-20T21:11:57.8840040Z [00:03:24.842]➜  cat >/tmp/go-build2720400589/b1031/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8840412Z [00:03:24.842]➜  # import config
2025-08-20T21:11:57.8854350Z [00:03:24.842]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8858777Z [00:03:24.842]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8861487Z [00:03:24.842]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8862079Z [00:03:24.842]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8862711Z [00:03:24.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8863493Z [00:03:24.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8864492Z [00:03:24.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2720400589/b564/_pkg_.a
2025-08-20T21:11:57.8865214Z [00:03:24.842]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8865639Z [00:03:24.842]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8866128Z [00:03:24.842]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8866566Z [00:03:24.842]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8866993Z [00:03:24.842]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8867314Z [00:03:24.842]➜  EOF
2025-08-20T21:11:57.8870142Z [00:03:24.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getrule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getrule;$WORK/b1031=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule -lang=go1.21 -complete -installsuffix shared -buildid P3PfzAqXLGKZC0AcLKjf/P3PfzAqXLGKZC0AcLKjf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getrule/get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getrule/response.go
2025-08-20T21:11:57.8872723Z [00:03:24.842]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset
2025-08-20T21:11:57.8873121Z [00:03:24.842]➜  mkdir -p $WORK/b1032/
2025-08-20T21:11:57.8873482Z [00:03:24.842]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:11:57.8873905Z [00:03:24.843]➜  cat >/tmp/go-build2720400589/b1032/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8874342Z [00:03:24.843]➜  # import config
2025-08-20T21:11:57.8874746Z [00:03:24.843]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8875203Z [00:03:24.843]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8875647Z [00:03:24.843]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8876254Z [00:03:24.843]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8876944Z [00:03:24.843]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8877728Z [00:03:24.843]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8878295Z [00:03:24.843]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8878714Z [00:03:24.843]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8879141Z [00:03:24.843]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8879564Z [00:03:24.843]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8879990Z [00:03:24.843]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8880305Z [00:03:24.843]➜  EOF
2025-08-20T21:11:57.8883315Z [00:03:24.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getruleset=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getruleset;$WORK/b1032=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset -lang=go1.21 -complete -installsuffix shared -buildid pAlDIVZzAYqyt4bhRUYh/pAlDIVZzAYqyt4bhRUYh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getruleset/get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/getruleset/response.go
2025-08-20T21:11:57.8913291Z [00:03:24.843]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/49/49224570a0965f0a8c034461e2a513a25e9710854a5b0df6224945f65703ada4-d # internal
2025-08-20T21:11:57.8914213Z [00:03:24.844]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets
2025-08-20T21:11:57.8914843Z [00:03:24.844]➜  mkdir -p $WORK/b1033/
2025-08-20T21:11:57.8915406Z [00:03:24.844]➜  cat >/tmp/go-build2720400589/b1033/importcfg << 'EOF' # internal
2025-08-20T21:11:57.8915788Z [00:03:24.844]➜  # import config
2025-08-20T21:11:57.8916337Z [00:03:24.844]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.8916962Z [00:03:24.844]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.8917603Z [00:03:24.844]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.8918055Z [00:03:24.844]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.8918848Z [00:03:24.844]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.8919963Z [00:03:24.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.8920726Z [00:03:24.844]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.8921178Z [00:03:24.844]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.8921821Z [00:03:24.844]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.8922441Z [00:03:24.844]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.8923007Z [00:03:24.844]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.8923350Z [00:03:24.844]➜  EOF
2025-08-20T21:11:57.8926941Z [00:03:24.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/listrulesets=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/listrulesets;$WORK/b1033=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets -lang=go1.21 -complete -installsuffix shared -buildid cR6blo-uK9OgCO9JLopr/cR6blo-uK9OgCO9JLopr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/listrulesets/list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/listrulesets/response.go
2025-08-20T21:11:57.9018782Z [00:03:24.860]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:11:57.9024837Z [00:03:24.860]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/b3/b338d18cff37d124fb36f25d8e6e3bcfca6e7ca03868f3b6259034a5c45291c1-d # internal
2025-08-20T21:11:57.9026168Z [00:03:24.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule
2025-08-20T21:11:57.9027391Z [00:03:24.860]➜  mkdir -p $WORK/b1034/
2025-08-20T21:11:57.9027793Z [00:03:24.860]➜  cat >/tmp/go-build2720400589/b1034/importcfg << 'EOF' # internal
2025-08-20T21:11:57.9028151Z [00:03:24.860]➜  # import config
2025-08-20T21:11:57.9028491Z [00:03:24.860]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.9028927Z [00:03:24.860]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.9029384Z [00:03:24.860]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.9030003Z [00:03:24.860]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.9030540Z [00:03:24.860]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.9031168Z [00:03:24.860]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.9032144Z [00:03:24.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.9032998Z [00:03:24.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2720400589/b564/_pkg_.a
2025-08-20T21:11:57.9033888Z [00:03:24.860]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:57.9034771Z [00:03:24.860]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.9035197Z [00:03:24.860]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.9035634Z [00:03:24.860]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.9036072Z [00:03:24.860]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.9036499Z [00:03:24.860]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.9036816Z [00:03:24.860]➜  EOF
2025-08-20T21:11:57.9040037Z [00:03:24.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putrule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putrule;$WORK/b1034=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule -lang=go1.21 -complete -installsuffix shared -buildid 7eyvfUvW5GrBpjut2qOv/7eyvfUvW5GrBpjut2qOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putrule/put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putrule/response.go
2025-08-20T21:11:57.9449837Z [00:03:24.903]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:11:57.9458745Z [00:03:24.904]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/a9/a94a24734d1ab5ac7838a7e7e4e699a6b36ccf7762c87a5f3f3a5db21ead143a-d # internal
2025-08-20T21:11:57.9465812Z [00:03:24.904]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset
2025-08-20T21:11:57.9479306Z [00:03:24.905]➜  mkdir -p $WORK/b1035/
2025-08-20T21:11:57.9479767Z [00:03:24.905]➜  cat >/tmp/go-build2720400589/b1035/importcfg << 'EOF' # internal
2025-08-20T21:11:57.9480121Z [00:03:24.905]➜  # import config
2025-08-20T21:11:57.9480668Z [00:03:24.905]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.9481163Z [00:03:24.905]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.9481623Z [00:03:24.905]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.9482080Z [00:03:24.905]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.9482500Z [00:03:24.905]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.9483125Z [00:03:24.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.9483903Z [00:03:24.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.9502486Z [00:03:24.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:57.9503128Z [00:03:24.905]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.9503567Z [00:03:24.905]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.9504130Z [00:03:24.905]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.9504891Z [00:03:24.905]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.9505325Z [00:03:24.905]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.9505826Z [00:03:24.905]➜  EOF
2025-08-20T21:11:57.9509181Z [00:03:24.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putruleset=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putruleset;$WORK/b1035=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset -lang=go1.21 -complete -installsuffix shared -buildid RJyB-M3Z5F0ZbfoshXYv/RJyB-M3Z5F0ZbfoshXYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putruleset/put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putruleset/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/putruleset/response.go
2025-08-20T21:11:57.9512100Z [00:03:24.905]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:11:57.9512484Z [00:03:24.906]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:11:57.9513171Z [00:03:24.907]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/f2/f2e364152dc77312b0b715bc42f99cba784708ff7494fc60857addecdd3785ed-d # internal
2025-08-20T21:11:57.9514055Z [00:03:24.907]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/62/620b4a29ed884fab9dd80ec5ea1947f2b44de7e1753886f5365c3daf391458e5-d # internal
2025-08-20T21:11:57.9514923Z [00:03:24.907]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob
2025-08-20T21:11:57.9515316Z [00:03:24.907]➜  mkdir -p $WORK/b1037/
2025-08-20T21:11:57.9515692Z [00:03:24.907]➜  cat >/tmp/go-build2720400589/b1037/importcfg << 'EOF' # internal
2025-08-20T21:11:57.9516045Z [00:03:24.907]➜  # import config
2025-08-20T21:11:57.9516386Z [00:03:24.907]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.9516841Z [00:03:24.907]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.9517285Z [00:03:24.907]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.9517695Z [00:03:24.907]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.9518316Z [00:03:24.907]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.9519089Z [00:03:24.907]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.9519652Z [00:03:24.907]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.9520224Z [00:03:24.907]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.9520776Z [00:03:24.907]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.9521207Z [00:03:24.907]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.9521639Z [00:03:24.907]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.9521957Z [00:03:24.907]➜  EOF
2025-08-20T21:11:57.9525003Z [00:03:24.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/deletejob;$WORK/b1037=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob -lang=go1.21 -complete -installsuffix shared -buildid eljZBAozsfEOZA1XSrzu/eljZBAozsfEOZA1XSrzu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/deletejob/response.go
2025-08-20T21:11:57.9527616Z [00:03:24.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test
2025-08-20T21:11:57.9528176Z [00:03:24.908]➜  mkdir -p $WORK/b1036/
2025-08-20T21:11:57.9528567Z [00:03:24.908]➜  cat >/tmp/go-build2720400589/b1036/importcfg << 'EOF' # internal
2025-08-20T21:11:57.9529063Z [00:03:24.908]➜  # import config
2025-08-20T21:11:57.9529426Z [00:03:24.908]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:57.9529851Z [00:03:24.908]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.9530297Z [00:03:24.908]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.9530739Z [00:03:24.908]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.9531156Z [00:03:24.908]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.9531784Z [00:03:24.908]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.9532560Z [00:03:24.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.9533122Z [00:03:24.908]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.9533543Z [00:03:24.908]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.9533971Z [00:03:24.908]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.9534551Z [00:03:24.908]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.9534991Z [00:03:24.908]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.9535307Z [00:03:24.908]➜  EOF
2025-08-20T21:11:57.9538524Z [00:03:24.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/test=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/test;$WORK/b1036=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test -lang=go1.21 -complete -installsuffix shared -buildid vpsazodHP8J8qIK1Bl0h/vpsazodHP8J8qIK1Bl0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/test/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/test/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/queryrules/test/test.go
2025-08-20T21:11:57.9849794Z [00:03:24.943]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:11:57.9861687Z [00:03:24.944]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/db/db35f87213d06430ae443728b371d36d43ce3038512ef45bb0cb6df35d274817-d # internal
2025-08-20T21:11:57.9868311Z [00:03:24.944]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs
2025-08-20T21:11:57.9872387Z [00:03:24.944]➜  mkdir -p $WORK/b1038/
2025-08-20T21:11:57.9875251Z [00:03:24.944]➜  cat >/tmp/go-build2720400589/b1038/importcfg << 'EOF' # internal
2025-08-20T21:11:57.9879681Z [00:03:24.944]➜  # import config
2025-08-20T21:11:57.9880044Z [00:03:24.944]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:57.9880761Z [00:03:24.944]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:57.9881213Z [00:03:24.944]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:57.9881632Z [00:03:24.944]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:57.9882259Z [00:03:24.944]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:57.9883041Z [00:03:24.944]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:57.9883611Z [00:03:24.944]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:57.9884130Z [00:03:24.944]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:57.9884768Z [00:03:24.944]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:57.9885351Z [00:03:24.944]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:57.9885787Z [00:03:24.944]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:57.9886104Z [00:03:24.944]➜  EOF
2025-08-20T21:11:57.9888828Z [00:03:24.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getjobs;$WORK/b1038=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs -lang=go1.21 -complete -installsuffix shared -buildid WGg_jfgfKMstYHs5K0h1/WGg_jfgfKMstYHs5K0h1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getjobs/response.go
2025-08-20T21:11:58.0173452Z [00:03:24.975]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:11:58.0181145Z [00:03:24.976]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/98/98f5724692c09391817ab436c6f18f8d7c92ab19c9b1e697d9183a8c627f017b-d # internal
2025-08-20T21:11:58.0184633Z [00:03:24.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps
2025-08-20T21:11:58.0185803Z [00:03:24.977]➜  mkdir -p $WORK/b1039/
2025-08-20T21:11:58.0189666Z [00:03:24.977]➜  cat >/tmp/go-build2720400589/b1039/importcfg << 'EOF' # internal
2025-08-20T21:11:58.0190068Z [00:03:24.977]➜  # import config
2025-08-20T21:11:58.0192757Z [00:03:24.977]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.0193446Z [00:03:24.977]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.0193976Z [00:03:24.977]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.0194941Z [00:03:24.977]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.0195641Z [00:03:24.977]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.0196435Z [00:03:24.977]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.0197002Z [00:03:24.977]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.0197422Z [00:03:24.977]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.0197863Z [00:03:24.977]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.0198295Z [00:03:24.977]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.0198726Z [00:03:24.977]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.0199046Z [00:03:24.977]➜  EOF
2025-08-20T21:11:58.0201954Z [00:03:24.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupcaps=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupcaps;$WORK/b1039=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps -lang=go1.21 -complete -installsuffix shared -buildid 2igUaPcS42B2CsYhTHLO/2igUaPcS42B2CsYhTHLO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupcaps/get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupcaps/response.go
2025-08-20T21:11:58.0209959Z [00:03:24.979]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:11:58.0220532Z [00:03:24.980]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/a4/a403487c52616bac1d7e9b8d39bb81661a089cc08fb12d54ba42cbc7c8f53920-d # internal
2025-08-20T21:11:58.0225420Z [00:03:24.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps
2025-08-20T21:11:58.0226009Z [00:03:24.980]➜  mkdir -p $WORK/b1040/
2025-08-20T21:11:58.0227637Z [00:03:24.980]➜  cat >/tmp/go-build2720400589/b1040/importcfg << 'EOF' # internal
2025-08-20T21:11:58.0228006Z [00:03:24.980]➜  # import config
2025-08-20T21:11:58.0228407Z [00:03:24.980]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.0228869Z [00:03:24.980]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.0229316Z [00:03:24.980]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.0229731Z [00:03:24.980]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.0230364Z [00:03:24.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.0231145Z [00:03:24.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.0231708Z [00:03:24.980]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.0232134Z [00:03:24.980]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.0232570Z [00:03:24.980]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.0232994Z [00:03:24.980]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.0233698Z [00:03:24.980]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.0234154Z [00:03:24.980]➜  EOF
2025-08-20T21:11:58.0246315Z [00:03:24.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupindexcaps=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupindexcaps;$WORK/b1040=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps -lang=go1.21 -complete -installsuffix shared -buildid miOV5gtJXekDFmKj0i5Z/miOV5gtJXekDFmKj0i5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupindexcaps/get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/getrollupindexcaps/response.go
2025-08-20T21:11:58.0258816Z [00:03:24.982]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:11:58.0259662Z [00:03:24.983]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/21/21eaf708e3a5a38291a28ddf40304b8b90b8d28fce3c8f3276e79c7c837fa252-d # internal
2025-08-20T21:11:58.0260336Z [00:03:24.983]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob
2025-08-20T21:11:58.0260714Z [00:03:24.983]➜  mkdir -p $WORK/b1041/
2025-08-20T21:11:58.0261103Z [00:03:24.983]➜  cat >/tmp/go-build2720400589/b1041/importcfg << 'EOF' # internal
2025-08-20T21:11:58.0261453Z [00:03:24.984]➜  # import config
2025-08-20T21:11:58.0261800Z [00:03:24.984]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.0262234Z [00:03:24.984]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.0262686Z [00:03:24.984]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.0263378Z [00:03:24.984]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.0263798Z [00:03:24.984]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.0264586Z [00:03:24.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.0265427Z [00:03:24.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.0265996Z [00:03:24.984]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.0266414Z [00:03:24.984]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.0267007Z [00:03:24.984]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.0267632Z [00:03:24.984]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.0268065Z [00:03:24.984]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.0295918Z [00:03:24.987]➜  EOF
2025-08-20T21:11:58.0299097Z [00:03:24.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/putjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/putjob;$WORK/b1041=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob -lang=go1.21 -complete -installsuffix shared -buildid kmuppPOHR4X6gAkScrhT/kmuppPOHR4X6gAkScrhT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/putjob/response.go
2025-08-20T21:11:58.0700966Z [00:03:25.028]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:11:58.0713001Z [00:03:25.029]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/f2/f2bec003723d033df0e5ccb5500ad5fbd7b0bca490a18850a63f2959e76fb48e-d # internal
2025-08-20T21:11:58.0715107Z [00:03:25.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch
2025-08-20T21:11:58.0716151Z [00:03:25.030]➜  mkdir -p $WORK/b1042/
2025-08-20T21:11:58.0721077Z [00:03:25.030]➜  cat >/tmp/go-build2720400589/b1042/importcfg << 'EOF' # internal
2025-08-20T21:11:58.0721461Z [00:03:25.030]➜  # import config
2025-08-20T21:11:58.0722074Z [00:03:25.030]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.0722569Z [00:03:25.030]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.0723028Z [00:03:25.030]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.0723493Z [00:03:25.030]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.0723905Z [00:03:25.030]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.0724679Z [00:03:25.030]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.0725524Z [00:03:25.030]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.0745545Z [00:03:25.030]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.0747489Z [00:03:25.033]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.0747997Z [00:03:25.033]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.0748433Z [00:03:25.033]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.0748877Z [00:03:25.033]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.0749211Z [00:03:25.033]➜  EOF
2025-08-20T21:11:58.0752504Z [00:03:25.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/rollupsearch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/rollupsearch;$WORK/b1042=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch -lang=go1.21 -complete -installsuffix shared -buildid NESuQpQHq1EByQHea5XY/NESuQpQHq1EByQHea5XY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/rollupsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/rollupsearch/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/rollupsearch/rollup_search.go
2025-08-20T21:11:58.0933280Z [00:03:25.051]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:11:58.0945175Z [00:03:25.052]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/24/247e0d76b4bd633a98701bca737c96138f254dfbed15cfb6c0a29c377da95a75-d # internal
2025-08-20T21:11:58.0948712Z [00:03:25.053]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob
2025-08-20T21:11:58.0949122Z [00:03:25.053]➜  mkdir -p $WORK/b1043/
2025-08-20T21:11:58.0954128Z [00:03:25.053]➜  cat >/tmp/go-build2720400589/b1043/importcfg << 'EOF' # internal
2025-08-20T21:11:58.0954664Z [00:03:25.053]➜  # import config
2025-08-20T21:11:58.0955642Z [00:03:25.053]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.0956437Z [00:03:25.053]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.0956922Z [00:03:25.053]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.0957338Z [00:03:25.053]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.0957977Z [00:03:25.053]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.0958769Z [00:03:25.053]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.0959339Z [00:03:25.053]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.0959757Z [00:03:25.053]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.0960189Z [00:03:25.053]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.0960617Z [00:03:25.053]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.0961047Z [00:03:25.053]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.0961362Z [00:03:25.053]➜  EOF
2025-08-20T21:11:58.0964436Z [00:03:25.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/startjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/startjob;$WORK/b1043=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob -lang=go1.21 -complete -installsuffix shared -buildid kaBJW1G46LbHYTImGMKH/kaBJW1G46LbHYTImGMKH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/startjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/startjob/start_job.go
2025-08-20T21:11:58.1001015Z [00:03:25.058]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:11:58.1017272Z [00:03:25.060]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/33/33bf6af871c62f2cccf7d62693cc3f709cff2bef543dc330756e0f268965199a-d # internal
2025-08-20T21:11:58.1018608Z [00:03:25.060]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:11:58.1028240Z [00:03:25.061]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob
2025-08-20T21:11:58.1028707Z [00:03:25.061]➜  mkdir -p $WORK/b1044/
2025-08-20T21:11:58.1030279Z [00:03:25.061]➜  cat >/tmp/go-build2720400589/b1044/importcfg << 'EOF' # internal
2025-08-20T21:11:58.1030678Z [00:03:25.061]➜  # import config
2025-08-20T21:11:58.1031234Z [00:03:25.061]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.1031691Z [00:03:25.061]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.1032135Z [00:03:25.061]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.1032549Z [00:03:25.061]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.1033170Z [00:03:25.061]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.1033954Z [00:03:25.061]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.1034853Z [00:03:25.061]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.1035348Z [00:03:25.061]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.1035962Z [00:03:25.061]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.1036393Z [00:03:25.061]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.1036817Z [00:03:25.061]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.1037129Z [00:03:25.061]➜  EOF
2025-08-20T21:11:58.1048335Z [00:03:25.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/stopjob=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/stopjob;$WORK/b1044=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob -lang=go1.21 -complete -installsuffix shared -buildid NFRZFS-ORZzzg0u7ES1-/NFRZFS-ORZzzg0u7ES1- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/stopjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/rollup/stopjob/stop_job.go
2025-08-20T21:11:58.1058903Z [00:03:25.062]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/26/261eb9fdb1d5ddccd18df83a7c02a7de2d96b8533d7164f6b05e71e21bee177b-d # internal
2025-08-20T21:11:58.1059672Z [00:03:25.063]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats
2025-08-20T21:11:58.1060103Z [00:03:25.063]➜  mkdir -p $WORK/b1045/
2025-08-20T21:11:58.1060476Z [00:03:25.063]➜  cat >/tmp/go-build2720400589/b1045/importcfg << 'EOF' # internal
2025-08-20T21:11:58.1060825Z [00:03:25.063]➜  # import config
2025-08-20T21:11:58.1061360Z [00:03:25.063]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.1061932Z [00:03:25.063]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.1062390Z [00:03:25.063]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.1062810Z [00:03:25.063]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.1063428Z [00:03:25.063]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.1064214Z [00:03:25.063]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.1065979Z [00:03:25.063]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.1066409Z [00:03:25.063]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.1066839Z [00:03:25.063]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.1067265Z [00:03:25.063]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.1067700Z [00:03:25.063]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.1068016Z [00:03:25.063]➜  EOF
2025-08-20T21:11:58.1071101Z [00:03:25.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/cachestats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/cachestats;$WORK/b1045=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats -lang=go1.21 -complete -installsuffix shared -buildid agSEVgGzbiRmdHGYZKW_/agSEVgGzbiRmdHGYZKW_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/cachestats/cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/cachestats/response.go
2025-08-20T21:11:58.1601978Z [00:03:25.118]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:11:58.1616520Z [00:03:25.119]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/ff/ff6624933acf72876229c3017979e74b34768f4764ad9cb2a1dcf9041313553e-d # internal
2025-08-20T21:11:58.1618754Z [00:03:25.119]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache
2025-08-20T21:11:58.1619215Z [00:03:25.119]➜  mkdir -p $WORK/b1046/
2025-08-20T21:11:58.1619615Z [00:03:25.119]➜  cat >/tmp/go-build2720400589/b1046/importcfg << 'EOF' # internal
2025-08-20T21:11:58.1619967Z [00:03:25.119]➜  # import config
2025-08-20T21:11:58.1620315Z [00:03:25.119]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.1620771Z [00:03:25.119]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.1621227Z [00:03:25.119]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.1621640Z [00:03:25.119]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.1622283Z [00:03:25.119]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.1623073Z [00:03:25.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.1623928Z [00:03:25.119]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:11:58.1624924Z [00:03:25.119]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.1625365Z [00:03:25.119]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.1625798Z [00:03:25.119]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.1626228Z [00:03:25.119]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.1626659Z [00:03:25.119]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.1626974Z [00:03:25.119]➜  EOF
2025-08-20T21:11:58.1630268Z [00:03:25.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/clearcache;$WORK/b1046=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache -lang=go1.21 -complete -installsuffix shared -buildid f4ulHHtUiCuvAuPtww4O/f4ulHHtUiCuvAuPtww4O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/clearcache/response.go
2025-08-20T21:11:58.1883876Z [00:03:25.146]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:11:58.1899130Z [00:03:25.148]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/2b/2bee76e0d14e3044845c581148d977d31ef98d0ecb08bb9d61f9165a8c570e68-d # internal
2025-08-20T21:11:58.1904145Z [00:03:25.148]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount
2025-08-20T21:11:58.1905761Z [00:03:25.148]➜  mkdir -p $WORK/b1047/
2025-08-20T21:11:58.1912266Z [00:03:25.149]➜  cat >/tmp/go-build2720400589/b1047/importcfg << 'EOF' # internal
2025-08-20T21:11:58.1915115Z [00:03:25.149]➜  # import config
2025-08-20T21:11:58.1915491Z [00:03:25.149]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.1915927Z [00:03:25.149]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.1916376Z [00:03:25.149]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.1916819Z [00:03:25.149]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.1917232Z [00:03:25.149]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.1917873Z [00:03:25.149]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.1918825Z [00:03:25.149]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.1919530Z [00:03:25.149]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.1919951Z [00:03:25.149]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.1920383Z [00:03:25.149]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.1920808Z [00:03:25.149]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.1921232Z [00:03:25.149]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.1921547Z [00:03:25.149]➜  EOF
2025-08-20T21:11:58.1927344Z [00:03:25.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/mount=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/mount;$WORK/b1047=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount -lang=go1.21 -complete -installsuffix shared -buildid fUU9zU43g8hZMQ-eXFhW/fUU9zU43g8hZMQ-eXFhW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/mount/mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/mount/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/mount/response.go
2025-08-20T21:11:58.1959888Z [00:03:25.154]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:11:58.1982903Z [00:03:25.156]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/9d/9ddb094bc16cf14271b04f1163ce5d01a2fc8ee7f2867dfe2037d9be1a140bc2-d # internal
2025-08-20T21:11:58.1984636Z [00:03:25.156]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats
2025-08-20T21:11:58.1985401Z [00:03:25.156]➜  mkdir -p $WORK/b1048/
2025-08-20T21:11:58.1986163Z [00:03:25.156]➜  cat >/tmp/go-build2720400589/b1048/importcfg << 'EOF' # internal
2025-08-20T21:11:58.1986526Z [00:03:25.156]➜  # import config
2025-08-20T21:11:58.1986885Z [00:03:25.156]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.1987355Z [00:03:25.156]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.1987803Z [00:03:25.156]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.1988219Z [00:03:25.156]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.1988843Z [00:03:25.156]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.1989645Z [00:03:25.156]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.1990489Z [00:03:25.156]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build2720400589/b1049/_pkg_.a
2025-08-20T21:11:58.1991128Z [00:03:25.156]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.1991553Z [00:03:25.156]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.1991986Z [00:03:25.156]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.1992649Z [00:03:25.156]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.1993079Z [00:03:25.156]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.1993396Z [00:03:25.156]➜  EOF
2025-08-20T21:11:58.1996934Z [00:03:25.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/stats;$WORK/b1048=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats -lang=go1.21 -complete -installsuffix shared -buildid aqlfeu-Vx_gyu558Xmoy/aqlfeu-Vx_gyu558Xmoy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchablesnapshots/stats/stats.go
2025-08-20T21:11:58.2289907Z [00:03:25.187]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:11:58.2300969Z [00:03:25.188]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/7f/7f00c1bcf8f59a9a8582b724c7e2b3f8e7a61bdd88636f08a60d5b672dd0bff1-d # internal
2025-08-20T21:11:58.2302524Z [00:03:25.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete
2025-08-20T21:11:58.2303412Z [00:03:25.188]➜  mkdir -p $WORK/b1050/
2025-08-20T21:11:58.2308621Z [00:03:25.189]➜  cat >/tmp/go-build2720400589/b1050/importcfg << 'EOF' # internal
2025-08-20T21:11:58.2309681Z [00:03:25.189]➜  # import config
2025-08-20T21:11:58.2310508Z [00:03:25.189]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.2310999Z [00:03:25.189]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.2311460Z [00:03:25.189]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.2311885Z [00:03:25.189]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.2312511Z [00:03:25.189]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.2313289Z [00:03:25.189]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.2313852Z [00:03:25.189]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.2314428Z [00:03:25.189]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.2315128Z [00:03:25.189]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.2315625Z [00:03:25.189]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.2316059Z [00:03:25.189]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.2316381Z [00:03:25.189]➜  EOF
2025-08-20T21:11:58.2319363Z [00:03:25.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/delete;$WORK/b1050=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete -lang=go1.21 -complete -installsuffix shared -buildid XcInk1mhDetz7AGsRzgb/XcInk1mhDetz7AGsRzgb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/delete/response.go
2025-08-20T21:11:58.2620028Z [00:03:25.220]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:11:58.2646427Z [00:03:25.221]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/2d/2d6ab285223e9219a25bf2431dc149d146e72f749814bbd8cc7510e9c7202e74-d # internal
2025-08-20T21:11:58.2648303Z [00:03:25.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics
2025-08-20T21:11:58.2649171Z [00:03:25.222]➜  mkdir -p $WORK/b1051/
2025-08-20T21:11:58.2649606Z [00:03:25.222]➜  cat >/tmp/go-build2720400589/b1051/importcfg << 'EOF' # internal
2025-08-20T21:11:58.2649960Z [00:03:25.222]➜  # import config
2025-08-20T21:11:58.2650309Z [00:03:25.222]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.2650766Z [00:03:25.222]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.2651216Z [00:03:25.222]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.2651627Z [00:03:25.222]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.2652388Z [00:03:25.222]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.2653300Z [00:03:25.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.2653869Z [00:03:25.222]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.2654437Z [00:03:25.222]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.2654932Z [00:03:25.222]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.2655357Z [00:03:25.222]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.2655786Z [00:03:25.222]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.2656099Z [00:03:25.222]➜  EOF
2025-08-20T21:11:58.2659593Z [00:03:25.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/deletebehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/deletebehavioralanalytics;$WORK/b1051=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid Y5IYdhujqJ4mgsJyX7br/Y5IYdhujqJ4mgsJyX7br -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/deletebehavioralanalytics/delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/deletebehavioralanalytics/response.go
2025-08-20T21:11:58.2779177Z [00:03:25.236]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:11:58.2781194Z [00:03:25.236]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/8d/8dd77fa32c387c5b63ab81160660d1b0ebf868eab151a6ad8fbadc508d8aa71e-d # internal
2025-08-20T21:11:58.2782542Z [00:03:25.236]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get
2025-08-20T21:11:58.2784195Z [00:03:25.236]➜  mkdir -p $WORK/b1052/
2025-08-20T21:11:58.2796508Z [00:03:25.236]➜  cat >/tmp/go-build2720400589/b1052/importcfg << 'EOF' # internal
2025-08-20T21:11:58.2801470Z [00:03:25.236]➜  # import config
2025-08-20T21:11:58.2802308Z [00:03:25.236]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.2803092Z [00:03:25.236]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.2803839Z [00:03:25.236]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.2806751Z [00:03:25.236]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.2807468Z [00:03:25.236]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.2808257Z [00:03:25.236]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.2808827Z [00:03:25.236]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.2809252Z [00:03:25.236]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.2809990Z [00:03:25.236]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.2810416Z [00:03:25.236]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.2810843Z [00:03:25.236]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.2811159Z [00:03:25.236]➜  EOF
2025-08-20T21:11:58.2814149Z [00:03:25.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/get;$WORK/b1052=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get -lang=go1.21 -complete -installsuffix shared -buildid GazoDT13A95DTPgDPd_O/GazoDT13A95DTPgDPd_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/get/response.go
2025-08-20T21:11:58.2843910Z [00:03:25.242]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:11:58.2855689Z [00:03:25.243]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/d7/d76f14c9c83ffa6fafca8f7d831fdc8e1c7715f633124f243a7fa5488cbdb65f-d # internal
2025-08-20T21:11:58.2870840Z [00:03:25.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics
2025-08-20T21:11:58.2871739Z [00:03:25.244]➜  mkdir -p $WORK/b1053/
2025-08-20T21:11:58.2872296Z [00:03:25.244]➜  cat >/tmp/go-build2720400589/b1053/importcfg << 'EOF' # internal
2025-08-20T21:11:58.2872678Z [00:03:25.244]➜  # import config
2025-08-20T21:11:58.2873033Z [00:03:25.244]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.2873491Z [00:03:25.244]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.2873943Z [00:03:25.244]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.2874468Z [00:03:25.244]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.2875151Z [00:03:25.244]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.2875930Z [00:03:25.244]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.2876493Z [00:03:25.244]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.2876910Z [00:03:25.244]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.2877657Z [00:03:25.244]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.2878173Z [00:03:25.244]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.2878600Z [00:03:25.244]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.2878919Z [00:03:25.244]➜  EOF
2025-08-20T21:11:58.2883020Z [00:03:25.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/getbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/getbehavioralanalytics;$WORK/b1053=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid 09b0ZMoXeS_Q8bnr0346/09b0ZMoXeS_Q8bnr0346 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/getbehavioralanalytics/get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/getbehavioralanalytics/response.go
2025-08-20T21:11:58.2951251Z [00:03:25.253]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:11:58.2986904Z [00:03:25.256]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/49/49fe51fa8b6bc0a16791c33b15c476b247311589678a97c621d4bc73b8c3e0b3-d # internal
2025-08-20T21:11:58.2988404Z [00:03:25.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list
2025-08-20T21:11:58.2988885Z [00:03:25.256]➜  mkdir -p $WORK/b1054/
2025-08-20T21:11:58.2989278Z [00:03:25.256]➜  cat >/tmp/go-build2720400589/b1054/importcfg << 'EOF' # internal
2025-08-20T21:11:58.2989627Z [00:03:25.256]➜  # import config
2025-08-20T21:11:58.2989970Z [00:03:25.256]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.2990441Z [00:03:25.256]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.2990888Z [00:03:25.256]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.2991528Z [00:03:25.256]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.2992300Z [00:03:25.256]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.2993090Z [00:03:25.256]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.2993650Z [00:03:25.256]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.2994063Z [00:03:25.256]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.2994750Z [00:03:25.257]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.2995215Z [00:03:25.257]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.2995648Z [00:03:25.257]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.2995963Z [00:03:25.257]➜  EOF
2025-08-20T21:11:58.2998843Z [00:03:25.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/list=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/list;$WORK/b1054=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list -lang=go1.21 -complete -installsuffix shared -buildid k6Qdf9K9N-62yJN_ic0O/k6Qdf9K9N-62yJN_ic0O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/list/response.go
2025-08-20T21:11:58.3292962Z [00:03:25.287]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:11:58.3320899Z [00:03:25.290]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/1b/1bf1c57a154aa20a04f670a6430bb4f2ab542402e2c8a61ce4b118305765f546-d # internal
2025-08-20T21:11:58.3324355Z [00:03:25.290]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent
2025-08-20T21:11:58.3324949Z [00:03:25.290]➜  mkdir -p $WORK/b1055/
2025-08-20T21:11:58.3347874Z [00:03:25.292]➜  cat >/tmp/go-build2720400589/b1055/importcfg << 'EOF' # internal
2025-08-20T21:11:58.3348306Z [00:03:25.292]➜  # import config
2025-08-20T21:11:58.3348652Z [00:03:25.292]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.3349080Z [00:03:25.292]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.3349531Z [00:03:25.292]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.3349975Z [00:03:25.292]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.3350387Z [00:03:25.292]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.3351020Z [00:03:25.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.3351808Z [00:03:25.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.3352380Z [00:03:25.292]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.3353122Z [00:03:25.292]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.3353551Z [00:03:25.292]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.3353976Z [00:03:25.292]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.3354768Z [00:03:25.292]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.3355143Z [00:03:25.292]➜  EOF
2025-08-20T21:11:58.3359390Z [00:03:25.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/postbehavioralanalyticsevent=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/postbehavioralanalyticsevent;$WORK/b1055=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent -lang=go1.21 -complete -installsuffix shared -buildid aQNQ3HMv8on_eNIXN_Hr/aQNQ3HMv8on_eNIXN_Hr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/postbehavioralanalyticsevent/post_behavioral_analytics_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/postbehavioralanalyticsevent/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/postbehavioralanalyticsevent/response.go
2025-08-20T21:11:58.3365834Z [00:03:25.294]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:11:58.3366537Z [00:03:25.295]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/b9/b9a86e8187d29208263c69df28bfe14bf40efe621116a574e04ec8a60b1f6724-d # internal
2025-08-20T21:11:58.3376114Z [00:03:25.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put
2025-08-20T21:11:58.3382813Z [00:03:25.296]➜  mkdir -p $WORK/b1056/
2025-08-20T21:11:58.3390302Z [00:03:25.297]➜  cat >/tmp/go-build2720400589/b1056/importcfg << 'EOF' # internal
2025-08-20T21:11:58.3391560Z [00:03:25.297]➜  # import config
2025-08-20T21:11:58.3391976Z [00:03:25.297]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.3392425Z [00:03:25.297]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.3392882Z [00:03:25.297]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.3393329Z [00:03:25.297]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.3393743Z [00:03:25.297]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.3394748Z [00:03:25.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.3395615Z [00:03:25.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.3396444Z [00:03:25.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:11:58.3397057Z [00:03:25.297]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.3397474Z [00:03:25.297]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.3397904Z [00:03:25.297]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.3398330Z [00:03:25.297]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.3398755Z [00:03:25.297]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.3399066Z [00:03:25.297]➜  EOF
2025-08-20T21:11:58.3402617Z [00:03:25.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/put=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/put;$WORK/b1056=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put -lang=go1.21 -complete -installsuffix shared -buildid EuJBZCRfpHab6RQrKBJW/EuJBZCRfpHab6RQrKBJW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/put/response.go
2025-08-20T21:11:58.3495683Z [00:03:25.307]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:11:58.3505011Z [00:03:25.308]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/26/264d65c6db6d81ce171805944d47e6a1b0118cdaa73d27552f43d87052ce7169-d # internal
2025-08-20T21:11:58.3511786Z [00:03:25.309]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics
2025-08-20T21:11:58.3512746Z [00:03:25.309]➜  mkdir -p $WORK/b1057/
2025-08-20T21:11:58.3513328Z [00:03:25.309]➜  cat >/tmp/go-build2720400589/b1057/importcfg << 'EOF' # internal
2025-08-20T21:11:58.3513753Z [00:03:25.309]➜  # import config
2025-08-20T21:11:58.3514105Z [00:03:25.309]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.3514740Z [00:03:25.309]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.3515191Z [00:03:25.309]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.3515606Z [00:03:25.309]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.3516243Z [00:03:25.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.3517028Z [00:03:25.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.3517625Z [00:03:25.309]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.3518054Z [00:03:25.309]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.3518486Z [00:03:25.309]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.3518916Z [00:03:25.309]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.3519339Z [00:03:25.309]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.3519655Z [00:03:25.309]➜  EOF
2025-08-20T21:11:58.3523336Z [00:03:25.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/putbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/putbehavioralanalytics;$WORK/b1057=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics -lang=go1.21 -complete -installsuffix shared -buildid mTUjuTM54XwIhGx4FeKL/mTUjuTM54XwIhGx4FeKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/putbehavioralanalytics/put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/putbehavioralanalytics/response.go
2025-08-20T21:11:58.3899471Z [00:03:25.348]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:11:58.3911823Z [00:03:25.349]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/87/879deabff22f9115fe4005d334372d5cf34e7651f6e4cfe84bb20910d164cc67-d # internal
2025-08-20T21:11:58.3921298Z [00:03:25.350]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery
2025-08-20T21:11:58.3922927Z [00:03:25.350]➜  mkdir -p $WORK/b1058/
2025-08-20T21:11:58.3931170Z [00:03:25.351]➜  cat >/tmp/go-build2720400589/b1058/importcfg << 'EOF' # internal
2025-08-20T21:11:58.3931804Z [00:03:25.351]➜  # import config
2025-08-20T21:11:58.3932242Z [00:03:25.351]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.3933094Z [00:03:25.351]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.3933719Z [00:03:25.351]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.3934171Z [00:03:25.351]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.3934737Z [00:03:25.351]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.3935370Z [00:03:25.351]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.3936150Z [00:03:25.351]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.3948023Z [00:03:25.351]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.3948811Z [00:03:25.351]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.3949323Z [00:03:25.351]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.3949763Z [00:03:25.351]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.3950229Z [00:03:25.351]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.3950545Z [00:03:25.351]➜  EOF
2025-08-20T21:11:58.3954091Z [00:03:25.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/renderquery=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/renderquery;$WORK/b1058=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery -lang=go1.21 -complete -installsuffix shared -buildid vYr8H_0HRp9aP-hm7K9V/vYr8H_0HRp9aP-hm7K9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/renderquery/render_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/renderquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/renderquery/response.go
2025-08-20T21:11:58.4088645Z [00:03:25.366]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:11:58.4092117Z [00:03:25.367]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/ac/ac7e485454b0374346c1513ecdc9917fd5c6ececce1fc1ae49292870f250e68a-d # internal
2025-08-20T21:11:58.4098889Z [00:03:25.367]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search
2025-08-20T21:11:58.4100748Z [00:03:25.367]➜  mkdir -p $WORK/b1059/
2025-08-20T21:11:58.4101170Z [00:03:25.367]➜  cat >/tmp/go-build2720400589/b1059/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4101806Z [00:03:25.367]➜  # import config
2025-08-20T21:11:58.4102212Z [00:03:25.367]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.4102650Z [00:03:25.367]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4103109Z [00:03:25.367]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4103559Z [00:03:25.367]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4103969Z [00:03:25.367]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4104741Z [00:03:25.367]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4105580Z [00:03:25.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4106142Z [00:03:25.367]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4106567Z [00:03:25.367]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4107003Z [00:03:25.367]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4107552Z [00:03:25.367]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4108113Z [00:03:25.367]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4108549Z [00:03:25.367]➜  EOF
2025-08-20T21:11:58.4118621Z [00:03:25.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/search=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/search;$WORK/b1059=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search -lang=go1.21 -complete -installsuffix shared -buildid aIGkfAalI8MU9Jy1kfoM/aIGkfAalI8MU9Jy1kfoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/searchapplication/search/search.go
2025-08-20T21:11:58.4124958Z [00:03:25.368]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:11:58.4125674Z [00:03:25.369]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/37/378ccb457b710827cd6fae2b38a4d489cac2d4f066fe90ca35cf45415ba4c79b-d # internal
2025-08-20T21:11:58.4126397Z [00:03:25.369]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile
2025-08-20T21:11:58.4128346Z [00:03:25.369]➜  mkdir -p $WORK/b1060/
2025-08-20T21:11:58.4128751Z [00:03:25.370]➜  cat >/tmp/go-build2720400589/b1060/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4129101Z [00:03:25.370]➜  # import config
2025-08-20T21:11:58.4129438Z [00:03:25.370]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.4129873Z [00:03:25.370]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4130333Z [00:03:25.370]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4130782Z [00:03:25.370]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4131195Z [00:03:25.370]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4131825Z [00:03:25.370]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4132600Z [00:03:25.370]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4133434Z [00:03:25.370]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build2720400589/b1061/_pkg_.a
2025-08-20T21:11:58.4134058Z [00:03:25.370]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4134920Z [00:03:25.370]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4135437Z [00:03:25.370]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4135868Z [00:03:25.370]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4136301Z [00:03:25.370]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4136620Z [00:03:25.370]➜  EOF
2025-08-20T21:11:58.4140235Z [00:03:25.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/activateuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/activateuserprofile;$WORK/b1060=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile -lang=go1.21 -complete -installsuffix shared -buildid rERnIhX2B46vV7R61NaD/rERnIhX2B46vV7R61NaD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/activateuserprofile/activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/activateuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/activateuserprofile/response.go
2025-08-20T21:11:58.4160127Z [00:03:25.374]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:11:58.4174175Z [00:03:25.375]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/e7/e7878b2e4d0da46d27feb05ae32a24524ad2947e198710cebb4e77f556aedfc3-d # internal
2025-08-20T21:11:58.4175923Z [00:03:25.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate
2025-08-20T21:11:58.4176385Z [00:03:25.376]➜  mkdir -p $WORK/b1062/
2025-08-20T21:11:58.4180744Z [00:03:25.376]➜  cat >/tmp/go-build2720400589/b1062/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4181641Z [00:03:25.376]➜  # import config
2025-08-20T21:11:58.4182239Z [00:03:25.376]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4182858Z [00:03:25.376]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4183390Z [00:03:25.376]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4183811Z [00:03:25.376]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4184566Z [00:03:25.376]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4185422Z [00:03:25.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4185985Z [00:03:25.376]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4186403Z [00:03:25.376]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4186831Z [00:03:25.376]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4187262Z [00:03:25.376]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4187689Z [00:03:25.376]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4188007Z [00:03:25.376]➜  EOF
2025-08-20T21:11:58.4190911Z [00:03:25.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/authenticate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/authenticate;$WORK/b1062=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate -lang=go1.21 -complete -installsuffix shared -buildid _Yv-GnpcaZY2bDQ5csuL/_Yv-GnpcaZY2bDQ5csuL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/authenticate/authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/authenticate/response.go
2025-08-20T21:11:58.4764472Z [00:03:25.434]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:11:58.4770887Z [00:03:25.435]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:11:58.4775454Z [00:03:25.435]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/3f/3f0699edf2008d53b2e6aeb8bfb1bc5e6d3fcf3b90e8be6bbcb253bddee5aa23-d # internal
2025-08-20T21:11:58.4776913Z [00:03:25.435]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole
2025-08-20T21:11:58.4777956Z [00:03:25.435]➜  mkdir -p $WORK/b1063/
2025-08-20T21:11:58.4780513Z [00:03:25.436]➜  cat >/tmp/go-build2720400589/b1063/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4781230Z [00:03:25.436]➜  # import config
2025-08-20T21:11:58.4781860Z [00:03:25.436]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.4782872Z [00:03:25.436]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4783619Z [00:03:25.436]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4785013Z [00:03:25.436]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4786100Z [00:03:25.436]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4789803Z [00:03:25.436]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4791787Z [00:03:25.436]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4793399Z [00:03:25.436]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.4794784Z [00:03:25.436]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4795729Z [00:03:25.436]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4796642Z [00:03:25.436]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4797551Z [00:03:25.436]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4805286Z [00:03:25.436]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4806213Z [00:03:25.436]➜  EOF
2025-08-20T21:11:58.4809940Z [00:03:25.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkdeleterole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkdeleterole;$WORK/b1063=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole -lang=go1.21 -complete -installsuffix shared -buildid J08E-PPitUgzD3ksg-Rl/J08E-PPitUgzD3ksg-Rl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkdeleterole/bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkdeleterole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkdeleterole/response.go
2025-08-20T21:11:58.4813133Z [00:03:25.437]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:11:58.4814377Z [00:03:25.437]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/8e/8ed9df0451a974029483d5c8e52bfd04f32231f856737ba8c8a635a1b624a5a2-d # internal
2025-08-20T21:11:58.4815603Z [00:03:25.438]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole
2025-08-20T21:11:58.4816467Z [00:03:25.438]➜  mkdir -p $WORK/b1064/
2025-08-20T21:11:58.4817273Z [00:03:25.438]➜  cat >/tmp/go-build2720400589/b1064/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4818007Z [00:03:25.438]➜  # import config
2025-08-20T21:11:58.4818738Z [00:03:25.438]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.4819431Z [00:03:25.438]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4820018Z [00:03:25.438]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4821167Z [00:03:25.438]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4822168Z [00:03:25.438]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4823277Z [00:03:25.438]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4824890Z [00:03:25.438]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4826207Z [00:03:25.438]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.4827338Z [00:03:25.438]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4828280Z [00:03:25.438]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4829088Z [00:03:25.438]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4829912Z [00:03:25.438]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4830654Z [00:03:25.438]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4831426Z [00:03:25.438]➜  EOF
2025-08-20T21:11:58.4835201Z [00:03:25.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkputrole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkputrole;$WORK/b1064=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole -lang=go1.21 -complete -installsuffix shared -buildid AKwEElbC5xEUgMv25riS/AKwEElbC5xEUgMv25riS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkputrole/bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkputrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkputrole/response.go
2025-08-20T21:11:58.4853803Z [00:03:25.443]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/5c/5c87d1ab6d73d45aea2cb5e83dd8452a35bc2d2adc360b55673215a9edb9b868-d # internal
2025-08-20T21:11:58.4857234Z [00:03:25.443]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys
2025-08-20T21:11:58.4862516Z [00:03:25.444]➜  mkdir -p $WORK/b1065/
2025-08-20T21:11:58.4877254Z [00:03:25.446]➜  cat >/tmp/go-build2720400589/b1065/importcfg << 'EOF' # internal
2025-08-20T21:11:58.4879811Z [00:03:25.446]➜  # import config
2025-08-20T21:11:58.4880860Z [00:03:25.446]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.4881589Z [00:03:25.446]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.4882502Z [00:03:25.446]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.4883182Z [00:03:25.446]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.4883990Z [00:03:25.446]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.4885084Z [00:03:25.446]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.4886023Z [00:03:25.446]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.4887356Z [00:03:25.446]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.4887800Z [00:03:25.446]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.4888236Z [00:03:25.446]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.4888662Z [00:03:25.446]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.4889087Z [00:03:25.446]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.4889400Z [00:03:25.446]➜  EOF
2025-08-20T21:11:58.4892881Z [00:03:25.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkupdateapikeys=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkupdateapikeys;$WORK/b1065=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys -lang=go1.21 -complete -installsuffix shared -buildid E97yb-PviLUh38fmkgqU/E97yb-PviLUh38fmkgqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkupdateapikeys/bulk_update_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkupdateapikeys/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/bulkupdateapikeys/response.go
2025-08-20T21:11:58.5496082Z [00:03:25.506]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:11:58.5502286Z [00:03:25.506]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:11:58.5503034Z [00:03:25.507]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/6e/6e14ea11f4c128ffe6f053985345bc2b355aad8745a7e3371c8d5ed853abeb53-d # internal
2025-08-20T21:11:58.5505299Z [00:03:25.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword
2025-08-20T21:11:58.5506965Z [00:03:25.508]➜  mkdir -p $WORK/b1066/
2025-08-20T21:11:58.5511396Z [00:03:25.509]➜  cat >/tmp/go-build2720400589/b1066/importcfg << 'EOF' # internal
2025-08-20T21:11:58.5512206Z [00:03:25.509]➜  # import config
2025-08-20T21:11:58.5512846Z [00:03:25.509]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.5513463Z [00:03:25.509]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.5514020Z [00:03:25.509]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.5516912Z [00:03:25.509]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.5517374Z [00:03:25.509]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.5518008Z [00:03:25.509]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.5518800Z [00:03:25.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.5519631Z [00:03:25.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.5520253Z [00:03:25.509]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.5520672Z [00:03:25.509]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.5521208Z [00:03:25.509]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.5521631Z [00:03:25.509]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.5522052Z [00:03:25.509]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.5522578Z [00:03:25.509]➜  EOF
2025-08-20T21:11:58.5526203Z [00:03:25.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/changepassword=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/changepassword;$WORK/b1066=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword -lang=go1.21 -complete -installsuffix shared -buildid nBJ3G5F5uH04iXYJygB4/nBJ3G5F5uH04iXYJygB4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/changepassword/change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/changepassword/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/changepassword/response.go
2025-08-20T21:11:58.5533551Z [00:03:25.511]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/41/41fc3a3c9ace7ac6e2d3ba8c27b6c35843e010df665d6e359a0c6346ebd2bfaa-d # internal
2025-08-20T21:11:58.5536154Z [00:03:25.511]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache
2025-08-20T21:11:58.5538973Z [00:03:25.511]➜  mkdir -p $WORK/b1067/
2025-08-20T21:11:58.5539695Z [00:03:25.511]➜  cat >/tmp/go-build2720400589/b1067/importcfg << 'EOF' # internal
2025-08-20T21:11:58.5542556Z [00:03:25.511]➜  # import config
2025-08-20T21:11:58.5543288Z [00:03:25.511]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.5544013Z [00:03:25.511]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.5544971Z [00:03:25.511]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.5545685Z [00:03:25.511]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.5546833Z [00:03:25.511]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.5547979Z [00:03:25.511]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.5549167Z [00:03:25.511]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.5550076Z [00:03:25.511]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.5550900Z [00:03:25.511]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.5555022Z [00:03:25.511]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.5555663Z [00:03:25.511]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.5558797Z [00:03:25.511]➜  EOF
2025-08-20T21:11:58.5561947Z [00:03:25.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearapikeycache=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearapikeycache;$WORK/b1067=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache -lang=go1.21 -complete -installsuffix shared -buildid u2Bz30OfU0d36j62-yyt/u2Bz30OfU0d36j62-yyt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearapikeycache/clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearapikeycache/response.go
2025-08-20T21:11:58.5565106Z [00:03:25.512]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:11:58.5565803Z [00:03:25.513]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/61/618ba27d153cd44c499b4ab69e1eca526304ef73e03135ca6f57ec59be710590-d # internal
2025-08-20T21:11:58.5566561Z [00:03:25.513]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges
2025-08-20T21:11:58.5566992Z [00:03:25.513]➜  mkdir -p $WORK/b1068/
2025-08-20T21:11:58.5567579Z [00:03:25.514]➜  cat >/tmp/go-build2720400589/b1068/importcfg << 'EOF' # internal
2025-08-20T21:11:58.5568030Z [00:03:25.514]➜  # import config
2025-08-20T21:11:58.5568383Z [00:03:25.514]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.5568839Z [00:03:25.514]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.5569284Z [00:03:25.514]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.5569701Z [00:03:25.514]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.5570329Z [00:03:25.514]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.5571105Z [00:03:25.514]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.5571670Z [00:03:25.514]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.5572091Z [00:03:25.514]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.5572529Z [00:03:25.514]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.5572963Z [00:03:25.514]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.5573391Z [00:03:25.514]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.5573711Z [00:03:25.514]➜  EOF
2025-08-20T21:11:58.5577059Z [00:03:25.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedprivileges;$WORK/b1068=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges -lang=go1.21 -complete -installsuffix shared -buildid kRnRb4TkNsvERNSC0ECK/kRnRb4TkNsvERNSC0ECK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedprivileges/clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedprivileges/response.go
2025-08-20T21:11:58.6170351Z [00:03:25.575]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:11:58.6209683Z [00:03:25.579]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/09/0970601b56b20b0b8c2cdfe7350140c1e4ed10dd5d0839aefff2cc113183d99a-d # internal
2025-08-20T21:11:58.6210819Z [00:03:25.579]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms
2025-08-20T21:11:58.6212300Z [00:03:25.579]➜  mkdir -p $WORK/b1069/
2025-08-20T21:11:58.6212693Z [00:03:25.579]➜  cat >/tmp/go-build2720400589/b1069/importcfg << 'EOF' # internal
2025-08-20T21:11:58.6213049Z [00:03:25.579]➜  # import config
2025-08-20T21:11:58.6216147Z [00:03:25.579]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.6216633Z [00:03:25.579]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.6217099Z [00:03:25.579]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.6217517Z [00:03:25.579]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.6218153Z [00:03:25.579]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.6218942Z [00:03:25.579]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.6219514Z [00:03:25.579]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.6219931Z [00:03:25.579]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.6220363Z [00:03:25.579]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.6220788Z [00:03:25.579]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.6235199Z [00:03:25.579]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.6235876Z [00:03:25.579]➜  EOF
2025-08-20T21:11:58.6239015Z [00:03:25.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedrealms=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedrealms;$WORK/b1069=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms -lang=go1.21 -complete -installsuffix shared -buildid SOX9p7PQl9JeedXso6-L/SOX9p7PQl9JeedXso6-L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedrealms/clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedrealms/response.go
2025-08-20T21:11:58.6241729Z [00:03:25.579]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:11:58.6242111Z [00:03:25.579]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:11:58.6242810Z [00:03:25.580]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/53/53ca4adec08314dc6012c2bb4e886ec685b46f5f7188a9e334bcf4a2059e30e5-d # internal
2025-08-20T21:11:58.6243521Z [00:03:25.580]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles
2025-08-20T21:11:58.6243930Z [00:03:25.580]➜  mkdir -p $WORK/b1070/
2025-08-20T21:11:58.6244680Z [00:03:25.580]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/cc/ccb31734fd9775b37174a3cca32805a127acbe265bc745022b34b6f0d847bd2b-d # internal
2025-08-20T21:11:58.6245614Z [00:03:25.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens
2025-08-20T21:11:58.6246054Z [00:03:25.581]➜  mkdir -p $WORK/b1071/
2025-08-20T21:11:58.6246428Z [00:03:25.581]➜  cat >/tmp/go-build2720400589/b1070/importcfg << 'EOF' # internal
2025-08-20T21:11:58.6246772Z [00:03:25.581]➜  # import config
2025-08-20T21:11:58.6247112Z [00:03:25.581]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.6247569Z [00:03:25.581]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.6248122Z [00:03:25.581]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.6249125Z [00:03:25.581]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.6249975Z [00:03:25.581]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.6250767Z [00:03:25.581]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.6251328Z [00:03:25.581]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.6251749Z [00:03:25.581]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.6252192Z [00:03:25.581]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.6252624Z [00:03:25.581]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.6253057Z [00:03:25.581]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.6253378Z [00:03:25.581]➜  EOF
2025-08-20T21:11:58.6253704Z [00:03:25.581]➜  cat >/tmp/go-build2720400589/b1071/importcfg << 'EOF' # internal
2025-08-20T21:11:58.6254051Z [00:03:25.581]➜  # import config
2025-08-20T21:11:58.6254540Z [00:03:25.581]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.6255021Z [00:03:25.581]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.6255466Z [00:03:25.581]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.6255878Z [00:03:25.581]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.6256498Z [00:03:25.581]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.6257273Z [00:03:25.581]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.6257984Z [00:03:25.581]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.6258471Z [00:03:25.581]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.6258899Z [00:03:25.581]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.6259326Z [00:03:25.581]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.6259755Z [00:03:25.581]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.6260066Z [00:03:25.581]➜  EOF
2025-08-20T21:11:58.6263065Z [00:03:25.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedroles=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedroles;$WORK/b1070=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles -lang=go1.21 -complete -installsuffix shared -buildid l5t6-gEzrgl3xTTMTiM6/l5t6-gEzrgl3xTTMTiM6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedroles/clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedroles/response.go
2025-08-20T21:11:58.6299932Z [00:03:25.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedservicetokens=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedservicetokens;$WORK/b1071=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens -lang=go1.21 -complete -installsuffix shared -buildid tinFjDt5IHaE5chEeQhM/tinFjDt5IHaE5chEeQhM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedservicetokens/clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/clearcachedservicetokens/response.go
2025-08-20T21:11:58.6514757Z [00:03:25.609]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:11:58.6548025Z [00:03:25.612]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/bf/bf8a4bc849572a4fd5e5eadc6300554b46c42fbdbb5e9bd12600afe2dccc0eb8-d # internal
2025-08-20T21:11:58.6578713Z [00:03:25.616]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey
2025-08-20T21:11:58.6579519Z [00:03:25.616]➜  mkdir -p $WORK/b1072/
2025-08-20T21:11:58.6587281Z [00:03:25.617]➜  cat >/tmp/go-build2720400589/b1072/importcfg << 'EOF' # internal
2025-08-20T21:11:58.6588794Z [00:03:25.617]➜  # import config
2025-08-20T21:11:58.6589784Z [00:03:25.617]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.6590382Z [00:03:25.617]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.6590976Z [00:03:25.617]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.6591534Z [00:03:25.617]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.6592035Z [00:03:25.617]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.6592781Z [00:03:25.617]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.6593652Z [00:03:25.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.6594743Z [00:03:25.617]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.6595492Z [00:03:25.617]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.6596047Z [00:03:25.617]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.6596837Z [00:03:25.617]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.6598058Z [00:03:25.617]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.6598510Z [00:03:25.617]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.6598831Z [00:03:25.617]➜  EOF
2025-08-20T21:11:58.6602156Z [00:03:25.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createapikey;$WORK/b1072=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey -lang=go1.21 -complete -installsuffix shared -buildid BhBPCK0pXPW7cCJ30zfV/BhBPCK0pXPW7cCJ30zfV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createapikey/create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createapikey/response.go
2025-08-20T21:11:58.6953420Z [00:03:25.653]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:11:58.6966549Z [00:03:25.654]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:11:58.6974929Z [00:03:25.655]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/4e/4e9b8c32493ddd34dff7247159dc0ed0e538853b11cbb222012b57dfbe99d927-d # internal
2025-08-20T21:11:58.6998443Z [00:03:25.658]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/3b/3b8a0ad57a746bfbcc68ffeba43532c9926794760dfe6adb7a659c850af51bf9-d # internal
2025-08-20T21:11:58.7026820Z [00:03:25.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken
2025-08-20T21:11:58.7028393Z [00:03:25.661]➜  mkdir -p $WORK/b1074/
2025-08-20T21:11:58.7032470Z [00:03:25.661]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:11:58.7036017Z [00:03:25.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey
2025-08-20T21:11:58.7038747Z [00:03:25.662]➜  mkdir -p $WORK/b1073/
2025-08-20T21:11:58.7040398Z [00:03:25.662]➜  cat >/tmp/go-build2720400589/b1073/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7041348Z [00:03:25.662]➜  # import config
2025-08-20T21:11:58.7042000Z [00:03:25.662]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.7042617Z [00:03:25.662]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7043528Z [00:03:25.662]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7044567Z [00:03:25.662]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7045230Z [00:03:25.662]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7046352Z [00:03:25.662]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7047365Z [00:03:25.662]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7048392Z [00:03:25.662]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7049282Z [00:03:25.662]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7055420Z [00:03:25.662]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7056074Z [00:03:25.662]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7056515Z [00:03:25.662]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7056831Z [00:03:25.662]➜  EOF
2025-08-20T21:11:58.7062569Z [00:03:25.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createcrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createcrossclusterapikey;$WORK/b1073=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey -lang=go1.21 -complete -installsuffix shared -buildid eYkrC67bNfmJUOMZeVr0/eYkrC67bNfmJUOMZeVr0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createcrossclusterapikey/create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createcrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createcrossclusterapikey/response.go
2025-08-20T21:11:58.7076688Z [00:03:25.664]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/e8/e8b4b509c7755f701734cb444524dc06b2598de6832673a7dc7a799a3c80ad1b-d # internal
2025-08-20T21:11:58.7077389Z [00:03:25.664]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki
2025-08-20T21:11:58.7077784Z [00:03:25.664]➜  mkdir -p $WORK/b1075/
2025-08-20T21:11:58.7078170Z [00:03:25.665]➜  cat >/tmp/go-build2720400589/b1075/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7078537Z [00:03:25.665]➜  # import config
2025-08-20T21:11:58.7078879Z [00:03:25.665]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:58.7079309Z [00:03:25.665]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7096377Z [00:03:25.665]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7097167Z [00:03:25.665]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7097599Z [00:03:25.665]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7098228Z [00:03:25.665]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7099015Z [00:03:25.665]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7099585Z [00:03:25.665]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7100008Z [00:03:25.665]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7100563Z [00:03:25.665]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7101132Z [00:03:25.665]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7101562Z [00:03:25.665]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7101882Z [00:03:25.665]➜  EOF
2025-08-20T21:11:58.7102212Z [00:03:25.665]➜  cat >/tmp/go-build2720400589/b1074/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7102556Z [00:03:25.665]➜  # import config
2025-08-20T21:11:58.7102893Z [00:03:25.665]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7103341Z [00:03:25.665]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7103785Z [00:03:25.665]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7104201Z [00:03:25.665]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7105075Z [00:03:25.665]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7105858Z [00:03:25.665]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7106685Z [00:03:25.665]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.7107303Z [00:03:25.665]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7107720Z [00:03:25.665]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7108147Z [00:03:25.665]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7108572Z [00:03:25.665]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7108993Z [00:03:25.665]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7109483Z [00:03:25.665]➜  EOF
2025-08-20T21:11:58.7112708Z [00:03:25.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createservicetoken;$WORK/b1074=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken -lang=go1.21 -complete -installsuffix shared -buildid wdbYg4CFpGEawvoJb0Ah/wdbYg4CFpGEawvoJb0Ah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createservicetoken/create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/createservicetoken/response.go
2025-08-20T21:11:58.7118556Z [00:03:25.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/delegatepki=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/delegatepki;$WORK/b1075=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki -lang=go1.21 -complete -installsuffix shared -buildid PcS7XLlpSJfSEgyXYf2h/PcS7XLlpSJfSEgyXYf2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/delegatepki/delegate_pki.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/delegatepki/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/delegatepki/response.go
2025-08-20T21:11:58.7356051Z [00:03:25.693]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:11:58.7368954Z [00:03:25.695]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/ad/ad3b6e065ccd7c96041958f974614cfc6763868a43ceb0a9cd82f9e952fb6c60-d # internal
2025-08-20T21:11:58.7371785Z [00:03:25.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges
2025-08-20T21:11:58.7372217Z [00:03:25.695]➜  mkdir -p $WORK/b1076/
2025-08-20T21:11:58.7375616Z [00:03:25.695]➜  cat >/tmp/go-build2720400589/b1076/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7377747Z [00:03:25.696]➜  # import config
2025-08-20T21:11:58.7378151Z [00:03:25.696]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7378654Z [00:03:25.696]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7379102Z [00:03:25.696]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7379517Z [00:03:25.696]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7380144Z [00:03:25.696]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7380930Z [00:03:25.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7381753Z [00:03:25.696]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.7393539Z [00:03:25.696]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7394012Z [00:03:25.696]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7397562Z [00:03:25.696]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7398004Z [00:03:25.696]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7398432Z [00:03:25.696]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7398749Z [00:03:25.696]➜  EOF
2025-08-20T21:11:58.7401958Z [00:03:25.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteprivileges;$WORK/b1076=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges -lang=go1.21 -complete -installsuffix shared -buildid A5-X7w1SUVaE_d9Y0-8V/A5-X7w1SUVaE_d9Y0-8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteprivileges/delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteprivileges/response.go
2025-08-20T21:11:58.7772080Z [00:03:25.735]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:11:58.7783032Z [00:03:25.736]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:11:58.7798528Z [00:03:25.738]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/97/974ada97dc373a7fcf760380f5b9964b03261e42bd26f2f708e882e4c201fd7b-d # internal
2025-08-20T21:11:58.7802539Z [00:03:25.738]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole
2025-08-20T21:11:58.7803024Z [00:03:25.738]➜  mkdir -p $WORK/b1077/
2025-08-20T21:11:58.7811422Z [00:03:25.739]➜  cat >/tmp/go-build2720400589/b1077/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7812161Z [00:03:25.739]➜  # import config
2025-08-20T21:11:58.7815149Z [00:03:25.739]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7816419Z [00:03:25.739]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7817179Z [00:03:25.739]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7817607Z [00:03:25.739]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7818240Z [00:03:25.739]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7819024Z [00:03:25.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7819848Z [00:03:25.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.7820572Z [00:03:25.739]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7821054Z [00:03:25.739]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7821624Z [00:03:25.739]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7822060Z [00:03:25.739]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7822486Z [00:03:25.739]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7822797Z [00:03:25.739]➜  EOF
2025-08-20T21:11:58.7830991Z [00:03:25.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterole;$WORK/b1077=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole -lang=go1.21 -complete -installsuffix shared -buildid HZXHLF2lhinAQXx4MVt4/HZXHLF2lhinAQXx4MVt4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterole/delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterole/response.go
2025-08-20T21:11:58.7848863Z [00:03:25.742]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/1f/1f9593fbde369e8e49c21388df0dde80f82ab0e854e6ea525cf56eb27b1d5f2c-d # internal
2025-08-20T21:11:58.7863108Z [00:03:25.742]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping
2025-08-20T21:11:58.7863555Z [00:03:25.742]➜  mkdir -p $WORK/b1078/
2025-08-20T21:11:58.7863935Z [00:03:25.743]➜  cat >/tmp/go-build2720400589/b1078/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7864403Z [00:03:25.743]➜  # import config
2025-08-20T21:11:58.7864997Z [00:03:25.743]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7865520Z [00:03:25.743]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7865977Z [00:03:25.743]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7866411Z [00:03:25.743]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7867032Z [00:03:25.743]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7867815Z [00:03:25.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7868631Z [00:03:25.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.7869245Z [00:03:25.743]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7869664Z [00:03:25.743]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7870098Z [00:03:25.743]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7870529Z [00:03:25.743]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7870952Z [00:03:25.743]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7871271Z [00:03:25.743]➜  EOF
2025-08-20T21:11:58.7874387Z [00:03:25.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterolemapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterolemapping;$WORK/b1078=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping -lang=go1.21 -complete -installsuffix shared -buildid 9zYbQig-trSM_6Kx9195/9zYbQig-trSM_6Kx9195 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterolemapping/delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleterolemapping/response.go
2025-08-20T21:11:58.7906247Z [00:03:25.748]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:11:58.7916794Z [00:03:25.749]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/df/df6fb2fadc77caac8bc97960d62d20c30e08d058e6746252dd3a3cdeb598b614-d # internal
2025-08-20T21:11:58.7917635Z [00:03:25.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken
2025-08-20T21:11:58.7922898Z [00:03:25.749]➜  mkdir -p $WORK/b1079/
2025-08-20T21:11:58.7930828Z [00:03:25.750]➜  cat >/tmp/go-build2720400589/b1079/importcfg << 'EOF' # internal
2025-08-20T21:11:58.7932474Z [00:03:25.750]➜  # import config
2025-08-20T21:11:58.7933560Z [00:03:25.750]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.7934075Z [00:03:25.750]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.7934687Z [00:03:25.750]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.7935107Z [00:03:25.750]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.7935746Z [00:03:25.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.7936530Z [00:03:25.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.7937350Z [00:03:25.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.7937961Z [00:03:25.750]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.7938376Z [00:03:25.750]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.7938806Z [00:03:25.750]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.7939229Z [00:03:25.750]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.7939903Z [00:03:25.750]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.7940289Z [00:03:25.750]➜  EOF
2025-08-20T21:11:58.8006154Z [00:03:25.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteservicetoken;$WORK/b1079=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken -lang=go1.21 -complete -installsuffix shared -buildid bIK24u4yrfzY6frrnrv0/bIK24u4yrfzY6frrnrv0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteservicetoken/delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteservicetoken/response.go
2025-08-20T21:11:58.8009007Z [00:03:25.758]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:11:58.8028173Z [00:03:25.761]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/ab/ab73bb14787110ee659050d7f4cc8d59bf22457e5746c5a541615b520999b554-d # internal
2025-08-20T21:11:58.8029376Z [00:03:25.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser
2025-08-20T21:11:58.8029839Z [00:03:25.761]➜  mkdir -p $WORK/b1080/
2025-08-20T21:11:58.8030530Z [00:03:25.761]➜  cat >/tmp/go-build2720400589/b1080/importcfg << 'EOF' # internal
2025-08-20T21:11:58.8031036Z [00:03:25.761]➜  # import config
2025-08-20T21:11:58.8031391Z [00:03:25.761]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.8031849Z [00:03:25.761]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.8032294Z [00:03:25.761]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.8032718Z [00:03:25.761]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.8033355Z [00:03:25.761]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.8034382Z [00:03:25.761]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.8035368Z [00:03:25.761]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.8035996Z [00:03:25.761]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.8036416Z [00:03:25.761]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.8036846Z [00:03:25.761]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.8037269Z [00:03:25.761]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.8037697Z [00:03:25.761]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.8038009Z [00:03:25.761]➜  EOF
2025-08-20T21:11:58.8040868Z [00:03:25.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteuser;$WORK/b1080=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser -lang=go1.21 -complete -installsuffix shared -buildid MFDcJIEzcJLuECSE39tJ/MFDcJIEzcJLuECSE39tJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteuser/delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/deleteuser/response.go
2025-08-20T21:11:58.8438110Z [00:03:25.802]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:11:58.8443726Z [00:03:25.802]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/13/13f134ffe89015f50c6f53879dfe716a27d601a80e00f2e8761415b873e215f6-d # internal
2025-08-20T21:11:58.8452825Z [00:03:25.803]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser
2025-08-20T21:11:58.8459623Z [00:03:25.804]➜  mkdir -p $WORK/b1081/
2025-08-20T21:11:58.8481040Z [00:03:25.806]➜  cat >/tmp/go-build2720400589/b1081/importcfg << 'EOF' # internal
2025-08-20T21:11:58.8481754Z [00:03:25.806]➜  # import config
2025-08-20T21:11:58.8482455Z [00:03:25.806]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.8483468Z [00:03:25.806]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.8483991Z [00:03:25.806]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.8484555Z [00:03:25.806]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.8485195Z [00:03:25.806]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.8485996Z [00:03:25.806]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.8486823Z [00:03:25.806]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.8487438Z [00:03:25.806]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.8487865Z [00:03:25.806]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.8488640Z [00:03:25.806]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.8489064Z [00:03:25.806]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.8489490Z [00:03:25.806]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.8489803Z [00:03:25.806]➜  EOF
2025-08-20T21:11:58.8496346Z [00:03:25.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuser;$WORK/b1081=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser -lang=go1.21 -complete -installsuffix shared -buildid ZKqdx9zw7uq4FVQYyFIM/ZKqdx9zw7uq4FVQYyFIM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuser/disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuser/response.go
2025-08-20T21:11:58.8579146Z [00:03:25.816]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:11:58.8596702Z [00:03:25.817]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/84/847af95e778859f322de0a258d04b65219978e18f0ff8c98ca15bf5849aef0d3-d # internal
2025-08-20T21:11:58.8608391Z [00:03:25.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile
2025-08-20T21:11:58.8608860Z [00:03:25.819]➜  mkdir -p $WORK/b1082/
2025-08-20T21:11:58.8622503Z [00:03:25.819]➜  cat >/tmp/go-build2720400589/b1082/importcfg << 'EOF' # internal
2025-08-20T21:11:58.8623267Z [00:03:25.819]➜  # import config
2025-08-20T21:11:58.8624095Z [00:03:25.819]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.8624815Z [00:03:25.819]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.8625285Z [00:03:25.819]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.8625711Z [00:03:25.819]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.8626339Z [00:03:25.819]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.8627119Z [00:03:25.819]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.8627935Z [00:03:25.819]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.8628794Z [00:03:25.819]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.8629292Z [00:03:25.819]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.8629732Z [00:03:25.819]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.8630170Z [00:03:25.819]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.8630601Z [00:03:25.819]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.8630915Z [00:03:25.819]➜  EOF
2025-08-20T21:11:58.8633976Z [00:03:25.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuserprofile;$WORK/b1082=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile -lang=go1.21 -complete -installsuffix shared -buildid _4KLEy2cze2bbWvStyD1/_4KLEy2cze2bbWvStyD1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuserprofile/disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/disableuserprofile/response.go
2025-08-20T21:11:58.8651919Z [00:03:25.823]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:11:58.8665975Z [00:03:25.824]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/25/25bb7d2a96b66b021ca79ab7010fab4737236aac74f8bc3517fb2e4670706abd-d # internal
2025-08-20T21:11:58.8667297Z [00:03:25.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser
2025-08-20T21:11:58.8668171Z [00:03:25.824]➜  mkdir -p $WORK/b1083/
2025-08-20T21:11:58.8678225Z [00:03:25.826]➜  cat >/tmp/go-build2720400589/b1083/importcfg << 'EOF' # internal
2025-08-20T21:11:58.8679040Z [00:03:25.826]➜  # import config
2025-08-20T21:11:58.8679477Z [00:03:25.826]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.8679949Z [00:03:25.826]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.8680592Z [00:03:25.826]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.8681081Z [00:03:25.826]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.8681714Z [00:03:25.826]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.8682504Z [00:03:25.826]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.8683321Z [00:03:25.826]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.8683934Z [00:03:25.826]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.8684511Z [00:03:25.826]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.8685001Z [00:03:25.826]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.8685434Z [00:03:25.826]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.8685861Z [00:03:25.826]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.8686180Z [00:03:25.826]➜  EOF
2025-08-20T21:11:58.8689196Z [00:03:25.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuser;$WORK/b1083=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser -lang=go1.21 -complete -installsuffix shared -buildid qG6T3pXHFpVGq37WhvDo/qG6T3pXHFpVGq37WhvDo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuser/enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuser/response.go
2025-08-20T21:11:58.8691821Z [00:03:25.826]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:11:58.8698032Z [00:03:25.827]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/d0/d0042c2104c7703fab6b509f91c79a41dbf87d6a19086150bec9addbc1eb3701-d # internal
2025-08-20T21:11:58.8699009Z [00:03:25.827]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile
2025-08-20T21:11:58.8699439Z [00:03:25.827]➜  mkdir -p $WORK/b1084/
2025-08-20T21:11:58.8699822Z [00:03:25.827]➜  cat >/tmp/go-build2720400589/b1084/importcfg << 'EOF' # internal
2025-08-20T21:11:58.8700241Z [00:03:25.827]➜  # import config
2025-08-20T21:11:58.8700584Z [00:03:25.827]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.8701034Z [00:03:25.827]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.8701480Z [00:03:25.827]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.8701901Z [00:03:25.827]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.8702534Z [00:03:25.827]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.8703627Z [00:03:25.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.8707542Z [00:03:25.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:58.8708249Z [00:03:25.827]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.8708674Z [00:03:25.827]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.8709105Z [00:03:25.827]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.8709529Z [00:03:25.827]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.8709965Z [00:03:25.827]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.8710281Z [00:03:25.827]➜  EOF
2025-08-20T21:11:58.8713485Z [00:03:25.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuserprofile;$WORK/b1084=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile -lang=go1.21 -complete -installsuffix shared -buildid ZgRgkWUP_gCJlVaMVeIy/ZgRgkWUP_gCJlVaMVeIy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuserprofile/enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enableuserprofile/response.go
2025-08-20T21:11:58.9187654Z [00:03:25.877]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:11:58.9199217Z [00:03:25.878]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/e7/e7f3777863f10dbfacedb6960db4dd4bb769e6d7fc41a2581cdc424d46ec9824-d # internal
2025-08-20T21:11:58.9200704Z [00:03:25.878]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana
2025-08-20T21:11:58.9202813Z [00:03:25.878]➜  mkdir -p $WORK/b1085/
2025-08-20T21:11:58.9205583Z [00:03:25.878]➜  cat >/tmp/go-build2720400589/b1085/importcfg << 'EOF' # internal
2025-08-20T21:11:58.9206791Z [00:03:25.878]➜  # import config
2025-08-20T21:11:58.9207226Z [00:03:25.878]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.9207697Z [00:03:25.878]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.9208151Z [00:03:25.878]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.9208568Z [00:03:25.878]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.9209505Z [00:03:25.878]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.9210365Z [00:03:25.878]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.9210933Z [00:03:25.878]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.9211358Z [00:03:25.878]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.9211797Z [00:03:25.878]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.9212224Z [00:03:25.878]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.9212649Z [00:03:25.878]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.9212961Z [00:03:25.878]➜  EOF
2025-08-20T21:11:58.9216181Z [00:03:25.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollkibana=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollkibana;$WORK/b1085=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana -lang=go1.21 -complete -installsuffix shared -buildid iRdAnLUAQXUby9YNUiu5/iRdAnLUAQXUby9YNUiu5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollkibana/enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollkibana/response.go
2025-08-20T21:11:58.9291589Z [00:03:25.887]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:11:58.9305846Z [00:03:25.888]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/77/779b60a2be0b40d227c8aa7ad86cc762394ad15144e76007a1f1351e65d6a9ca-d # internal
2025-08-20T21:11:58.9307332Z [00:03:25.888]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode
2025-08-20T21:11:58.9307796Z [00:03:25.888]➜  mkdir -p $WORK/b1086/
2025-08-20T21:11:58.9312111Z [00:03:25.889]➜  cat >/tmp/go-build2720400589/b1086/importcfg << 'EOF' # internal
2025-08-20T21:11:58.9312497Z [00:03:25.889]➜  # import config
2025-08-20T21:11:58.9312854Z [00:03:25.889]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.9313319Z [00:03:25.889]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.9313782Z [00:03:25.889]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.9314207Z [00:03:25.889]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.9316970Z [00:03:25.889]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.9317776Z [00:03:25.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.9318345Z [00:03:25.889]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.9318782Z [00:03:25.889]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.9319213Z [00:03:25.889]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.9319647Z [00:03:25.889]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.9320077Z [00:03:25.889]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.9320392Z [00:03:25.889]➜  EOF
2025-08-20T21:11:58.9323481Z [00:03:25.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollnode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollnode;$WORK/b1086=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode -lang=go1.21 -complete -installsuffix shared -buildid AICmADFvS9tM50uSAWDg/AICmADFvS9tM50uSAWDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollnode/enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/enrollnode/response.go
2025-08-20T21:11:58.9436860Z [00:03:25.902]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:11:58.9459776Z [00:03:25.904]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/99/9923e843e182af5f6478fed70c4324c3b9e36eb14b33830f31d639d4f22cd64b-d # internal
2025-08-20T21:11:58.9460762Z [00:03:25.904]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey
2025-08-20T21:11:58.9461366Z [00:03:25.904]➜  mkdir -p $WORK/b1087/
2025-08-20T21:11:58.9462871Z [00:03:25.904]➜  cat >/tmp/go-build2720400589/b1087/importcfg << 'EOF' # internal
2025-08-20T21:11:58.9463276Z [00:03:25.904]➜  # import config
2025-08-20T21:11:58.9463627Z [00:03:25.904]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.9464082Z [00:03:25.904]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.9464677Z [00:03:25.904]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.9465103Z [00:03:25.904]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.9465970Z [00:03:25.904]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.9466898Z [00:03:25.904]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.9467622Z [00:03:25.904]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.9468044Z [00:03:25.904]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.9468471Z [00:03:25.904]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.9468894Z [00:03:25.904]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.9469319Z [00:03:25.904]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.9469634Z [00:03:25.904]➜  EOF
2025-08-20T21:11:58.9472454Z [00:03:25.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getapikey;$WORK/b1087=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey -lang=go1.21 -complete -installsuffix shared -buildid S5Qsn_1j2bXcL9Qiu3si/S5Qsn_1j2bXcL9Qiu3si -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getapikey/get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getapikey/response.go
2025-08-20T21:11:58.9514186Z [00:03:25.909]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:11:58.9537606Z [00:03:25.912]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/19/197bf2a26eadf065977deb5f5ae92ed4efdbb9bdc834d5210c9edf54dfac0c79-d # internal
2025-08-20T21:11:58.9540477Z [00:03:25.912]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges
2025-08-20T21:11:58.9541076Z [00:03:25.912]➜  mkdir -p $WORK/b1088/
2025-08-20T21:11:58.9547979Z [00:03:25.913]➜  cat >/tmp/go-build2720400589/b1088/importcfg << 'EOF' # internal
2025-08-20T21:11:58.9549133Z [00:03:25.913]➜  # import config
2025-08-20T21:11:58.9550308Z [00:03:25.913]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:58.9551288Z [00:03:25.913]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:58.9552276Z [00:03:25.913]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:58.9553274Z [00:03:25.913]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:58.9555217Z [00:03:25.913]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:58.9556361Z [00:03:25.913]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:58.9557312Z [00:03:25.913]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2720400589/b438/_pkg_.a
2025-08-20T21:11:58.9558423Z [00:03:25.913]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2720400589/b568/_pkg_.a
2025-08-20T21:11:58.9559170Z [00:03:25.913]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:58.9559589Z [00:03:25.913]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:58.9560020Z [00:03:25.913]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:58.9560445Z [00:03:25.913]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:58.9560871Z [00:03:25.913]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:58.9561185Z [00:03:25.913]➜  EOF
2025-08-20T21:11:58.9574383Z [00:03:25.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getbuiltinprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getbuiltinprivileges;$WORK/b1088=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges -lang=go1.21 -complete -installsuffix shared -buildid _JZKwNqka8-epr55akGj/_JZKwNqka8-epr55akGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getbuiltinprivileges/get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getbuiltinprivileges/response.go
2025-08-20T21:11:59.0001392Z [00:03:25.958]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:11:59.0037116Z [00:03:25.962]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/08/08e18db8824f7b1c954a7167b10cb0d1099b391f2015de11d26c2bcf1f5f84fc-d # internal
2025-08-20T21:11:59.0045558Z [00:03:25.962]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges
2025-08-20T21:11:59.0046017Z [00:03:25.962]➜  mkdir -p $WORK/b1089/
2025-08-20T21:11:59.0058070Z [00:03:25.964]➜  cat >/tmp/go-build2720400589/b1089/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0058767Z [00:03:25.964]➜  # import config
2025-08-20T21:11:59.0059369Z [00:03:25.964]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0060747Z [00:03:25.964]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0061218Z [00:03:25.964]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0061633Z [00:03:25.964]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0062260Z [00:03:25.964]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0063095Z [00:03:25.964]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0063667Z [00:03:25.964]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0064085Z [00:03:25.964]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0064694Z [00:03:25.964]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0065130Z [00:03:25.964]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0065555Z [00:03:25.964]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0065868Z [00:03:25.964]➜  EOF
2025-08-20T21:11:59.0069028Z [00:03:25.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getprivileges;$WORK/b1089=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges -lang=go1.21 -complete -installsuffix shared -buildid ZFGiNlgGXAwq3R9SIqnL/ZFGiNlgGXAwq3R9SIqnL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getprivileges/get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getprivileges/response.go
2025-08-20T21:11:59.0114754Z [00:03:25.969]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:11:59.0121509Z [00:03:25.970]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:11:59.0127371Z [00:03:25.970]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/03/034f77d23606260f36d8af9a99b552fb84243ff440bc6218398f63f91c99ae3a-d # internal
2025-08-20T21:11:59.0132790Z [00:03:25.971]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole
2025-08-20T21:11:59.0134605Z [00:03:25.971]➜  mkdir -p $WORK/b1090/
2025-08-20T21:11:59.0135065Z [00:03:25.971]➜  cat >/tmp/go-build2720400589/b1090/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0135465Z [00:03:25.971]➜  # import config
2025-08-20T21:11:59.0136035Z [00:03:25.971]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0136562Z [00:03:25.971]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0137171Z [00:03:25.971]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0137738Z [00:03:25.971]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0138363Z [00:03:25.971]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0143611Z [00:03:25.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0144201Z [00:03:25.971]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0145057Z [00:03:25.971]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0145510Z [00:03:25.971]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0145950Z [00:03:25.971]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0146402Z [00:03:25.971]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0146924Z [00:03:25.971]➜  EOF
2025-08-20T21:11:59.0150032Z [00:03:25.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrole;$WORK/b1090=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole -lang=go1.21 -complete -installsuffix shared -buildid cnXdv7HQlcHMiTd9TI85/cnXdv7HQlcHMiTd9TI85 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrole/get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrole/response.go
2025-08-20T21:11:59.0152864Z [00:03:25.972]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/74/7450b4e6885e11a0d0442ef5600015a41abe2527dcaba97c9a0e1fd8538d649b-d # internal
2025-08-20T21:11:59.0153569Z [00:03:25.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping
2025-08-20T21:11:59.0156264Z [00:03:25.972]➜  mkdir -p $WORK/b1091/
2025-08-20T21:11:59.0158564Z [00:03:25.973]➜  cat >/tmp/go-build2720400589/b1091/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0158985Z [00:03:25.973]➜  # import config
2025-08-20T21:11:59.0159327Z [00:03:25.973]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0159777Z [00:03:25.973]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0160216Z [00:03:25.973]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0160627Z [00:03:25.973]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0161448Z [00:03:25.973]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0163703Z [00:03:25.973]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0164401Z [00:03:25.973]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0165090Z [00:03:25.973]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0165525Z [00:03:25.973]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0165950Z [00:03:25.973]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0166384Z [00:03:25.973]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0166699Z [00:03:25.973]➜  EOF
2025-08-20T21:11:59.0169909Z [00:03:25.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrolemapping;$WORK/b1091=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping -lang=go1.21 -complete -installsuffix shared -buildid 5dt5v5Nq7vRGT1FXu0tZ/5dt5v5Nq7vRGT1FXu0tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrolemapping/get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getrolemapping/response.go
2025-08-20T21:11:59.0172654Z [00:03:25.974]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:11:59.0180857Z [00:03:25.976]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/75/7557561aca53a9bc6f3688e5b50efaadbfb434f8c614102280c8f32ce6df1dd1-d # internal
2025-08-20T21:11:59.0182439Z [00:03:25.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts
2025-08-20T21:11:59.0183470Z [00:03:25.976]➜  mkdir -p $WORK/b1092/
2025-08-20T21:11:59.0183956Z [00:03:25.976]➜  cat >/tmp/go-build2720400589/b1092/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0184670Z [00:03:25.976]➜  # import config
2025-08-20T21:11:59.0185080Z [00:03:25.976]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0185534Z [00:03:25.976]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0185988Z [00:03:25.976]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0186401Z [00:03:25.976]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0187025Z [00:03:25.976]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0187805Z [00:03:25.976]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0216067Z [00:03:25.976]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0216594Z [00:03:25.976]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0217072Z [00:03:25.976]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0217509Z [00:03:25.976]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0217940Z [00:03:25.976]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0218261Z [00:03:25.976]➜  EOF
2025-08-20T21:11:59.0221329Z [00:03:25.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getserviceaccounts=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getserviceaccounts;$WORK/b1092=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts -lang=go1.21 -complete -installsuffix shared -buildid gPE65zseJkkm_47thDUg/gPE65zseJkkm_47thDUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getserviceaccounts/get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getserviceaccounts/response.go
2025-08-20T21:11:59.0811913Z [00:03:26.039]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:11:59.0824928Z [00:03:26.040]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/1b/1bc37ca921762817d79be6f856410aa077c96c1a4e523da5d283a343a643d39e-d # internal
2025-08-20T21:11:59.0826211Z [00:03:26.040]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:11:59.0829019Z [00:03:26.041]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials
2025-08-20T21:11:59.0829483Z [00:03:26.041]➜  mkdir -p $WORK/b1093/
2025-08-20T21:11:59.0831529Z [00:03:26.041]➜  cat >/tmp/go-build2720400589/b1093/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0831890Z [00:03:26.041]➜  # import config
2025-08-20T21:11:59.0832262Z [00:03:26.041]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0832983Z [00:03:26.041]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0833499Z [00:03:26.041]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0834085Z [00:03:26.041]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0834890Z [00:03:26.041]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0835681Z [00:03:26.041]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0836246Z [00:03:26.041]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0836664Z [00:03:26.041]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0837094Z [00:03:26.041]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0837525Z [00:03:26.041]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0837970Z [00:03:26.041]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0838286Z [00:03:26.041]➜  EOF
2025-08-20T21:11:59.0841565Z [00:03:26.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getservicecredentials=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getservicecredentials;$WORK/b1093=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials -lang=go1.21 -complete -installsuffix shared -buildid bIXTM_une6wIJWYJifwo/bIXTM_une6wIJWYJifwo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getservicecredentials/get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getservicecredentials/response.go
2025-08-20T21:11:59.0865321Z [00:03:26.044]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/78/78ee1e987e577d478e37bcbf613c133044b26baf8dae2591c0c95805685da73d-d # internal
2025-08-20T21:11:59.0866833Z [00:03:26.044]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings
2025-08-20T21:11:59.0867297Z [00:03:26.044]➜  mkdir -p $WORK/b1094/
2025-08-20T21:11:59.0868120Z [00:03:26.044]➜  cat >/tmp/go-build2720400589/b1094/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0868526Z [00:03:26.044]➜  # import config
2025-08-20T21:11:59.0868876Z [00:03:26.044]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0869331Z [00:03:26.044]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0869782Z [00:03:26.044]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0870196Z [00:03:26.044]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0870832Z [00:03:26.044]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0871622Z [00:03:26.044]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0872192Z [00:03:26.044]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0872903Z [00:03:26.045]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0873333Z [00:03:26.045]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0873758Z [00:03:26.045]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0874185Z [00:03:26.045]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0874665Z [00:03:26.045]➜  EOF
2025-08-20T21:11:59.0877681Z [00:03:26.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getsettings;$WORK/b1094=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings -lang=go1.21 -complete -installsuffix shared -buildid xbLYDAMIZ4yfsqUzCG9f/xbLYDAMIZ4yfsqUzCG9f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getsettings/response.go
2025-08-20T21:11:59.0937700Z [00:03:26.051]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:11:59.0938484Z [00:03:26.052]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/13/13061cc7c263ac3acebb146a6feb0e6296f350c62703aeaf0c3d3cbc2d907ceb-d # internal
2025-08-20T21:11:59.0960441Z [00:03:26.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken
2025-08-20T21:11:59.0960892Z [00:03:26.054]➜  mkdir -p $WORK/b1095/
2025-08-20T21:11:59.0961291Z [00:03:26.054]➜  cat >/tmp/go-build2720400589/b1095/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0961650Z [00:03:26.054]➜  # import config
2025-08-20T21:11:59.0961992Z [00:03:26.054]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.0962425Z [00:03:26.054]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0962886Z [00:03:26.054]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0963335Z [00:03:26.054]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0963751Z [00:03:26.054]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0964756Z [00:03:26.054]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0965614Z [00:03:26.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0966727Z [00:03:26.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build2720400589/b1096/_pkg_.a
2025-08-20T21:11:59.0968296Z [00:03:26.054]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0968789Z [00:03:26.054]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0969232Z [00:03:26.054]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.0969661Z [00:03:26.054]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.0970086Z [00:03:26.054]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.0970403Z [00:03:26.054]➜  EOF
2025-08-20T21:11:59.0973600Z [00:03:26.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/gettoken=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/gettoken;$WORK/b1095=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken -lang=go1.21 -complete -installsuffix shared -buildid EWt8nScJ4Exkljj7QKG2/EWt8nScJ4Exkljj7QKG2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/gettoken/get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/gettoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/gettoken/response.go
2025-08-20T21:11:59.0976763Z [00:03:26.055]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:11:59.0984982Z [00:03:26.056]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/2c/2c5c2ef97315762923927d2d1ecb65ebc18c5184351d694535507688ca60e016-d # internal
2025-08-20T21:11:59.0989858Z [00:03:26.057]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser
2025-08-20T21:11:59.0990276Z [00:03:26.057]➜  mkdir -p $WORK/b1097/
2025-08-20T21:11:59.0994481Z [00:03:26.057]➜  cat >/tmp/go-build2720400589/b1097/importcfg << 'EOF' # internal
2025-08-20T21:11:59.0994931Z [00:03:26.057]➜  # import config
2025-08-20T21:11:59.0995461Z [00:03:26.057]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.0996056Z [00:03:26.057]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.0996507Z [00:03:26.057]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.0996918Z [00:03:26.057]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.0997595Z [00:03:26.057]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.0998375Z [00:03:26.057]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.0998936Z [00:03:26.057]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.0999359Z [00:03:26.057]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.0999785Z [00:03:26.057]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.1000221Z [00:03:26.057]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.1000653Z [00:03:26.057]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.1000972Z [00:03:26.057]➜  EOF
2025-08-20T21:11:59.1003863Z [00:03:26.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuser;$WORK/b1097=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser -lang=go1.21 -complete -installsuffix shared -buildid 50wibNOwSaIQnEaiLgH1/50wibNOwSaIQnEaiLgH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuser/get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuser/response.go
2025-08-20T21:11:59.1509771Z [00:03:26.109]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:11:59.1522301Z [00:03:26.110]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/a8/a868dd2f7f00b4ceccbc74c01b1ea20bfb5a54a3a372cbbcb3aa11d176280402-d # internal
2025-08-20T21:11:59.1530169Z [00:03:26.111]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges
2025-08-20T21:11:59.1530680Z [00:03:26.111]➜  mkdir -p $WORK/b1098/
2025-08-20T21:11:59.1534603Z [00:03:26.111]➜  cat >/tmp/go-build2720400589/b1098/importcfg << 'EOF' # internal
2025-08-20T21:11:59.1535053Z [00:03:26.111]➜  # import config
2025-08-20T21:11:59.1535404Z [00:03:26.111]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.1535860Z [00:03:26.111]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.1536337Z [00:03:26.111]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.1536760Z [00:03:26.111]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.1537380Z [00:03:26.111]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.1538825Z [00:03:26.111]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.1539724Z [00:03:26.111]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.1540149Z [00:03:26.111]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.1540583Z [00:03:26.111]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.1541010Z [00:03:26.111]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.1541437Z [00:03:26.111]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.1541762Z [00:03:26.111]➜  EOF
2025-08-20T21:11:59.1545050Z [00:03:26.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprivileges;$WORK/b1098=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges -lang=go1.21 -complete -installsuffix shared -buildid AozBswdbT0HNy-cHziL8/AozBswdbT0HNy-cHziL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprivileges/get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprivileges/response.go
2025-08-20T21:11:59.1547911Z [00:03:26.112]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:11:59.1557051Z [00:03:26.113]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/2e/2e0697d655193ee1f830840241fdd109dd0e6652fec4ff7e3ad51b58a183b229-d # internal
2025-08-20T21:11:59.1557834Z [00:03:26.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile
2025-08-20T21:11:59.1558244Z [00:03:26.113]➜  mkdir -p $WORK/b1099/
2025-08-20T21:11:59.1559213Z [00:03:26.114]➜  cat >/tmp/go-build2720400589/b1099/importcfg << 'EOF' # internal
2025-08-20T21:11:59.1559681Z [00:03:26.114]➜  # import config
2025-08-20T21:11:59.1560038Z [00:03:26.114]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.1560497Z [00:03:26.114]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.1560946Z [00:03:26.114]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.1561361Z [00:03:26.114]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.1561991Z [00:03:26.114]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.1563039Z [00:03:26.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.1563669Z [00:03:26.114]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.1564099Z [00:03:26.114]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.1564700Z [00:03:26.114]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.1565139Z [00:03:26.114]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.1565567Z [00:03:26.114]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.1565882Z [00:03:26.114]➜  EOF
2025-08-20T21:11:59.1571445Z [00:03:26.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprofile;$WORK/b1099=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile -lang=go1.21 -complete -installsuffix shared -buildid Ze7vtljefctVFKYdD-5K/Ze7vtljefctVFKYdD-5K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprofile/get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/getuserprofile/response.go
2025-08-20T21:11:59.1678089Z [00:03:26.126]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:11:59.1696504Z [00:03:26.127]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/4e/4ea9e8a25c1adf3cc50bf5d8964c4cd070c4a43544d2c3e192275ae0af9b8f64-d # internal
2025-08-20T21:11:59.1700168Z [00:03:26.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey
2025-08-20T21:11:59.1700596Z [00:03:26.128]➜  mkdir -p $WORK/b1100/
2025-08-20T21:11:59.1727963Z [00:03:26.130]➜  cat >/tmp/go-build2720400589/b1100/importcfg << 'EOF' # internal
2025-08-20T21:11:59.1728703Z [00:03:26.130]➜  # import config
2025-08-20T21:11:59.1729593Z [00:03:26.130]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.1730563Z [00:03:26.130]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.1731588Z [00:03:26.130]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.1732145Z [00:03:26.130]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.1732574Z [00:03:26.130]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.1733210Z [00:03:26.130]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.1734034Z [00:03:26.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.1735059Z [00:03:26.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build2720400589/b1101/_pkg_.a
2025-08-20T21:11:59.1735714Z [00:03:26.130]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.1736151Z [00:03:26.130]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.1736592Z [00:03:26.130]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.1737020Z [00:03:26.130]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.1737451Z [00:03:26.130]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.1737765Z [00:03:26.130]➜  EOF
2025-08-20T21:11:59.1741349Z [00:03:26.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/grantapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/grantapikey;$WORK/b1100=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey -lang=go1.21 -complete -installsuffix shared -buildid UD4U2pi2Uf0VeA0p1QmW/UD4U2pi2Uf0VeA0p1QmW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/grantapikey/grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/grantapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/grantapikey/response.go
2025-08-20T21:11:59.1803921Z [00:03:26.138]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:11:59.1815191Z [00:03:26.139]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/0d/0d8f82cd2aa90b8a8c97b0120cba8f042e9d1d667f5b7d3396a9eb0e8b690fb7-d # internal
2025-08-20T21:11:59.1821216Z [00:03:26.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges
2025-08-20T21:11:59.1822832Z [00:03:26.140]➜  mkdir -p $WORK/b1102/
2025-08-20T21:11:59.1823246Z [00:03:26.140]➜  cat >/tmp/go-build2720400589/b1102/importcfg << 'EOF' # internal
2025-08-20T21:11:59.1823621Z [00:03:26.140]➜  # import config
2025-08-20T21:11:59.1823966Z [00:03:26.140]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.1824532Z [00:03:26.140]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.1825040Z [00:03:26.140]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.1825486Z [00:03:26.140]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.1826196Z [00:03:26.140]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.1826822Z [00:03:26.140]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.1827601Z [00:03:26.140]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.1828466Z [00:03:26.140]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2720400589/b438/_pkg_.a
2025-08-20T21:11:59.1829120Z [00:03:26.140]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.1829632Z [00:03:26.140]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.1830208Z [00:03:26.140]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.1830642Z [00:03:26.140]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.1831078Z [00:03:26.140]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.1831395Z [00:03:26.140]➜  EOF
2025-08-20T21:11:59.1834972Z [00:03:26.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivileges;$WORK/b1102=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges -lang=go1.21 -complete -installsuffix shared -buildid YiFXbZeQpps-hgA9HHKG/YiFXbZeQpps-hgA9HHKG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivileges/has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivileges/response.go
2025-08-20T21:11:59.2150713Z [00:03:26.173]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:11:59.2166051Z [00:03:26.174]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/f0/f01f81da5a14dd902a99a18a19f0323a16e2a5e169cf777de116eeefdb51a271-d # internal
2025-08-20T21:11:59.2183031Z [00:03:26.174]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile
2025-08-20T21:11:59.2183519Z [00:03:26.174]➜  mkdir -p $WORK/b1103/
2025-08-20T21:11:59.2183921Z [00:03:26.174]➜  cat >/tmp/go-build2720400589/b1103/importcfg << 'EOF' # internal
2025-08-20T21:11:59.2184708Z [00:03:26.175]➜  # import config
2025-08-20T21:11:59.2185131Z [00:03:26.175]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.2185570Z [00:03:26.175]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.2186030Z [00:03:26.175]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.2186484Z [00:03:26.175]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.2186900Z [00:03:26.175]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.2187528Z [00:03:26.175]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.2188306Z [00:03:26.175]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.2188868Z [00:03:26.175]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.2189289Z [00:03:26.175]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.2189720Z [00:03:26.175]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.2190151Z [00:03:26.175]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.2190580Z [00:03:26.175]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.2191139Z [00:03:26.175]➜  EOF
2025-08-20T21:11:59.2196139Z [00:03:26.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivilegesuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivilegesuserprofile;$WORK/b1103=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile -lang=go1.21 -complete -installsuffix shared -buildid bL3LB8fM5D5Th19BiP-r/bL3LB8fM5D5Th19BiP-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivilegesuserprofile/has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivilegesuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/hasprivilegesuserprofile/response.go
2025-08-20T21:11:59.2373727Z [00:03:26.195]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:11:59.2387499Z [00:03:26.196]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/0c/0c282eace4d670d474ef27b313ad90c3547a3fa195231021cc099343db255b49-d # internal
2025-08-20T21:11:59.2418254Z [00:03:26.196]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey
2025-08-20T21:11:59.2418698Z [00:03:26.196]➜  mkdir -p $WORK/b1104/
2025-08-20T21:11:59.2419075Z [00:03:26.197]➜  cat >/tmp/go-build2720400589/b1104/importcfg << 'EOF' # internal
2025-08-20T21:11:59.2419423Z [00:03:26.197]➜  # import config
2025-08-20T21:11:59.2419782Z [00:03:26.197]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.2420216Z [00:03:26.197]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.2420668Z [00:03:26.197]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.2421123Z [00:03:26.197]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.2421546Z [00:03:26.197]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.2422175Z [00:03:26.197]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.2422953Z [00:03:26.197]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.2423512Z [00:03:26.197]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.2423931Z [00:03:26.197]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.2424759Z [00:03:26.197]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.2425281Z [00:03:26.197]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.2425718Z [00:03:26.197]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.2426040Z [00:03:26.197]➜  EOF
2025-08-20T21:11:59.2429480Z [00:03:26.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidateapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidateapikey;$WORK/b1104=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey -lang=go1.21 -complete -installsuffix shared -buildid amU9ug0HqBwPoX9U-9qt/amU9ug0HqBwPoX9U-9qt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidateapikey/invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidateapikey/response.go
2025-08-20T21:11:59.2432513Z [00:03:26.198]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:11:59.2433174Z [00:03:26.199]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/58/58e41ba4facfa5a83a1d954a76a15cbb64407a6f66005645c78f33458b0101d7-d # internal
2025-08-20T21:11:59.2434064Z [00:03:26.199]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken
2025-08-20T21:11:59.2434656Z [00:03:26.199]➜  mkdir -p $WORK/b1105/
2025-08-20T21:11:59.2435035Z [00:03:26.199]➜  cat >/tmp/go-build2720400589/b1105/importcfg << 'EOF' # internal
2025-08-20T21:11:59.2435381Z [00:03:26.199]➜  # import config
2025-08-20T21:11:59.2435716Z [00:03:26.199]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.2436143Z [00:03:26.199]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.2436593Z [00:03:26.199]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.2437154Z [00:03:26.199]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.2437737Z [00:03:26.199]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.2438358Z [00:03:26.199]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.2439140Z [00:03:26.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.2439703Z [00:03:26.199]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.2440121Z [00:03:26.199]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.2440548Z [00:03:26.199]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.2440979Z [00:03:26.199]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.2441410Z [00:03:26.199]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.2441745Z [00:03:26.199]➜  EOF
2025-08-20T21:11:59.2445513Z [00:03:26.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidatetoken=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidatetoken;$WORK/b1105=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken -lang=go1.21 -complete -installsuffix shared -buildid osw_ZL8he-jYkAIHnJEA/osw_ZL8he-jYkAIHnJEA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidatetoken/invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidatetoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/invalidatetoken/response.go
2025-08-20T21:11:59.2818277Z [00:03:26.239]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:11:59.2833481Z [00:03:26.241]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/ae/ae5c355df2432b6788e8ca2c13db8700939ddfbdacde58aac091e69f9de6efe7-d # internal
2025-08-20T21:11:59.2845310Z [00:03:26.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate
2025-08-20T21:11:59.2845768Z [00:03:26.241]➜  mkdir -p $WORK/b1106/
2025-08-20T21:11:59.2846148Z [00:03:26.241]➜  cat >/tmp/go-build2720400589/b1106/importcfg << 'EOF' # internal
2025-08-20T21:11:59.2846498Z [00:03:26.241]➜  # import config
2025-08-20T21:11:59.2846839Z [00:03:26.241]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.2847261Z [00:03:26.241]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.2847710Z [00:03:26.241]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.2848157Z [00:03:26.241]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.2848582Z [00:03:26.241]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.2849208Z [00:03:26.241]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.2849994Z [00:03:26.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.2850911Z [00:03:26.241]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.2851328Z [00:03:26.241]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.2851762Z [00:03:26.241]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.2852190Z [00:03:26.241]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.2852614Z [00:03:26.241]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.2852940Z [00:03:26.241]➜  EOF
2025-08-20T21:11:59.2860822Z [00:03:26.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcauthenticate;$WORK/b1106=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate -lang=go1.21 -complete -installsuffix shared -buildid bzUiPn08GkVSpYeI_0sQ/bzUiPn08GkVSpYeI_0sQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcauthenticate/oidc_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcauthenticate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcauthenticate/response.go
2025-08-20T21:11:59.2864028Z [00:03:26.243]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:11:59.2868129Z [00:03:26.244]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/9a/9a5985efe99ad59222e4a510dd7d01719585e46c04834f634f373070a2619f80-d # internal
2025-08-20T21:11:59.2876272Z [00:03:26.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout
2025-08-20T21:11:59.2876685Z [00:03:26.244]➜  mkdir -p $WORK/b1107/
2025-08-20T21:11:59.2877064Z [00:03:26.244]➜  cat >/tmp/go-build2720400589/b1107/importcfg << 'EOF' # internal
2025-08-20T21:11:59.2877413Z [00:03:26.244]➜  # import config
2025-08-20T21:11:59.2877749Z [00:03:26.244]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.2878173Z [00:03:26.244]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.2878623Z [00:03:26.244]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.2879064Z [00:03:26.244]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.2879672Z [00:03:26.244]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.2880375Z [00:03:26.244]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.2881153Z [00:03:26.244]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.2881717Z [00:03:26.244]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.2882137Z [00:03:26.244]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.2882565Z [00:03:26.244]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.2882988Z [00:03:26.244]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.2883414Z [00:03:26.244]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.2883729Z [00:03:26.244]➜  EOF
2025-08-20T21:11:59.2888002Z [00:03:26.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidclogout=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidclogout;$WORK/b1107=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout -lang=go1.21 -complete -installsuffix shared -buildid oEELjULegx1ViPKzYLwE/oEELjULegx1ViPKzYLwE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidclogout/oidc_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidclogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidclogout/response.go
2025-08-20T21:11:59.3114916Z [00:03:26.267]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:11:59.3118195Z [00:03:26.268]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/ed/ed2aaa38cda39cfef2ff6fde5bb573ac09cd773168b33636be689447e1dd7e1c-d # internal
2025-08-20T21:11:59.3119479Z [00:03:26.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication
2025-08-20T21:11:59.3120330Z [00:03:26.269]➜  mkdir -p $WORK/b1108/
2025-08-20T21:11:59.3121026Z [00:03:26.269]➜  cat >/tmp/go-build2720400589/b1108/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3121674Z [00:03:26.269]➜  # import config
2025-08-20T21:11:59.3122028Z [00:03:26.269]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3122456Z [00:03:26.269]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3122906Z [00:03:26.269]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3123350Z [00:03:26.269]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3123760Z [00:03:26.269]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3124630Z [00:03:26.269]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3125477Z [00:03:26.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3126048Z [00:03:26.269]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3126470Z [00:03:26.269]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3126898Z [00:03:26.269]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3127330Z [00:03:26.269]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3127757Z [00:03:26.269]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3128074Z [00:03:26.269]➜  EOF
2025-08-20T21:11:59.3132060Z [00:03:26.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcprepareauthentication;$WORK/b1108=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication -lang=go1.21 -complete -installsuffix shared -buildid fszJwhwq6kvaan8KcqGa/fszJwhwq6kvaan8KcqGa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcprepareauthentication/oidc_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcprepareauthentication/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/oidcprepareauthentication/response.go
2025-08-20T21:11:59.3158248Z [00:03:26.274]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:11:59.3172209Z [00:03:26.275]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/85/8523f2faa12bef25a1428560f5a74cfae02466d522e7b2b4b18b176d3134d486-d # internal
2025-08-20T21:11:59.3173482Z [00:03:26.275]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges
2025-08-20T21:11:59.3173958Z [00:03:26.275]➜  mkdir -p $WORK/b1109/
2025-08-20T21:11:59.3181823Z [00:03:26.276]➜  cat >/tmp/go-build2720400589/b1109/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3182740Z [00:03:26.276]➜  # import config
2025-08-20T21:11:59.3183170Z [00:03:26.276]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3183893Z [00:03:26.276]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3184468Z [00:03:26.276]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3184980Z [00:03:26.276]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3185402Z [00:03:26.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3186030Z [00:03:26.276]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3186815Z [00:03:26.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3187798Z [00:03:26.276]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:59.3188586Z [00:03:26.276]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3189010Z [00:03:26.276]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3189446Z [00:03:26.276]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3189875Z [00:03:26.276]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3190303Z [00:03:26.276]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3190617Z [00:03:26.276]➜  EOF
2025-08-20T21:11:59.3193965Z [00:03:26.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putprivileges=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putprivileges;$WORK/b1109=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges -lang=go1.21 -complete -installsuffix shared -buildid FEvauZXIA73msXxQ2Dve/FEvauZXIA73msXxQ2Dve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putprivileges/put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putprivileges/response.go
2025-08-20T21:11:59.3636654Z [00:03:26.321]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:11:59.3650072Z [00:03:26.323]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/20/20eb1b85dcfa086507d0c654642aff344524fe67f1ca196934d164b4180a9f14-d # internal
2025-08-20T21:11:59.3651055Z [00:03:26.323]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole
2025-08-20T21:11:59.3651504Z [00:03:26.323]➜  mkdir -p $WORK/b1110/
2025-08-20T21:11:59.3657310Z [00:03:26.324]➜  cat >/tmp/go-build2720400589/b1110/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3658333Z [00:03:26.324]➜  # import config
2025-08-20T21:11:59.3658782Z [00:03:26.324]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3659234Z [00:03:26.324]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3659693Z [00:03:26.324]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3660139Z [00:03:26.324]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3660558Z [00:03:26.324]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3661186Z [00:03:26.324]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3661972Z [00:03:26.324]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3662840Z [00:03:26.324]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2720400589/b438/_pkg_.a
2025-08-20T21:11:59.3663749Z [00:03:26.324]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:59.3665135Z [00:03:26.324]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3665561Z [00:03:26.324]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3665993Z [00:03:26.324]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3666418Z [00:03:26.324]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3666844Z [00:03:26.324]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3667161Z [00:03:26.324]➜  EOF
2025-08-20T21:11:59.3670484Z [00:03:26.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrole;$WORK/b1110=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole -lang=go1.21 -complete -installsuffix shared -buildid 4Gk-73V0q0aTUdvx8aa-/4Gk-73V0q0aTUdvx8aa- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrole/put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrole/response.go
2025-08-20T21:11:59.3679720Z [00:03:26.326]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:11:59.3695459Z [00:03:26.327]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/1e/1eacced8725f63fde69014d12ad5de49a8461b589f6a4d7696543bb49dea03a1-d # internal
2025-08-20T21:11:59.3728662Z [00:03:26.331]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:11:59.3733695Z [00:03:26.331]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping
2025-08-20T21:11:59.3734169Z [00:03:26.331]➜  mkdir -p $WORK/b1111/
2025-08-20T21:11:59.3739622Z [00:03:26.332]➜  cat >/tmp/go-build2720400589/b1111/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3743143Z [00:03:26.332]➜  # import config
2025-08-20T21:11:59.3743993Z [00:03:26.332]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3744617Z [00:03:26.332]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3745105Z [00:03:26.332]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3745628Z [00:03:26.332]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3746047Z [00:03:26.332]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3746900Z [00:03:26.332]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3747744Z [00:03:26.332]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3748576Z [00:03:26.332]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:59.3749195Z [00:03:26.332]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3749610Z [00:03:26.332]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3750037Z [00:03:26.332]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3750460Z [00:03:26.332]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3750883Z [00:03:26.332]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3751200Z [00:03:26.332]➜  EOF
2025-08-20T21:11:59.3754748Z [00:03:26.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrolemapping;$WORK/b1111=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping -lang=go1.21 -complete -installsuffix shared -buildid 1J-OA0vVNCWloAsyyuax/1J-OA0vVNCWloAsyyuax -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrolemapping/put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrolemapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putrolemapping/response.go
2025-08-20T21:11:59.3766205Z [00:03:26.334]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/52/52588ddb95c9794e0564ff0753bdd217a6574e0728502c97690f5361669203d0-d # internal
2025-08-20T21:11:59.3774110Z [00:03:26.335]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser
2025-08-20T21:11:59.3774915Z [00:03:26.335]➜  mkdir -p $WORK/b1112/
2025-08-20T21:11:59.3775861Z [00:03:26.335]➜  cat >/tmp/go-build2720400589/b1112/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3776753Z [00:03:26.336]➜  # import config
2025-08-20T21:11:59.3777479Z [00:03:26.336]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3778400Z [00:03:26.336]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3779873Z [00:03:26.336]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3781400Z [00:03:26.336]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3782756Z [00:03:26.336]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3783608Z [00:03:26.336]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3784774Z [00:03:26.336]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3785690Z [00:03:26.336]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:59.3786309Z [00:03:26.336]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3786736Z [00:03:26.336]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3787165Z [00:03:26.336]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3787591Z [00:03:26.336]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3788017Z [00:03:26.336]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3788330Z [00:03:26.336]➜  EOF
2025-08-20T21:11:59.3791699Z [00:03:26.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putuser;$WORK/b1112=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser -lang=go1.21 -complete -installsuffix shared -buildid H45NxsyJUf39bzsbLXND/H45NxsyJUf39bzsbLXND -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putuser/put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/putuser/response.go
2025-08-20T21:11:59.3861859Z [00:03:26.344]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:11:59.3873624Z [00:03:26.345]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/41/412c1d21441f751520821772d38597fb8b88e4ddacb9e8a3247f837ac18ad93f-d # internal
2025-08-20T21:11:59.3875697Z [00:03:26.345]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys
2025-08-20T21:11:59.3876437Z [00:03:26.346]➜  mkdir -p $WORK/b1113/
2025-08-20T21:11:59.3881971Z [00:03:26.346]➜  cat >/tmp/go-build2720400589/b1113/importcfg << 'EOF' # internal
2025-08-20T21:11:59.3882820Z [00:03:26.346]➜  # import config
2025-08-20T21:11:59.3883633Z [00:03:26.346]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.3884655Z [00:03:26.346]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.3885993Z [00:03:26.346]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.3886744Z [00:03:26.346]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.3887544Z [00:03:26.346]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.3888418Z [00:03:26.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.3889385Z [00:03:26.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.3890298Z [00:03:26.346]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.3891148Z [00:03:26.346]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.3891968Z [00:03:26.346]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.3892657Z [00:03:26.346]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.3893562Z [00:03:26.346]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.3894174Z [00:03:26.346]➜  EOF
2025-08-20T21:11:59.3897774Z [00:03:26.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryapikeys=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryapikeys;$WORK/b1113=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys -lang=go1.21 -complete -installsuffix shared -buildid 7KafMytYNSd8drVG_Sqh/7KafMytYNSd8drVG_Sqh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryapikeys/query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryapikeys/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryapikeys/response.go
2025-08-20T21:11:59.4478856Z [00:03:26.406]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:11:59.4491015Z [00:03:26.407]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/35/355b47a3e74de7ded6272566ab0d42e1834fd44e8f29c4e72111bd172ef91453-d # internal
2025-08-20T21:11:59.4492052Z [00:03:26.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole
2025-08-20T21:11:59.4499669Z [00:03:26.408]➜  mkdir -p $WORK/b1114/
2025-08-20T21:11:59.4500624Z [00:03:26.408]➜  cat >/tmp/go-build2720400589/b1114/importcfg << 'EOF' # internal
2025-08-20T21:11:59.4501231Z [00:03:26.408]➜  # import config
2025-08-20T21:11:59.4502267Z [00:03:26.408]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.4505173Z [00:03:26.408]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.4505644Z [00:03:26.408]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.4506108Z [00:03:26.408]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.4506521Z [00:03:26.408]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.4507148Z [00:03:26.408]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.4507927Z [00:03:26.408]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.4508500Z [00:03:26.408]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.4508921Z [00:03:26.408]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.4509542Z [00:03:26.408]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.4510108Z [00:03:26.408]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.4510540Z [00:03:26.408]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.4511032Z [00:03:26.408]➜  EOF
2025-08-20T21:11:59.4514437Z [00:03:26.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryrole=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryrole;$WORK/b1114=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole -lang=go1.21 -complete -installsuffix shared -buildid QWn6gxS9Ll3q6jtvKDPj/QWn6gxS9Ll3q6jtvKDPj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryrole/query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryrole/response.go
2025-08-20T21:11:59.4563988Z [00:03:26.413]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:11:59.4579926Z [00:03:26.414]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/80/80643fd9da91a29d3c77afe258b13df0c2d060139109c55c49ff3992f6f682cd-d # internal
2025-08-20T21:11:59.4580643Z [00:03:26.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser
2025-08-20T21:11:59.4581034Z [00:03:26.414]➜  mkdir -p $WORK/b1115/
2025-08-20T21:11:59.4581409Z [00:03:26.414]➜  cat >/tmp/go-build2720400589/b1115/importcfg << 'EOF' # internal
2025-08-20T21:11:59.4581756Z [00:03:26.414]➜  # import config
2025-08-20T21:11:59.4582105Z [00:03:26.414]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.4582531Z [00:03:26.414]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.4582987Z [00:03:26.414]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.4583437Z [00:03:26.414]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.4583857Z [00:03:26.414]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.4588686Z [00:03:26.414]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.4589550Z [00:03:26.414]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.4590114Z [00:03:26.414]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.4590530Z [00:03:26.414]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.4591204Z [00:03:26.414]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.4591699Z [00:03:26.414]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.4592132Z [00:03:26.414]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.4592458Z [00:03:26.414]➜  EOF
2025-08-20T21:11:59.4595797Z [00:03:26.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryuser=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryuser;$WORK/b1115=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser -lang=go1.21 -complete -installsuffix shared -buildid lyasPV9C3jDUoUe9aNRV/lyasPV9C3jDUoUe9aNRV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryuser/query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/queryuser/response.go
2025-08-20T21:11:59.4706048Z [00:03:26.428]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:11:59.4716654Z [00:03:26.429]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/60/6088d6b635747359e93badb680bf7c2a4b522e025ed23f75fe214ea175afa1bf-d # internal
2025-08-20T21:11:59.4718355Z [00:03:26.430]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate
2025-08-20T21:11:59.4719273Z [00:03:26.430]➜  mkdir -p $WORK/b1116/
2025-08-20T21:11:59.4723770Z [00:03:26.430]➜  cat >/tmp/go-build2720400589/b1116/importcfg << 'EOF' # internal
2025-08-20T21:11:59.4724552Z [00:03:26.430]➜  # import config
2025-08-20T21:11:59.4725266Z [00:03:26.430]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.4726296Z [00:03:26.430]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.4726826Z [00:03:26.430]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.4727289Z [00:03:26.430]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.4727710Z [00:03:26.430]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.4728353Z [00:03:26.430]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.4729142Z [00:03:26.430]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.4729707Z [00:03:26.430]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.4730124Z [00:03:26.430]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.4730559Z [00:03:26.430]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.4730987Z [00:03:26.430]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.4731424Z [00:03:26.430]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.4731740Z [00:03:26.430]➜  EOF
2025-08-20T21:11:59.4735613Z [00:03:26.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlauthenticate;$WORK/b1116=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate -lang=go1.21 -complete -installsuffix shared -buildid FXJusZlyGfzQtsIBpKyv/FXJusZlyGfzQtsIBpKyv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlauthenticate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlauthenticate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlauthenticate/saml_authenticate.go
2025-08-20T21:11:59.4884052Z [00:03:26.446]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:11:59.4900695Z [00:03:26.448]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/38/383e26b44d18cda14c9b363d3dcf944a485c649cf7d7f9eec44462cbaac64c22-d # internal
2025-08-20T21:11:59.4902193Z [00:03:26.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate
2025-08-20T21:11:59.4902668Z [00:03:26.448]➜  mkdir -p $WORK/b1118/
2025-08-20T21:11:59.4920091Z [00:03:26.450]➜  cat >/tmp/go-build2720400589/b1118/importcfg << 'EOF' # internal
2025-08-20T21:11:59.4920476Z [00:03:26.450]➜  # import config
2025-08-20T21:11:59.4920821Z [00:03:26.450]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.4921245Z [00:03:26.450]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.4921696Z [00:03:26.450]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.4922154Z [00:03:26.450]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.4922571Z [00:03:26.450]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.4923385Z [00:03:26.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.4924477Z [00:03:26.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.4925206Z [00:03:26.450]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.4925627Z [00:03:26.450]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.4926060Z [00:03:26.450]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.4926485Z [00:03:26.450]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.4926914Z [00:03:26.450]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.4927230Z [00:03:26.450]➜  EOF
2025-08-20T21:11:59.4930624Z [00:03:26.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlinvalidate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlinvalidate;$WORK/b1118=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate -lang=go1.21 -complete -installsuffix shared -buildid lyAQVdxr3WLLV0IN5uUC/lyAQVdxr3WLLV0IN5uUC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlinvalidate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlinvalidate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlinvalidate/saml_invalidate.go
2025-08-20T21:11:59.5298048Z [00:03:26.486]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:11:59.5298896Z [00:03:26.487]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/b6/b60b17b9d940274213803e9a85ed7527b357605ef93040736b59add801377608-d # internal
2025-08-20T21:11:59.5301720Z [00:03:26.487]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout
2025-08-20T21:11:59.5304075Z [00:03:26.487]➜  mkdir -p $WORK/b1119/
2025-08-20T21:11:59.5304745Z [00:03:26.488]➜  cat >/tmp/go-build2720400589/b1119/importcfg << 'EOF' # internal
2025-08-20T21:11:59.5305247Z [00:03:26.488]➜  # import config
2025-08-20T21:11:59.5305678Z [00:03:26.488]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.5306188Z [00:03:26.488]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.5306728Z [00:03:26.488]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.5307268Z [00:03:26.488]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.5308667Z [00:03:26.488]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.5309520Z [00:03:26.488]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.5310371Z [00:03:26.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.5310939Z [00:03:26.488]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.5311359Z [00:03:26.488]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.5311944Z [00:03:26.488]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.5312378Z [00:03:26.488]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.5312841Z [00:03:26.488]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.5313160Z [00:03:26.488]➜  EOF
2025-08-20T21:11:59.5316662Z [00:03:26.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samllogout=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samllogout;$WORK/b1119=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout -lang=go1.21 -complete -installsuffix shared -buildid Bdl825j52d-I0tK86qqR/Bdl825j52d-I0tK86qqR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samllogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samllogout/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samllogout/saml_logout.go
2025-08-20T21:11:59.5358550Z [00:03:26.493]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:11:59.5373353Z [00:03:26.495]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/59/592d379d7c0514ed3487d72efb435871f1f011fb48484fe455f89558d75b34ea-d # internal
2025-08-20T21:11:59.5389882Z [00:03:26.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication
2025-08-20T21:11:59.5392691Z [00:03:26.497]➜  mkdir -p $WORK/b1120/
2025-08-20T21:11:59.5398773Z [00:03:26.498]➜  cat >/tmp/go-build2720400589/b1120/importcfg << 'EOF' # internal
2025-08-20T21:11:59.5399455Z [00:03:26.498]➜  # import config
2025-08-20T21:11:59.5399911Z [00:03:26.498]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.5401349Z [00:03:26.498]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.5401822Z [00:03:26.498]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.5402270Z [00:03:26.498]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.5402679Z [00:03:26.498]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.5403307Z [00:03:26.498]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.5404454Z [00:03:26.498]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.5405143Z [00:03:26.498]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.5405566Z [00:03:26.498]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.5406004Z [00:03:26.498]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.5406433Z [00:03:26.498]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.5406862Z [00:03:26.498]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.5407180Z [00:03:26.498]➜  EOF
2025-08-20T21:11:59.5410950Z [00:03:26.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlprepareauthentication;$WORK/b1120=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication -lang=go1.21 -complete -installsuffix shared -buildid qtMFUnkzN9s8hrnniKuJ/qtMFUnkzN9s8hrnniKuJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlprepareauthentication/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlprepareauthentication/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlprepareauthentication/saml_prepare_authentication.go
2025-08-20T21:11:59.5500813Z [00:03:26.508]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:11:59.5516542Z [00:03:26.509]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/7a/7a4c72b7fd36bbc8af8e84f9417a1afc7d304e016893e65d2d7dcbe237a3ea8e-d # internal
2025-08-20T21:11:59.5521762Z [00:03:26.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata
2025-08-20T21:11:59.5522265Z [00:03:26.510]➜  mkdir -p $WORK/b1121/
2025-08-20T21:11:59.5530529Z [00:03:26.511]➜  cat >/tmp/go-build2720400589/b1121/importcfg << 'EOF' # internal
2025-08-20T21:11:59.5532576Z [00:03:26.511]➜  # import config
2025-08-20T21:11:59.5546992Z [00:03:26.513]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.5548760Z [00:03:26.513]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.5550304Z [00:03:26.513]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.5550742Z [00:03:26.513]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.5551374Z [00:03:26.513]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.5552155Z [00:03:26.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.5552729Z [00:03:26.513]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.5553151Z [00:03:26.513]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.5553587Z [00:03:26.513]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.5554019Z [00:03:26.513]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.5554656Z [00:03:26.513]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.5554983Z [00:03:26.513]➜  EOF
2025-08-20T21:11:59.5558541Z [00:03:26.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlserviceprovidermetadata=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlserviceprovidermetadata;$WORK/b1121=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata -lang=go1.21 -complete -installsuffix shared -buildid PSjA81nQmrFFfI7MFSbR/PSjA81nQmrFFfI7MFSbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlserviceprovidermetadata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/samlserviceprovidermetadata/saml_service_provider_metadata.go
2025-08-20T21:11:59.5669351Z [00:03:26.525]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:11:59.5701675Z [00:03:26.528]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/55/559a4efb9fcfdd79aa50ef5a1f179cd5a27850035fb2b88b6685b2d3d039583b-d # internal
2025-08-20T21:11:59.5706422Z [00:03:26.528]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles
2025-08-20T21:11:59.5706903Z [00:03:26.528]➜  mkdir -p $WORK/b1122/
2025-08-20T21:11:59.5707288Z [00:03:26.528]➜  cat >/tmp/go-build2720400589/b1122/importcfg << 'EOF' # internal
2025-08-20T21:11:59.5707633Z [00:03:26.528]➜  # import config
2025-08-20T21:11:59.5707988Z [00:03:26.528]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.5708416Z [00:03:26.528]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.5708876Z [00:03:26.528]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.5709326Z [00:03:26.528]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.5709740Z [00:03:26.528]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.5710725Z [00:03:26.528]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.5711509Z [00:03:26.528]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.5712068Z [00:03:26.528]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.5712484Z [00:03:26.528]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.5712923Z [00:03:26.528]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.5713350Z [00:03:26.528]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.5713876Z [00:03:26.528]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.5714514Z [00:03:26.528]➜  EOF
2025-08-20T21:11:59.5718103Z [00:03:26.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/suggestuserprofiles=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/suggestuserprofiles;$WORK/b1122=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles -lang=go1.21 -complete -installsuffix shared -buildid oNJsMdkGmYig6PIVF4iN/oNJsMdkGmYig6PIVF4iN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/suggestuserprofiles/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/suggestuserprofiles/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/suggestuserprofiles/suggest_user_profiles.go
2025-08-20T21:11:59.6090291Z [00:03:26.567]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:11:59.6100140Z [00:03:26.567]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/54/5422b1b11ab79efca55d086cce6bc6f341e016ddc181dac454835662e2a615a3-d # internal
2025-08-20T21:11:59.6100906Z [00:03:26.567]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey
2025-08-20T21:11:59.6101316Z [00:03:26.567]➜  mkdir -p $WORK/b1123/
2025-08-20T21:11:59.6106191Z [00:03:26.567]➜  cat >/tmp/go-build2720400589/b1123/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6106975Z [00:03:26.567]➜  # import config
2025-08-20T21:11:59.6107642Z [00:03:26.567]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.6108640Z [00:03:26.567]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6109463Z [00:03:26.567]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6111254Z [00:03:26.567]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6111891Z [00:03:26.567]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6112538Z [00:03:26.567]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6113333Z [00:03:26.567]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6113900Z [00:03:26.567]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6114413Z [00:03:26.567]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6114907Z [00:03:26.567]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6115333Z [00:03:26.567]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6115767Z [00:03:26.567]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6116084Z [00:03:26.567]➜  EOF
2025-08-20T21:11:59.6119416Z [00:03:26.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateapikey;$WORK/b1123=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey -lang=go1.21 -complete -installsuffix shared -buildid nNmDOHDfW-RyATUfjEdP/nNmDOHDfW-RyATUfjEdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateapikey/update_api_key.go
2025-08-20T21:11:59.6122674Z [00:03:26.568]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:11:59.6123435Z [00:03:26.568]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/63/637a04a2c0cd32a02b79edaeccb8fbbfb34c7c58dadbc08befbd7e0865ee0dd5-d # internal
2025-08-20T21:11:59.6124443Z [00:03:26.569]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey
2025-08-20T21:11:59.6124947Z [00:03:26.569]➜  mkdir -p $WORK/b1124/
2025-08-20T21:11:59.6134563Z [00:03:26.571]➜  cat >/tmp/go-build2720400589/b1124/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6140617Z [00:03:26.572]➜  # import config
2025-08-20T21:11:59.6141056Z [00:03:26.572]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.6141498Z [00:03:26.572]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6141956Z [00:03:26.572]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6142420Z [00:03:26.572]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6142838Z [00:03:26.572]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6143474Z [00:03:26.572]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6144480Z [00:03:26.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6145121Z [00:03:26.572]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6145541Z [00:03:26.572]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6145969Z [00:03:26.572]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6146395Z [00:03:26.572]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6146820Z [00:03:26.572]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6147130Z [00:03:26.572]➜  EOF
2025-08-20T21:11:59.6151085Z [00:03:26.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatecrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatecrossclusterapikey;$WORK/b1124=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey -lang=go1.21 -complete -installsuffix shared -buildid 3kBsQIGlYc1UqJUH7FdI/3kBsQIGlYc1UqJUH7FdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatecrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatecrossclusterapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatecrossclusterapikey/update_cross_cluster_api_key.go
2025-08-20T21:11:59.6188451Z [00:03:26.577]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:11:59.6209901Z [00:03:26.579]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/d9/d9ec8285c74603af6aeff2dc52610b7d9094977ac27e29cc05266928bd6eb872-d # internal
2025-08-20T21:11:59.6212891Z [00:03:26.579]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings
2025-08-20T21:11:59.6213396Z [00:03:26.579]➜  mkdir -p $WORK/b1125/
2025-08-20T21:11:59.6218223Z [00:03:26.580]➜  cat >/tmp/go-build2720400589/b1125/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6220190Z [00:03:26.580]➜  # import config
2025-08-20T21:11:59.6220550Z [00:03:26.580]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.6220983Z [00:03:26.580]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6221436Z [00:03:26.580]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6221881Z [00:03:26.580]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6222308Z [00:03:26.580]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6223098Z [00:03:26.580]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6224023Z [00:03:26.580]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6224880Z [00:03:26.580]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6225308Z [00:03:26.580]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6225737Z [00:03:26.580]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6226206Z [00:03:26.580]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6226632Z [00:03:26.580]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6226945Z [00:03:26.580]➜  EOF
2025-08-20T21:11:59.6230349Z [00:03:26.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatesettings;$WORK/b1125=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings -lang=go1.21 -complete -installsuffix shared -buildid yCLFfPveSYaFhFpZsWfx/yCLFfPveSYaFhFpZsWfx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatesettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatesettings/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updatesettings/update_settings.go
2025-08-20T21:11:59.6415130Z [00:03:26.599]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:11:59.6426248Z [00:03:26.600]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/4e/4e93ea9807903d56513bdc2b711d530581eb590b238900d4ea444a4dfa46a081-d # internal
2025-08-20T21:11:59.6427415Z [00:03:26.601]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata
2025-08-20T21:11:59.6428428Z [00:03:26.601]➜  mkdir -p $WORK/b1126/
2025-08-20T21:11:59.6441536Z [00:03:26.602]➜  cat >/tmp/go-build2720400589/b1126/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6442180Z [00:03:26.602]➜  # import config
2025-08-20T21:11:59.6442690Z [00:03:26.602]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.6443664Z [00:03:26.602]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6445537Z [00:03:26.602]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6446579Z [00:03:26.602]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6448116Z [00:03:26.602]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6455746Z [00:03:26.602]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6456935Z [00:03:26.602]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6457944Z [00:03:26.602]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:11:59.6459795Z [00:03:26.602]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6460227Z [00:03:26.602]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6460660Z [00:03:26.602]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6461086Z [00:03:26.602]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6461513Z [00:03:26.602]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6461829Z [00:03:26.602]➜  EOF
2025-08-20T21:11:59.6465836Z [00:03:26.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateuserprofiledata=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateuserprofiledata;$WORK/b1126=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata -lang=go1.21 -complete -installsuffix shared -buildid u6CFsXX96NJOK-KLGIgC/u6CFsXX96NJOK-KLGIgC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateuserprofiledata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateuserprofiledata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/security/updateuserprofiledata/update_user_profile_data.go
2025-08-20T21:11:59.6798588Z [00:03:26.636]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:11:59.6799713Z [00:03:26.638]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/f2/f21873291252b30218feb8e6f26e94a9898041fbefbdd3f0558d82816650c97b-d # internal
2025-08-20T21:11:59.6801052Z [00:03:26.638]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode
2025-08-20T21:11:59.6802059Z [00:03:26.638]➜  mkdir -p $WORK/b1127/
2025-08-20T21:11:59.6807391Z [00:03:26.639]➜  cat >/tmp/go-build2720400589/b1127/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6808407Z [00:03:26.639]➜  # import config
2025-08-20T21:11:59.6809246Z [00:03:26.639]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6810202Z [00:03:26.639]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6811113Z [00:03:26.639]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6811977Z [00:03:26.639]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6813280Z [00:03:26.639]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6815763Z [00:03:26.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6816619Z [00:03:26.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:59.6817251Z [00:03:26.639]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6817676Z [00:03:26.639]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6818103Z [00:03:26.639]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6818526Z [00:03:26.639]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6818949Z [00:03:26.639]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6819261Z [00:03:26.639]➜  EOF
2025-08-20T21:11:59.6822118Z [00:03:26.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/deletenode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/deletenode;$WORK/b1127=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode -lang=go1.21 -complete -installsuffix shared -buildid xZrVceA9aMoaEN5piTFR/xZrVceA9aMoaEN5piTFR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/deletenode/delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/deletenode/response.go
2025-08-20T21:11:59.6862154Z [00:03:26.644]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:11:59.6871575Z [00:03:26.645]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:11:59.6884859Z [00:03:26.646]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/3a/3aeb19ce743565514cd69dde0f30d5e02777c31247ef8332132453d048e8c781-d # internal
2025-08-20T21:11:59.6886959Z [00:03:26.646]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/53/53ef2880f3410162703c7dce2cd085df1349c31cf69c079ab8f21a320ed259cc-d # internal
2025-08-20T21:11:59.6887880Z [00:03:26.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode
2025-08-20T21:11:59.6892587Z [00:03:26.647]➜  mkdir -p $WORK/b1128/
2025-08-20T21:11:59.6893015Z [00:03:26.647]➜  cat >/tmp/go-build2720400589/b1128/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6893392Z [00:03:26.647]➜  # import config
2025-08-20T21:11:59.6897417Z [00:03:26.647]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6898089Z [00:03:26.647]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6898550Z [00:03:26.647]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6898966Z [00:03:26.647]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6899606Z [00:03:26.647]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6900393Z [00:03:26.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6901211Z [00:03:26.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:59.6901834Z [00:03:26.647]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6902254Z [00:03:26.647]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6902679Z [00:03:26.647]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6903102Z [00:03:26.647]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6903525Z [00:03:26.647]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6903841Z [00:03:26.647]➜  EOF
2025-08-20T21:11:59.6904182Z [00:03:26.647]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode
2025-08-20T21:11:59.6904952Z [00:03:26.647]➜  mkdir -p $WORK/b1129/
2025-08-20T21:11:59.6905423Z [00:03:26.648]➜  cat >/tmp/go-build2720400589/b1129/importcfg << 'EOF' # internal
2025-08-20T21:11:59.6907271Z [00:03:26.648]➜  # import config
2025-08-20T21:11:59.6908227Z [00:03:26.648]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.6909061Z [00:03:26.648]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.6909614Z [00:03:26.648]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.6910131Z [00:03:26.648]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.6910622Z [00:03:26.648]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.6911335Z [00:03:26.648]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.6912199Z [00:03:26.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.6913100Z [00:03:26.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:11:59.6914569Z [00:03:26.648]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build2720400589/b1130/_pkg_.a
2025-08-20T21:11:59.6916343Z [00:03:26.648]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.6916773Z [00:03:26.648]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.6917200Z [00:03:26.648]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.6917628Z [00:03:26.648]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.6918051Z [00:03:26.648]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.6918366Z [00:03:26.648]➜  EOF
2025-08-20T21:11:59.6921266Z [00:03:26.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/getnode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/getnode;$WORK/b1128=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode -lang=go1.21 -complete -installsuffix shared -buildid nvWEKXrB91xUC6VVfRo5/nvWEKXrB91xUC6VVfRo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/getnode/get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/getnode/response.go
2025-08-20T21:11:59.6926962Z [00:03:26.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/putnode=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/putnode;$WORK/b1129=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode -lang=go1.21 -complete -installsuffix shared -buildid e0PR8r0ghuNwFc6AnoZg/e0PR8r0ghuNwFc6AnoZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/putnode/put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/putnode/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/shutdown/putnode/response.go
2025-08-20T21:11:59.7382264Z [00:03:26.695]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:11:59.7401876Z [00:03:26.698]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/89/897c9afe4275a62732a48df213c4ecf2afd6430c12a7948e1c6c26087a039b45-d # internal
2025-08-20T21:11:59.7407182Z [00:03:26.698]➜  github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest
2025-08-20T21:11:59.7407600Z [00:03:26.698]➜  mkdir -p $WORK/b1131/
2025-08-20T21:11:59.7421895Z [00:03:26.700]➜  cat >/tmp/go-build2720400589/b1131/importcfg << 'EOF' # internal
2025-08-20T21:11:59.7426915Z [00:03:26.700]➜  # import config
2025-08-20T21:11:59.7427303Z [00:03:26.700]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.7427738Z [00:03:26.700]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.7428198Z [00:03:26.700]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.7428653Z [00:03:26.700]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.7429068Z [00:03:26.700]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.7429693Z [00:03:26.700]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.7430473Z [00:03:26.700]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.7431039Z [00:03:26.700]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.7431463Z [00:03:26.700]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.7431905Z [00:03:26.700]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.7432332Z [00:03:26.700]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.7432760Z [00:03:26.700]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.7433344Z [00:03:26.700]➜  EOF
2025-08-20T21:11:59.7436723Z [00:03:26.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/simulate/ingest=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/simulate/ingest;$WORK/b1131=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest -lang=go1.21 -complete -installsuffix shared -buildid dDZY_CzOvpmsw5UucIMb/dDZY_CzOvpmsw5UucIMb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/simulate/ingest/ingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/simulate/ingest/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/simulate/ingest/response.go
2025-08-20T21:11:59.7540512Z [00:03:26.712]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:11:59.7553165Z [00:03:26.713]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/ba/baa13769d7bba4f9d8c57d2980d94aa347bcb03d747a886fa16cdf617216e01d-d # internal
2025-08-20T21:11:59.7559574Z [00:03:26.713]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:11:59.7560072Z [00:03:26.714]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle
2025-08-20T21:11:59.7571627Z [00:03:26.714]➜  mkdir -p $WORK/b1132/
2025-08-20T21:11:59.7574709Z [00:03:26.714]➜  cat >/tmp/go-build2720400589/b1132/importcfg << 'EOF' # internal
2025-08-20T21:11:59.7575133Z [00:03:26.714]➜  # import config
2025-08-20T21:11:59.7575500Z [00:03:26.714]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.7577713Z [00:03:26.714]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.7578187Z [00:03:26.714]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.7578616Z [00:03:26.714]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.7579258Z [00:03:26.714]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.7580038Z [00:03:26.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.7580837Z [00:03:26.715]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.7581454Z [00:03:26.715]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.7581908Z [00:03:26.715]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.7582790Z [00:03:26.715]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.7583311Z [00:03:26.715]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.7583639Z [00:03:26.715]➜  EOF
2025-08-20T21:11:59.7587697Z [00:03:26.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/deletelifecycle;$WORK/b1132=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle -lang=go1.21 -complete -installsuffix shared -buildid LNDi_qia-9EJx-zAOa7A/LNDi_qia-9EJx-zAOa7A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/deletelifecycle/response.go
2025-08-20T21:11:59.7590904Z [00:03:26.715]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/7f/7f6362d6dbdd3bdc2a5b3e7ab34230fb8f0394c7d913bc00d19326375e989739-d # internal
2025-08-20T21:11:59.7591607Z [00:03:26.715]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle
2025-08-20T21:11:59.7592029Z [00:03:26.716]➜  mkdir -p $WORK/b1133/
2025-08-20T21:11:59.7592404Z [00:03:26.716]➜  cat >/tmp/go-build2720400589/b1133/importcfg << 'EOF' # internal
2025-08-20T21:11:59.7592970Z [00:03:26.716]➜  # import config
2025-08-20T21:11:59.7593314Z [00:03:26.716]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.7593765Z [00:03:26.716]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.7594208Z [00:03:26.716]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.7594803Z [00:03:26.716]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.7596557Z [00:03:26.716]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.7597588Z [00:03:26.716]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.7598526Z [00:03:26.716]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.7599157Z [00:03:26.716]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.7599606Z [00:03:26.716]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.7600030Z [00:03:26.716]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.7600457Z [00:03:26.716]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.7600774Z [00:03:26.716]➜  EOF
2025-08-20T21:11:59.7603667Z [00:03:26.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executelifecycle;$WORK/b1133=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle -lang=go1.21 -complete -installsuffix shared -buildid hB6WmztpSd-rmYFlNQkG/hB6WmztpSd-rmYFlNQkG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executelifecycle/execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executelifecycle/response.go
2025-08-20T21:11:59.7667795Z [00:03:26.725]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:11:59.7708520Z [00:03:26.729]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/bc/bcf90addc9f4ab2d6d9969119e73e28494af97f62412366c0cb4a45c6a0a8732-d # internal
2025-08-20T21:11:59.7710190Z [00:03:26.729]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention
2025-08-20T21:11:59.7710600Z [00:03:26.729]➜  mkdir -p $WORK/b1134/
2025-08-20T21:11:59.7711195Z [00:03:26.729]➜  cat >/tmp/go-build2720400589/b1134/importcfg << 'EOF' # internal
2025-08-20T21:11:59.7711619Z [00:03:26.729]➜  # import config
2025-08-20T21:11:59.7711982Z [00:03:26.729]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.7712434Z [00:03:26.729]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.7712883Z [00:03:26.729]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.7713304Z [00:03:26.729]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.7713922Z [00:03:26.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.7714936Z [00:03:26.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.7715504Z [00:03:26.729]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.7715920Z [00:03:26.729]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.7716356Z [00:03:26.729]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.7716789Z [00:03:26.729]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.7717219Z [00:03:26.729]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.7717549Z [00:03:26.729]➜  EOF
2025-08-20T21:11:59.7720632Z [00:03:26.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executeretention=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executeretention;$WORK/b1134=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention -lang=go1.21 -complete -installsuffix shared -buildid leAIrIWznix1rxEsVM2t/leAIrIWznix1rxEsVM2t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executeretention/execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/executeretention/response.go
2025-08-20T21:11:59.8244858Z [00:03:26.782]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:11:59.8256018Z [00:03:26.783]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/95/95ccfdb38bf50e317dc8ec769496af1cc6edfe9f46aad80396adcea661f1c226-d # internal
2025-08-20T21:11:59.8257210Z [00:03:26.783]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle
2025-08-20T21:11:59.8259120Z [00:03:26.784]➜  mkdir -p $WORK/b1135/
2025-08-20T21:11:59.8259520Z [00:03:26.784]➜  cat >/tmp/go-build2720400589/b1135/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8260400Z [00:03:26.784]➜  # import config
2025-08-20T21:11:59.8261094Z [00:03:26.784]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8261618Z [00:03:26.784]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8262087Z [00:03:26.784]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8262504Z [00:03:26.784]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8263141Z [00:03:26.784]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.8263932Z [00:03:26.784]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.8264677Z [00:03:26.784]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.8265106Z [00:03:26.784]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.8265539Z [00:03:26.784]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.8266093Z [00:03:26.784]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.8266520Z [00:03:26.784]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.8267152Z [00:03:26.784]➜  EOF
2025-08-20T21:11:59.8270251Z [00:03:26.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getlifecycle;$WORK/b1135=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle -lang=go1.21 -complete -installsuffix shared -buildid TkqVtlA8HDQEJCihaF2j/TkqVtlA8HDQEJCihaF2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getlifecycle/response.go
2025-08-20T21:11:59.8303823Z [00:03:26.787]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:11:59.8304800Z [00:03:26.788]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/fd/fd00aab95ba72e09ba5a0f7a300efbd1221940fd6d0734fa507b7bcf215be38d-d # internal
2025-08-20T21:11:59.8306340Z [00:03:26.789]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats
2025-08-20T21:11:59.8306762Z [00:03:26.789]➜  mkdir -p $WORK/b1136/
2025-08-20T21:11:59.8319178Z [00:03:26.790]➜  cat >/tmp/go-build2720400589/b1136/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8319566Z [00:03:26.790]➜  # import config
2025-08-20T21:11:59.8321452Z [00:03:26.790]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8322142Z [00:03:26.790]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8322593Z [00:03:26.790]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8323010Z [00:03:26.790]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8323635Z [00:03:26.790]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.8324630Z [00:03:26.790]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.8325257Z [00:03:26.790]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.8325801Z [00:03:26.790]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.8326343Z [00:03:26.790]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.8326958Z [00:03:26.790]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.8327392Z [00:03:26.790]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.8327710Z [00:03:26.790]➜  EOF
2025-08-20T21:11:59.8330358Z [00:03:26.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstats;$WORK/b1136=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats -lang=go1.21 -complete -installsuffix shared -buildid 12-f3-9jMoMc9aqK55-F/12-f3-9jMoMc9aqK55-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstats/get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstats/response.go
2025-08-20T21:11:59.8341364Z [00:03:26.792]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:11:59.8372463Z [00:03:26.794]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:11:59.8373201Z [00:03:26.794]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/c6/c6e4c3b338dbc1ae677378670904cd265de8389c11c65c383101f59706b4e947-d # internal
2025-08-20T21:11:59.8373862Z [00:03:26.794]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus
2025-08-20T21:11:59.8374230Z [00:03:26.794]➜  mkdir -p $WORK/b1137/
2025-08-20T21:11:59.8374797Z [00:03:26.795]➜  cat >/tmp/go-build2720400589/b1137/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8375154Z [00:03:26.795]➜  # import config
2025-08-20T21:11:59.8375688Z [00:03:26.795]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8376220Z [00:03:26.795]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8376664Z [00:03:26.795]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8377083Z [00:03:26.795]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8377709Z [00:03:26.795]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.8378483Z [00:03:26.795]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.8379370Z [00:03:26.795]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2720400589/b536/_pkg_.a
2025-08-20T21:11:59.8380047Z [00:03:26.795]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.8380466Z [00:03:26.795]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.8380926Z [00:03:26.795]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.8381360Z [00:03:26.795]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.8381791Z [00:03:26.795]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.8382105Z [00:03:26.795]➜  EOF
2025-08-20T21:11:59.8404345Z [00:03:26.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstatus;$WORK/b1137=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus -lang=go1.21 -complete -installsuffix shared -buildid wH4T_TnH2r9lsX_L5yXs/wH4T_TnH2r9lsX_L5yXs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/getstatus/response.go
2025-08-20T21:11:59.8407361Z [00:03:26.797]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/e9/e97162769a18f9b52385586b40bb5fabb313ab06dbfeaafb47cf17bb9e791a82-d # internal
2025-08-20T21:11:59.8408179Z [00:03:26.797]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle
2025-08-20T21:11:59.8408574Z [00:03:26.797]➜  mkdir -p $WORK/b1138/
2025-08-20T21:11:59.8408947Z [00:03:26.798]➜  cat >/tmp/go-build2720400589/b1138/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8409292Z [00:03:26.798]➜  # import config
2025-08-20T21:11:59.8409624Z [00:03:26.798]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.8410047Z [00:03:26.798]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8410495Z [00:03:26.798]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8410941Z [00:03:26.798]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8411352Z [00:03:26.798]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8411975Z [00:03:26.798]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.8412754Z [00:03:26.798]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.8413319Z [00:03:26.798]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.8413737Z [00:03:26.798]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.8414170Z [00:03:26.798]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.8417528Z [00:03:26.798]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.8417989Z [00:03:26.798]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.8418309Z [00:03:26.798]➜  EOF
2025-08-20T21:11:59.8424133Z [00:03:26.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/putlifecycle;$WORK/b1138=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle -lang=go1.21 -complete -installsuffix shared -buildid nNQ1sRDRZ8nWnTK3-qs8/nNQ1sRDRZ8nWnTK3-qs8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/putlifecycle/response.go
2025-08-20T21:11:59.8909314Z [00:03:26.849]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:11:59.8917750Z [00:03:26.850]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/5a/5ab83407b8c1cfce31da6269633bf86f0674c2ba9b912c2f094de826c1516834-d # internal
2025-08-20T21:11:59.8936263Z [00:03:26.850]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/start
2025-08-20T21:11:59.8936695Z [00:03:26.850]➜  mkdir -p $WORK/b1139/
2025-08-20T21:11:59.8937446Z [00:03:26.850]➜  cat >/tmp/go-build2720400589/b1139/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8937803Z [00:03:26.850]➜  # import config
2025-08-20T21:11:59.8940517Z [00:03:26.850]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8940985Z [00:03:26.850]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8941431Z [00:03:26.850]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8941849Z [00:03:26.850]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8942480Z [00:03:26.850]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.8943276Z [00:03:26.850]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.8943998Z [00:03:26.850]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.8944690Z [00:03:26.850]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.8945134Z [00:03:26.850]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.8945571Z [00:03:26.850]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.8945999Z [00:03:26.850]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.8946312Z [00:03:26.850]➜  EOF
2025-08-20T21:11:59.8950605Z [00:03:26.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/start=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/start;$WORK/b1139=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/start -lang=go1.21 -complete -installsuffix shared -buildid -vu_5l12x0OzbuhpQx8N/-vu_5l12x0OzbuhpQx8N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/start/start.go
2025-08-20T21:11:59.8954356Z [00:03:26.852]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:11:59.8976873Z [00:03:26.856]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/a9/a95ef1558c383ee96141ed018b5e86f3f605eb9047eaef15dff881a97af4f05a-d # internal
2025-08-20T21:11:59.8993842Z [00:03:26.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop
2025-08-20T21:11:59.8994849Z [00:03:26.857]➜  mkdir -p $WORK/b1140/
2025-08-20T21:11:59.8996504Z [00:03:26.857]➜  cat >/tmp/go-build2720400589/b1140/importcfg << 'EOF' # internal
2025-08-20T21:11:59.8996903Z [00:03:26.857]➜  # import config
2025-08-20T21:11:59.8997427Z [00:03:26.857]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.8997953Z [00:03:26.857]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.8998411Z [00:03:26.857]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.8998835Z [00:03:26.857]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.8999470Z [00:03:26.857]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9000252Z [00:03:26.857]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9000816Z [00:03:26.857]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9001234Z [00:03:26.857]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9001665Z [00:03:26.857]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9002096Z [00:03:26.857]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9002523Z [00:03:26.857]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9002988Z [00:03:26.857]➜  EOF
2025-08-20T21:11:59.9005773Z [00:03:26.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/stop=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/stop;$WORK/b1140=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop -lang=go1.21 -complete -installsuffix shared -buildid 8TwlDTne_H3qdO-5ckq5/8TwlDTne_H3qdO-5ckq5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/slm/stop/stop.go
2025-08-20T21:11:59.9069425Z [00:03:26.865]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:11:59.9082806Z [00:03:26.866]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/d5/d53ea2c9ffc758d9145b0c25c256d1eb52eaee72f102137c4d568da62aa772ec-d # internal
2025-08-20T21:11:59.9087233Z [00:03:26.867]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository
2025-08-20T21:11:59.9087722Z [00:03:26.867]➜  mkdir -p $WORK/b1141/
2025-08-20T21:11:59.9100401Z [00:03:26.868]➜  cat >/tmp/go-build2720400589/b1141/importcfg << 'EOF' # internal
2025-08-20T21:11:59.9101175Z [00:03:26.868]➜  # import config
2025-08-20T21:11:59.9101975Z [00:03:26.868]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.9102483Z [00:03:26.868]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.9102939Z [00:03:26.868]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.9103358Z [00:03:26.868]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.9104008Z [00:03:26.868]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9105000Z [00:03:26.868]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9105577Z [00:03:26.868]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9105995Z [00:03:26.868]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9106431Z [00:03:26.868]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9106856Z [00:03:26.868]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9107277Z [00:03:26.868]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9107590Z [00:03:26.868]➜  EOF
2025-08-20T21:11:59.9110925Z [00:03:26.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/cleanuprepository=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/cleanuprepository;$WORK/b1141=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository -lang=go1.21 -complete -installsuffix shared -buildid 6_yUId0F33MvRDCbfceM/6_yUId0F33MvRDCbfceM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/cleanuprepository/cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/cleanuprepository/response.go
2025-08-20T21:11:59.9227954Z [00:03:26.881]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:11:59.9249411Z [00:03:26.883]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/5c/5cae9c2cbe082e5d91479ff6811e48e525671dbed64925bad7cfbae20b3138c7-d # internal
2025-08-20T21:11:59.9250163Z [00:03:26.883]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone
2025-08-20T21:11:59.9250545Z [00:03:26.883]➜  mkdir -p $WORK/b1142/
2025-08-20T21:11:59.9250936Z [00:03:26.883]➜  cat >/tmp/go-build2720400589/b1142/importcfg << 'EOF' # internal
2025-08-20T21:11:59.9251282Z [00:03:26.883]➜  # import config
2025-08-20T21:11:59.9251871Z [00:03:26.883]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.9252447Z [00:03:26.883]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.9253106Z [00:03:26.883]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.9253557Z [00:03:26.883]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.9253971Z [00:03:26.883]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.9255433Z [00:03:26.883]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9256246Z [00:03:26.883]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9256957Z [00:03:26.883]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9257378Z [00:03:26.883]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9257816Z [00:03:26.883]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9258247Z [00:03:26.883]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9258681Z [00:03:26.883]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9258993Z [00:03:26.883]➜  EOF
2025-08-20T21:11:59.9262093Z [00:03:26.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/clone=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/clone;$WORK/b1142=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone -lang=go1.21 -complete -installsuffix shared -buildid i2WK6MwM7-pWMkU9iRSa/i2WK6MwM7-pWMkU9iRSa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/clone/response.go
2025-08-20T21:11:59.9649876Z [00:03:26.923]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:11:59.9660695Z [00:03:26.924]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/f5/f58d8c0ec99a7e03564fd34d8628aaaa6b4eabfc66e90841b1d835a65da0775b-d # internal
2025-08-20T21:11:59.9661460Z [00:03:26.924]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create
2025-08-20T21:11:59.9661841Z [00:03:26.924]➜  mkdir -p $WORK/b1143/
2025-08-20T21:11:59.9685354Z [00:03:26.926]➜  cat >/tmp/go-build2720400589/b1143/importcfg << 'EOF' # internal
2025-08-20T21:11:59.9685790Z [00:03:26.926]➜  # import config
2025-08-20T21:11:59.9686433Z [00:03:26.926]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.9686931Z [00:03:26.926]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.9687402Z [00:03:26.926]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.9687856Z [00:03:26.926]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.9688266Z [00:03:26.926]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.9688903Z [00:03:26.926]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9689685Z [00:03:26.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9690250Z [00:03:26.926]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9690668Z [00:03:26.926]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9691105Z [00:03:26.926]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9691532Z [00:03:26.926]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9692092Z [00:03:26.926]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9692525Z [00:03:26.926]➜  EOF
2025-08-20T21:11:59.9695818Z [00:03:26.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/create=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/create;$WORK/b1143=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create -lang=go1.21 -complete -installsuffix shared -buildid 1nuj9_HyDqvzHJ4lHqQW/1nuj9_HyDqvzHJ4lHqQW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/create/response.go
2025-08-20T21:11:59.9800630Z [00:03:26.938]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:11:59.9801095Z [00:03:26.938]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:11:59.9815633Z [00:03:26.939]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/ef/efbe46ef7249b9c62dbc1b90986b2afcd55a8dcefe1e37b3d9f700e6f6375b17-d # internal
2025-08-20T21:11:59.9823561Z [00:03:26.940]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository
2025-08-20T21:11:59.9824635Z [00:03:26.940]➜  mkdir -p $WORK/b1144/
2025-08-20T21:11:59.9825092Z [00:03:26.940]➜  cat >/tmp/go-build2720400589/b1144/importcfg << 'EOF' # internal
2025-08-20T21:11:59.9825458Z [00:03:26.940]➜  # import config
2025-08-20T21:11:59.9825804Z [00:03:26.940]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:11:59.9826263Z [00:03:26.940]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.9826715Z [00:03:26.940]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.9827163Z [00:03:26.940]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.9827584Z [00:03:26.940]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.9828210Z [00:03:26.940]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9828998Z [00:03:26.940]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9829563Z [00:03:26.940]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9829977Z [00:03:26.940]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9830409Z [00:03:26.940]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9831042Z [00:03:26.940]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9831539Z [00:03:26.940]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9831855Z [00:03:26.940]➜  EOF
2025-08-20T21:11:59.9852937Z [00:03:26.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/createrepository=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/createrepository;$WORK/b1144=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository -lang=go1.21 -complete -installsuffix shared -buildid 0Q0oDDXtx42ymZVfGgch/0Q0oDDXtx42ymZVfGgch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/createrepository/create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/createrepository/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/createrepository/response.go
2025-08-20T21:11:59.9858836Z [00:03:26.942]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/c6/c6abec238fafa1b416d71fb0994835c2edd444d9006fa6a0580b3ff104ee973c-d # internal
2025-08-20T21:11:59.9859670Z [00:03:26.943]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete
2025-08-20T21:11:59.9860057Z [00:03:26.943]➜  mkdir -p $WORK/b1145/
2025-08-20T21:11:59.9860592Z [00:03:26.944]➜  cat >/tmp/go-build2720400589/b1145/importcfg << 'EOF' # internal
2025-08-20T21:11:59.9860942Z [00:03:26.944]➜  # import config
2025-08-20T21:11:59.9861287Z [00:03:26.944]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:11:59.9861739Z [00:03:26.944]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:11:59.9862184Z [00:03:26.944]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:11:59.9862624Z [00:03:26.944]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:11:59.9863262Z [00:03:26.944]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:11:59.9864046Z [00:03:26.944]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:11:59.9864902Z [00:03:26.944]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:11:59.9865335Z [00:03:26.944]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:11:59.9865765Z [00:03:26.944]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:11:59.9866193Z [00:03:26.944]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:11:59.9866616Z [00:03:26.944]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:11:59.9866929Z [00:03:26.944]➜  EOF
2025-08-20T21:11:59.9869671Z [00:03:26.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/delete=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/delete;$WORK/b1145=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete -lang=go1.21 -complete -installsuffix shared -buildid UHnkSS8K0vRqEy-SJO66/UHnkSS8K0vRqEy-SJO66 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/delete/response.go
2025-08-20T21:12:00.0003785Z [00:03:26.955]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:12:00.0005295Z [00:03:26.957]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/44/44743157dd6880661ae0b1271218b7f66ff10f30c6889b2e8f64c21f66e2fbaa-d # internal
2025-08-20T21:12:00.0006056Z [00:03:26.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository
2025-08-20T21:12:00.0006477Z [00:03:26.957]➜  mkdir -p $WORK/b1146/
2025-08-20T21:12:00.0007111Z [00:03:26.957]➜  cat >/tmp/go-build2720400589/b1146/importcfg << 'EOF' # internal
2025-08-20T21:12:00.0007526Z [00:03:26.957]➜  # import config
2025-08-20T21:12:00.0007890Z [00:03:26.957]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.0008351Z [00:03:26.957]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.0008804Z [00:03:26.957]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.0009217Z [00:03:26.957]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.0009845Z [00:03:26.957]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.0010625Z [00:03:26.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.0011187Z [00:03:26.957]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.0011607Z [00:03:26.957]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.0012037Z [00:03:26.957]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.0012583Z [00:03:26.957]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.0013184Z [00:03:26.957]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.0013648Z [00:03:26.957]➜  EOF
2025-08-20T21:12:00.0017145Z [00:03:26.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/deleterepository=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/deleterepository;$WORK/b1146=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository -lang=go1.21 -complete -installsuffix shared -buildid xT7PsSUWfExiqrYoxq95/xT7PsSUWfExiqrYoxq95 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/deleterepository/delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/deleterepository/response.go
2025-08-20T21:12:00.0426950Z [00:03:27.000]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:12:00.0439186Z [00:03:27.002]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/cd/cd4c3c39701bf333307bd653f72bb2300ab48a864dca634de101ddee2e9d2e8e-d # internal
2025-08-20T21:12:00.0441928Z [00:03:27.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get
2025-08-20T21:12:00.0444500Z [00:03:27.002]➜  mkdir -p $WORK/b1147/
2025-08-20T21:12:00.0448098Z [00:03:27.003]➜  cat >/tmp/go-build2720400589/b1147/importcfg << 'EOF' # internal
2025-08-20T21:12:00.0451151Z [00:03:27.003]➜  # import config
2025-08-20T21:12:00.0451527Z [00:03:27.003]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.0451987Z [00:03:27.003]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.0452617Z [00:03:27.003]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.0453166Z [00:03:27.003]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.0453804Z [00:03:27.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.0454831Z [00:03:27.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.0455696Z [00:03:27.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build2720400589/b1148/_pkg_.a
2025-08-20T21:12:00.0456598Z [00:03:27.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2720400589/b592/_pkg_.a
2025-08-20T21:12:00.0457225Z [00:03:27.003]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.0457647Z [00:03:27.003]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.0458826Z [00:03:27.003]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.0459721Z [00:03:27.003]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.0460545Z [00:03:27.003]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.0461218Z [00:03:27.003]➜  EOF
2025-08-20T21:12:00.0465051Z [00:03:27.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/get;$WORK/b1147=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get -lang=go1.21 -complete -installsuffix shared -buildid y9XOZ1Qh_C0S834Qya4G/y9XOZ1Qh_C0S834Qya4G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/get/response.go
2025-08-20T21:12:00.0601120Z [00:03:27.018]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:12:00.0607779Z [00:03:27.019]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:12:00.0616271Z [00:03:27.019]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/f3/f36d03b8a0eee95aba9d3dacbec19d90d0580503d5190b2fab46697b09180846-d # internal
2025-08-20T21:12:00.0617338Z [00:03:27.019]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository
2025-08-20T21:12:00.0618678Z [00:03:27.019]➜  mkdir -p $WORK/b1149/
2025-08-20T21:12:00.0619102Z [00:03:27.019]➜  cat >/tmp/go-build2720400589/b1149/importcfg << 'EOF' # internal
2025-08-20T21:12:00.0619456Z [00:03:27.019]➜  # import config
2025-08-20T21:12:00.0619793Z [00:03:27.019]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.0620224Z [00:03:27.019]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.0620688Z [00:03:27.019]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.0621140Z [00:03:27.019]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.0621550Z [00:03:27.019]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.0622178Z [00:03:27.019]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.0622965Z [00:03:27.019]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.0623524Z [00:03:27.019]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.0623943Z [00:03:27.019]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.0624617Z [00:03:27.019]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.0625115Z [00:03:27.019]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.0625755Z [00:03:27.019]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.0626133Z [00:03:27.019]➜  EOF
2025-08-20T21:12:00.0629076Z [00:03:27.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/getrepository=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/getrepository;$WORK/b1149=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository -lang=go1.21 -complete -installsuffix shared -buildid GGBRVw-G4xMw70cxljWJ/GGBRVw-G4xMw70cxljWJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/getrepository/get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/getrepository/response.go
2025-08-20T21:12:00.0641129Z [00:03:27.022]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/5e/5e43e6cce5dcdc7bf2e5639fae1595a61e08a8709f0b031051c4e978a231525b-d # internal
2025-08-20T21:12:00.0650275Z [00:03:27.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze
2025-08-20T21:12:00.0657133Z [00:03:27.023]➜  mkdir -p $WORK/b1150/
2025-08-20T21:12:00.0661057Z [00:03:27.023]➜  cat >/tmp/go-build2720400589/b1150/importcfg << 'EOF' # internal
2025-08-20T21:12:00.0663012Z [00:03:27.023]➜  # import config
2025-08-20T21:12:00.0664036Z [00:03:27.024]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.0664986Z [00:03:27.024]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.0665667Z [00:03:27.024]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.0666245Z [00:03:27.024]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.0668238Z [00:03:27.024]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.0669131Z [00:03:27.024]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.0669886Z [00:03:27.024]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.0670444Z [00:03:27.024]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.0670878Z [00:03:27.024]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.0671315Z [00:03:27.024]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.0671740Z [00:03:27.024]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.0672052Z [00:03:27.024]➜  EOF
2025-08-20T21:12:00.0675310Z [00:03:27.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryanalyze=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryanalyze;$WORK/b1150=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze -lang=go1.21 -complete -installsuffix shared -buildid crFQ95DCJuxRnsRJ1qX1/crFQ95DCJuxRnsRJ1qX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryanalyze/repository_analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryanalyze/response.go
2025-08-20T21:12:00.0726127Z [00:03:27.030]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:12:00.0742597Z [00:03:27.032]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/c5/c5dc72797091d98bbc6f6c28412e452b274ffa7ce7355629f430046b69d94584-d # internal
2025-08-20T21:12:00.0751793Z [00:03:27.032]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity
2025-08-20T21:12:00.0752446Z [00:03:27.032]➜  mkdir -p $WORK/b1151/
2025-08-20T21:12:00.0753084Z [00:03:27.032]➜  cat >/tmp/go-build2720400589/b1151/importcfg << 'EOF' # internal
2025-08-20T21:12:00.0753544Z [00:03:27.032]➜  # import config
2025-08-20T21:12:00.0753908Z [00:03:27.032]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.0754765Z [00:03:27.032]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.0755293Z [00:03:27.032]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.0755713Z [00:03:27.032]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.0756336Z [00:03:27.032]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.0757200Z [00:03:27.032]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.0757819Z [00:03:27.032]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.0758239Z [00:03:27.032]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.0758675Z [00:03:27.032]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.0759108Z [00:03:27.032]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.0759534Z [00:03:27.032]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.0759855Z [00:03:27.032]➜  EOF
2025-08-20T21:12:00.0763320Z [00:03:27.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryverifyintegrity=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryverifyintegrity;$WORK/b1151=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity -lang=go1.21 -complete -installsuffix shared -buildid 3SeamQKh1XsOGnVqiuSh/3SeamQKh1XsOGnVqiuSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryverifyintegrity/repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/repositoryverifyintegrity/response.go
2025-08-20T21:12:00.1035869Z [00:03:27.061]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:12:00.1040363Z [00:03:27.062]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/99/99110679b04c5c70b77ec207ef803d86eaf870f038aa2f02ae2bce15601a43a7-d # internal
2025-08-20T21:12:00.1042237Z [00:03:27.062]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore
2025-08-20T21:12:00.1045416Z [00:03:27.062]➜  mkdir -p $WORK/b1152/
2025-08-20T21:12:00.1047898Z [00:03:27.063]➜  cat >/tmp/go-build2720400589/b1152/importcfg << 'EOF' # internal
2025-08-20T21:12:00.1050883Z [00:03:27.063]➜  # import config
2025-08-20T21:12:00.1051320Z [00:03:27.063]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.1052016Z [00:03:27.063]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.1053050Z [00:03:27.063]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.1055607Z [00:03:27.063]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.1056484Z [00:03:27.063]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.1057521Z [00:03:27.063]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.1058630Z [00:03:27.063]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.1059404Z [00:03:27.063]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.1060169Z [00:03:27.063]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.1061889Z [00:03:27.063]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.1084899Z [00:03:27.063]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.1086243Z [00:03:27.063]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.1086964Z [00:03:27.063]➜  EOF
2025-08-20T21:12:00.1090560Z [00:03:27.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/restore=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/restore;$WORK/b1152=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore -lang=go1.21 -complete -installsuffix shared -buildid E2LFQswUJnYYMQRgSDH_/E2LFQswUJnYYMQRgSDH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/restore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/restore/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/restore/restore.go
2025-08-20T21:12:00.1421183Z [00:03:27.100]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:12:00.1432572Z [00:03:27.101]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/b8/b8b5dbee847ce5c53f289c751c3736e3a3dd2c13ffa399cfd5e353285f969442-d # internal
2025-08-20T21:12:00.1434039Z [00:03:27.101]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status
2025-08-20T21:12:00.1435413Z [00:03:27.101]➜  mkdir -p $WORK/b1153/
2025-08-20T21:12:00.1437208Z [00:03:27.102]➜  cat >/tmp/go-build2720400589/b1153/importcfg << 'EOF' # internal
2025-08-20T21:12:00.1437569Z [00:03:27.102]➜  # import config
2025-08-20T21:12:00.1437915Z [00:03:27.102]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.1438375Z [00:03:27.102]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.1438814Z [00:03:27.102]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.1439228Z [00:03:27.102]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.1439860Z [00:03:27.102]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.1440788Z [00:03:27.102]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.1441488Z [00:03:27.102]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.1441909Z [00:03:27.102]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.1442338Z [00:03:27.102]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.1442761Z [00:03:27.102]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.1443189Z [00:03:27.102]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.1443503Z [00:03:27.102]➜  EOF
2025-08-20T21:12:00.1446404Z [00:03:27.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/status=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/status;$WORK/b1153=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status -lang=go1.21 -complete -installsuffix shared -buildid Nzh9_20p3ec3t0ao1uaa/Nzh9_20p3ec3t0ao1uaa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/status/status.go
2025-08-20T21:12:00.1489121Z [00:03:27.107]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:12:00.1505535Z [00:03:27.108]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/bf/bfdb40fe7541950528260b892aaf3a009b3af5215e0ed8d00302e09e9281aea3-d # internal
2025-08-20T21:12:00.1506383Z [00:03:27.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository
2025-08-20T21:12:00.1506800Z [00:03:27.108]➜  mkdir -p $WORK/b1154/
2025-08-20T21:12:00.1507419Z [00:03:27.108]➜  cat >/tmp/go-build2720400589/b1154/importcfg << 'EOF' # internal
2025-08-20T21:12:00.1519586Z [00:03:27.109]➜  # import config
2025-08-20T21:12:00.1520014Z [00:03:27.109]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.1521108Z [00:03:27.109]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.1522023Z [00:03:27.109]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.1522458Z [00:03:27.109]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.1523090Z [00:03:27.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.1523872Z [00:03:27.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.1524556Z [00:03:27.109]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.1524981Z [00:03:27.109]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.1525418Z [00:03:27.109]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.1525843Z [00:03:27.109]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.1526274Z [00:03:27.109]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.1526860Z [00:03:27.109]➜  EOF
2025-08-20T21:12:00.1529989Z [00:03:27.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/verifyrepository=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/verifyrepository;$WORK/b1154=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository -lang=go1.21 -complete -installsuffix shared -buildid H113Fz70BRr1vcUHeAar/H113Fz70BRr1vcUHeAar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/verifyrepository/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/snapshot/verifyrepository/verify_repository.go
2025-08-20T21:12:00.1606501Z [00:03:27.118]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:12:00.1607756Z [00:03:27.118]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/f2/f2da87d830618c33cf76375b27b46050f1c1fb0e4f45b238d8a35672dec4b3a5-d # internal
2025-08-20T21:12:00.1609288Z [00:03:27.118]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor
2025-08-20T21:12:00.1609684Z [00:03:27.118]➜  mkdir -p $WORK/b1155/
2025-08-20T21:12:00.1610064Z [00:03:27.118]➜  cat >/tmp/go-build2720400589/b1155/importcfg << 'EOF' # internal
2025-08-20T21:12:00.1610406Z [00:03:27.118]➜  # import config
2025-08-20T21:12:00.1610742Z [00:03:27.118]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.1611177Z [00:03:27.118]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.1611632Z [00:03:27.118]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.1612082Z [00:03:27.118]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.1612527Z [00:03:27.118]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.1613151Z [00:03:27.118]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.1613934Z [00:03:27.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.1614809Z [00:03:27.118]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.1615235Z [00:03:27.118]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.1615666Z [00:03:27.118]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.1616346Z [00:03:27.118]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.1616840Z [00:03:27.118]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.1617155Z [00:03:27.118]➜  EOF
2025-08-20T21:12:00.1620276Z [00:03:27.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/clearcursor=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/clearcursor;$WORK/b1155=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor -lang=go1.21 -complete -installsuffix shared -buildid bmb_h3NuGNINY5QbMxBw/bmb_h3NuGNINY5QbMxBw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/clearcursor/clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/clearcursor/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/clearcursor/response.go
2025-08-20T21:12:00.1919832Z [00:03:27.150]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:12:00.1966278Z [00:03:27.154]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/c0/c06b63c55ff361fb8359f5020aefe628ab9708955f8413d3e176e6e1f4087547-d # internal
2025-08-20T21:12:00.1971785Z [00:03:27.155]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync
2025-08-20T21:12:00.1976252Z [00:03:27.155]➜  mkdir -p $WORK/b1156/
2025-08-20T21:12:00.1976674Z [00:03:27.155]➜  cat >/tmp/go-build2720400589/b1156/importcfg << 'EOF' # internal
2025-08-20T21:12:00.1977029Z [00:03:27.155]➜  # import config
2025-08-20T21:12:00.1977375Z [00:03:27.155]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.1977831Z [00:03:27.155]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.1978275Z [00:03:27.155]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.1978697Z [00:03:27.155]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.1979339Z [00:03:27.155]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.1980325Z [00:03:27.155]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.1981029Z [00:03:27.155]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.1981457Z [00:03:27.155]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.1981885Z [00:03:27.155]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.1982309Z [00:03:27.155]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.1982733Z [00:03:27.155]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.1983049Z [00:03:27.155]➜  EOF
2025-08-20T21:12:00.1985974Z [00:03:27.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/deleteasync=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/deleteasync;$WORK/b1156=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync -lang=go1.21 -complete -installsuffix shared -buildid iujGvO9kHtZ2tRM8hKv8/iujGvO9kHtZ2tRM8hKv8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/deleteasync/delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/deleteasync/response.go
2025-08-20T21:12:00.2155005Z [00:03:27.173]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:12:00.2172990Z [00:03:27.175]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/70/7080ff3f0ee0744e54e693b85a7083f1e3b8c0250c1c1dee1fbd03a81ffe847d-d # internal
2025-08-20T21:12:00.2180109Z [00:03:27.176]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync
2025-08-20T21:12:00.2180725Z [00:03:27.176]➜  mkdir -p $WORK/b1157/
2025-08-20T21:12:00.2193203Z [00:03:27.177]➜  cat >/tmp/go-build2720400589/b1157/importcfg << 'EOF' # internal
2025-08-20T21:12:00.2193738Z [00:03:27.177]➜  # import config
2025-08-20T21:12:00.2194095Z [00:03:27.177]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.2196706Z [00:03:27.177]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.2197172Z [00:03:27.177]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.2197589Z [00:03:27.177]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.2198207Z [00:03:27.177]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.2198986Z [00:03:27.177]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.2199547Z [00:03:27.177]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.2199967Z [00:03:27.177]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.2200403Z [00:03:27.177]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.2200826Z [00:03:27.177]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.2201259Z [00:03:27.177]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.2201887Z [00:03:27.177]➜  EOF
2025-08-20T21:12:00.2204695Z [00:03:27.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasync=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasync;$WORK/b1157=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync -lang=go1.21 -complete -installsuffix shared -buildid SjTKquDit-KGWE__xXhd/SjTKquDit-KGWE__xXhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasync/get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasync/response.go
2025-08-20T21:12:00.2287025Z [00:03:27.187]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:12:00.2304702Z [00:03:27.188]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/75/75372eb2db0416c26161ce9351207ae8bc2e2a1a4cad348a4149728a76847821-d # internal
2025-08-20T21:12:00.2311966Z [00:03:27.189]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:12:00.2314707Z [00:03:27.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus
2025-08-20T21:12:00.2315137Z [00:03:27.189]➜  mkdir -p $WORK/b1158/
2025-08-20T21:12:00.2320620Z [00:03:27.190]➜  cat >/tmp/go-build2720400589/b1158/importcfg << 'EOF' # internal
2025-08-20T21:12:00.2321374Z [00:03:27.190]➜  # import config
2025-08-20T21:12:00.2327688Z [00:03:27.190]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.2329949Z [00:03:27.190]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.2330478Z [00:03:27.190]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.2330908Z [00:03:27.190]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.2331545Z [00:03:27.190]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.2332335Z [00:03:27.190]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.2332896Z [00:03:27.190]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.2333310Z [00:03:27.190]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.2333741Z [00:03:27.190]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.2334167Z [00:03:27.190]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.2334933Z [00:03:27.190]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.2335326Z [00:03:27.190]➜  EOF
2025-08-20T21:12:00.2338184Z [00:03:27.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasyncstatus=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasyncstatus;$WORK/b1158=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus -lang=go1.21 -complete -installsuffix shared -buildid Pv69UR7HxvntzDnEJTxk/Pv69UR7HxvntzDnEJTxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasyncstatus/get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/getasyncstatus/response.go
2025-08-20T21:12:00.2347852Z [00:03:27.191]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/12/129f607eed25952809ecac36330375c4f149d5f11820710a7f8e29292333fc89-d # internal
2025-08-20T21:12:00.2348507Z [00:03:27.191]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/query
2025-08-20T21:12:00.2348875Z [00:03:27.191]➜  mkdir -p $WORK/b1159/
2025-08-20T21:12:00.2349249Z [00:03:27.192]➜  cat >/tmp/go-build2720400589/b1159/importcfg << 'EOF' # internal
2025-08-20T21:12:00.2349601Z [00:03:27.192]➜  # import config
2025-08-20T21:12:00.2349987Z [00:03:27.192]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.2350670Z [00:03:27.192]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.2351123Z [00:03:27.192]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.2351567Z [00:03:27.192]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.2351978Z [00:03:27.192]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.2352602Z [00:03:27.192]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.2353382Z [00:03:27.192]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.2354460Z [00:03:27.192]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build2720400589/b1160/_pkg_.a
2025-08-20T21:12:00.2355237Z [00:03:27.192]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.2355665Z [00:03:27.192]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.2356096Z [00:03:27.192]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.2356521Z [00:03:27.192]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.2356943Z [00:03:27.192]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.2357258Z [00:03:27.192]➜  EOF
2025-08-20T21:12:00.2360174Z [00:03:27.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/query=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/query;$WORK/b1159=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/query -lang=go1.21 -complete -installsuffix shared -buildid 4m85qA_vGe7wYahUvLc_/4m85qA_vGe7wYahUvLc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/query/response.go
2025-08-20T21:12:00.2704915Z [00:03:27.227]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:12:00.2708318Z [00:03:27.228]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/5d/5d04babbea8f28eb8714279e4cc91739aaa1ac3fcc1b8677061ea72e9e2f26b1-d # internal
2025-08-20T21:12:00.2709284Z [00:03:27.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate
2025-08-20T21:12:00.2709746Z [00:03:27.229]➜  mkdir -p $WORK/b1161/
2025-08-20T21:12:00.2712071Z [00:03:27.229]➜  cat >/tmp/go-build2720400589/b1161/importcfg << 'EOF' # internal
2025-08-20T21:12:00.2714047Z [00:03:27.229]➜  # import config
2025-08-20T21:12:00.2714698Z [00:03:27.229]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.2715355Z [00:03:27.229]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.2716219Z [00:03:27.229]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.2716892Z [00:03:27.229]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.2717484Z [00:03:27.229]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.2718705Z [00:03:27.229]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.2719746Z [00:03:27.229]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.2720721Z [00:03:27.229]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.2722003Z [00:03:27.229]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.2722469Z [00:03:27.229]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.2722900Z [00:03:27.229]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.2723598Z [00:03:27.229]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.2723914Z [00:03:27.229]➜  EOF
2025-08-20T21:12:00.2731445Z [00:03:27.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/translate=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/translate;$WORK/b1161=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate -lang=go1.21 -complete -installsuffix shared -buildid k4I0IGpl6-N6_WIze4Kv/k4I0IGpl6-N6_WIze4Kv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/translate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/translate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/sql/translate/translate.go
2025-08-20T21:12:00.2979844Z [00:03:27.256]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:12:00.2996226Z [00:03:27.257]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/38/38c473093e6f3ec1de61bb7bf2f7ec609f0990336c7d385f84d37bf498608cc1-d # internal
2025-08-20T21:12:00.3005716Z [00:03:27.258]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates
2025-08-20T21:12:00.3018277Z [00:03:27.260]➜  mkdir -p $WORK/b1162/
2025-08-20T21:12:00.3024713Z [00:03:27.260]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:12:00.3036364Z [00:03:27.261]➜  cat >/tmp/go-build2720400589/b1162/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3038364Z [00:03:27.261]➜  # import config
2025-08-20T21:12:00.3040900Z [00:03:27.261]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3044822Z [00:03:27.261]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3047513Z [00:03:27.261]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3049252Z [00:03:27.261]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3051021Z [00:03:27.261]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3052067Z [00:03:27.261]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3052842Z [00:03:27.261]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3053674Z [00:03:27.261]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3054573Z [00:03:27.261]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3055283Z [00:03:27.261]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3055734Z [00:03:27.261]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3056057Z [00:03:27.261]➜  EOF
2025-08-20T21:12:00.3058847Z [00:03:27.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ssl/certificates=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ssl/certificates;$WORK/b1162=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates -lang=go1.21 -complete -installsuffix shared -buildid -AQgQbj4jrv_lEy0HGHU/-AQgQbj4jrv_lEy0HGHU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ssl/certificates/certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/ssl/certificates/response.go
2025-08-20T21:12:00.3061586Z [00:03:27.262]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/30/3056710ec9dca7307147c23f6d7e6b46795ac7728abb1b7a89a826cf6a18dd3b-d # internal
2025-08-20T21:12:00.3062340Z [00:03:27.262]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym
2025-08-20T21:12:00.3062968Z [00:03:27.262]➜  mkdir -p $WORK/b1163/
2025-08-20T21:12:00.3063366Z [00:03:27.262]➜  cat >/tmp/go-build2720400589/b1163/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3063711Z [00:03:27.262]➜  # import config
2025-08-20T21:12:00.3064050Z [00:03:27.262]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3064696Z [00:03:27.262]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3065144Z [00:03:27.262]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3065555Z [00:03:27.262]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3066313Z [00:03:27.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3067142Z [00:03:27.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3067838Z [00:03:27.262]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3068263Z [00:03:27.262]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3068691Z [00:03:27.262]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3069114Z [00:03:27.262]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3069538Z [00:03:27.262]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3069851Z [00:03:27.262]➜  EOF
2025-08-20T21:12:00.3072744Z [00:03:27.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonym=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonym;$WORK/b1163=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym -lang=go1.21 -complete -installsuffix shared -buildid XNsuu-rt-5TZ-r5MY0ih/XNsuu-rt-5TZ-r5MY0ih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonym/delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonym/response.go
2025-08-20T21:12:00.3423669Z [00:03:27.300]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:12:00.3441488Z [00:03:27.302]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/37/37fd0819ec23a1807bb632b123a41d4c3a30fa5bbbfc2eaea46faf4148c4a974-d # internal
2025-08-20T21:12:00.3444935Z [00:03:27.302]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule
2025-08-20T21:12:00.3456385Z [00:03:27.302]➜  mkdir -p $WORK/b1164/
2025-08-20T21:12:00.3456869Z [00:03:27.303]➜  cat >/tmp/go-build2720400589/b1164/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3457225Z [00:03:27.303]➜  # import config
2025-08-20T21:12:00.3457579Z [00:03:27.303]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3458047Z [00:03:27.303]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3458492Z [00:03:27.303]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3458904Z [00:03:27.303]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3459528Z [00:03:27.303]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3460309Z [00:03:27.303]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3461124Z [00:03:27.303]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:12:00.3461741Z [00:03:27.303]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3462202Z [00:03:27.303]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3462633Z [00:03:27.303]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3463313Z [00:03:27.303]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3463742Z [00:03:27.303]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3465167Z [00:03:27.304]➜  EOF
2025-08-20T21:12:00.3468754Z [00:03:27.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonymrule;$WORK/b1164=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule -lang=go1.21 -complete -installsuffix shared -buildid 4PVmFJTudwfDCRv0Y4b2/4PVmFJTudwfDCRv0Y4b2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonymrule/delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/deletesynonymrule/response.go
2025-08-20T21:12:00.3599978Z [00:03:27.318]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:12:00.3614859Z [00:03:27.319]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/20/205c61405909cf84d92a6ac4029010e43738394b3a66a8da0ced69a35fb6f50b-d # internal
2025-08-20T21:12:00.3619550Z [00:03:27.320]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym
2025-08-20T21:12:00.3622866Z [00:03:27.320]➜  mkdir -p $WORK/b1165/
2025-08-20T21:12:00.3630239Z [00:03:27.321]➜  cat >/tmp/go-build2720400589/b1165/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3630641Z [00:03:27.321]➜  # import config
2025-08-20T21:12:00.3630995Z [00:03:27.321]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3631452Z [00:03:27.321]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3631904Z [00:03:27.321]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3632327Z [00:03:27.321]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3632948Z [00:03:27.321]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3633727Z [00:03:27.321]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3634551Z [00:03:27.321]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3635045Z [00:03:27.321]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3635735Z [00:03:27.321]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3636222Z [00:03:27.321]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3636655Z [00:03:27.321]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3636979Z [00:03:27.321]➜  EOF
2025-08-20T21:12:00.3639827Z [00:03:27.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonym=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonym;$WORK/b1165=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym -lang=go1.21 -complete -installsuffix shared -buildid 4sWFru-B9gG-c8rZpj9Z/4sWFru-B9gG-c8rZpj9Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonym/get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonym/response.go
2025-08-20T21:12:00.3642351Z [00:03:27.322]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:12:00.3672793Z [00:03:27.325]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/44/44e97430cbb002d49ca27366b0fa85612dea514c744f86d9a294e220cdfc1a59-d # internal
2025-08-20T21:12:00.3674809Z [00:03:27.325]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule
2025-08-20T21:12:00.3675490Z [00:03:27.325]➜  mkdir -p $WORK/b1166/
2025-08-20T21:12:00.3678625Z [00:03:27.326]➜  cat >/tmp/go-build2720400589/b1166/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3679043Z [00:03:27.326]➜  # import config
2025-08-20T21:12:00.3679390Z [00:03:27.326]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3679846Z [00:03:27.326]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3680289Z [00:03:27.326]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3680712Z [00:03:27.326]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3681484Z [00:03:27.326]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3682407Z [00:03:27.326]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3682975Z [00:03:27.326]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3683391Z [00:03:27.326]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3683817Z [00:03:27.326]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3684237Z [00:03:27.326]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3684948Z [00:03:27.326]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3685266Z [00:03:27.326]➜  EOF
2025-08-20T21:12:00.3688233Z [00:03:27.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymrule;$WORK/b1166=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule -lang=go1.21 -complete -installsuffix shared -buildid QSnGkqQS0CPAXWb3G2DH/QSnGkqQS0CPAXWb3G2DH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymrule/get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymrule/response.go
2025-08-20T21:12:00.3785592Z [00:03:27.336]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:12:00.3796602Z [00:03:27.338]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/a0/a05707ba9d553827912ea7b52f124321a6416e33f462ad74f366a45ab367607d-d # internal
2025-08-20T21:12:00.3798606Z [00:03:27.338]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets
2025-08-20T21:12:00.3799415Z [00:03:27.338]➜  mkdir -p $WORK/b1167/
2025-08-20T21:12:00.3805962Z [00:03:27.338]➜  cat >/tmp/go-build2720400589/b1167/importcfg << 'EOF' # internal
2025-08-20T21:12:00.3806509Z [00:03:27.338]➜  # import config
2025-08-20T21:12:00.3806870Z [00:03:27.338]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.3807339Z [00:03:27.338]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.3807785Z [00:03:27.338]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.3808199Z [00:03:27.338]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.3808824Z [00:03:27.338]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.3811033Z [00:03:27.338]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.3811616Z [00:03:27.338]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.3812043Z [00:03:27.338]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.3812681Z [00:03:27.338]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.3813108Z [00:03:27.338]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.3813657Z [00:03:27.338]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.3813972Z [00:03:27.338]➜  EOF
2025-08-20T21:12:00.3817234Z [00:03:27.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymssets=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymssets;$WORK/b1167=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets -lang=go1.21 -complete -installsuffix shared -buildid uNk6JZ9XVVcdtwpHtDuh/uNk6JZ9XVVcdtwpHtDuh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymssets/get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/getsynonymssets/response.go
2025-08-20T21:12:00.4161939Z [00:03:27.374]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:12:00.4177907Z [00:03:27.376]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/9c/9c48e3b8377190aa8a99a7bb8130a51d93f3e3c30958e703ce8f9bae356fc80b-d # internal
2025-08-20T21:12:00.4181214Z [00:03:27.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym
2025-08-20T21:12:00.4181660Z [00:03:27.376]➜  mkdir -p $WORK/b1168/
2025-08-20T21:12:00.4182049Z [00:03:27.376]➜  cat >/tmp/go-build2720400589/b1168/importcfg << 'EOF' # internal
2025-08-20T21:12:00.4182401Z [00:03:27.376]➜  # import config
2025-08-20T21:12:00.4182764Z [00:03:27.376]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.4183192Z [00:03:27.376]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.4183654Z [00:03:27.376]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.4184110Z [00:03:27.376]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.4184746Z [00:03:27.376]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.4185377Z [00:03:27.376]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.4186160Z [00:03:27.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.4186969Z [00:03:27.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:12:00.4187807Z [00:03:27.376]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.4188303Z [00:03:27.376]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.4188743Z [00:03:27.376]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.4189175Z [00:03:27.376]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.4189601Z [00:03:27.376]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.4189925Z [00:03:27.376]➜  EOF
2025-08-20T21:12:00.4193278Z [00:03:27.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonym=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonym;$WORK/b1168=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym -lang=go1.21 -complete -installsuffix shared -buildid jgy3yJuQtmOB8-ya_fT-/jgy3yJuQtmOB8-ya_fT- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonym/put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonym/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonym/response.go
2025-08-20T21:12:00.4353854Z [00:03:27.393]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:12:00.4356428Z [00:03:27.393]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/2a/2a85ca835c8209aef0410f1202e0fd777f7cb34bdcc89cad312cb3add12075d5-d # internal
2025-08-20T21:12:00.4357837Z [00:03:27.393]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule
2025-08-20T21:12:00.4358313Z [00:03:27.394]➜  mkdir -p $WORK/b1169/
2025-08-20T21:12:00.4359702Z [00:03:27.394]➜  cat >/tmp/go-build2720400589/b1169/importcfg << 'EOF' # internal
2025-08-20T21:12:00.4360061Z [00:03:27.394]➜  # import config
2025-08-20T21:12:00.4360418Z [00:03:27.394]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.4360851Z [00:03:27.394]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.4361311Z [00:03:27.394]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.4361759Z [00:03:27.394]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.4362177Z [00:03:27.394]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.4362810Z [00:03:27.394]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.4363593Z [00:03:27.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.4364548Z [00:03:27.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:12:00.4365207Z [00:03:27.394]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.4365633Z [00:03:27.394]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.4366070Z [00:03:27.394]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.4366499Z [00:03:27.394]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.4366932Z [00:03:27.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.4367269Z [00:03:27.394]➜  EOF
2025-08-20T21:12:00.4370912Z [00:03:27.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonymrule;$WORK/b1169=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule -lang=go1.21 -complete -installsuffix shared -buildid NIevx2ijbjsJAdQjIz16/NIevx2ijbjsJAdQjIz16 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonymrule/put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonymrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/synonyms/putsynonymrule/response.go
2025-08-20T21:12:00.4398292Z [00:03:27.397]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:12:00.4403154Z [00:03:27.398]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/bf/bfb43d478a733e1b47731cc7dabcfe60ec0d057005892db9576ed2318906acfe-d # internal
2025-08-20T21:12:00.4405802Z [00:03:27.398]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:12:00.4408528Z [00:03:27.399]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel
2025-08-20T21:12:00.4409299Z [00:03:27.399]➜  mkdir -p $WORK/b1170/
2025-08-20T21:12:00.4422382Z [00:03:27.400]➜  cat >/tmp/go-build2720400589/b1170/importcfg << 'EOF' # internal
2025-08-20T21:12:00.4423912Z [00:03:27.400]➜  # import config
2025-08-20T21:12:00.4427997Z [00:03:27.400]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.4429058Z [00:03:27.400]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.4430156Z [00:03:27.400]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.4430616Z [00:03:27.400]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.4431242Z [00:03:27.400]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.4431875Z [00:03:27.400]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.4432652Z [00:03:27.400]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.4433216Z [00:03:27.400]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.4433643Z [00:03:27.400]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.4434074Z [00:03:27.400]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.4434672Z [00:03:27.400]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.4435110Z [00:03:27.400]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.4435427Z [00:03:27.400]➜  EOF
2025-08-20T21:12:00.4438097Z [00:03:27.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/cancel=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/cancel;$WORK/b1170=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel -lang=go1.21 -complete -installsuffix shared -buildid _CN48SFCTBQeBBDUDLEC/_CN48SFCTBQeBBDUDLEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/cancel/cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/cancel/response.go
2025-08-20T21:12:00.4440729Z [00:03:27.400]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/a6/a687f58b9061a828f3a2ee8ec7724381073d10350877e2376457b99ced341873-d # internal
2025-08-20T21:12:00.4441403Z [00:03:27.400]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get
2025-08-20T21:12:00.4441757Z [00:03:27.400]➜  mkdir -p $WORK/b1171/
2025-08-20T21:12:00.4442130Z [00:03:27.401]➜  cat >/tmp/go-build2720400589/b1171/importcfg << 'EOF' # internal
2025-08-20T21:12:00.4442477Z [00:03:27.401]➜  # import config
2025-08-20T21:12:00.4442819Z [00:03:27.401]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.4443269Z [00:03:27.401]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.4443716Z [00:03:27.401]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.4444129Z [00:03:27.401]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.4445118Z [00:03:27.401]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.4445979Z [00:03:27.401]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.4446550Z [00:03:27.401]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.4446973Z [00:03:27.401]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.4447399Z [00:03:27.401]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.4447825Z [00:03:27.401]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.4448250Z [00:03:27.401]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.4448565Z [00:03:27.401]➜  EOF
2025-08-20T21:12:00.4451215Z [00:03:27.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/get=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/get;$WORK/b1171=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get -lang=go1.21 -complete -installsuffix shared -buildid IopXgOqVQP1GQEKxe__6/IopXgOqVQP1GQEKxe__6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/get/response.go
2025-08-20T21:12:00.5040442Z [00:03:27.462]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:12:00.5047017Z [00:03:27.463]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:12:00.5057994Z [00:03:27.464]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/7b/7be1abf146910f244950ed000b5c4c9fbf708c982d7fb32ff54dbca27c3d196c-d # internal
2025-08-20T21:12:00.5058703Z [00:03:27.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list
2025-08-20T21:12:00.5059108Z [00:03:27.464]➜  mkdir -p $WORK/b1172/
2025-08-20T21:12:00.5063212Z [00:03:27.464]➜  cat >/tmp/go-build2720400589/b1172/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5063645Z [00:03:27.464]➜  # import config
2025-08-20T21:12:00.5064029Z [00:03:27.464]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.5064556Z [00:03:27.464]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5065019Z [00:03:27.464]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5065464Z [00:03:27.464]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5065876Z [00:03:27.464]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5066506Z [00:03:27.464]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5067295Z [00:03:27.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5068126Z [00:03:27.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build2720400589/b1173/_pkg_.a
2025-08-20T21:12:00.5068744Z [00:03:27.464]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5069171Z [00:03:27.464]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5069604Z [00:03:27.464]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5070035Z [00:03:27.464]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5070464Z [00:03:27.464]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5070785Z [00:03:27.464]➜  EOF
2025-08-20T21:12:00.5073644Z [00:03:27.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/list=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/list;$WORK/b1172=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list -lang=go1.21 -complete -installsuffix shared -buildid QP6Too6p9y_6rlq_4mLP/QP6Too6p9y_6rlq_4mLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/tasks/list/response.go
2025-08-20T21:12:00.5078227Z [00:03:27.465]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/65/652b70bd3dae1606f564dc17b82ffb3cb9cc3a99cc85c55243cb00277c85309d-d # internal
2025-08-20T21:12:00.5078984Z [00:03:27.465]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure
2025-08-20T21:12:00.5079419Z [00:03:27.466]➜  mkdir -p $WORK/b1174/
2025-08-20T21:12:00.5083796Z [00:03:27.466]➜  cat >/tmp/go-build2720400589/b1174/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5085181Z [00:03:27.466]➜  # import config
2025-08-20T21:12:00.5086617Z [00:03:27.466]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5087297Z [00:03:27.466]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5087823Z [00:03:27.466]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5088396Z [00:03:27.466]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5089158Z [00:03:27.466]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5089943Z [00:03:27.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5090828Z [00:03:27.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build2720400589/b1175/_pkg_.a
2025-08-20T21:12:00.5091794Z [00:03:27.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build2720400589/b1176/_pkg_.a
2025-08-20T21:12:00.5092427Z [00:03:27.466]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5092850Z [00:03:27.466]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5093282Z [00:03:27.466]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5093716Z [00:03:27.466]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5094145Z [00:03:27.466]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5094696Z [00:03:27.466]➜  EOF
2025-08-20T21:12:00.5097902Z [00:03:27.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findfieldstructure=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findfieldstructure;$WORK/b1174=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure -lang=go1.21 -complete -installsuffix shared -buildid oI8k7XZWlDXkvwEmmC_s/oI8k7XZWlDXkvwEmmC_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findfieldstructure/find_field_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findfieldstructure/response.go
2025-08-20T21:12:00.5100724Z [00:03:27.466]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:12:00.5112611Z [00:03:27.469]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/81/8158195488ca08accc1d2338bb493b1292685456b5d17248a00e894ef08c14b5-d # internal
2025-08-20T21:12:00.5118857Z [00:03:27.469]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure
2025-08-20T21:12:00.5119336Z [00:03:27.470]➜  mkdir -p $WORK/b1177/
2025-08-20T21:12:00.5119725Z [00:03:27.470]➜  cat >/tmp/go-build2720400589/b1177/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5120073Z [00:03:27.470]➜  # import config
2025-08-20T21:12:00.5120614Z [00:03:27.470]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.5121132Z [00:03:27.470]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5121589Z [00:03:27.470]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5122038Z [00:03:27.470]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5122758Z [00:03:27.470]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5123769Z [00:03:27.470]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5124675Z [00:03:27.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5125577Z [00:03:27.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build2720400589/b1175/_pkg_.a
2025-08-20T21:12:00.5126533Z [00:03:27.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build2720400589/b1176/_pkg_.a
2025-08-20T21:12:00.5127371Z [00:03:27.470]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5127932Z [00:03:27.470]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5128368Z [00:03:27.470]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5128938Z [00:03:27.470]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5129366Z [00:03:27.470]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5129680Z [00:03:27.470]➜  EOF
2025-08-20T21:12:00.5137781Z [00:03:27.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findmessagestructure=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findmessagestructure;$WORK/b1177=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure -lang=go1.21 -complete -installsuffix shared -buildid CK3qJaDspGIbW8BhLhNh/CK3qJaDspGIbW8BhLhNh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findmessagestructure/find_message_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findmessagestructure/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findmessagestructure/response.go
2025-08-20T21:12:00.5168401Z [00:03:27.475]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:12:00.5180328Z [00:03:27.476]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/a5/a593c6ff899c1a2c892f8fc4623fce9b5a7868f19af7dad7c34c33075d61df3a-d # internal
2025-08-20T21:12:00.5183756Z [00:03:27.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure
2025-08-20T21:12:00.5189570Z [00:03:27.477]➜  mkdir -p $WORK/b1178/
2025-08-20T21:12:00.5190008Z [00:03:27.477]➜  cat >/tmp/go-build2720400589/b1178/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5196098Z [00:03:27.477]➜  # import config
2025-08-20T21:12:00.5196559Z [00:03:27.477]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.5197020Z [00:03:27.477]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5197484Z [00:03:27.477]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5197930Z [00:03:27.477]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5198342Z [00:03:27.477]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5198970Z [00:03:27.477]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5199755Z [00:03:27.477]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5200319Z [00:03:27.477]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5200742Z [00:03:27.477]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5201175Z [00:03:27.477]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5201599Z [00:03:27.477]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5202391Z [00:03:27.477]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5202706Z [00:03:27.477]➜  EOF
2025-08-20T21:12:00.5206504Z [00:03:27.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findstructure=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findstructure;$WORK/b1178=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure -lang=go1.21 -complete -installsuffix shared -buildid ZKeIkYUYqTKxSrVxkOxd/ZKeIkYUYqTKxSrVxkOxd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findstructure/find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findstructure/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/findstructure/response.go
2025-08-20T21:12:00.5766897Z [00:03:27.534]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:12:00.5781606Z [00:03:27.536]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/a1/a1223a2a8ed37afccaff981d1f46ffa7a2d8e9d9904163f89f8011dec8e8ea39-d # internal
2025-08-20T21:12:00.5845688Z [00:03:27.542]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern
2025-08-20T21:12:00.5846820Z [00:03:27.542]➜  mkdir -p $WORK/b1179/
2025-08-20T21:12:00.5851217Z [00:03:27.543]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:12:00.5858609Z [00:03:27.544]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:12:00.5864621Z [00:03:27.544]➜  cat >/tmp/go-build2720400589/b1179/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5865718Z [00:03:27.544]➜  # import config
2025-08-20T21:12:00.5866568Z [00:03:27.544]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.5867319Z [00:03:27.544]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5870772Z [00:03:27.544]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5871406Z [00:03:27.544]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5871833Z [00:03:27.544]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5877922Z [00:03:27.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5879139Z [00:03:27.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5879787Z [00:03:27.544]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5880215Z [00:03:27.544]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5880662Z [00:03:27.544]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5881101Z [00:03:27.544]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5881527Z [00:03:27.544]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5881842Z [00:03:27.544]➜  EOF
2025-08-20T21:12:00.5902817Z [00:03:27.545]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/57/57bb06e4f1d0e85baa5969648beb936fd293acccbad348f2564e765a796df0ab-d # internal
2025-08-20T21:12:00.5907075Z [00:03:27.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/testgrokpattern=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/testgrokpattern;$WORK/b1179=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern -lang=go1.21 -complete -installsuffix shared -buildid rgkzS7rIC_gvF5RBmnE3/rgkzS7rIC_gvF5RBmnE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/testgrokpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/testgrokpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/textstructure/testgrokpattern/test_grok_pattern.go
2025-08-20T21:12:00.5910600Z [00:03:27.547]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform
2025-08-20T21:12:00.5911014Z [00:03:27.547]➜  mkdir -p $WORK/b1180/
2025-08-20T21:12:00.5911395Z [00:03:27.547]➜  cat >/tmp/go-build2720400589/b1180/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5911744Z [00:03:27.547]➜  # import config
2025-08-20T21:12:00.5912217Z [00:03:27.547]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5912778Z [00:03:27.547]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5913419Z [00:03:27.547]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5913845Z [00:03:27.547]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5914658Z [00:03:27.547]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5915504Z [00:03:27.547]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5916069Z [00:03:27.547]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5916484Z [00:03:27.547]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5916920Z [00:03:27.547]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5917352Z [00:03:27.547]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5917776Z [00:03:27.547]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5918099Z [00:03:27.547]➜  EOF
2025-08-20T21:12:00.5921277Z [00:03:27.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/deletetransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/deletetransform;$WORK/b1180=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform -lang=go1.21 -complete -installsuffix shared -buildid DOfI5BaMtDksZHg9xd_B/DOfI5BaMtDksZHg9xd_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/deletetransform/delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/deletetransform/response.go
2025-08-20T21:12:00.5924396Z [00:03:27.548]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/2e/2effe0319f093253e78537b115fe30ba785a4a9902934dfe5f1db5c28eed196a-d # internal
2025-08-20T21:12:00.5925168Z [00:03:27.548]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform
2025-08-20T21:12:00.5925570Z [00:03:27.548]➜  mkdir -p $WORK/b1182/
2025-08-20T21:12:00.5925941Z [00:03:27.548]➜  cat >/tmp/go-build2720400589/b1182/importcfg << 'EOF' # internal
2025-08-20T21:12:00.5926285Z [00:03:27.548]➜  # import config
2025-08-20T21:12:00.5926623Z [00:03:27.548]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.5927073Z [00:03:27.548]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.5927517Z [00:03:27.548]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.5927934Z [00:03:27.548]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.5928559Z [00:03:27.548]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.5929334Z [00:03:27.548]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.5929895Z [00:03:27.548]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.5930514Z [00:03:27.548]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.5930943Z [00:03:27.548]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.5931367Z [00:03:27.548]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.5931792Z [00:03:27.548]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.5932107Z [00:03:27.548]➜  EOF
2025-08-20T21:12:00.5935391Z [00:03:27.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransform;$WORK/b1182=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform -lang=go1.21 -complete -installsuffix shared -buildid hFD-oYzykvrb6BQ9kAdQ/hFD-oYzykvrb6BQ9kAdQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransform/get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransform/response.go
2025-08-20T21:12:00.6051852Z [00:03:27.563]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:12:00.6087445Z [00:03:27.566]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/5c/5cc007d72101e2c0e2cedac413c95b473ffae4786e5268b58b0a57d683934089-d # internal
2025-08-20T21:12:00.6114601Z [00:03:27.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats
2025-08-20T21:12:00.6115105Z [00:03:27.566]➜  mkdir -p $WORK/b1183/
2025-08-20T21:12:00.6115492Z [00:03:27.566]➜  cat >/tmp/go-build2720400589/b1183/importcfg << 'EOF' # internal
2025-08-20T21:12:00.6115850Z [00:03:27.566]➜  # import config
2025-08-20T21:12:00.6116192Z [00:03:27.566]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.6116653Z [00:03:27.566]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.6117093Z [00:03:27.566]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.6117505Z [00:03:27.566]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.6118124Z [00:03:27.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.6118897Z [00:03:27.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.6119681Z [00:03:27.566]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.6120175Z [00:03:27.566]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.6120606Z [00:03:27.566]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.6121035Z [00:03:27.566]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.6121463Z [00:03:27.566]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.6121773Z [00:03:27.566]➜  EOF
2025-08-20T21:12:00.6124950Z [00:03:27.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransformstats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransformstats;$WORK/b1183=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats -lang=go1.21 -complete -installsuffix shared -buildid QX3i2p40_Oa2JnKM9BnC/QX3i2p40_Oa2JnKM9BnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransformstats/get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/gettransformstats/response.go
2025-08-20T21:12:00.6561854Z [00:03:27.614]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:12:00.6571588Z [00:03:27.615]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/1f/1f1fb4098ebdc9b6058636a97d7569382a9c9c59846865fcfbb9769d62806501-d # internal
2025-08-20T21:12:00.6602977Z [00:03:27.618]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform
2025-08-20T21:12:00.6609480Z [00:03:27.618]➜  mkdir -p $WORK/b1184/
2025-08-20T21:12:00.6609889Z [00:03:27.618]➜  cat >/tmp/go-build2720400589/b1184/importcfg << 'EOF' # internal
2025-08-20T21:12:00.6610243Z [00:03:27.618]➜  # import config
2025-08-20T21:12:00.6610603Z [00:03:27.618]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.6611032Z [00:03:27.618]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.6611706Z [00:03:27.618]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.6612294Z [00:03:27.618]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.6612713Z [00:03:27.618]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.6634708Z [00:03:27.618]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.6635726Z [00:03:27.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.6636314Z [00:03:27.618]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.6636767Z [00:03:27.618]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.6637222Z [00:03:27.618]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.6637650Z [00:03:27.618]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.6638087Z [00:03:27.618]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.6638410Z [00:03:27.618]➜  EOF
2025-08-20T21:12:00.6642080Z [00:03:27.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/previewtransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/previewtransform;$WORK/b1184=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform -lang=go1.21 -complete -installsuffix shared -buildid eFqlAX3u_WlKheih55V-/eFqlAX3u_WlKheih55V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/previewtransform/preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/previewtransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/previewtransform/response.go
2025-08-20T21:12:00.6646987Z [00:03:27.620]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:12:00.6650331Z [00:03:27.623]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/2f/2fd0c9ac6e5970e44bcadc959e1741f6b0443d3e23f7b4f5dc9966db6087c8b2-d # internal
2025-08-20T21:12:00.6653729Z [00:03:27.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform
2025-08-20T21:12:00.6654328Z [00:03:27.623]➜  mkdir -p $WORK/b1185/
2025-08-20T21:12:00.6655381Z [00:03:27.623]➜  cat >/tmp/go-build2720400589/b1185/importcfg << 'EOF' # internal
2025-08-20T21:12:00.6658218Z [00:03:27.623]➜  # import config
2025-08-20T21:12:00.6658648Z [00:03:27.623]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.6663199Z [00:03:27.623]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.6663732Z [00:03:27.623]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.6668586Z [00:03:27.623]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.6669101Z [00:03:27.623]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.6669731Z [00:03:27.623]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.6670779Z [00:03:27.623]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.6671339Z [00:03:27.623]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.6671757Z [00:03:27.623]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.6672187Z [00:03:27.623]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.6672610Z [00:03:27.623]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.6673035Z [00:03:27.623]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.6673351Z [00:03:27.623]➜  EOF
2025-08-20T21:12:00.6678836Z [00:03:27.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/puttransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/puttransform;$WORK/b1185=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform -lang=go1.21 -complete -installsuffix shared -buildid Ce7kHRx7GXBWcc3hvZLf/Ce7kHRx7GXBWcc3hvZLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/puttransform/put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/puttransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/puttransform/response.go
2025-08-20T21:12:00.6686602Z [00:03:27.626]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:12:00.6698700Z [00:03:27.628]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/ad/ad4dca1a319a18423010b5e9c5cabf950d150053d51adebb31c9dd2a55a1aa46-d # internal
2025-08-20T21:12:00.6699980Z [00:03:27.628]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform
2025-08-20T21:12:00.6702548Z [00:03:27.628]➜  mkdir -p $WORK/b1186/
2025-08-20T21:12:00.6727206Z [00:03:27.631]➜  cat >/tmp/go-build2720400589/b1186/importcfg << 'EOF' # internal
2025-08-20T21:12:00.6728127Z [00:03:27.631]➜  # import config
2025-08-20T21:12:00.6728556Z [00:03:27.631]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.6729025Z [00:03:27.631]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.6729486Z [00:03:27.631]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.6730145Z [00:03:27.631]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.6730861Z [00:03:27.631]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.6731651Z [00:03:27.631]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.6732221Z [00:03:27.631]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.6732644Z [00:03:27.631]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.6733073Z [00:03:27.631]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.6733498Z [00:03:27.631]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.6733923Z [00:03:27.631]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.6734239Z [00:03:27.631]➜  EOF
2025-08-20T21:12:00.6737474Z [00:03:27.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/resettransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/resettransform;$WORK/b1186=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform -lang=go1.21 -complete -installsuffix shared -buildid F7r9j9EC7NCMvwjrgOFU/F7r9j9EC7NCMvwjrgOFU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/resettransform/reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/resettransform/response.go
2025-08-20T21:12:00.6833991Z [00:03:27.641]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:12:00.6856169Z [00:03:27.643]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/0b/0b36956519f1e2ce02d5fa1f71f8de3b0ffa8cfc572f5e019532c26b8854cbf5-d # internal
2025-08-20T21:12:00.6865461Z [00:03:27.644]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform
2025-08-20T21:12:00.6866040Z [00:03:27.644]➜  mkdir -p $WORK/b1187/
2025-08-20T21:12:00.6875456Z [00:03:27.645]➜  cat >/tmp/go-build2720400589/b1187/importcfg << 'EOF' # internal
2025-08-20T21:12:00.6876215Z [00:03:27.645]➜  # import config
2025-08-20T21:12:00.6876697Z [00:03:27.645]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.6879615Z [00:03:27.645]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.6880366Z [00:03:27.645]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.6880989Z [00:03:27.645]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.6881795Z [00:03:27.645]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.6883257Z [00:03:27.645]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.6884405Z [00:03:27.645]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.6885119Z [00:03:27.645]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.6885855Z [00:03:27.645]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.6886683Z [00:03:27.645]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.6887573Z [00:03:27.645]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.6888268Z [00:03:27.645]➜  EOF
2025-08-20T21:12:00.6891987Z [00:03:27.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/schedulenowtransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/schedulenowtransform;$WORK/b1187=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform -lang=go1.21 -complete -installsuffix shared -buildid -wl0YTgWGLq-wMoTuWWk/-wl0YTgWGLq-wMoTuWWk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/schedulenowtransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/schedulenowtransform/schedule_now_transform.go
2025-08-20T21:12:00.7381639Z [00:03:27.696]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:12:00.7391666Z [00:03:27.697]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/99/99462d8a6467c725c1783d290caa334934e8f3d5c5a35d3498c56b47a986f68c-d # internal
2025-08-20T21:12:00.7395672Z [00:03:27.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform
2025-08-20T21:12:00.7396105Z [00:03:27.697]➜  mkdir -p $WORK/b1188/
2025-08-20T21:12:00.7396489Z [00:03:27.697]➜  cat >/tmp/go-build2720400589/b1188/importcfg << 'EOF' # internal
2025-08-20T21:12:00.7396838Z [00:03:27.697]➜  # import config
2025-08-20T21:12:00.7397205Z [00:03:27.697]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.7397674Z [00:03:27.697]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.7398125Z [00:03:27.697]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.7398545Z [00:03:27.697]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.7399487Z [00:03:27.697]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.7400270Z [00:03:27.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.7400832Z [00:03:27.697]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.7401249Z [00:03:27.697]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.7401677Z [00:03:27.697]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.7402112Z [00:03:27.697]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.7402648Z [00:03:27.697]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.7403051Z [00:03:27.697]➜  EOF
2025-08-20T21:12:00.7406293Z [00:03:27.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/starttransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/starttransform;$WORK/b1188=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform -lang=go1.21 -complete -installsuffix shared -buildid xmk8W5EddVwlKeph_rE1/xmk8W5EddVwlKeph_rE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/starttransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/starttransform/start_transform.go
2025-08-20T21:12:00.7524079Z [00:03:27.710]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:12:00.7529908Z [00:03:27.711]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:12:00.7548240Z [00:03:27.712]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/ac/acf975e548578ac4cfde3e0c62dd091665d0760e5e42307b1b36714090cf329a-d # internal
2025-08-20T21:12:00.7569487Z [00:03:27.715]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:12:00.7573490Z [00:03:27.715]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform
2025-08-20T21:12:00.7573931Z [00:03:27.715]➜  mkdir -p $WORK/b1189/
2025-08-20T21:12:00.7574445Z [00:03:27.715]➜  cat >/tmp/go-build2720400589/b1189/importcfg << 'EOF' # internal
2025-08-20T21:12:00.7574857Z [00:03:27.715]➜  # import config
2025-08-20T21:12:00.7575208Z [00:03:27.715]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.7575865Z [00:03:27.715]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.7576394Z [00:03:27.715]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.7576818Z [00:03:27.715]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.7577443Z [00:03:27.715]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.7578234Z [00:03:27.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.7578796Z [00:03:27.715]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.7579224Z [00:03:27.715]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.7579659Z [00:03:27.715]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.7580081Z [00:03:27.715]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.7580506Z [00:03:27.715]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.7580824Z [00:03:27.715]➜  EOF
2025-08-20T21:12:00.7600337Z [00:03:27.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/stoptransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/stoptransform;$WORK/b1189=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform -lang=go1.21 -complete -installsuffix shared -buildid SkpYaO8UZlPBkNNkeyIv/SkpYaO8UZlPBkNNkeyIv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/stoptransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/stoptransform/stop_transform.go
2025-08-20T21:12:00.7604910Z [00:03:27.717]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/a5/a5024def9001887a536f556837a7d8ead8036530bfff93718bed698b8908f101-d # internal
2025-08-20T21:12:00.7605653Z [00:03:27.717]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform
2025-08-20T21:12:00.7606228Z [00:03:27.717]➜  mkdir -p $WORK/b1190/
2025-08-20T21:12:00.7606701Z [00:03:27.717]➜  cat >/tmp/go-build2720400589/b1190/importcfg << 'EOF' # internal
2025-08-20T21:12:00.7607171Z [00:03:27.717]➜  # import config
2025-08-20T21:12:00.7607514Z [00:03:27.717]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.7607947Z [00:03:27.717]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.7608395Z [00:03:27.717]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.7608842Z [00:03:27.717]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.7609254Z [00:03:27.717]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.7609877Z [00:03:27.717]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.7610687Z [00:03:27.717]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.7611253Z [00:03:27.718]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.7611676Z [00:03:27.718]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.7612108Z [00:03:27.718]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.7612539Z [00:03:27.718]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.7612972Z [00:03:27.718]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.7613286Z [00:03:27.718]➜  EOF
2025-08-20T21:12:00.7617013Z [00:03:27.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/updatetransform=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/updatetransform;$WORK/b1190=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform -lang=go1.21 -complete -installsuffix shared -buildid TJP-7oMgIh47wnPbggV6/TJP-7oMgIh47wnPbggV6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/updatetransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/updatetransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/updatetransform/update_transform.go
2025-08-20T21:12:00.7620394Z [00:03:27.718]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/bc/bc66ddfaa9f7f820395a65098e3639422858b50b02b69f57a7a39a74376d46ca-d # internal
2025-08-20T21:12:00.7621107Z [00:03:27.718]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms
2025-08-20T21:12:00.7621521Z [00:03:27.718]➜  mkdir -p $WORK/b1191/
2025-08-20T21:12:00.7621897Z [00:03:27.718]➜  cat >/tmp/go-build2720400589/b1191/importcfg << 'EOF' # internal
2025-08-20T21:12:00.7622243Z [00:03:27.718]➜  # import config
2025-08-20T21:12:00.7622587Z [00:03:27.718]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.7623047Z [00:03:27.718]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.7623486Z [00:03:27.718]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.7624066Z [00:03:27.718]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.7624818Z [00:03:27.718]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.7625595Z [00:03:27.718]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.7626157Z [00:03:27.718]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.7626575Z [00:03:27.718]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.7627001Z [00:03:27.718]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.7627521Z [00:03:27.718]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.7628063Z [00:03:27.718]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.7628376Z [00:03:27.718]➜  EOF
2025-08-20T21:12:00.7631424Z [00:03:27.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/upgradetransforms=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/upgradetransforms;$WORK/b1191=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms -lang=go1.21 -complete -installsuffix shared -buildid LN5lojHawlIPl-cRZitg/LN5lojHawlIPl-cRZitg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/upgradetransforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/transform/upgradetransforms/upgrade_transforms.go
2025-08-20T21:12:00.8126462Z [00:03:27.770]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:12:00.8144739Z [00:03:27.772]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/8a/8a8f952151387e72122c005c6662557a76160ceb5ae0eb66cba9ca894c215f30-d # internal
2025-08-20T21:12:00.8148822Z [00:03:27.773]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:12:00.8154996Z [00:03:27.773]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch
2025-08-20T21:12:00.8155412Z [00:03:27.773]➜  mkdir -p $WORK/b1192/
2025-08-20T21:12:00.8171611Z [00:03:27.774]➜  cat >/tmp/go-build2720400589/b1192/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8172127Z [00:03:27.774]➜  # import config
2025-08-20T21:12:00.8172485Z [00:03:27.774]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8173177Z [00:03:27.774]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8173692Z [00:03:27.774]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8174106Z [00:03:27.774]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8174933Z [00:03:27.774]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8175728Z [00:03:27.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8176294Z [00:03:27.774]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8176709Z [00:03:27.774]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8177137Z [00:03:27.774]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8177560Z [00:03:27.774]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8177993Z [00:03:27.774]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8178308Z [00:03:27.774]➜  EOF
2025-08-20T21:12:00.8182356Z [00:03:27.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/ackwatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/ackwatch;$WORK/b1192=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch -lang=go1.21 -complete -installsuffix shared -buildid v7zyhkG03LT8PaZF_RPm/v7zyhkG03LT8PaZF_RPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/ackwatch/ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/ackwatch/response.go
2025-08-20T21:12:00.8197794Z [00:03:27.778]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/12/120907e1cf9ba54082ac40b6a5dca7326bd0f7884ff2d6772e47c7f421379c61-d # internal
2025-08-20T21:12:00.8199520Z [00:03:27.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch
2025-08-20T21:12:00.8200110Z [00:03:27.778]➜  mkdir -p $WORK/b1193/
2025-08-20T21:12:00.8203646Z [00:03:27.778]➜  cat >/tmp/go-build2720400589/b1193/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8204215Z [00:03:27.778]➜  # import config
2025-08-20T21:12:00.8204726Z [00:03:27.778]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8205187Z [00:03:27.778]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8205661Z [00:03:27.778]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8206075Z [00:03:27.778]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8206699Z [00:03:27.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8207486Z [00:03:27.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8208044Z [00:03:27.778]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8208468Z [00:03:27.778]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8208906Z [00:03:27.778]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8212459Z [00:03:27.778]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8213034Z [00:03:27.778]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8213354Z [00:03:27.778]➜  EOF
2025-08-20T21:12:00.8217039Z [00:03:27.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/activatewatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/activatewatch;$WORK/b1193=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch -lang=go1.21 -complete -installsuffix shared -buildid DAlf6SrEtH9_x8pOMW1C/DAlf6SrEtH9_x8pOMW1C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/activatewatch/activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/activatewatch/response.go
2025-08-20T21:12:00.8277942Z [00:03:27.786]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:12:00.8289824Z [00:03:27.787]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/d7/d7c81ae55953424707c2f04cda7e43945da9b5f29bb7a7f4f6cd604dd01c5567-d # internal
2025-08-20T21:12:00.8293307Z [00:03:27.787]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch
2025-08-20T21:12:00.8293739Z [00:03:27.787]➜  mkdir -p $WORK/b1194/
2025-08-20T21:12:00.8312004Z [00:03:27.789]➜  cat >/tmp/go-build2720400589/b1194/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8312746Z [00:03:27.789]➜  # import config
2025-08-20T21:12:00.8313306Z [00:03:27.789]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8314825Z [00:03:27.789]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8315314Z [00:03:27.789]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8315746Z [00:03:27.789]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8316655Z [00:03:27.789]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8317440Z [00:03:27.789]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8318006Z [00:03:27.789]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8318421Z [00:03:27.789]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8318853Z [00:03:27.789]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8319286Z [00:03:27.789]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8319810Z [00:03:27.789]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8320234Z [00:03:27.789]➜  EOF
2025-08-20T21:12:00.8323392Z [00:03:27.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deactivatewatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deactivatewatch;$WORK/b1194=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch -lang=go1.21 -complete -installsuffix shared -buildid gUHCAS2ObgmJt3kPnNV9/gUHCAS2ObgmJt3kPnNV9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deactivatewatch/deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deactivatewatch/response.go
2025-08-20T21:12:00.8419826Z [00:03:27.800]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:12:00.8435817Z [00:03:27.801]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/63/63b44e37564dd5a506f385b41857a61e01631a981dc43ef9a7926b57772c1f0e-d # internal
2025-08-20T21:12:00.8456811Z [00:03:27.803]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch
2025-08-20T21:12:00.8460911Z [00:03:27.804]➜  mkdir -p $WORK/b1195/
2025-08-20T21:12:00.8461307Z [00:03:27.804]➜  cat >/tmp/go-build2720400589/b1195/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8461657Z [00:03:27.804]➜  # import config
2025-08-20T21:12:00.8462003Z [00:03:27.804]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8462456Z [00:03:27.804]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8462903Z [00:03:27.804]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8463475Z [00:03:27.804]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8464167Z [00:03:27.804]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8465161Z [00:03:27.804]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8465743Z [00:03:27.804]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8466169Z [00:03:27.804]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8466597Z [00:03:27.804]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8467020Z [00:03:27.804]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8467445Z [00:03:27.804]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8467759Z [00:03:27.804]➜  EOF
2025-08-20T21:12:00.8470614Z [00:03:27.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deletewatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deletewatch;$WORK/b1195=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch -lang=go1.21 -complete -installsuffix shared -buildid 7WRWaHodVLS8lz5pjhCY/7WRWaHodVLS8lz5pjhCY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deletewatch/delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/deletewatch/response.go
2025-08-20T21:12:00.8871581Z [00:03:27.845]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:12:00.8891402Z [00:03:27.847]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/eb/ebf0ad5a76959dea7e59303e8e11d32d2efe1f6b716de5709f040f4e457ace8b-d # internal
2025-08-20T21:12:00.8892152Z [00:03:27.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch
2025-08-20T21:12:00.8901649Z [00:03:27.847]➜  mkdir -p $WORK/b1196/
2025-08-20T21:12:00.8902342Z [00:03:27.847]➜  cat >/tmp/go-build2720400589/b1196/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8902776Z [00:03:27.847]➜  # import config
2025-08-20T21:12:00.8903400Z [00:03:27.847]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.8903837Z [00:03:27.847]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8904430Z [00:03:27.847]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8904931Z [00:03:27.847]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8905346Z [00:03:27.847]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8905978Z [00:03:27.847]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8906763Z [00:03:27.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8907651Z [00:03:27.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build2720400589/b1197/_pkg_.a
2025-08-20T21:12:00.8908323Z [00:03:27.847]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8908747Z [00:03:27.847]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8909186Z [00:03:27.847]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8909611Z [00:03:27.847]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8910037Z [00:03:27.847]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8910351Z [00:03:27.847]➜  EOF
2025-08-20T21:12:00.8913806Z [00:03:27.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/executewatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/executewatch;$WORK/b1196=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch -lang=go1.21 -complete -installsuffix shared -buildid WDd0YzlyG_HWCxEsG98d/WDd0YzlyG_HWCxEsG98d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/executewatch/execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/executewatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/executewatch/response.go
2025-08-20T21:12:00.8923976Z [00:03:27.850]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:12:00.8929476Z [00:03:27.851]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:12:00.8941809Z [00:03:27.852]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/fa/fa50ef024b90f9e2909a75d1995363823496c46c5742426a6645c1d143b8f253-d # internal
2025-08-20T21:12:00.8943297Z [00:03:27.852]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings
2025-08-20T21:12:00.8944540Z [00:03:27.852]➜  mkdir -p $WORK/b1198/
2025-08-20T21:12:00.8950837Z [00:03:27.853]➜  cat >/tmp/go-build2720400589/b1198/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8951563Z [00:03:27.853]➜  # import config
2025-08-20T21:12:00.8951923Z [00:03:27.853]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8952584Z [00:03:27.853]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8953035Z [00:03:27.853]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8953454Z [00:03:27.853]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8954082Z [00:03:27.853]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8955135Z [00:03:27.853]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8955713Z [00:03:27.853]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8956248Z [00:03:27.853]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8956758Z [00:03:27.853]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8957189Z [00:03:27.853]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8957620Z [00:03:27.853]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8957950Z [00:03:27.853]➜  EOF
2025-08-20T21:12:00.8960824Z [00:03:27.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getsettings;$WORK/b1198=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings -lang=go1.21 -complete -installsuffix shared -buildid BbNvB1UMlOLri7GQuQUV/BbNvB1UMlOLri7GQuQUV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getsettings/response.go
2025-08-20T21:12:00.8967564Z [00:03:27.854]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/f8/f8facb85f3442508e28329fd3f1dcfb94377f2d91dbbbc4003ee9842aa3a55da-d # internal
2025-08-20T21:12:00.8976742Z [00:03:27.854]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch
2025-08-20T21:12:00.8977155Z [00:03:27.854]➜  mkdir -p $WORK/b1199/
2025-08-20T21:12:00.8977569Z [00:03:27.854]➜  cat >/tmp/go-build2720400589/b1199/importcfg << 'EOF' # internal
2025-08-20T21:12:00.8977918Z [00:03:27.854]➜  # import config
2025-08-20T21:12:00.8978262Z [00:03:27.854]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.8978954Z [00:03:27.854]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.8979462Z [00:03:27.854]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.8979885Z [00:03:27.854]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.8980517Z [00:03:27.854]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.8981302Z [00:03:27.854]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.8981858Z [00:03:27.854]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.8982275Z [00:03:27.854]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.8982705Z [00:03:27.854]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.8983129Z [00:03:27.854]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.8983561Z [00:03:27.854]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.8983905Z [00:03:27.854]➜  EOF
2025-08-20T21:12:00.8986969Z [00:03:27.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getwatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getwatch;$WORK/b1199=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch -lang=go1.21 -complete -installsuffix shared -buildid _VzzN0aMEyOWNrtcawtl/_VzzN0aMEyOWNrtcawtl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getwatch/get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/getwatch/response.go
2025-08-20T21:12:00.9147950Z [00:03:27.872]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:12:00.9159556Z [00:03:27.873]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/1f/1fa340f80d42a662df1f8d3b277c16f0307273c2e72cd364741fa52621c2e079-d # internal
2025-08-20T21:12:00.9167000Z [00:03:27.874]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch
2025-08-20T21:12:00.9173790Z [00:03:27.875]➜  mkdir -p $WORK/b1200/
2025-08-20T21:12:00.9174228Z [00:03:27.875]➜  cat >/tmp/go-build2720400589/b1200/importcfg << 'EOF' # internal
2025-08-20T21:12:00.9174730Z [00:03:27.875]➜  # import config
2025-08-20T21:12:00.9175077Z [00:03:27.875]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.9175507Z [00:03:27.875]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.9175961Z [00:03:27.875]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.9176405Z [00:03:27.875]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.9176817Z [00:03:27.875]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.9177454Z [00:03:27.875]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.9178239Z [00:03:27.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.9178810Z [00:03:27.875]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.9179227Z [00:03:27.875]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.9179660Z [00:03:27.875]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.9180082Z [00:03:27.875]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.9180507Z [00:03:27.875]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.9180823Z [00:03:27.875]➜  EOF
2025-08-20T21:12:00.9184364Z [00:03:27.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/putwatch=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/putwatch;$WORK/b1200=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch -lang=go1.21 -complete -installsuffix shared -buildid HeFwBL_TDOauhfpRuZFm/HeFwBL_TDOauhfpRuZFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/putwatch/put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/putwatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/putwatch/response.go
2025-08-20T21:12:00.9645814Z [00:03:27.922]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:12:00.9676585Z [00:03:27.925]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/02/02b1a73fde364ec8abb4df936fcd5e077cae6f7402d1699f4a814e0a44e6a009-d # internal
2025-08-20T21:12:00.9683570Z [00:03:27.925]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches
2025-08-20T21:12:00.9684027Z [00:03:27.925]➜  mkdir -p $WORK/b1201/
2025-08-20T21:12:00.9684511Z [00:03:27.925]➜  cat >/tmp/go-build2720400589/b1201/importcfg << 'EOF' # internal
2025-08-20T21:12:00.9685147Z [00:03:27.925]➜  # import config
2025-08-20T21:12:00.9685635Z [00:03:27.925]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:00.9686071Z [00:03:27.925]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.9686676Z [00:03:27.925]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.9687119Z [00:03:27.925]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.9687534Z [00:03:27.925]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.9688159Z [00:03:27.925]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.9688948Z [00:03:27.925]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.9689512Z [00:03:27.925]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.9689937Z [00:03:27.925]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.9690378Z [00:03:27.925]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.9690805Z [00:03:27.926]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.9691240Z [00:03:27.926]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.9691559Z [00:03:27.926]➜  EOF
2025-08-20T21:12:00.9695017Z [00:03:27.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/querywatches=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/querywatches;$WORK/b1201=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches -lang=go1.21 -complete -installsuffix shared -buildid -36B5QMuLnGqieqniaQR/-36B5QMuLnGqieqniaQR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/querywatches/query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/querywatches/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/querywatches/response.go
2025-08-20T21:12:00.9712784Z [00:03:27.928]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:12:00.9722823Z [00:03:27.929]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/ea/ea706f9d727afd4b231db3ec92452d76ce1c169decd8b1096323ca0ad1942687-d # internal
2025-08-20T21:12:00.9723555Z [00:03:27.929]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start
2025-08-20T21:12:00.9723932Z [00:03:27.929]➜  mkdir -p $WORK/b1202/
2025-08-20T21:12:00.9724670Z [00:03:27.930]➜  cat >/tmp/go-build2720400589/b1202/importcfg << 'EOF' # internal
2025-08-20T21:12:00.9725384Z [00:03:27.930]➜  # import config
2025-08-20T21:12:00.9725797Z [00:03:27.930]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.9726260Z [00:03:27.930]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.9726713Z [00:03:27.930]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.9727132Z [00:03:27.930]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.9727764Z [00:03:27.930]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.9728540Z [00:03:27.930]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.9729100Z [00:03:27.930]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.9729517Z [00:03:27.930]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.9729953Z [00:03:27.930]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.9730381Z [00:03:27.930]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.9730929Z [00:03:27.930]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.9731365Z [00:03:27.930]➜  EOF
2025-08-20T21:12:00.9734161Z [00:03:27.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/start=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/start;$WORK/b1202=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start -lang=go1.21 -complete -installsuffix shared -buildid ZWAsHU2snp4X6L-iuUK9/ZWAsHU2snp4X6L-iuUK9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/start/start.go
2025-08-20T21:12:00.9738914Z [00:03:27.932]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:12:00.9771480Z [00:03:27.935]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/cd/cde40bdd45bdcfa728e1abd00a6c9b583fe74c8090313e8ddd95fb5d4c4e4601-d # internal
2025-08-20T21:12:00.9772269Z [00:03:27.935]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats
2025-08-20T21:12:00.9772651Z [00:03:27.935]➜  mkdir -p $WORK/b1203/
2025-08-20T21:12:00.9775055Z [00:03:27.935]➜  cat >/tmp/go-build2720400589/b1203/importcfg << 'EOF' # internal
2025-08-20T21:12:00.9775687Z [00:03:27.935]➜  # import config
2025-08-20T21:12:00.9776552Z [00:03:27.935]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:00.9777612Z [00:03:27.935]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:00.9778167Z [00:03:27.936]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:00.9778594Z [00:03:27.936]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:00.9779248Z [00:03:27.936]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:00.9780045Z [00:03:27.936]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:00.9780622Z [00:03:27.936]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:00.9781047Z [00:03:27.936]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:00.9781476Z [00:03:27.936]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:00.9781903Z [00:03:27.936]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:00.9782328Z [00:03:27.936]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:00.9782641Z [00:03:27.936]➜  EOF
2025-08-20T21:12:00.9797784Z [00:03:27.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stats=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stats;$WORK/b1203=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats -lang=go1.21 -complete -installsuffix shared -buildid WbmfVJPZbk9EcAOD4I6W/WbmfVJPZbk9EcAOD4I6W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stats/stats.go
2025-08-20T21:12:01.0093622Z [00:03:27.967]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:12:01.0125376Z [00:03:27.969]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/76/76649c51302e5c9def5ea65e708b9720a801ec0651b85039680aafc234633b7d-d # internal
2025-08-20T21:12:01.0126441Z [00:03:27.969]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop
2025-08-20T21:12:01.0126922Z [00:03:27.969]➜  mkdir -p $WORK/b1204/
2025-08-20T21:12:01.0128284Z [00:03:27.970]➜  cat >/tmp/go-build2720400589/b1204/importcfg << 'EOF' # internal
2025-08-20T21:12:01.0128922Z [00:03:27.970]➜  # import config
2025-08-20T21:12:01.0129529Z [00:03:27.970]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.0130869Z [00:03:27.970]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.0131491Z [00:03:27.970]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.0131906Z [00:03:27.970]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.0132535Z [00:03:27.970]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:01.0133317Z [00:03:27.970]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:01.0133880Z [00:03:27.970]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.0134527Z [00:03:27.970]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.0135030Z [00:03:27.970]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.0135466Z [00:03:27.970]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.0135900Z [00:03:27.970]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.0136223Z [00:03:27.970]➜  EOF
2025-08-20T21:12:01.0138907Z [00:03:27.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stop=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stop;$WORK/b1204=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop -lang=go1.21 -complete -installsuffix shared -buildid GtzNnrm24u6clBjjE0IY/GtzNnrm24u6clBjjE0IY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/stop/stop.go
2025-08-20T21:12:01.0434768Z [00:03:28.001]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:12:01.0449055Z [00:03:28.003]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/5d/5da75095102133d10705f884521d937ed72c2f517e3a46a8ca77895f7ebcf809-d # internal
2025-08-20T21:12:01.0454820Z [00:03:28.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings
2025-08-20T21:12:01.0455255Z [00:03:28.003]➜  mkdir -p $WORK/b1205/
2025-08-20T21:12:01.0455642Z [00:03:28.003]➜  cat >/tmp/go-build2720400589/b1205/importcfg << 'EOF' # internal
2025-08-20T21:12:01.0455995Z [00:03:28.003]➜  # import config
2025-08-20T21:12:01.0456338Z [00:03:28.003]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.0456764Z [00:03:28.003]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.0457471Z [00:03:28.003]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.0457998Z [00:03:28.003]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.0458422Z [00:03:28.003]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.0459057Z [00:03:28.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:01.0459843Z [00:03:28.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:01.0460408Z [00:03:28.003]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.0460830Z [00:03:28.003]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.0461257Z [00:03:28.003]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.0461687Z [00:03:28.003]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.0462118Z [00:03:28.003]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.0462438Z [00:03:28.003]➜  EOF
2025-08-20T21:12:01.0466148Z [00:03:28.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/updatesettings;$WORK/b1205=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings -lang=go1.21 -complete -installsuffix shared -buildid uWS5K2PNXFSGHFDQEajW/uWS5K2PNXFSGHFDQEajW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/updatesettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/updatesettings/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/watcher/updatesettings/update_settings.go
2025-08-20T21:12:01.0543265Z [00:03:28.012]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:12:01.0554065Z [00:03:28.013]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/d8/d8c08242cfb0bfb91795dbfb8049b5c25c4b2faff3edf329a090a83e93453227-d # internal
2025-08-20T21:12:01.0565725Z [00:03:28.014]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info
2025-08-20T21:12:01.0596774Z [00:03:28.014]➜  mkdir -p $WORK/b1206/
2025-08-20T21:12:01.0597291Z [00:03:28.014]➜  cat >/tmp/go-build2720400589/b1206/importcfg << 'EOF' # internal
2025-08-20T21:12:01.0597656Z [00:03:28.014]➜  # import config
2025-08-20T21:12:01.0598006Z [00:03:28.014]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.0598866Z [00:03:28.014]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.0600276Z [00:03:28.014]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.0601363Z [00:03:28.014]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.0602267Z [00:03:28.014]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:01.0603182Z [00:03:28.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:01.0604051Z [00:03:28.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build2720400589/b1207/_pkg_.a
2025-08-20T21:12:01.0606944Z [00:03:28.014]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.0607397Z [00:03:28.015]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.0607836Z [00:03:28.015]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.0608267Z [00:03:28.015]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.0608696Z [00:03:28.015]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.0609012Z [00:03:28.015]➜  EOF
2025-08-20T21:12:01.0609321Z [00:03:28.015]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:12:01.0612053Z [00:03:28.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/info=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/info;$WORK/b1206=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info -lang=go1.21 -complete -installsuffix shared -buildid NOgKxJk73Pl9NWnSSc6b/NOgKxJk73Pl9NWnSSc6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/info/response.go
2025-08-20T21:12:01.0615428Z [00:03:28.018]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/83/830397e4cf1acec61d6210ae47fd1b2308c1d3ca081963ddd06dd744a40d9a8a-d # internal
2025-08-20T21:12:01.0616096Z [00:03:28.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage
2025-08-20T21:12:01.0616461Z [00:03:28.018]➜  mkdir -p $WORK/b1208/
2025-08-20T21:12:01.0626171Z [00:03:28.020]➜  cat >/tmp/go-build2720400589/b1208/importcfg << 'EOF' # internal
2025-08-20T21:12:01.0626741Z [00:03:28.020]➜  # import config
2025-08-20T21:12:01.0627098Z [00:03:28.020]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.0627560Z [00:03:28.020]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.0628002Z [00:03:28.020]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.0628413Z [00:03:28.020]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.0629038Z [00:03:28.020]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:01.0629813Z [00:03:28.020]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:01.0630380Z [00:03:28.020]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.0630806Z [00:03:28.020]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.0631239Z [00:03:28.020]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.0631676Z [00:03:28.020]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.0632113Z [00:03:28.020]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.0632429Z [00:03:28.020]➜  EOF
2025-08-20T21:12:01.0638147Z [00:03:28.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/usage=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/usage;$WORK/b1208=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage -lang=go1.21 -complete -installsuffix shared -buildid ziwGMcf7NRwwa9HOATQu/ziwGMcf7NRwwa9HOATQu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/xpack/usage/usage.go
2025-08-20T21:12:01.0705799Z [00:03:28.026]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:12:01.0709612Z [00:03:28.028]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/d3/d3f7b4c1112c820c8c72340c03550f3e329a7db317bbddd3459df0fa71aa3d29-d # internal
2025-08-20T21:12:01.0712753Z [00:03:28.028]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T21:12:01.0713121Z [00:03:28.028]➜  mkdir -p $WORK/b1506/
2025-08-20T21:12:01.0713525Z [00:03:28.029]➜  cat >/tmp/go-build2720400589/b1506/importcfg << 'EOF' # internal
2025-08-20T21:12:01.0713880Z [00:03:28.029]➜  # import config
2025-08-20T21:12:01.0714219Z [00:03:28.029]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.0718390Z [00:03:28.030]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.0719005Z [00:03:28.030]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.0719697Z [00:03:28.030]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.0722438Z [00:03:28.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build2720400589/b1507/_pkg_.a
2025-08-20T21:12:01.0724697Z [00:03:28.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:12:01.0725550Z [00:03:28.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.0726363Z [00:03:28.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build2720400589/b1524/_pkg_.a
2025-08-20T21:12:01.0727143Z [00:03:28.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:12:01.0727889Z [00:03:28.030]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.0728787Z [00:03:28.030]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.0729642Z [00:03:28.030]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.0730350Z [00:03:28.030]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.0731065Z [00:03:28.030]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:12:01.0731806Z [00:03:28.030]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:01.0732369Z [00:03:28.030]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.0732799Z [00:03:28.030]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.0733236Z [00:03:28.030]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.0733664Z [00:03:28.030]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.0734092Z [00:03:28.030]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.0738719Z [00:03:28.030]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.0739159Z [00:03:28.030]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.0739578Z [00:03:28.030]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.0739985Z [00:03:28.030]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.0740422Z [00:03:28.030]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.0740757Z [00:03:28.030]➜  EOF
2025-08-20T21:12:01.0753287Z [00:03:28.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1506/_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/b1506=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid A-9WfUGyar9vKKsTSKHs/A-9WfUGyar9vKKsTSKHs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/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-20T21:12:01.1113121Z [00:03:28.069]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:12:01.1123757Z [00:03:28.070]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/d1/d1662e7d55d66c528511075696e947654c7ea6db427caa4691bd377519178e17-d # internal
2025-08-20T21:12:01.1124913Z [00:03:28.070]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/ads
2025-08-20T21:12:01.1125313Z [00:03:28.070]➜  mkdir -p $WORK/b1532/
2025-08-20T21:12:01.1127051Z [00:03:28.071]➜  cat >/tmp/go-build2720400589/b1532/importcfg << 'EOF' # internal
2025-08-20T21:12:01.1127496Z [00:03:28.071]➜  # import config
2025-08-20T21:12:01.1127861Z [00:03:28.071]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.1129913Z [00:03:28.071]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.1130949Z [00:03:28.071]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.1131809Z [00:03:28.071]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2720400589/b1533/_pkg_.a
2025-08-20T21:12:01.1132604Z [00:03:28.071]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:12:01.1133248Z [00:03:28.071]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:01.1133995Z [00:03:28.071]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:01.1134793Z [00:03:28.071]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:12:01.1135447Z [00:03:28.071]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:12:01.1136103Z [00:03:28.071]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:01.1136757Z [00:03:28.071]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:01.1137480Z [00:03:28.071]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build2720400589/b1531/_pkg_.a
2025-08-20T21:12:01.1138274Z [00:03:28.071]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:01.1139023Z [00:03:28.071]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.1139611Z [00:03:28.071]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.1140047Z [00:03:28.071]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:01.1140488Z [00:03:28.071]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.1140797Z [00:03:28.071]➜  EOF
2025-08-20T21:12:01.1143344Z [00:03:28.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/ads=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/ads;$WORK/b1532=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/ads -lang=go1.23 -complete -installsuffix shared -buildid HnuapboqEikT2eT0EvhA/HnuapboqEikT2eT0EvhA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/transport/ads/ads_stream.go
2025-08-20T21:12:01.1320748Z [00:03:28.090]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:12:01.1338093Z [00:03:28.091]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/69/695f005b3e33bc187737aec99d39d165eb218e63a8ddfd148a0f1c73fe3b9212-d # internal
2025-08-20T21:12:01.1343337Z [00:03:28.092]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T21:12:01.1343718Z [00:03:28.092]➜  mkdir -p $WORK/b1569/
2025-08-20T21:12:01.1348932Z [00:03:28.093]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:12:01.1415956Z [00:03:28.099]➜  cat >/tmp/go-build2720400589/b1569/importcfg << 'EOF' # internal
2025-08-20T21:12:01.1416996Z [00:03:28.099]➜  # import config
2025-08-20T21:12:01.1418388Z [00:03:28.099]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.1419020Z [00:03:28.099]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.1419457Z [00:03:28.099]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.1420200Z [00:03:28.099]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2720400589/b1570/_pkg_.a
2025-08-20T21:12:01.1421173Z [00:03:28.099]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build2720400589/b1571/_pkg_.a
2025-08-20T21:12:01.1422022Z [00:03:28.099]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:12:01.1422734Z [00:03:28.099]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:01.1423354Z [00:03:28.099]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:01.1423977Z [00:03:28.099]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:01.1424709Z [00:03:28.099]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:01.1425599Z [00:03:28.099]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:12:01.1426326Z [00:03:28.099]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:01.1426990Z [00:03:28.099]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.1427528Z [00:03:28.099]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.1427961Z [00:03:28.099]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:12:01.1428405Z [00:03:28.099]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.1428847Z [00:03:28.099]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:01.1429275Z [00:03:28.099]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.1429584Z [00:03:28.099]➜  EOF
2025-08-20T21:12:01.1431779Z [00:03:28.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/fault=>google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/fault;$WORK/b1569=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid I7Bk4haMTjcR538dbB5E/I7Bk4haMTjcR538dbB5E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/fault/fault.go
2025-08-20T21:12:01.1434431Z [00:03:28.100]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/7b/7b9817931a234376464ccac073f3af3cd8f80f72734f41ffb9adae9d48234ced-d # internal
2025-08-20T21:12:01.1447793Z [00:03:28.103]➜  github.com/elastic/go-elasticsearch/v8/typedapi
2025-08-20T21:12:01.1448170Z [00:03:28.103]➜  mkdir -p $WORK/b417/
2025-08-20T21:12:01.1476349Z [00:03:28.104]➜  cat >/tmp/go-build2720400589/b417/importcfg << 'EOF' # internal
2025-08-20T21:12:01.1477117Z [00:03:28.104]➜  # import config
2025-08-20T21:12:01.1477625Z [00:03:28.104]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.1478653Z [00:03:28.104]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:01.1480261Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build2720400589/b418/_pkg_.a
2025-08-20T21:12:01.1482655Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build2720400589/b625/_pkg_.a
2025-08-20T21:12:01.1485069Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build2720400589/b626/_pkg_.a
2025-08-20T21:12:01.1485950Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build2720400589/b627/_pkg_.a
2025-08-20T21:12:01.1486907Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build2720400589/b628/_pkg_.a
2025-08-20T21:12:01.1487921Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build2720400589/b629/_pkg_.a
2025-08-20T21:12:01.1488917Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build2720400589/b630/_pkg_.a
2025-08-20T21:12:01.1489900Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build2720400589/b631/_pkg_.a
2025-08-20T21:12:01.1490789Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build2720400589/b632/_pkg_.a
2025-08-20T21:12:01.1491600Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build2720400589/b633/_pkg_.a
2025-08-20T21:12:01.1492568Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build2720400589/b634/_pkg_.a
2025-08-20T21:12:01.1493516Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build2720400589/b636/_pkg_.a
2025-08-20T21:12:01.1496193Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build2720400589/b637/_pkg_.a
2025-08-20T21:12:01.1497273Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build2720400589/b638/_pkg_.a
2025-08-20T21:12:01.1498378Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build2720400589/b639/_pkg_.a
2025-08-20T21:12:01.1499341Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build2720400589/b641/_pkg_.a
2025-08-20T21:12:01.1500337Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build2720400589/b642/_pkg_.a
2025-08-20T21:12:01.1501316Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build2720400589/b643/_pkg_.a
2025-08-20T21:12:01.1502541Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build2720400589/b644/_pkg_.a
2025-08-20T21:12:01.1503823Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build2720400589/b645/_pkg_.a
2025-08-20T21:12:01.1505235Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build2720400589/b646/_pkg_.a
2025-08-20T21:12:01.1506319Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build2720400589/b647/_pkg_.a
2025-08-20T21:12:01.1507524Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build2720400589/b648/_pkg_.a
2025-08-20T21:12:01.1508540Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build2720400589/b649/_pkg_.a
2025-08-20T21:12:01.1509799Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build2720400589/b650/_pkg_.a
2025-08-20T21:12:01.1510923Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build2720400589/b651/_pkg_.a
2025-08-20T21:12:01.1512228Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build2720400589/b652/_pkg_.a
2025-08-20T21:12:01.1513318Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build2720400589/b653/_pkg_.a
2025-08-20T21:12:01.1514530Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build2720400589/b654/_pkg_.a
2025-08-20T21:12:01.1515567Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build2720400589/b655/_pkg_.a
2025-08-20T21:12:01.1516557Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build2720400589/b656/_pkg_.a
2025-08-20T21:12:01.1517680Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build2720400589/b657/_pkg_.a
2025-08-20T21:12:01.1518694Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build2720400589/b658/_pkg_.a
2025-08-20T21:12:01.1519828Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build2720400589/b659/_pkg_.a
2025-08-20T21:12:01.1520830Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build2720400589/b660/_pkg_.a
2025-08-20T21:12:01.1521906Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build2720400589/b661/_pkg_.a
2025-08-20T21:12:01.1523094Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build2720400589/b662/_pkg_.a
2025-08-20T21:12:01.1524117Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build2720400589/b663/_pkg_.a
2025-08-20T21:12:01.1525163Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build2720400589/b664/_pkg_.a
2025-08-20T21:12:01.1526189Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build2720400589/b665/_pkg_.a
2025-08-20T21:12:01.1527100Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build2720400589/b666/_pkg_.a
2025-08-20T21:12:01.1528024Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build2720400589/b667/_pkg_.a
2025-08-20T21:12:01.1528904Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build2720400589/b668/_pkg_.a
2025-08-20T21:12:01.1529930Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build2720400589/b669/_pkg_.a
2025-08-20T21:12:01.1530945Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build2720400589/b670/_pkg_.a
2025-08-20T21:12:01.1531846Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build2720400589/b671/_pkg_.a
2025-08-20T21:12:01.1532845Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build2720400589/b672/_pkg_.a
2025-08-20T21:12:01.1533636Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build2720400589/b673/_pkg_.a
2025-08-20T21:12:01.1534594Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build2720400589/b674/_pkg_.a
2025-08-20T21:12:01.1535620Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build2720400589/b675/_pkg_.a
2025-08-20T21:12:01.1536908Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build2720400589/b676/_pkg_.a
2025-08-20T21:12:01.1538051Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build2720400589/b677/_pkg_.a
2025-08-20T21:12:01.1539030Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build2720400589/b678/_pkg_.a
2025-08-20T21:12:01.1539939Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build2720400589/b679/_pkg_.a
2025-08-20T21:12:01.1540782Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build2720400589/b680/_pkg_.a
2025-08-20T21:12:01.1541596Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build2720400589/b683/_pkg_.a
2025-08-20T21:12:01.1543263Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build2720400589/b684/_pkg_.a
2025-08-20T21:12:01.1544592Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build2720400589/b685/_pkg_.a
2025-08-20T21:12:01.1545784Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build2720400589/b686/_pkg_.a
2025-08-20T21:12:01.1547051Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build2720400589/b687/_pkg_.a
2025-08-20T21:12:01.1548213Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build2720400589/b688/_pkg_.a
2025-08-20T21:12:01.1549487Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build2720400589/b689/_pkg_.a
2025-08-20T21:12:01.1550755Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build2720400589/b690/_pkg_.a
2025-08-20T21:12:01.1551784Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build2720400589/b691/_pkg_.a
2025-08-20T21:12:01.1552862Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build2720400589/b692/_pkg_.a
2025-08-20T21:12:01.1553776Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build2720400589/b693/_pkg_.a
2025-08-20T21:12:01.1554736Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build2720400589/b694/_pkg_.a
2025-08-20T21:12:01.1555582Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build2720400589/b695/_pkg_.a
2025-08-20T21:12:01.1556430Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build2720400589/b696/_pkg_.a
2025-08-20T21:12:01.1557254Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build2720400589/b697/_pkg_.a
2025-08-20T21:12:01.1558073Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build2720400589/b698/_pkg_.a
2025-08-20T21:12:01.1559113Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build2720400589/b699/_pkg_.a
2025-08-20T21:12:01.1560001Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build2720400589/b700/_pkg_.a
2025-08-20T21:12:01.1560901Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin=/tmp/go-build2720400589/b701/_pkg_.a
2025-08-20T21:12:01.1561803Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim=/tmp/go-build2720400589/b702/_pkg_.a
2025-08-20T21:12:01.1562779Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build2720400589/b703/_pkg_.a
2025-08-20T21:12:01.1563803Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror=/tmp/go-build2720400589/b704/_pkg_.a
2025-08-20T21:12:01.1564806Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build2720400589/b705/_pkg_.a
2025-08-20T21:12:01.1565687Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build2720400589/b706/_pkg_.a
2025-08-20T21:12:01.1566568Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build2720400589/b707/_pkg_.a
2025-08-20T21:12:01.1567490Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats=/tmp/go-build2720400589/b708/_pkg_.a
2025-08-20T21:12:01.1568456Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build2720400589/b709/_pkg_.a
2025-08-20T21:12:01.1569401Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build2720400589/b710/_pkg_.a
2025-08-20T21:12:01.1570337Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build2720400589/b711/_pkg_.a
2025-08-20T21:12:01.1571253Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build2720400589/b712/_pkg_.a
2025-08-20T21:12:01.1572150Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures=/tmp/go-build2720400589/b713/_pkg_.a
2025-08-20T21:12:01.1573175Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build2720400589/b714/_pkg_.a
2025-08-20T21:12:01.1574217Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build2720400589/b715/_pkg_.a
2025-08-20T21:12:01.1575626Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build2720400589/b716/_pkg_.a
2025-08-20T21:12:01.1576935Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build2720400589/b717/_pkg_.a
2025-08-20T21:12:01.1578058Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build2720400589/b718/_pkg_.a
2025-08-20T21:12:01.1579347Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build2720400589/b719/_pkg_.a
2025-08-20T21:12:01.1580792Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build2720400589/b720/_pkg_.a
2025-08-20T21:12:01.1582200Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build2720400589/b721/_pkg_.a
2025-08-20T21:12:01.1583368Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build2720400589/b722/_pkg_.a
2025-08-20T21:12:01.1584750Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build2720400589/b723/_pkg_.a
2025-08-20T21:12:01.1585904Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build2720400589/b725/_pkg_.a
2025-08-20T21:12:01.1586972Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build2720400589/b726/_pkg_.a
2025-08-20T21:12:01.1588065Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build2720400589/b727/_pkg_.a
2025-08-20T21:12:01.1589138Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build2720400589/b728/_pkg_.a
2025-08-20T21:12:01.1590223Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build2720400589/b729/_pkg_.a
2025-08-20T21:12:01.1591458Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build2720400589/b730/_pkg_.a
2025-08-20T21:12:01.1592590Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build2720400589/b732/_pkg_.a
2025-08-20T21:12:01.1593730Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build2720400589/b733/_pkg_.a
2025-08-20T21:12:01.1594804Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build2720400589/b734/_pkg_.a
2025-08-20T21:12:01.1595900Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build2720400589/b735/_pkg_.a
2025-08-20T21:12:01.1596890Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build2720400589/b736/_pkg_.a
2025-08-20T21:12:01.1597897Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build2720400589/b737/_pkg_.a
2025-08-20T21:12:01.1599015Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build2720400589/b738/_pkg_.a
2025-08-20T21:12:01.1599995Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build2720400589/b739/_pkg_.a
2025-08-20T21:12:01.1601052Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build2720400589/b740/_pkg_.a
2025-08-20T21:12:01.1602435Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build2720400589/b741/_pkg_.a
2025-08-20T21:12:01.1603650Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build2720400589/b742/_pkg_.a
2025-08-20T21:12:01.1604788Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build2720400589/b743/_pkg_.a
2025-08-20T21:12:01.1605897Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build2720400589/b744/_pkg_.a
2025-08-20T21:12:01.1606889Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build2720400589/b745/_pkg_.a
2025-08-20T21:12:01.1607885Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build2720400589/b746/_pkg_.a
2025-08-20T21:12:01.1609028Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build2720400589/b747/_pkg_.a
2025-08-20T21:12:01.1609976Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build2720400589/b748/_pkg_.a
2025-08-20T21:12:01.1611035Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build2720400589/b749/_pkg_.a
2025-08-20T21:12:01.1612070Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build2720400589/b750/_pkg_.a
2025-08-20T21:12:01.1613124Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build2720400589/b751/_pkg_.a
2025-08-20T21:12:01.1626265Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build2720400589/b752/_pkg_.a
2025-08-20T21:12:01.1627319Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build2720400589/b753/_pkg_.a
2025-08-20T21:12:01.1628455Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build2720400589/b754/_pkg_.a
2025-08-20T21:12:01.1629505Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build2720400589/b755/_pkg_.a
2025-08-20T21:12:01.1630422Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build2720400589/b756/_pkg_.a
2025-08-20T21:12:01.1631495Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build2720400589/b757/_pkg_.a
2025-08-20T21:12:01.1632436Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build2720400589/b758/_pkg_.a
2025-08-20T21:12:01.1633298Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build2720400589/b760/_pkg_.a
2025-08-20T21:12:01.1634088Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build2720400589/b761/_pkg_.a
2025-08-20T21:12:01.1635089Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build2720400589/b762/_pkg_.a
2025-08-20T21:12:01.1635935Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build2720400589/b765/_pkg_.a
2025-08-20T21:12:01.1636794Z [00:03:28.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build2720400589/b766/_pkg_.a
2025-08-20T21:12:01.1637639Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build2720400589/b767/_pkg_.a
2025-08-20T21:12:01.1638468Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build2720400589/b768/_pkg_.a
2025-08-20T21:12:01.1639582Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build2720400589/b769/_pkg_.a
2025-08-20T21:12:01.1640545Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build2720400589/b770/_pkg_.a
2025-08-20T21:12:01.1641574Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build2720400589/b771/_pkg_.a
2025-08-20T21:12:01.1642568Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build2720400589/b772/_pkg_.a
2025-08-20T21:12:01.1643577Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build2720400589/b773/_pkg_.a
2025-08-20T21:12:01.1644668Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build2720400589/b774/_pkg_.a
2025-08-20T21:12:01.1645660Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build2720400589/b775/_pkg_.a
2025-08-20T21:12:01.1646540Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build2720400589/b776/_pkg_.a
2025-08-20T21:12:01.1647395Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build2720400589/b777/_pkg_.a
2025-08-20T21:12:01.1648236Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build2720400589/b778/_pkg_.a
2025-08-20T21:12:01.1649261Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build2720400589/b779/_pkg_.a
2025-08-20T21:12:01.1650056Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build2720400589/b780/_pkg_.a
2025-08-20T21:12:01.1650826Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build2720400589/b781/_pkg_.a
2025-08-20T21:12:01.1651624Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build2720400589/b782/_pkg_.a
2025-08-20T21:12:01.1652418Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build2720400589/b783/_pkg_.a
2025-08-20T21:12:01.1653294Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build2720400589/b785/_pkg_.a
2025-08-20T21:12:01.1654359Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete=/tmp/go-build2720400589/b787/_pkg_.a
2025-08-20T21:12:01.1655300Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget=/tmp/go-build2720400589/b788/_pkg_.a
2025-08-20T21:12:01.1656168Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop=/tmp/go-build2720400589/b789/_pkg_.a
2025-08-20T21:12:01.1656990Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build2720400589/b790/_pkg_.a
2025-08-20T21:12:01.1657825Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build2720400589/b791/_pkg_.a
2025-08-20T21:12:01.1658712Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build2720400589/b792/_pkg_.a
2025-08-20T21:12:01.1659610Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build2720400589/b793/_pkg_.a
2025-08-20T21:12:01.1660466Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build2720400589/b794/_pkg_.a
2025-08-20T21:12:01.1661295Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build2720400589/b795/_pkg_.a
2025-08-20T21:12:01.1662114Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build2720400589/b796/_pkg_.a
2025-08-20T21:12:01.1663017Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build2720400589/b797/_pkg_.a
2025-08-20T21:12:01.1663966Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build2720400589/b798/_pkg_.a
2025-08-20T21:12:01.1665361Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build2720400589/b799/_pkg_.a
2025-08-20T21:12:01.1666252Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build2720400589/b800/_pkg_.a
2025-08-20T21:12:01.1667117Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build2720400589/b801/_pkg_.a
2025-08-20T21:12:01.1667974Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build2720400589/b802/_pkg_.a
2025-08-20T21:12:01.1668831Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build2720400589/b803/_pkg_.a
2025-08-20T21:12:01.1669664Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build2720400589/b804/_pkg_.a
2025-08-20T21:12:01.1670503Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build2720400589/b805/_pkg_.a
2025-08-20T21:12:01.1671311Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build2720400589/b806/_pkg_.a
2025-08-20T21:12:01.1672306Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build2720400589/b807/_pkg_.a
2025-08-20T21:12:01.1673078Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build2720400589/b808/_pkg_.a
2025-08-20T21:12:01.1673885Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build2720400589/b809/_pkg_.a
2025-08-20T21:12:01.1674911Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build2720400589/b810/_pkg_.a
2025-08-20T21:12:01.1675966Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex=/tmp/go-build2720400589/b811/_pkg_.a
2025-08-20T21:12:01.1676991Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build2720400589/b812/_pkg_.a
2025-08-20T21:12:01.1677827Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build2720400589/b813/_pkg_.a
2025-08-20T21:12:01.1678634Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build2720400589/b814/_pkg_.a
2025-08-20T21:12:01.1679446Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build2720400589/b815/_pkg_.a
2025-08-20T21:12:01.1680641Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build2720400589/b816/_pkg_.a
2025-08-20T21:12:01.1681638Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom=/tmp/go-build2720400589/b817/_pkg_.a
2025-08-20T21:12:01.1682867Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build2720400589/b818/_pkg_.a
2025-08-20T21:12:01.1683746Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build2720400589/b819/_pkg_.a
2025-08-20T21:12:01.1684679Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build2720400589/b820/_pkg_.a
2025-08-20T21:12:01.1685639Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build2720400589/b821/_pkg_.a
2025-08-20T21:12:01.1686557Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build2720400589/b822/_pkg_.a
2025-08-20T21:12:01.1687627Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build2720400589/b823/_pkg_.a
2025-08-20T21:12:01.1688652Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build2720400589/b824/_pkg_.a
2025-08-20T21:12:01.1689526Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build2720400589/b825/_pkg_.a
2025-08-20T21:12:01.1690381Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build2720400589/b826/_pkg_.a
2025-08-20T21:12:01.1691215Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build2720400589/b827/_pkg_.a
2025-08-20T21:12:01.1692057Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build2720400589/b828/_pkg_.a
2025-08-20T21:12:01.1692961Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build2720400589/b829/_pkg_.a
2025-08-20T21:12:01.1693877Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build2720400589/b830/_pkg_.a
2025-08-20T21:12:01.1694947Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build2720400589/b831/_pkg_.a
2025-08-20T21:12:01.1696031Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build2720400589/b832/_pkg_.a
2025-08-20T21:12:01.1696882Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build2720400589/b833/_pkg_.a
2025-08-20T21:12:01.1697715Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build2720400589/b834/_pkg_.a
2025-08-20T21:12:01.1698541Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build2720400589/b835/_pkg_.a
2025-08-20T21:12:01.1699428Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build2720400589/b836/_pkg_.a
2025-08-20T21:12:01.1700431Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build2720400589/b837/_pkg_.a
2025-08-20T21:12:01.1701369Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats=/tmp/go-build2720400589/b838/_pkg_.a
2025-08-20T21:12:01.1702285Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build2720400589/b839/_pkg_.a
2025-08-20T21:12:01.1703178Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build2720400589/b840/_pkg_.a
2025-08-20T21:12:01.1704079Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build2720400589/b841/_pkg_.a
2025-08-20T21:12:01.1705174Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build2720400589/b842/_pkg_.a
2025-08-20T21:12:01.1706105Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus=/tmp/go-build2720400589/b843/_pkg_.a
2025-08-20T21:12:01.1707025Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build2720400589/b844/_pkg_.a
2025-08-20T21:12:01.1707883Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build2720400589/b845/_pkg_.a
2025-08-20T21:12:01.1708759Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex=/tmp/go-build2720400589/b846/_pkg_.a
2025-08-20T21:12:01.1709770Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build2720400589/b847/_pkg_.a
2025-08-20T21:12:01.1710766Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build2720400589/b848/_pkg_.a
2025-08-20T21:12:01.1711622Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build2720400589/b849/_pkg_.a
2025-08-20T21:12:01.1712490Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build2720400589/b850/_pkg_.a
2025-08-20T21:12:01.1713363Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build2720400589/b851/_pkg_.a
2025-08-20T21:12:01.1714236Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build2720400589/b852/_pkg_.a
2025-08-20T21:12:01.1715296Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build2720400589/b853/_pkg_.a
2025-08-20T21:12:01.1716187Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build2720400589/b854/_pkg_.a
2025-08-20T21:12:01.1717359Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build2720400589/b855/_pkg_.a
2025-08-20T21:12:01.1718449Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build2720400589/b856/_pkg_.a
2025-08-20T21:12:01.1719437Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build2720400589/b857/_pkg_.a
2025-08-20T21:12:01.1720276Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build2720400589/b858/_pkg_.a
2025-08-20T21:12:01.1721166Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build2720400589/b859/_pkg_.a
2025-08-20T21:12:01.1722092Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build2720400589/b860/_pkg_.a
2025-08-20T21:12:01.1723046Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build2720400589/b861/_pkg_.a
2025-08-20T21:12:01.1723992Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build2720400589/b862/_pkg_.a
2025-08-20T21:12:01.1724954Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build2720400589/b863/_pkg_.a
2025-08-20T21:12:01.1725845Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build2720400589/b864/_pkg_.a
2025-08-20T21:12:01.1726720Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build2720400589/b866/_pkg_.a
2025-08-20T21:12:01.1727622Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build2720400589/b867/_pkg_.a
2025-08-20T21:12:01.1728783Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build2720400589/b868/_pkg_.a
2025-08-20T21:12:01.1729888Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build2720400589/b869/_pkg_.a
2025-08-20T21:12:01.1730710Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build2720400589/b870/_pkg_.a
2025-08-20T21:12:01.1731544Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build2720400589/b871/_pkg_.a
2025-08-20T21:12:01.1732410Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build2720400589/b872/_pkg_.a
2025-08-20T21:12:01.1733289Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build2720400589/b873/_pkg_.a
2025-08-20T21:12:01.1734424Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified=/tmp/go-build2720400589/b874/_pkg_.a
2025-08-20T21:12:01.1735442Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion=/tmp/go-build2720400589/b875/_pkg_.a
2025-08-20T21:12:01.1736304Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build2720400589/b876/_pkg_.a
2025-08-20T21:12:01.1737126Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build2720400589/b877/_pkg_.a
2025-08-20T21:12:01.1737961Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build2720400589/b878/_pkg_.a
2025-08-20T21:12:01.1738801Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build2720400589/b879/_pkg_.a
2025-08-20T21:12:01.1739673Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud=/tmp/go-build2720400589/b880/_pkg_.a
2025-08-20T21:12:01.1740601Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock=/tmp/go-build2720400589/b882/_pkg_.a
2025-08-20T21:12:01.1741659Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic=/tmp/go-build2720400589/b884/_pkg_.a
2025-08-20T21:12:01.1742692Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio=/tmp/go-build2720400589/b886/_pkg_.a
2025-08-20T21:12:01.1743608Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai=/tmp/go-build2720400589/b888/_pkg_.a
2025-08-20T21:12:01.1744593Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere=/tmp/go-build2720400589/b890/_pkg_.a
2025-08-20T21:12:01.1745552Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch=/tmp/go-build2720400589/b892/_pkg_.a
2025-08-20T21:12:01.1746522Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser=/tmp/go-build2720400589/b894/_pkg_.a
2025-08-20T21:12:01.1747519Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio=/tmp/go-build2720400589/b896/_pkg_.a
2025-08-20T21:12:01.1748462Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai=/tmp/go-build2720400589/b898/_pkg_.a
2025-08-20T21:12:01.1749376Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface=/tmp/go-build2720400589/b900/_pkg_.a
2025-08-20T21:12:01.1750262Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai=/tmp/go-build2720400589/b902/_pkg_.a
2025-08-20T21:12:01.1751135Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral=/tmp/go-build2720400589/b904/_pkg_.a
2025-08-20T21:12:01.1752008Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai=/tmp/go-build2720400589/b906/_pkg_.a
2025-08-20T21:12:01.1752886Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai=/tmp/go-build2720400589/b908/_pkg_.a
2025-08-20T21:12:01.1753764Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx=/tmp/go-build2720400589/b910/_pkg_.a
2025-08-20T21:12:01.1754765Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank=/tmp/go-build2720400589/b912/_pkg_.a
2025-08-20T21:12:01.1755653Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding=/tmp/go-build2720400589/b913/_pkg_.a
2025-08-20T21:12:01.1756690Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion=/tmp/go-build2720400589/b914/_pkg_.a
2025-08-20T21:12:01.1757664Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding=/tmp/go-build2720400589/b915/_pkg_.a
2025-08-20T21:12:01.1758533Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/update=/tmp/go-build2720400589/b916/_pkg_.a
2025-08-20T21:12:01.1759417Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build2720400589/b917/_pkg_.a
2025-08-20T21:12:01.1760370Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase=/tmp/go-build2720400589/b918/_pkg_.a
2025-08-20T21:12:01.1761293Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build2720400589/b919/_pkg_.a
2025-08-20T21:12:01.1762160Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build2720400589/b920/_pkg_.a
2025-08-20T21:12:01.1763174Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build2720400589/b921/_pkg_.a
2025-08-20T21:12:01.1764174Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase=/tmp/go-build2720400589/b922/_pkg_.a
2025-08-20T21:12:01.1765330Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build2720400589/b923/_pkg_.a
2025-08-20T21:12:01.1766321Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build2720400589/b924/_pkg_.a
2025-08-20T21:12:01.1767203Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build2720400589/b925/_pkg_.a
2025-08-20T21:12:01.1768124Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase=/tmp/go-build2720400589/b926/_pkg_.a
2025-08-20T21:12:01.1769027Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build2720400589/b927/_pkg_.a
2025-08-20T21:12:01.1769869Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build2720400589/b928/_pkg_.a
2025-08-20T21:12:01.1770692Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build2720400589/b929/_pkg_.a
2025-08-20T21:12:01.1771500Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build2720400589/b930/_pkg_.a
2025-08-20T21:12:01.1772341Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build2720400589/b931/_pkg_.a
2025-08-20T21:12:01.1773221Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build2720400589/b932/_pkg_.a
2025-08-20T21:12:01.1774063Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build2720400589/b933/_pkg_.a
2025-08-20T21:12:01.1775052Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build2720400589/b934/_pkg_.a
2025-08-20T21:12:01.1775956Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build2720400589/b935/_pkg_.a
2025-08-20T21:12:01.1776851Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build2720400589/b936/_pkg_.a
2025-08-20T21:12:01.1777734Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build2720400589/b937/_pkg_.a
2025-08-20T21:12:01.1778608Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build2720400589/b938/_pkg_.a
2025-08-20T21:12:01.1779617Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build2720400589/b939/_pkg_.a
2025-08-20T21:12:01.1780631Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build2720400589/b940/_pkg_.a
2025-08-20T21:12:01.1782034Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build2720400589/b941/_pkg_.a
2025-08-20T21:12:01.1783339Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build2720400589/b942/_pkg_.a
2025-08-20T21:12:01.1784312Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build2720400589/b943/_pkg_.a
2025-08-20T21:12:01.1785201Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build2720400589/b944/_pkg_.a
2025-08-20T21:12:01.1786080Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build2720400589/b945/_pkg_.a
2025-08-20T21:12:01.1787097Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build2720400589/b946/_pkg_.a
2025-08-20T21:12:01.1788079Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build2720400589/b947/_pkg_.a
2025-08-20T21:12:01.1789146Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build2720400589/b948/_pkg_.a
2025-08-20T21:12:01.1790053Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build2720400589/b949/_pkg_.a
2025-08-20T21:12:01.1790902Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build2720400589/b950/_pkg_.a
2025-08-20T21:12:01.1791744Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build2720400589/b951/_pkg_.a
2025-08-20T21:12:01.1792563Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build2720400589/b952/_pkg_.a
2025-08-20T21:12:01.1793412Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build2720400589/b953/_pkg_.a
2025-08-20T21:12:01.1794390Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build2720400589/b954/_pkg_.a
2025-08-20T21:12:01.1795366Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build2720400589/b955/_pkg_.a
2025-08-20T21:12:01.1796273Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build2720400589/b956/_pkg_.a
2025-08-20T21:12:01.1797152Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build2720400589/b957/_pkg_.a
2025-08-20T21:12:01.1798068Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build2720400589/b958/_pkg_.a
2025-08-20T21:12:01.1798936Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build2720400589/b959/_pkg_.a
2025-08-20T21:12:01.1799735Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build2720400589/b960/_pkg_.a
2025-08-20T21:12:01.1800540Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build2720400589/b961/_pkg_.a
2025-08-20T21:12:01.1801386Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build2720400589/b962/_pkg_.a
2025-08-20T21:12:01.1802232Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build2720400589/b963/_pkg_.a
2025-08-20T21:12:01.1803198Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build2720400589/b964/_pkg_.a
2025-08-20T21:12:01.1804127Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build2720400589/b965/_pkg_.a
2025-08-20T21:12:01.1805153Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build2720400589/b966/_pkg_.a
2025-08-20T21:12:01.1806052Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build2720400589/b967/_pkg_.a
2025-08-20T21:12:01.1806986Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build2720400589/b968/_pkg_.a
2025-08-20T21:12:01.1807864Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build2720400589/b969/_pkg_.a
2025-08-20T21:12:01.1808701Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build2720400589/b970/_pkg_.a
2025-08-20T21:12:01.1809623Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build2720400589/b971/_pkg_.a
2025-08-20T21:12:01.1810495Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build2720400589/b972/_pkg_.a
2025-08-20T21:12:01.1811496Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build2720400589/b973/_pkg_.a
2025-08-20T21:12:01.1812469Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build2720400589/b974/_pkg_.a
2025-08-20T21:12:01.1813399Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build2720400589/b975/_pkg_.a
2025-08-20T21:12:01.1814408Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build2720400589/b976/_pkg_.a
2025-08-20T21:12:01.1815321Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build2720400589/b977/_pkg_.a
2025-08-20T21:12:01.1816165Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build2720400589/b978/_pkg_.a
2025-08-20T21:12:01.1817389Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build2720400589/b980/_pkg_.a
2025-08-20T21:12:01.1818378Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build2720400589/b981/_pkg_.a
2025-08-20T21:12:01.1819214Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build2720400589/b982/_pkg_.a
2025-08-20T21:12:01.1819993Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build2720400589/b983/_pkg_.a
2025-08-20T21:12:01.1820837Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build2720400589/b984/_pkg_.a
2025-08-20T21:12:01.1821680Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build2720400589/b985/_pkg_.a
2025-08-20T21:12:01.1822510Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build2720400589/b986/_pkg_.a
2025-08-20T21:12:01.1823420Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build2720400589/b987/_pkg_.a
2025-08-20T21:12:01.1824378Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build2720400589/b988/_pkg_.a
2025-08-20T21:12:01.1825310Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build2720400589/b989/_pkg_.a
2025-08-20T21:12:01.1826310Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build2720400589/b990/_pkg_.a
2025-08-20T21:12:01.1827246Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build2720400589/b991/_pkg_.a
2025-08-20T21:12:01.1828097Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build2720400589/b992/_pkg_.a
2025-08-20T21:12:01.1828887Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build2720400589/b993/_pkg_.a
2025-08-20T21:12:01.1829708Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build2720400589/b994/_pkg_.a
2025-08-20T21:12:01.1830589Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build2720400589/b995/_pkg_.a
2025-08-20T21:12:01.1831534Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build2720400589/b996/_pkg_.a
2025-08-20T21:12:01.1832502Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build2720400589/b997/_pkg_.a
2025-08-20T21:12:01.1833459Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build2720400589/b998/_pkg_.a
2025-08-20T21:12:01.1834524Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build2720400589/b999/_pkg_.a
2025-08-20T21:12:01.1835547Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build2720400589/b1000/_pkg_.a
2025-08-20T21:12:01.1836400Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build2720400589/b1001/_pkg_.a
2025-08-20T21:12:01.1837290Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build2720400589/b1002/_pkg_.a
2025-08-20T21:12:01.1838248Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build2720400589/b1003/_pkg_.a
2025-08-20T21:12:01.1839154Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build2720400589/b1004/_pkg_.a
2025-08-20T21:12:01.1840039Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build2720400589/b1005/_pkg_.a
2025-08-20T21:12:01.1840986Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build2720400589/b1006/_pkg_.a
2025-08-20T21:12:01.1841890Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build2720400589/b1007/_pkg_.a
2025-08-20T21:12:01.1842793Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build2720400589/b1008/_pkg_.a
2025-08-20T21:12:01.1843678Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build2720400589/b1009/_pkg_.a
2025-08-20T21:12:01.1844612Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build2720400589/b1010/_pkg_.a
2025-08-20T21:12:01.1845528Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build2720400589/b1011/_pkg_.a
2025-08-20T21:12:01.1846479Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build2720400589/b1012/_pkg_.a
2025-08-20T21:12:01.1847412Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build2720400589/b1013/_pkg_.a
2025-08-20T21:12:01.1848254Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build2720400589/b1014/_pkg_.a
2025-08-20T21:12:01.1849222Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build2720400589/b1015/_pkg_.a
2025-08-20T21:12:01.1850135Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build2720400589/b1016/_pkg_.a
2025-08-20T21:12:01.1851086Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build2720400589/b1017/_pkg_.a
2025-08-20T21:12:01.1852111Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build2720400589/b1018/_pkg_.a
2025-08-20T21:12:01.1853062Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build2720400589/b1019/_pkg_.a
2025-08-20T21:12:01.1853878Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build2720400589/b1021/_pkg_.a
2025-08-20T21:12:01.1854835Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build2720400589/b1022/_pkg_.a
2025-08-20T21:12:01.1855839Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build2720400589/b1023/_pkg_.a
2025-08-20T21:12:01.1856700Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build2720400589/b1024/_pkg_.a
2025-08-20T21:12:01.1857667Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build2720400589/b1025/_pkg_.a
2025-08-20T21:12:01.1858712Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build2720400589/b1026/_pkg_.a
2025-08-20T21:12:01.1859581Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build2720400589/b1027/_pkg_.a
2025-08-20T21:12:01.1860455Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build2720400589/b1028/_pkg_.a
2025-08-20T21:12:01.1861352Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build2720400589/b1029/_pkg_.a
2025-08-20T21:12:01.1862255Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build2720400589/b1030/_pkg_.a
2025-08-20T21:12:01.1863145Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build2720400589/b1031/_pkg_.a
2025-08-20T21:12:01.1864022Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build2720400589/b1032/_pkg_.a
2025-08-20T21:12:01.1865065Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build2720400589/b1033/_pkg_.a
2025-08-20T21:12:01.1865947Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build2720400589/b1034/_pkg_.a
2025-08-20T21:12:01.1866920Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build2720400589/b1035/_pkg_.a
2025-08-20T21:12:01.1867850Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build2720400589/b1036/_pkg_.a
2025-08-20T21:12:01.1868689Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build2720400589/b1037/_pkg_.a
2025-08-20T21:12:01.1869526Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build2720400589/b1038/_pkg_.a
2025-08-20T21:12:01.1870382Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build2720400589/b1039/_pkg_.a
2025-08-20T21:12:01.1871286Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build2720400589/b1040/_pkg_.a
2025-08-20T21:12:01.1872161Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build2720400589/b1041/_pkg_.a
2025-08-20T21:12:01.1873010Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build2720400589/b1042/_pkg_.a
2025-08-20T21:12:01.1873861Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build2720400589/b1043/_pkg_.a
2025-08-20T21:12:01.1874979Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build2720400589/b1044/_pkg_.a
2025-08-20T21:12:01.1875887Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build2720400589/b1045/_pkg_.a
2025-08-20T21:12:01.1876855Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build2720400589/b1046/_pkg_.a
2025-08-20T21:12:01.1877805Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build2720400589/b1047/_pkg_.a
2025-08-20T21:12:01.1878816Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build2720400589/b1048/_pkg_.a
2025-08-20T21:12:01.1879857Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build2720400589/b1050/_pkg_.a
2025-08-20T21:12:01.1880871Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build2720400589/b1051/_pkg_.a
2025-08-20T21:12:01.1882253Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build2720400589/b1052/_pkg_.a
2025-08-20T21:12:01.1883559Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build2720400589/b1053/_pkg_.a
2025-08-20T21:12:01.1884723Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build2720400589/b1054/_pkg_.a
2025-08-20T21:12:01.1885765Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent=/tmp/go-build2720400589/b1055/_pkg_.a
2025-08-20T21:12:01.1886772Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build2720400589/b1056/_pkg_.a
2025-08-20T21:12:01.1887756Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build2720400589/b1057/_pkg_.a
2025-08-20T21:12:01.1888763Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery=/tmp/go-build2720400589/b1058/_pkg_.a
2025-08-20T21:12:01.1889697Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build2720400589/b1059/_pkg_.a
2025-08-20T21:12:01.1890780Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build2720400589/b1060/_pkg_.a
2025-08-20T21:12:01.1891803Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build2720400589/b1062/_pkg_.a
2025-08-20T21:12:01.1892704Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build2720400589/b1063/_pkg_.a
2025-08-20T21:12:01.1893601Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build2720400589/b1064/_pkg_.a
2025-08-20T21:12:01.1894679Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build2720400589/b1065/_pkg_.a
2025-08-20T21:12:01.1895677Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build2720400589/b1066/_pkg_.a
2025-08-20T21:12:01.1896598Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build2720400589/b1067/_pkg_.a
2025-08-20T21:12:01.1897548Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build2720400589/b1068/_pkg_.a
2025-08-20T21:12:01.1898495Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build2720400589/b1069/_pkg_.a
2025-08-20T21:12:01.1899595Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build2720400589/b1070/_pkg_.a
2025-08-20T21:12:01.1900559Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build2720400589/b1071/_pkg_.a
2025-08-20T21:12:01.1901493Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build2720400589/b1072/_pkg_.a
2025-08-20T21:12:01.1902439Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build2720400589/b1073/_pkg_.a
2025-08-20T21:12:01.1903490Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build2720400589/b1074/_pkg_.a
2025-08-20T21:12:01.1904606Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki=/tmp/go-build2720400589/b1075/_pkg_.a
2025-08-20T21:12:01.1905574Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build2720400589/b1076/_pkg_.a
2025-08-20T21:12:01.1906468Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build2720400589/b1077/_pkg_.a
2025-08-20T21:12:01.1907370Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build2720400589/b1078/_pkg_.a
2025-08-20T21:12:01.1908311Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build2720400589/b1079/_pkg_.a
2025-08-20T21:12:01.1909215Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build2720400589/b1080/_pkg_.a
2025-08-20T21:12:01.1910091Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build2720400589/b1081/_pkg_.a
2025-08-20T21:12:01.1911005Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build2720400589/b1082/_pkg_.a
2025-08-20T21:12:01.1911912Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build2720400589/b1083/_pkg_.a
2025-08-20T21:12:01.1912811Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build2720400589/b1084/_pkg_.a
2025-08-20T21:12:01.1913819Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build2720400589/b1085/_pkg_.a
2025-08-20T21:12:01.1914855Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build2720400589/b1086/_pkg_.a
2025-08-20T21:12:01.1915727Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build2720400589/b1087/_pkg_.a
2025-08-20T21:12:01.1916643Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build2720400589/b1088/_pkg_.a
2025-08-20T21:12:01.1917571Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build2720400589/b1089/_pkg_.a
2025-08-20T21:12:01.1918749Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build2720400589/b1090/_pkg_.a
2025-08-20T21:12:01.1919634Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build2720400589/b1091/_pkg_.a
2025-08-20T21:12:01.1920565Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build2720400589/b1092/_pkg_.a
2025-08-20T21:12:01.1921524Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build2720400589/b1093/_pkg_.a
2025-08-20T21:12:01.1922619Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build2720400589/b1094/_pkg_.a
2025-08-20T21:12:01.1923481Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build2720400589/b1095/_pkg_.a
2025-08-20T21:12:01.1924421Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build2720400589/b1097/_pkg_.a
2025-08-20T21:12:01.1925415Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build2720400589/b1098/_pkg_.a
2025-08-20T21:12:01.1926426Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build2720400589/b1099/_pkg_.a
2025-08-20T21:12:01.1927378Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build2720400589/b1100/_pkg_.a
2025-08-20T21:12:01.1928390Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build2720400589/b1102/_pkg_.a
2025-08-20T21:12:01.1929347Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build2720400589/b1103/_pkg_.a
2025-08-20T21:12:01.1930362Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build2720400589/b1104/_pkg_.a
2025-08-20T21:12:01.1931282Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build2720400589/b1105/_pkg_.a
2025-08-20T21:12:01.1932205Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build2720400589/b1106/_pkg_.a
2025-08-20T21:12:01.1933098Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build2720400589/b1107/_pkg_.a
2025-08-20T21:12:01.1934045Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build2720400589/b1108/_pkg_.a
2025-08-20T21:12:01.1935150Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build2720400589/b1109/_pkg_.a
2025-08-20T21:12:01.1936020Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build2720400589/b1110/_pkg_.a
2025-08-20T21:12:01.1936896Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build2720400589/b1111/_pkg_.a
2025-08-20T21:12:01.1937884Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build2720400589/b1112/_pkg_.a
2025-08-20T21:12:01.1938818Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build2720400589/b1113/_pkg_.a
2025-08-20T21:12:01.1939713Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build2720400589/b1114/_pkg_.a
2025-08-20T21:12:01.1940575Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build2720400589/b1115/_pkg_.a
2025-08-20T21:12:01.1941474Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build2720400589/b1116/_pkg_.a
2025-08-20T21:12:01.1942405Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build2720400589/b1117/_pkg_.a
2025-08-20T21:12:01.1943329Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build2720400589/b1118/_pkg_.a
2025-08-20T21:12:01.1944218Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build2720400589/b1119/_pkg_.a
2025-08-20T21:12:01.1945329Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build2720400589/b1120/_pkg_.a
2025-08-20T21:12:01.1946492Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build2720400589/b1121/_pkg_.a
2025-08-20T21:12:01.1947479Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build2720400589/b1122/_pkg_.a
2025-08-20T21:12:01.1948396Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build2720400589/b1123/_pkg_.a
2025-08-20T21:12:01.1949345Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build2720400589/b1124/_pkg_.a
2025-08-20T21:12:01.1950367Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build2720400589/b1125/_pkg_.a
2025-08-20T21:12:01.1951429Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build2720400589/b1126/_pkg_.a
2025-08-20T21:12:01.1952348Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build2720400589/b1127/_pkg_.a
2025-08-20T21:12:01.1953204Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build2720400589/b1128/_pkg_.a
2025-08-20T21:12:01.1954050Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build2720400589/b1129/_pkg_.a
2025-08-20T21:12:01.1955066Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest=/tmp/go-build2720400589/b1131/_pkg_.a
2025-08-20T21:12:01.1955931Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build2720400589/b1132/_pkg_.a
2025-08-20T21:12:01.1956809Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build2720400589/b1133/_pkg_.a
2025-08-20T21:12:01.1957692Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build2720400589/b1134/_pkg_.a
2025-08-20T21:12:01.1958546Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build2720400589/b1135/_pkg_.a
2025-08-20T21:12:01.1959366Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build2720400589/b1136/_pkg_.a
2025-08-20T21:12:01.1960279Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build2720400589/b1137/_pkg_.a
2025-08-20T21:12:01.1961188Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build2720400589/b1138/_pkg_.a
2025-08-20T21:12:01.1962003Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build2720400589/b1139/_pkg_.a
2025-08-20T21:12:01.1962782Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build2720400589/b1140/_pkg_.a
2025-08-20T21:12:01.1963639Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build2720400589/b1141/_pkg_.a
2025-08-20T21:12:01.1964621Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build2720400589/b1142/_pkg_.a
2025-08-20T21:12:01.1965512Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build2720400589/b1143/_pkg_.a
2025-08-20T21:12:01.1966401Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build2720400589/b1144/_pkg_.a
2025-08-20T21:12:01.1967284Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build2720400589/b1145/_pkg_.a
2025-08-20T21:12:01.1968171Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build2720400589/b1146/_pkg_.a
2025-08-20T21:12:01.1969208Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build2720400589/b1147/_pkg_.a
2025-08-20T21:12:01.1970069Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build2720400589/b1149/_pkg_.a
2025-08-20T21:12:01.1970983Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze=/tmp/go-build2720400589/b1150/_pkg_.a
2025-08-20T21:12:01.1971963Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build2720400589/b1151/_pkg_.a
2025-08-20T21:12:01.1972960Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build2720400589/b1152/_pkg_.a
2025-08-20T21:12:01.1973947Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build2720400589/b1153/_pkg_.a
2025-08-20T21:12:01.1974972Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build2720400589/b1154/_pkg_.a
2025-08-20T21:12:01.1975851Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build2720400589/b1155/_pkg_.a
2025-08-20T21:12:01.1976682Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build2720400589/b1156/_pkg_.a
2025-08-20T21:12:01.1977504Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build2720400589/b1157/_pkg_.a
2025-08-20T21:12:01.1978346Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build2720400589/b1158/_pkg_.a
2025-08-20T21:12:01.1979167Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build2720400589/b1159/_pkg_.a
2025-08-20T21:12:01.1979973Z [00:03:28.105]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build2720400589/b1161/_pkg_.a
2025-08-20T21:12:01.1980807Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build2720400589/b1162/_pkg_.a
2025-08-20T21:12:01.1981677Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build2720400589/b1163/_pkg_.a
2025-08-20T21:12:01.1983000Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build2720400589/b1164/_pkg_.a
2025-08-20T21:12:01.1984412Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build2720400589/b1165/_pkg_.a
2025-08-20T21:12:01.1985404Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build2720400589/b1166/_pkg_.a
2025-08-20T21:12:01.1986322Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build2720400589/b1167/_pkg_.a
2025-08-20T21:12:01.1987211Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build2720400589/b1168/_pkg_.a
2025-08-20T21:12:01.1988100Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build2720400589/b1169/_pkg_.a
2025-08-20T21:12:01.1988955Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build2720400589/b1170/_pkg_.a
2025-08-20T21:12:01.1989756Z [00:03:28.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build2720400589/b1171/_pkg_.a
2025-08-20T21:12:01.1990538Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build2720400589/b1172/_pkg_.a
2025-08-20T21:12:01.1991435Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build2720400589/b1174/_pkg_.a
2025-08-20T21:12:01.1992627Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build2720400589/b1177/_pkg_.a
2025-08-20T21:12:01.1993595Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build2720400589/b1178/_pkg_.a
2025-08-20T21:12:01.1994644Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build2720400589/b1179/_pkg_.a
2025-08-20T21:12:01.1995717Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build2720400589/b1180/_pkg_.a
2025-08-20T21:12:01.1996885Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build2720400589/b1181/_pkg_.a
2025-08-20T21:12:01.1998253Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build2720400589/b1182/_pkg_.a
2025-08-20T21:12:01.2000308Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build2720400589/b1183/_pkg_.a
2025-08-20T21:12:01.2001519Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build2720400589/b1184/_pkg_.a
2025-08-20T21:12:01.2002770Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build2720400589/b1185/_pkg_.a
2025-08-20T21:12:01.2004034Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build2720400589/b1186/_pkg_.a
2025-08-20T21:12:01.2005375Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build2720400589/b1187/_pkg_.a
2025-08-20T21:12:01.2006505Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build2720400589/b1188/_pkg_.a
2025-08-20T21:12:01.2007750Z [00:03:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build2720400589/b1189/_pkg_.a
2025-08-20T21:12:01.2009071Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build2720400589/b1190/_pkg_.a
2025-08-20T21:12:01.2010240Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build2720400589/b1191/_pkg_.a
2025-08-20T21:12:01.2011582Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build2720400589/b1192/_pkg_.a
2025-08-20T21:12:01.2013388Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build2720400589/b1193/_pkg_.a
2025-08-20T21:12:01.2014680Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build2720400589/b1194/_pkg_.a
2025-08-20T21:12:01.2015790Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build2720400589/b1195/_pkg_.a
2025-08-20T21:12:01.2016950Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build2720400589/b1196/_pkg_.a
2025-08-20T21:12:01.2018034Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build2720400589/b1198/_pkg_.a
2025-08-20T21:12:01.2020023Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build2720400589/b1199/_pkg_.a
2025-08-20T21:12:01.2021010Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build2720400589/b1200/_pkg_.a
2025-08-20T21:12:01.2021884Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build2720400589/b1201/_pkg_.a
2025-08-20T21:12:01.2022946Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build2720400589/b1202/_pkg_.a
2025-08-20T21:12:01.2023762Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build2720400589/b1203/_pkg_.a
2025-08-20T21:12:01.2024800Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build2720400589/b1204/_pkg_.a
2025-08-20T21:12:01.2026130Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build2720400589/b1205/_pkg_.a
2025-08-20T21:12:01.2027327Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build2720400589/b1206/_pkg_.a
2025-08-20T21:12:01.2032418Z [00:03:28.108]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build2720400589/b1208/_pkg_.a
2025-08-20T21:12:01.2033165Z [00:03:28.108]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.2033491Z [00:03:28.108]➜  EOF
2025-08-20T21:12:01.2036112Z [00:03:28.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi=>github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi;$WORK/b417=>" -p github.com/elastic/go-elasticsearch/v8/typedapi -lang=go1.21 -complete -installsuffix shared -buildid FDsq5OaOBDaeNnvo_77a/FDsq5OaOBDaeNnvo_77a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/typedapi/typedclient.request.go
2025-08-20T21:12:01.2038357Z [00:03:28.158]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T21:12:01.2039030Z [00:03:28.159]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/20/20beacf6db820887d7e442ca15b016a92302c1c21477ef545519f1aba61e1a37-d # internal
2025-08-20T21:12:01.2039685Z [00:03:28.160]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T21:12:01.2040045Z [00:03:28.160]➜  mkdir -p $WORK/b1573/
2025-08-20T21:12:01.2040418Z [00:03:28.161]➜  cat >/tmp/go-build2720400589/b1573/importcfg << 'EOF' # internal
2025-08-20T21:12:01.2040761Z [00:03:28.161]➜  # import config
2025-08-20T21:12:01.2041096Z [00:03:28.161]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.2041515Z [00:03:28.161]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.2042135Z [00:03:28.161]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.2042747Z [00:03:28.161]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.2043475Z [00:03:28.161]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:01.2045005Z [00:03:28.161]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.2046232Z [00:03:28.161]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:12:01.2047257Z [00:03:28.161]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:12:01.2048312Z [00:03:28.161]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:12:01.2049243Z [00:03:28.161]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.2050204Z [00:03:28.161]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2720400589/b1513/_pkg_.a
2025-08-20T21:12:01.2051205Z [00:03:28.161]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.2052465Z [00:03:28.161]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.2053343Z [00:03:28.161]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.2054080Z [00:03:28.161]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.2054732Z [00:03:28.161]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.2055322Z [00:03:28.161]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.2055828Z [00:03:28.161]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.2056253Z [00:03:28.161]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.2056803Z [00:03:28.161]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.2057357Z [00:03:28.161]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.2057780Z [00:03:28.161]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.2058189Z [00:03:28.161]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.2058629Z [00:03:28.161]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.2058960Z [00:03:28.161]➜  EOF
2025-08-20T21:12:01.2061633Z [00:03:28.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1573/_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/b1573=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid QnOR0Vb3afQF7Q9ghZql/QnOR0Vb3afQF7Q9ghZql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/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-20T21:12:01.2166329Z [00:03:28.174]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T21:12:01.2169566Z [00:03:28.175]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/a2/a2b3a1a18792d50625c4c725885b758f61c3757f17e5870caa7777b913375279-d # internal
2025-08-20T21:12:01.2172648Z [00:03:28.175]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T21:12:01.2175627Z [00:03:28.175]➜  mkdir -p $WORK/b1580/
2025-08-20T21:12:01.2179808Z [00:03:28.176]➜  cat >/tmp/go-build2720400589/b1580/importcfg << 'EOF' # internal
2025-08-20T21:12:01.2181013Z [00:03:28.176]➜  # import config
2025-08-20T21:12:01.2181502Z [00:03:28.176]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.2181954Z [00:03:28.176]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.2182411Z [00:03:28.176]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.2182959Z [00:03:28.176]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.2183697Z [00:03:28.176]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:01.2184678Z [00:03:28.176]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2720400589/b1508/_pkg_.a
2025-08-20T21:12:01.2185732Z [00:03:28.176]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2720400589/b1537/_pkg_.a
2025-08-20T21:12:01.2186652Z [00:03:28.176]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.2187500Z [00:03:28.176]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.2188245Z [00:03:28.176]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.2189163Z [00:03:28.176]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.2189880Z [00:03:28.176]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:12:01.2190618Z [00:03:28.176]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:12:01.2191176Z [00:03:28.176]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.2191604Z [00:03:28.176]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.2192036Z [00:03:28.176]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.2192567Z [00:03:28.176]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.2193087Z [00:03:28.176]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.2193502Z [00:03:28.176]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.2193920Z [00:03:28.176]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.2194506Z [00:03:28.176]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.2194988Z [00:03:28.176]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.2195427Z [00:03:28.176]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.2195757Z [00:03:28.176]➜  EOF
2025-08-20T21:12:01.2198882Z [00:03:28.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1580/_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/b1580=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid NdZnHxuCxZBNfERaxHWm/NdZnHxuCxZBNfERaxHWm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/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-20T21:12:01.2789445Z [00:03:28.237]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T21:12:01.2807117Z [00:03:28.238]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/66/66c3b68835921b5e2339fc73ce23861d7be0ae53445c1ae3a2fc6b636244b411-d # internal
2025-08-20T21:12:01.2822781Z [00:03:28.239]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T21:12:01.2823235Z [00:03:28.239]➜  mkdir -p $WORK/b1579/
2025-08-20T21:12:01.2823635Z [00:03:28.239]➜  cat >/tmp/go-build2720400589/b1579/importcfg << 'EOF' # internal
2025-08-20T21:12:01.2824000Z [00:03:28.239]➜  # import config
2025-08-20T21:12:01.2824520Z [00:03:28.239]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.2825311Z [00:03:28.239]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build2720400589/b1580/_pkg_.a
2025-08-20T21:12:01.2826124Z [00:03:28.239]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:01.2826815Z [00:03:28.239]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:12:01.2827470Z [00:03:28.239]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:01.2828131Z [00:03:28.239]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.2828574Z [00:03:28.239]➜  EOF
2025-08-20T21:12:01.2830896Z [00:03:28.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1579/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/router=>google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/router;$WORK/b1579=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid N2InPea6Kz6ERWoPDrZ4/N2InPea6Kz6ERWoPDrZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/router/router.go
2025-08-20T21:12:01.3167357Z [00:03:28.274]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T21:12:01.3175618Z [00:03:28.275]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/f2/f2e031d65fec231799b08c5102edc55e4d2894769fb04d8b5bcb4045e462207a-d # internal
2025-08-20T21:12:01.3200442Z [00:03:28.276]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T21:12:01.3200854Z [00:03:28.276]➜  mkdir -p $WORK/b1586/
2025-08-20T21:12:01.3201522Z [00:03:28.276]➜  cat >/tmp/go-build2720400589/b1586/importcfg << 'EOF' # internal
2025-08-20T21:12:01.3202016Z [00:03:28.276]➜  # import config
2025-08-20T21:12:01.3202360Z [00:03:28.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.3202883Z [00:03:28.276]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2720400589/b1252/_pkg_.a
2025-08-20T21:12:01.3203522Z [00:03:28.276]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:01.3204484Z [00:03:28.276]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:12:01.3205201Z [00:03:28.276]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:01.3205836Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:12:01.3206536Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2720400589/b1557/_pkg_.a
2025-08-20T21:12:01.3207223Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:01.3207889Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:01.3208565Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2720400589/b1308/_pkg_.a
2025-08-20T21:12:01.3209255Z [00:03:28.276]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:01.3210011Z [00:03:28.276]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:01.3210606Z [00:03:28.276]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.3211182Z [00:03:28.276]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.3211707Z [00:03:28.276]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:01.3212143Z [00:03:28.276]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.3212455Z [00:03:28.276]➜  EOF
2025-08-20T21:12:01.3215935Z [00:03:28.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1586/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/server=>google.golang.org/grpc@v1.72.0/xds/internal/server;$WORK/b1586=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid EzwLXR3e1LVPfG3vwha_/EzwLXR3e1LVPfG3vwha_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/server/conn_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/server/listener_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/server/rds_handler.go
2025-08-20T21:12:01.4322837Z [00:03:28.390]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T21:12:01.4350522Z [00:03:28.393]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/34/34023a37d4869f84eaba0fa84bfb726a81f0993ad24de57035b8771bf22a8048-d # internal
2025-08-20T21:12:01.4360476Z [00:03:28.393]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T21:12:01.4361201Z [00:03:28.393]➜  mkdir -p $WORK/b1590/
2025-08-20T21:12:01.4361595Z [00:03:28.394]➜  cat >/tmp/go-build2720400589/b1590/importcfg << 'EOF' # internal
2025-08-20T21:12:01.4361946Z [00:03:28.394]➜  # import config
2025-08-20T21:12:01.4362282Z [00:03:28.394]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.4362706Z [00:03:28.394]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.4363123Z [00:03:28.394]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.4363676Z [00:03:28.394]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.4364702Z [00:03:28.394]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.4365656Z [00:03:28.394]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:12:01.4366410Z [00:03:28.394]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.4367145Z [00:03:28.394]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.4367859Z [00:03:28.394]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.4368553Z [00:03:28.394]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.4369276Z [00:03:28.394]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:12:01.4370017Z [00:03:28.394]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:12:01.4370577Z [00:03:28.394]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.4371002Z [00:03:28.394]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.4371438Z [00:03:28.394]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.4371867Z [00:03:28.394]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.4372296Z [00:03:28.394]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.4372713Z [00:03:28.394]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.4373133Z [00:03:28.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.4373707Z [00:03:28.394]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.4374237Z [00:03:28.394]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.4380496Z [00:03:28.394]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.4380856Z [00:03:28.394]➜  EOF
2025-08-20T21:12:01.4384156Z [00:03:28.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1590/_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/b1590=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid zFwGm8GoGU42kr2BsbYw/zFwGm8GoGU42kr2BsbYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/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-20T21:12:01.5363678Z [00:03:28.494]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T21:12:01.5424452Z [00:03:28.500]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/84/84dd2f30273d8ef2c0c71d9f7a0e9c5bc1bd696fb247c82aa115c51dd66c8dff-d # internal
2025-08-20T21:12:01.5436744Z [00:03:28.501]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T21:12:01.5437215Z [00:03:28.501]➜  mkdir -p $WORK/b1574/
2025-08-20T21:12:01.5505984Z [00:03:28.507]➜  cat >/tmp/go-build2720400589/b1574/importcfg << 'EOF' # internal
2025-08-20T21:12:01.5507139Z [00:03:28.508]➜  # import config
2025-08-20T21:12:01.5509617Z [00:03:28.508]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.5510620Z [00:03:28.508]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.5511070Z [00:03:28.508]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.5511786Z [00:03:28.508]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.5512624Z [00:03:28.508]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:12:01.5513311Z [00:03:28.508]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2720400589/b1510/_pkg_.a
2025-08-20T21:12:01.5514073Z [00:03:28.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2720400589/b1573/_pkg_.a
2025-08-20T21:12:01.5515037Z [00:03:28.508]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.5515753Z [00:03:28.508]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.5516458Z [00:03:28.508]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.5516997Z [00:03:28.508]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.5517429Z [00:03:28.508]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.5517868Z [00:03:28.508]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.5518295Z [00:03:28.508]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.5518723Z [00:03:28.508]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.5519141Z [00:03:28.508]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.5519561Z [00:03:28.508]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.5519979Z [00:03:28.508]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.5520387Z [00:03:28.508]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.5520989Z [00:03:28.508]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.5521389Z [00:03:28.508]➜  EOF
2025-08-20T21:12:01.5528383Z [00:03:28.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1574/_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/b1574=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid F9JOByjtJ53MlsRGfWtl/F9JOByjtJ53MlsRGfWtl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/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-20T21:12:01.5831720Z [00:03:28.541]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T21:12:01.5857433Z [00:03:28.543]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/4a/4ade8d78c73b2490d48575ebdee3265a01919a42acec7d12a762e6efc56e5374-d # internal
2025-08-20T21:12:01.5891802Z [00:03:28.543]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T21:12:01.5892180Z [00:03:28.543]➜  mkdir -p $WORK/b1575/
2025-08-20T21:12:01.5892569Z [00:03:28.544]➜  cat >/tmp/go-build2720400589/b1575/importcfg << 'EOF' # internal
2025-08-20T21:12:01.5893228Z [00:03:28.544]➜  # import config
2025-08-20T21:12:01.5893585Z [00:03:28.544]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.5894037Z [00:03:28.544]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:01.5894779Z [00:03:28.544]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.5895234Z [00:03:28.544]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.5895650Z [00:03:28.544]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.5896184Z [00:03:28.544]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2720400589/b1535/_pkg_.a
2025-08-20T21:12:01.5896959Z [00:03:28.544]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2720400589/b1511/_pkg_.a
2025-08-20T21:12:01.5897806Z [00:03:28.544]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.5898621Z [00:03:28.544]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2720400589/b1573/_pkg_.a
2025-08-20T21:12:01.5899422Z [00:03:28.544]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:12:01.5900331Z [00:03:28.544]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build2720400589/b1576/_pkg_.a
2025-08-20T21:12:01.5901228Z [00:03:28.544]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:12:01.5901889Z [00:03:28.544]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:12:01.5902472Z [00:03:28.544]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2720400589/b1577/_pkg_.a
2025-08-20T21:12:01.5903119Z [00:03:28.544]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build2720400589/b1578/_pkg_.a
2025-08-20T21:12:01.5903735Z [00:03:28.544]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:01.5905516Z [00:03:28.544]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:12:01.5906200Z [00:03:28.544]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:01.5906836Z [00:03:28.544]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2720400589/b1308/_pkg_.a
2025-08-20T21:12:01.5907686Z [00:03:28.544]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2720400589/b1539/_pkg_.a
2025-08-20T21:12:01.5908386Z [00:03:28.544]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:01.5908964Z [00:03:28.544]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:12:01.5909538Z [00:03:28.544]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:01.5910179Z [00:03:28.544]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:12:01.5910875Z [00:03:28.544]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.5911580Z [00:03:28.544]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:12:01.5912131Z [00:03:28.544]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.5912561Z [00:03:28.544]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:12:01.5912996Z [00:03:28.544]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.5913427Z [00:03:28.544]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.5914028Z [00:03:28.544]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.5914489Z [00:03:28.544]➜  EOF
2025-08-20T21:12:01.5917226Z [00:03:28.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/rbac=>google.golang.org/grpc@v1.72.0/internal/xds/rbac;$WORK/b1575=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid txerapWLnJHsn8BFJpXk/txerapWLnJHsn8BFJpXk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/rbac/converter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/rbac/matchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/internal/xds/rbac/rbac_engine.go
2025-08-20T21:12:01.6723926Z [00:03:28.630]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T21:12:01.6745006Z [00:03:28.632]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/d5/d5c9826fd51567f37e73f0f3b207bb9da96f0733bcda61cac84bb25834966285-d # internal
2025-08-20T21:12:01.6753012Z [00:03:28.633]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T21:12:01.6753591Z [00:03:28.633]➜  mkdir -p $WORK/b1589/
2025-08-20T21:12:01.6753987Z [00:03:28.633]➜  cat >/tmp/go-build2720400589/b1589/importcfg << 'EOF' # internal
2025-08-20T21:12:01.6757381Z [00:03:28.633]➜  # import config
2025-08-20T21:12:01.6757776Z [00:03:28.633]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.6758202Z [00:03:28.633]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.6758638Z [00:03:28.633]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.6759184Z [00:03:28.633]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.6759929Z [00:03:28.633]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:01.6760734Z [00:03:28.633]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.6761665Z [00:03:28.633]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2720400589/b1590/_pkg_.a
2025-08-20T21:12:01.6762537Z [00:03:28.633]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.6763281Z [00:03:28.633]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.6764194Z [00:03:28.633]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.6769414Z [00:03:28.633]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.6770142Z [00:03:28.633]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:12:01.6770711Z [00:03:28.633]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.6771142Z [00:03:28.633]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.6771571Z [00:03:28.633]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.6771999Z [00:03:28.633]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.6772423Z [00:03:28.633]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.6772836Z [00:03:28.633]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.6773260Z [00:03:28.633]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.6773681Z [00:03:28.633]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.6774094Z [00:03:28.634]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.6774942Z [00:03:28.634]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.6775286Z [00:03:28.634]➜  EOF
2025-08-20T21:12:01.6779035Z [00:03:28.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1589/_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/b1589=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid 3FQG-05fmtcH57tA9D50/3FQG-05fmtcH57tA9D50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/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-20T21:12:01.6829496Z [00:03:28.641]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T21:12:01.6843842Z [00:03:28.642]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/94/942304dc83cd5e24364e3c34cbdf06d3818487868911e5b975d4acafd7d74f3b-d # internal
2025-08-20T21:12:01.6896651Z [00:03:28.646]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T21:12:01.6898357Z [00:03:28.648]➜  mkdir -p $WORK/b1572/
2025-08-20T21:12:01.6900717Z [00:03:28.648]➜  cat >/tmp/go-build2720400589/b1572/importcfg << 'EOF' # internal
2025-08-20T21:12:01.6901239Z [00:03:28.648]➜  # import config
2025-08-20T21:12:01.6901708Z [00:03:28.648]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.6902510Z [00:03:28.648]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.6903433Z [00:03:28.648]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.6904199Z [00:03:28.648]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2720400589/b1573/_pkg_.a
2025-08-20T21:12:01.6905549Z [00:03:28.648]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build2720400589/b1574/_pkg_.a
2025-08-20T21:12:01.6906599Z [00:03:28.648]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:01.6907748Z [00:03:28.648]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:01.6908416Z [00:03:28.648]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build2720400589/b1575/_pkg_.a
2025-08-20T21:12:01.6909293Z [00:03:28.648]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:12:01.6910023Z [00:03:28.648]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:01.6910678Z [00:03:28.648]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.6911236Z [00:03:28.648]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.6911562Z [00:03:28.648]➜  EOF
2025-08-20T21:12:01.6913720Z [00:03:28.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/rbac=>google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/rbac;$WORK/b1572=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid omDwKSusenRM3X7sycSn/omDwKSusenRM3X7sycSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T21:12:01.7499253Z [00:03:28.708]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T21:12:01.7523762Z [00:03:28.710]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/ce/ce93d8592f0a6e07cd452740212850b12b5d1f977d784e04ad3b28c00839626d-d # internal
2025-08-20T21:12:01.7528665Z [00:03:28.711]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T21:12:01.7529921Z [00:03:28.711]➜  mkdir -p $WORK/b1592/
2025-08-20T21:12:01.7535418Z [00:03:28.711]➜  cat >/tmp/go-build2720400589/b1592/importcfg << 'EOF' # internal
2025-08-20T21:12:01.7536456Z [00:03:28.711]➜  # import config
2025-08-20T21:12:01.7537270Z [00:03:28.711]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.7538951Z [00:03:28.711]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.7540272Z [00:03:28.711]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.7541215Z [00:03:28.711]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.7542413Z [00:03:28.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:01.7543792Z [00:03:28.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2720400589/b1590/_pkg_.a
2025-08-20T21:12:01.7545300Z [00:03:28.711]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.7546520Z [00:03:28.711]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.7547701Z [00:03:28.711]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.7548928Z [00:03:28.711]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.7550566Z [00:03:28.711]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:12:01.7551150Z [00:03:28.711]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.7551581Z [00:03:28.711]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.7552012Z [00:03:28.711]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.7552443Z [00:03:28.711]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.7552866Z [00:03:28.711]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.7553280Z [00:03:28.711]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.7553697Z [00:03:28.711]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.7554113Z [00:03:28.711]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.7555023Z [00:03:28.711]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.7555546Z [00:03:28.711]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.7555898Z [00:03:28.711]➜  EOF
2025-08-20T21:12:01.7559242Z [00:03:28.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1592/_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/b1592=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5zJcUf2NQKXViH7qUCWj/5zJcUf2NQKXViH7qUCWj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/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-20T21:12:01.7587787Z [00:03:28.716]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T21:12:01.7620566Z [00:03:28.719]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/3b/3b6989e86612ad88f10438f08d5c156ac19d89c7d17b1a9c162ddf9dd0e5cada-d # internal
2025-08-20T21:12:01.7629297Z [00:03:28.721]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T21:12:01.7636540Z [00:03:28.721]➜  mkdir -p $WORK/b1593/
2025-08-20T21:12:01.7636954Z [00:03:28.721]➜  cat >/tmp/go-build2720400589/b1593/importcfg << 'EOF' # internal
2025-08-20T21:12:01.7637307Z [00:03:28.721]➜  # import config
2025-08-20T21:12:01.7637644Z [00:03:28.721]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.7638067Z [00:03:28.721]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.7638493Z [00:03:28.721]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.7639093Z [00:03:28.721]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.7639849Z [00:03:28.721]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:12:01.7640634Z [00:03:28.721]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:01.7641368Z [00:03:28.721]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.7642072Z [00:03:28.721]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.7642764Z [00:03:28.721]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.7643298Z [00:03:28.721]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.7643725Z [00:03:28.721]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.7644154Z [00:03:28.721]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.7644778Z [00:03:28.721]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.7645208Z [00:03:28.721]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.7645626Z [00:03:28.721]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.7646040Z [00:03:28.721]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.7646453Z [00:03:28.721]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.7646856Z [00:03:28.721]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.7647291Z [00:03:28.721]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.7647621Z [00:03:28.721]➜  EOF
2025-08-20T21:12:01.7651252Z [00:03:28.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1593/_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/b1593=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid 7vYmvESMoU-rQdHQpFb1/7vYmvESMoU-rQdHQpFb1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/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-20T21:12:01.7757554Z [00:03:28.732]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T21:12:01.7973997Z [00:03:28.755]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/f6/f6228bbe78b45f35cb9a784845f237f156e3c2fea48355afcc6fc0e7c0b43342-d # internal
2025-08-20T21:12:01.7987256Z [00:03:28.755]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T21:12:01.7987747Z [00:03:28.755]➜  mkdir -p $WORK/b1505/
2025-08-20T21:12:01.7988285Z [00:03:28.755]➜  cat >/tmp/go-build2720400589/b1505/importcfg << 'EOF' # internal
2025-08-20T21:12:01.7988792Z [00:03:28.755]➜  # import config
2025-08-20T21:12:01.7989140Z [00:03:28.755]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.7989569Z [00:03:28.756]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.7990698Z [00:03:28.756]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.7991797Z [00:03:28.756]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.7992588Z [00:03:28.756]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:01.7993434Z [00:03:28.756]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2720400589/b1506/_pkg_.a
2025-08-20T21:12:01.7995240Z [00:03:28.756]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:01.7996083Z [00:03:28.756]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:01.7996899Z [00:03:28.756]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:12:01.7997687Z [00:03:28.756]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2720400589/b1214/_pkg_.a
2025-08-20T21:12:01.7998329Z [00:03:28.756]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:12:01.7998886Z [00:03:28.756]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:01.7999468Z [00:03:28.756]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:01.8000131Z [00:03:28.756]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:01.8000838Z [00:03:28.756]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:01.8001536Z [00:03:28.756]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:01.8002260Z [00:03:28.756]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:01.8002824Z [00:03:28.756]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:01.8003246Z [00:03:28.756]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:01.8003681Z [00:03:28.756]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:01.8004444Z [00:03:28.756]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.8004951Z [00:03:28.756]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:01.8005374Z [00:03:28.756]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:01.8005795Z [00:03:28.756]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.8006213Z [00:03:28.756]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.8006628Z [00:03:28.756]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.8007066Z [00:03:28.756]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.8007400Z [00:03:28.756]➜  EOF
2025-08-20T21:12:01.8010653Z [00:03:28.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1505/_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/b1505=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid neB9TY8PreLWfzc-HUbr/neB9TY8PreLWfzc-HUbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/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-20T21:12:01.8107809Z [00:03:28.768]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T21:12:01.8122055Z [00:03:28.768]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T21:12:01.8122783Z [00:03:28.769]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/99/99b61eb2cedd9102361a0d6d2cfe7034a88fe3af4d0e756c1642e5a5c83d0a72-d # internal
2025-08-20T21:12:01.8123705Z [00:03:28.769]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/20/20b9a8e2d936edc069226fc8ce313ab9e19b0b72c630f19c0895415e6c81f014-d # internal
2025-08-20T21:12:01.8124525Z [00:03:28.769]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T21:12:01.8124994Z [00:03:28.769]➜  mkdir -p $WORK/b1587/
2025-08-20T21:12:01.8125378Z [00:03:28.769]➜  cat >/tmp/go-build2720400589/b1587/importcfg << 'EOF' # internal
2025-08-20T21:12:01.8125731Z [00:03:28.769]➜  # import config
2025-08-20T21:12:01.8126352Z [00:03:28.769]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.8126900Z [00:03:28.769]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.8127524Z [00:03:28.769]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2720400589/b1535/_pkg_.a
2025-08-20T21:12:01.8128234Z [00:03:28.769]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2720400589/b1511/_pkg_.a
2025-08-20T21:12:01.8129972Z [00:03:28.769]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build2720400589/b1588/_pkg_.a
2025-08-20T21:12:01.8131339Z [00:03:28.769]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build2720400589/b1589/_pkg_.a
2025-08-20T21:12:01.8132510Z [00:03:28.769]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build2720400589/b1591/_pkg_.a
2025-08-20T21:12:01.8133769Z [00:03:28.769]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build2720400589/b1592/_pkg_.a
2025-08-20T21:12:01.8135770Z [00:03:28.769]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build2720400589/b1593/_pkg_.a
2025-08-20T21:12:01.8136599Z [00:03:28.769]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:12:01.8137263Z [00:03:28.769]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2720400589/b1549/_pkg_.a
2025-08-20T21:12:01.8137958Z [00:03:28.769]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2720400589/b1270/_pkg_.a
2025-08-20T21:12:01.8138634Z [00:03:28.769]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2720400589/b1278/_pkg_.a
2025-08-20T21:12:01.8139407Z [00:03:28.769]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build2720400589/b1594/_pkg_.a
2025-08-20T21:12:01.8140351Z [00:03:28.769]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:12:01.8141041Z [00:03:28.769]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:12:01.8141777Z [00:03:28.769]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build2720400589/b1583/_pkg_.a
2025-08-20T21:12:01.8142559Z [00:03:28.769]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2720400589/b1566/_pkg_.a
2025-08-20T21:12:01.8143454Z [00:03:28.769]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2720400589/b1543/_pkg_.a
2025-08-20T21:12:01.8144224Z [00:03:28.770]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:01.8147695Z [00:03:28.770]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:12:01.8148282Z [00:03:28.770]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.8148601Z [00:03:28.770]➜  EOF
2025-08-20T21:12:01.8151085Z [00:03:28.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1587/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry/converter=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry/converter;$WORK/b1587=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid iN_oBp-7ZqdiMiROwlCg/iN_oBp-7ZqdiMiROwlCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T21:12:01.8160628Z [00:03:28.774]➜  github.com/jrnd-io/jr/pkg/producers/http
2025-08-20T21:12:01.8165134Z [00:03:28.774]➜  mkdir -p $WORK/b1599/
2025-08-20T21:12:01.8171172Z [00:03:28.775]➜  cat >/tmp/go-build2720400589/b1599/importcfg << 'EOF' # internal
2025-08-20T21:12:01.8171745Z [00:03:28.775]➜  # import config
2025-08-20T21:12:01.8172255Z [00:03:28.775]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:01.8173454Z [00:03:28.775]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:01.8176539Z [00:03:28.775]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:01.8178278Z [00:03:28.775]➜  packagefile github.com/go-resty/resty/v2=/tmp/go-build2720400589/b1600/_pkg_.a
2025-08-20T21:12:01.8179384Z [00:03:28.775]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:01.8180540Z [00:03:28.775]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:01.8181405Z [00:03:28.775]➜  packagefile net/http/cookiejar=/tmp/go-build2720400589/b1603/_pkg_.a
2025-08-20T21:12:01.8183071Z [00:03:28.775]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:01.8184076Z [00:03:28.775]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:01.8184926Z [00:03:28.775]➜  EOF
2025-08-20T21:12:01.8187185Z [00:03:28.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1599/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http=>github.com/jrnd-io/jr/pkg/producers/http;$WORK/b1599=>" -p github.com/jrnd-io/jr/pkg/producers/http -lang=go1.24 -complete -installsuffix shared -buildid b9F7MOS-xBlprIGFW2rK/b9F7MOS-xBlprIGFW2rK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack ./pkg/producers/http/config.go ./pkg/producers/http/producer.go
2025-08-20T21:12:01.8458938Z [00:03:28.803]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T21:12:01.8461179Z [00:03:28.804]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/ce/ced9706fd1e3b6871c4d11aef7d7411a10eaa22952b354581a0dc864a10363e6-d # internal
2025-08-20T21:12:01.8462672Z [00:03:28.804]➜  go/ast
2025-08-20T21:12:01.8463774Z [00:03:28.804]➜  mkdir -p $WORK/b1608/
2025-08-20T21:12:01.8466766Z [00:03:28.805]➜  cat >/tmp/go-build2720400589/b1608/importcfg << 'EOF' # internal
2025-08-20T21:12:01.8468152Z [00:03:28.805]➜  # import config
2025-08-20T21:12:01.8469058Z [00:03:28.805]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:01.8469798Z [00:03:28.805]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:12:01.8470356Z [00:03:28.805]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.8471473Z [00:03:28.805]➜  packagefile go/scanner=/tmp/go-build2720400589/b1609/_pkg_.a
2025-08-20T21:12:01.8472480Z [00:03:28.805]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:01.8473452Z [00:03:28.805]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:01.8474688Z [00:03:28.805]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:12:01.8475726Z [00:03:28.805]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:01.8476481Z [00:03:28.805]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:01.8477053Z [00:03:28.805]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:01.8477646Z [00:03:28.805]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.8478489Z [00:03:28.805]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.8479074Z [00:03:28.805]➜  EOF
2025-08-20T21:12:01.8481834Z [00:03:28.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1608/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b1608=>" -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/b1608/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:12:01.8639332Z [00:03:28.822]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T21:12:01.8654638Z [00:03:28.823]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/ed/edeab03cb4695db94417e1b4f900c611a3fa23496bb10262e8663d69b6bc1ab7-d # internal
2025-08-20T21:12:01.8656262Z [00:03:28.824]➜  go/constant
2025-08-20T21:12:01.8656999Z [00:03:28.824]➜  mkdir -p $WORK/b1610/
2025-08-20T21:12:01.8670062Z [00:03:28.825]➜  cat >/tmp/go-build2720400589/b1610/importcfg << 'EOF' # internal
2025-08-20T21:12:01.8671149Z [00:03:28.825]➜  # import config
2025-08-20T21:12:01.8671877Z [00:03:28.825]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:01.8672935Z [00:03:28.825]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:01.8673447Z [00:03:28.825]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:01.8673882Z [00:03:28.825]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:01.8676351Z [00:03:28.825]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:01.8676913Z [00:03:28.825]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.8677354Z [00:03:28.825]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.8677773Z [00:03:28.825]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:01.8678218Z [00:03:28.825]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.8678550Z [00:03:28.825]➜  EOF
2025-08-20T21:12:01.8680127Z [00:03:28.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b1610=>" -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/b1610/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T21:12:01.9750591Z [00:03:28.933]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T21:12:01.9782893Z [00:03:28.936]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/5e/5ef5944c4dd5561fd5a3ac7a31239e55249dc716364e952b178785cd630d3e63-d # internal
2025-08-20T21:12:01.9783553Z [00:03:28.936]➜  go/build/constraint
2025-08-20T21:12:01.9783857Z [00:03:28.936]➜  mkdir -p $WORK/b1612/
2025-08-20T21:12:01.9801601Z [00:03:28.938]➜  cat >/tmp/go-build2720400589/b1612/importcfg << 'EOF' # internal
2025-08-20T21:12:01.9802468Z [00:03:28.938]➜  # import config
2025-08-20T21:12:01.9803334Z [00:03:28.938]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:01.9804145Z [00:03:28.938]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:01.9804790Z [00:03:28.938]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:01.9805425Z [00:03:28.938]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:01.9805899Z [00:03:28.938]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:01.9806234Z [00:03:28.938]➜  EOF
2025-08-20T21:12:01.9807948Z [00:03:28.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1612/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b1612=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:12:02.0076354Z [00:03:28.965]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T21:12:02.0149115Z [00:03:28.973]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/f6/f6f290095642d8eee9318e16160625133e04d4e90c0e5be5ae15ac93ed94c1bd-d # internal
2025-08-20T21:12:02.0189114Z [00:03:28.977]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T21:12:02.0189754Z [00:03:28.977]➜  mkdir -p $WORK/b1528/
2025-08-20T21:12:02.0198151Z [00:03:28.978]➜  cat >/tmp/go-build2720400589/b1528/importcfg << 'EOF' # internal
2025-08-20T21:12:02.0198535Z [00:03:28.978]➜  # import config
2025-08-20T21:12:02.0198887Z [00:03:28.978]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.0199318Z [00:03:28.978]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.0199731Z [00:03:28.978]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.0200571Z [00:03:28.978]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2720400589/b1506/_pkg_.a
2025-08-20T21:12:02.0201507Z [00:03:28.978]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2720400589/b1505/_pkg_.a
2025-08-20T21:12:02.0202256Z [00:03:28.978]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:12:02.0202890Z [00:03:28.978]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.0203489Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:02.0204114Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:12:02.0204932Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.0205593Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:02.0206246Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:12:02.0206925Z [00:03:28.978]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:02.0207574Z [00:03:28.978]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:02.0208534Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build2720400589/b1529/_pkg_.a
2025-08-20T21:12:02.0209302Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build2720400589/b1530/_pkg_.a
2025-08-20T21:12:02.0210065Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build2720400589/b1531/_pkg_.a
2025-08-20T21:12:02.0210865Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build2720400589/b1532/_pkg_.a
2025-08-20T21:12:02.0211733Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build2720400589/b1545/_pkg_.a
2025-08-20T21:12:02.0212698Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build2720400589/b1547/_pkg_.a
2025-08-20T21:12:02.0213644Z [00:03:28.978]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:02.0214514Z [00:03:28.978]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:02.0215282Z [00:03:28.978]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:02.0215860Z [00:03:28.978]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.0216281Z [00:03:28.978]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.0216720Z [00:03:28.978]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:02.0217152Z [00:03:28.978]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:02.0217460Z [00:03:28.978]➜  EOF
2025-08-20T21:12:02.0222943Z [00:03:28.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient=>google.golang.org/grpc@v1.72.0/xds/internal/xdsclient;$WORK/b1528=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid Ycn03sAH3uFWu3iGjRpc/Ycn03sAH3uFWu3iGjRpc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/attributes.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/authority.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/client.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/clientimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/clientimpl_loadreport.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/clientimpl_watchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/xdsclient/requests_counter.go
2025-08-20T21:12:02.0624338Z [00:03:29.020]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T21:12:02.0633110Z [00:03:29.021]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T21:12:02.0633690Z [00:03:29.021]➜  go/version
2025-08-20T21:12:02.0637322Z [00:03:29.021]➜  mkdir -p $WORK/b1613/
2025-08-20T21:12:02.0669385Z [00:03:29.025]➜  cat >/tmp/go-build2720400589/b1613/importcfg << 'EOF' # internal
2025-08-20T21:12:02.0672174Z [00:03:29.025]➜  # import config
2025-08-20T21:12:02.0673864Z [00:03:29.025]➜  packagefile internal/gover=/tmp/go-build2720400589/b1614/_pkg_.a
2025-08-20T21:12:02.0674510Z [00:03:29.025]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.0674898Z [00:03:29.025]➜  EOF
2025-08-20T21:12:02.0677174Z [00:03:29.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1613/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b1613=>" -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/b1613/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T21:12:02.0873025Z [00:03:29.045]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T21:12:02.0876647Z [00:03:29.045]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/04/046d81d4490bd5eb451218f64896e8af4712dbb122d3bdfce5bd69a040fb161e-d # internal
2025-08-20T21:12:02.0885790Z [00:03:29.046]➜  internal/buildcfg
2025-08-20T21:12:02.0886121Z [00:03:29.046]➜  mkdir -p $WORK/b1615/
2025-08-20T21:12:02.0886757Z [00:03:29.046]➜  cat >/tmp/go-build2720400589/b1615/importcfg << 'EOF' # internal
2025-08-20T21:12:02.0887187Z [00:03:29.046]➜  # import config
2025-08-20T21:12:02.0887710Z [00:03:29.046]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.0888204Z [00:03:29.046]➜  packagefile internal/goexperiment=/tmp/go-build2720400589/b017/_pkg_.a
2025-08-20T21:12:02.0888683Z [00:03:29.046]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:02.0889122Z [00:03:29.046]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:02.0889582Z [00:03:29.046]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:02.0890008Z [00:03:29.046]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:02.0890437Z [00:03:29.046]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:02.0890871Z [00:03:29.046]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.0891189Z [00:03:29.046]➜  EOF
2025-08-20T21:12:02.0893024Z [00:03:29.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b1615=>" -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/b1615/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T21:12:02.1037581Z [00:03:29.062]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T21:12:02.1078093Z [00:03:29.066]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T21:12:02.1080020Z [00:03:29.066]➜  go/parser
2025-08-20T21:12:02.1080543Z [00:03:29.066]➜  mkdir -p $WORK/b1611/
2025-08-20T21:12:02.1085402Z [00:03:29.066]➜  cat >/tmp/go-build2720400589/b1611/importcfg << 'EOF' # internal
2025-08-20T21:12:02.1085872Z [00:03:29.066]➜  # import config
2025-08-20T21:12:02.1086214Z [00:03:29.066]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:02.1086650Z [00:03:29.066]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.1087073Z [00:03:29.066]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.1087488Z [00:03:29.066]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:02.1087964Z [00:03:29.066]➜  packagefile go/build/constraint=/tmp/go-build2720400589/b1612/_pkg_.a
2025-08-20T21:12:02.1088450Z [00:03:29.066]➜  packagefile go/scanner=/tmp/go-build2720400589/b1609/_pkg_.a
2025-08-20T21:12:02.1088896Z [00:03:29.066]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:02.1089310Z [00:03:29.066]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:02.1089721Z [00:03:29.066]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:02.1090133Z [00:03:29.066]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:02.1090569Z [00:03:29.066]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:02.1091023Z [00:03:29.066]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.1091570Z [00:03:29.066]➜  EOF
2025-08-20T21:12:02.1093249Z [00:03:29.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b1611=>" -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/b1611/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:12:02.1458657Z [00:03:29.104]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T21:12:02.1459443Z [00:03:29.104]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/44/44e1e3d12cef4f42dea62c5baa6be64dc31d6e83440a4c7419fc6eea076647fb-d # internal
2025-08-20T21:12:02.1466080Z [00:03:29.104]➜  internal/types/errors
2025-08-20T21:12:02.1466636Z [00:03:29.104]➜  mkdir -p $WORK/b1617/
2025-08-20T21:12:02.1467327Z [00:03:29.104]➜  cat >/tmp/go-build2720400589/b1617/importcfg << 'EOF' # internal
2025-08-20T21:12:02.1467946Z [00:03:29.104]➜  # import config
2025-08-20T21:12:02.1468527Z [00:03:29.104]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:02.1468916Z [00:03:29.104]➜  EOF
2025-08-20T21:12:02.1470790Z [00:03:29.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b1617=>" -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/b1617/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T21:12:02.1669436Z [00:03:29.125]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T21:12:02.1710625Z [00:03:29.129]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/55/5558eb285ea154e476370accbe9fb25a148ed04e3cd8facfd861ab990d54fa3e-d # internal
2025-08-20T21:12:02.1712249Z [00:03:29.129]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache
2025-08-20T21:12:02.1712744Z [00:03:29.129]➜  mkdir -p $WORK/b1619/
2025-08-20T21:12:02.1721395Z [00:03:29.130]➜  cat >/tmp/go-build2720400589/b1619/importcfg << 'EOF' # internal
2025-08-20T21:12:02.1721791Z [00:03:29.130]➜  # import config
2025-08-20T21:12:02.1722664Z [00:03:29.130]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:12:02.1723198Z [00:03:29.130]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.1723910Z [00:03:29.130]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.1724414Z [00:03:29.130]➜  EOF
2025-08-20T21:12:02.1727692Z [00:03:29.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/cache=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/cache;$WORK/b1619=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache -lang=go1.21 -complete -installsuffix shared -buildid dvdv3k7chmy1wRXmlyX7/dvdv3k7chmy1wRXmlyX7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/cache/cache.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/cache/lrucache.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/cache/mapcache.go
2025-08-20T21:12:02.2129163Z [00:03:29.171]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T21:12:02.2140643Z [00:03:29.172]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/80/80c8101eff07e7b13bd2dedce38d9194f681f85bfc076b17ef484c252660c13d-d # internal
2025-08-20T21:12:02.2141393Z [00:03:29.172]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest
2025-08-20T21:12:02.2141798Z [00:03:29.172]➜  mkdir -p $WORK/b1621/
2025-08-20T21:12:02.2149391Z [00:03:29.173]➜  cat >/tmp/go-build2720400589/b1621/importcfg << 'EOF' # internal
2025-08-20T21:12:02.2150680Z [00:03:29.173]➜  # import config
2025-08-20T21:12:02.2151092Z [00:03:29.173]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.2151431Z [00:03:29.173]➜  EOF
2025-08-20T21:12:02.2154124Z [00:03:29.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rest=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rest;$WORK/b1621=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest -lang=go1.21 -complete -installsuffix shared -buildid JslBibQeVbEzcJuKuBzZ/JslBibQeVbEzcJuKuBzZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rest/rest_error.go
2025-08-20T21:12:02.2313049Z [00:03:29.189]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T21:12:02.2319524Z [00:03:29.190]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/46/4646d65b5528cf203010837692093163f736a24e4b2328e8f8ddef8eeca8a4a3-d # internal
2025-08-20T21:12:02.2320215Z [00:03:29.190]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T21:12:02.2320537Z [00:03:29.190]➜  mkdir -p $WORK/b1622/
2025-08-20T21:12:02.2331240Z [00:03:29.191]➜  cat >/tmp/go-build2720400589/b1622/importcfg << 'EOF' # internal
2025-08-20T21:12:02.2331660Z [00:03:29.191]➜  # import config
2025-08-20T21:12:02.2332015Z [00:03:29.191]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.2332471Z [00:03:29.191]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.2332954Z [00:03:29.191]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:12:02.2333510Z [00:03:29.191]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2720400589/b1351/_pkg_.a
2025-08-20T21:12:02.2334018Z [00:03:29.191]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:02.2334622Z [00:03:29.191]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:02.2335050Z [00:03:29.191]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.2335362Z [00:03:29.191]➜  EOF
2025-08-20T21:12:02.2337615Z [00:03:29.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1622/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/clientcredentials=>golang.org/x/oauth2@v0.29.0/clientcredentials;$WORK/b1622=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid lW6Umo-7MgmyeSwqrIvb/lW6Umo-7MgmyeSwqrIvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.29.0/clientcredentials/clientcredentials.go
2025-08-20T21:12:02.2715951Z [00:03:29.229]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T21:12:02.2725209Z [00:03:29.230]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/96/9606e3cf9a4733afc65d2013068bfaf78076c3dc0c4edb4699ce1722412b02b6-d # internal
2025-08-20T21:12:02.2726444Z [00:03:29.230]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal
2025-08-20T21:12:02.2727434Z [00:03:29.230]➜  mkdir -p $WORK/b1620/
2025-08-20T21:12:02.2745993Z [00:03:29.231]➜  cat >/tmp/go-build2720400589/b1620/importcfg << 'EOF' # internal
2025-08-20T21:12:02.2746625Z [00:03:29.231]➜  # import config
2025-08-20T21:12:02.2747074Z [00:03:29.231]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:02.2748435Z [00:03:29.231]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.2748893Z [00:03:29.231]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:02.2749361Z [00:03:29.231]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:02.2749846Z [00:03:29.231]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:02.2750319Z [00:03:29.231]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.2751080Z [00:03:29.231]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.2751493Z [00:03:29.231]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.2752149Z [00:03:29.231]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build2720400589/b1621/_pkg_.a
2025-08-20T21:12:02.2752830Z [00:03:29.231]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:12:02.2753425Z [00:03:29.231]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build2720400589/b1622/_pkg_.a
2025-08-20T21:12:02.2753942Z [00:03:29.231]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:02.2754649Z [00:03:29.231]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:02.2755216Z [00:03:29.231]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:02.2755627Z [00:03:29.231]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:02.2756058Z [00:03:29.231]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:02.2756478Z [00:03:29.231]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:02.2756896Z [00:03:29.231]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:02.2757321Z [00:03:29.231]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:02.2757740Z [00:03:29.231]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:02.2758164Z [00:03:29.231]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.2758586Z [00:03:29.231]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.2759000Z [00:03:29.231]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:02.2759306Z [00:03:29.231]➜  EOF
2025-08-20T21:12:02.2762867Z [00:03:29.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/internal=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/internal;$WORK/b1620=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal -lang=go1.21 -complete -installsuffix shared -buildid oMth7dM6PsEhAkbMURG_/oMth7dM6PsEhAkbMURG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/internal/authentication_header_provider.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/internal/client_config.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/internal/rest_service.go
2025-08-20T21:12:02.3735570Z [00:03:29.331]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T21:12:02.3752278Z [00:03:29.333]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/4c/4cc071adafe5c7fe75762483a5641b12b20759971ad2c6a8ad77539977e0f3fa-d # internal
2025-08-20T21:12:02.3753125Z [00:03:29.333]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry
2025-08-20T21:12:02.3755748Z [00:03:29.333]➜  mkdir -p $WORK/b1618/
2025-08-20T21:12:02.3760377Z [00:03:29.334]➜  cat >/tmp/go-build2720400589/b1618/importcfg << 'EOF' # internal
2025-08-20T21:12:02.3761434Z [00:03:29.334]➜  # import config
2025-08-20T21:12:02.3762514Z [00:03:29.334]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.3763068Z [00:03:29.334]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.3763520Z [00:03:29.334]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.3764204Z [00:03:29.334]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build2720400589/b1619/_pkg_.a
2025-08-20T21:12:02.3765736Z [00:03:29.334]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build2720400589/b1620/_pkg_.a
2025-08-20T21:12:02.3766721Z [00:03:29.334]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:02.3767148Z [00:03:29.334]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:02.3767564Z [00:03:29.334]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:02.3767996Z [00:03:29.334]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:02.3768415Z [00:03:29.334]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:02.3768833Z [00:03:29.334]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.3769258Z [00:03:29.334]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.3769803Z [00:03:29.334]➜  packagefile testing=/tmp/go-build2720400589/b375/_pkg_.a
2025-08-20T21:12:02.3770292Z [00:03:29.334]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:02.3770807Z [00:03:29.334]➜  EOF
2025-08-20T21:12:02.3774561Z [00:03:29.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry;$WORK/b1618=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry -lang=go1.21 -complete -installsuffix shared -buildid N_ak3ZTvTfc7npfPMJZu/N_ak3ZTvTfc7npfPMJZu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/config.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/mock_schemaregistry_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/schemaregistry_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/testhelpers.go
2025-08-20T21:12:02.3868563Z [00:03:29.345]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T21:12:02.3955553Z [00:03:29.353]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/7f/7fb0f2a64f2cb254547cf7a5fcde449322d38a0611650eec2e94fd7540427168-d # internal
2025-08-20T21:12:02.3957023Z [00:03:29.353]➜  google.golang.org/grpc/xds/csds
2025-08-20T21:12:02.3957519Z [00:03:29.353]➜  mkdir -p $WORK/b1527/
2025-08-20T21:12:02.3979511Z [00:03:29.356]➜  cat >/tmp/go-build2720400589/b1527/importcfg << 'EOF' # internal
2025-08-20T21:12:02.3981560Z [00:03:29.356]➜  # import config
2025-08-20T21:12:02.3982608Z [00:03:29.356]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.3983587Z [00:03:29.356]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.3985392Z [00:03:29.356]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2720400589/b1505/_pkg_.a
2025-08-20T21:12:02.3986172Z [00:03:29.356]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:02.3986769Z [00:03:29.356]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.3987398Z [00:03:29.356]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.3988012Z [00:03:29.356]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:02.3988656Z [00:03:29.356]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:02.3989193Z [00:03:29.356]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:02.3989496Z [00:03:29.356]➜  EOF
2025-08-20T21:12:02.3991313Z [00:03:29.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/csds=>google.golang.org/grpc@v1.72.0/xds/csds;$WORK/b1527=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid J5xigS3Eyg0KRkWU9WmQ/J5xigS3Eyg0KRkWU9WmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/csds/csds.go
2025-08-20T21:12:02.4259088Z [00:03:29.384]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T21:12:02.4351660Z [00:03:29.393]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T21:12:02.4353098Z [00:03:29.393]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T21:12:02.4354023Z [00:03:29.393]➜  mkdir -p $WORK/b1561/
2025-08-20T21:12:02.4358978Z [00:03:29.393]➜  cat >/tmp/go-build2720400589/b1561/importcfg << 'EOF' # internal
2025-08-20T21:12:02.4359660Z [00:03:29.394]➜  # import config
2025-08-20T21:12:02.4360413Z [00:03:29.394]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.4361408Z [00:03:29.394]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.4362457Z [00:03:29.394]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.4363620Z [00:03:29.394]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:12:02.4364943Z [00:03:29.394]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:12:02.4366073Z [00:03:29.394]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:02.4367205Z [00:03:29.394]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:02.4368278Z [00:03:29.394]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.4369136Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:02.4370303Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2720400589/b1287/_pkg_.a
2025-08-20T21:12:02.4371907Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.4372582Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:02.4373263Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:12:02.4373927Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:12:02.4374749Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2720400589/b1552/_pkg_.a
2025-08-20T21:12:02.4375571Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2720400589/b1429/_pkg_.a
2025-08-20T21:12:02.4378492Z [00:03:29.394]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:02.4379158Z [00:03:29.394]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:02.4379772Z [00:03:29.394]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:12:02.4380379Z [00:03:29.394]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:02.4380981Z [00:03:29.394]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:12:02.4381685Z [00:03:29.394]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build2720400589/b1563/_pkg_.a
2025-08-20T21:12:02.4382425Z [00:03:29.394]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:02.4383153Z [00:03:29.394]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build2720400589/b1530/_pkg_.a
2025-08-20T21:12:02.4383718Z [00:03:29.394]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.4384157Z [00:03:29.394]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:02.4384842Z [00:03:29.394]➜  EOF
2025-08-20T21:12:02.4392743Z [00:03:29.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl;$WORK/b1561=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid FKaGSEom3rRXCj7CdK3Q/FKaGSEom3rRXCj7CdK3Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl/clusterimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterimpl/picker.go
2025-08-20T21:12:02.4801050Z [00:03:29.438]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T21:12:02.4869896Z [00:03:29.445]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/fe/fea9e5ad8492918488e1f552ee5ae4dbb0dc9c77de600b05a5c13e94a921bf4b-d # internal
2025-08-20T21:12:02.4877089Z [00:03:29.445]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T21:12:02.4878185Z [00:03:29.445]➜  mkdir -p $WORK/b1581/
2025-08-20T21:12:02.4879210Z [00:03:29.445]➜  cat >/tmp/go-build2720400589/b1581/importcfg << 'EOF' # internal
2025-08-20T21:12:02.4879877Z [00:03:29.445]➜  # import config
2025-08-20T21:12:02.4880386Z [00:03:29.445]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.4881023Z [00:03:29.445]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.4882014Z [00:03:29.445]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.4882799Z [00:03:29.445]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2720400589/b1582/_pkg_.a
2025-08-20T21:12:02.4883853Z [00:03:29.445]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:02.4885168Z [00:03:29.446]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:12:02.4886043Z [00:03:29.446]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.4887056Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:02.4888251Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.4889371Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:02.4890481Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:12:02.4891730Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:02.4892633Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:02.4925722Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:12:02.4926808Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2720400589/b1552/_pkg_.a
2025-08-20T21:12:02.4927713Z [00:03:29.446]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:02.4928879Z [00:03:29.446]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:02.4929709Z [00:03:29.446]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:02.4930503Z [00:03:29.446]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:02.4931954Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2720400589/b1567/_pkg_.a
2025-08-20T21:12:02.4933119Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build2720400589/b1583/_pkg_.a
2025-08-20T21:12:02.4933862Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:12:02.4934834Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build2720400589/b1585/_pkg_.a
2025-08-20T21:12:02.4935625Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:02.4936390Z [00:03:29.446]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:02.4937141Z [00:03:29.446]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:02.4937736Z [00:03:29.446]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:12:02.4938184Z [00:03:29.446]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.4938630Z [00:03:29.446]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:02.4939060Z [00:03:29.446]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:02.4939362Z [00:03:29.446]➜  EOF
2025-08-20T21:12:02.4942389Z [00:03:29.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1581/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver=>google.golang.org/grpc@v1.72.0/xds/internal/resolver;$WORK/b1581=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid gXYBWyRJj-M2Y_s2AZKb/gXYBWyRJj-M2Y_s2AZKb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/serviceconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/watch_service.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/resolver/xds_resolver.go
2025-08-20T21:12:02.5080262Z [00:03:29.466]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T21:12:02.5105814Z [00:03:29.468]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/f3/f390c9cfb1856b0706b4223a6462d43192e24a43b355559b167a28b1f57e4fa8-d # internal
2025-08-20T21:12:02.5119651Z [00:03:29.470]➜  go/types
2025-08-20T21:12:02.5121327Z [00:03:29.470]➜  mkdir -p $WORK/b1607/
2025-08-20T21:12:02.5126742Z [00:03:29.470]➜  cat >/tmp/go-build2720400589/b1607/importcfg << 'EOF' # internal
2025-08-20T21:12:02.5128013Z [00:03:29.470]➜  # import config
2025-08-20T21:12:02.5129674Z [00:03:29.470]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:02.5130293Z [00:03:29.470]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:12:02.5130868Z [00:03:29.470]➜  packagefile container/heap=/tmp/go-build2720400589/b1553/_pkg_.a
2025-08-20T21:12:02.5131426Z [00:03:29.470]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.5133024Z [00:03:29.470]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.5133559Z [00:03:29.470]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:02.5134188Z [00:03:29.470]➜  packagefile go/constant=/tmp/go-build2720400589/b1610/_pkg_.a
2025-08-20T21:12:02.5134901Z [00:03:29.470]➜  packagefile go/parser=/tmp/go-build2720400589/b1611/_pkg_.a
2025-08-20T21:12:02.5136513Z [00:03:29.470]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:02.5137320Z [00:03:29.470]➜  packagefile go/version=/tmp/go-build2720400589/b1613/_pkg_.a
2025-08-20T21:12:02.5137993Z [00:03:29.470]➜  packagefile internal/buildcfg=/tmp/go-build2720400589/b1615/_pkg_.a
2025-08-20T21:12:02.5138736Z [00:03:29.470]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:12:02.5141260Z [00:03:29.470]➜  packagefile internal/goversion=/tmp/go-build2720400589/b1616/_pkg_.a
2025-08-20T21:12:02.5142041Z [00:03:29.470]➜  packagefile internal/types/errors=/tmp/go-build2720400589/b1617/_pkg_.a
2025-08-20T21:12:02.5142511Z [00:03:29.470]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:02.5142919Z [00:03:29.470]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:12:02.5143326Z [00:03:29.470]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:02.5143726Z [00:03:29.470]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:02.5144168Z [00:03:29.470]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:02.5144856Z [00:03:29.470]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:02.5145410Z [00:03:29.470]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:02.5145912Z [00:03:29.470]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:02.5146335Z [00:03:29.470]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:02.5146762Z [00:03:29.470]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.5147175Z [00:03:29.470]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.5147610Z [00:03:29.470]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:02.5148048Z [00:03:29.470]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:02.5148495Z [00:03:29.470]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:02.5148825Z [00:03:29.470]➜  EOF
2025-08-20T21:12:02.5163493Z [00:03:29.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1607/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b1607=>" -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/b1607/importcfg -pack /root/.go/src/go/types/alias.go /root/.go/src/go/types/api.go /root/.go/src/go/types/api_predicates.go /root/.go/src/go/types/array.go /root/.go/src/go/types/assignments.go /root/.go/src/go/types/badlinkname.go /root/.go/src/go/types/basic.go /root/.go/src/go/types/builtins.go /root/.go/src/go/types/call.go /root/.go/src/go/types/chan.go /root/.go/src/go/types/check.go /root/.go/src/go/types/const.go /root/.go/src/go/types/context.go /root/.go/src/go/types/conversions.go /root/.go/src/go/types/decl.go /root/.go/src/go/types/errors.go /root/.go/src/go/types/errsupport.go /root/.go/src/go/types/eval.go /root/.go/src/go/types/expr.go /root/.go/src/go/types/exprstring.go /root/.go/src/go/types/format.go /root/.go/src/go/types/gccgosizes.go /root/.go/src/go/types/gcsizes.go /root/.go/src/go/types/generate.go /root/.go/src/go/types/index.go /root/.go/src/go/types/infer.go /root/.go/src/go/types/initorder.go /root/.go/src/go/types/instantiate.go /root/.go/src/go/types/interface.go /root/.go/src/go/types/iter.go /root/.go/src/go/types/labels.go /root/.go/src/go/types/literals.go /root/.go/src/go/types/lookup.go /root/.go/src/go/types/map.go /root/.go/src/go/types/methodset.go /root/.go/src/go/types/mono.go /root/.go/src/go/types/named.go /root/.go/src/go/types/object.go /root/.go/src/go/types/objset.go /root/.go/src/go/types/operand.go /root/.go/src/go/types/package.go /root/.go/src/go/types/pointer.go /root/.go/src/go/types/predicates.go /root/.go/src/go/types/range.go /root/.go/src/go/types/recording.go /root/.go/src/go/types/resolver.go /root/.go/src/go/types/return.go /root/.go/src/go/types/scope.go /root/.go/src/go/types/scope2.go /root/.go/src/go/types/selection.go /root/.go/src/go/types/signature.go /root/.go/src/go/types/sizes.go /root/.go/src/go/types/slice.go /root/.go/src/go/types/stmt.go /root/.go/src/go/types/struct.go /root/.go/src/go/types/subst.go /root/.go/src/go/types/termlist.go /root/.go/src/go/types/tuple.go /root/.go/src/go/types/type.go /root/.go/src/go/types/typelists.go /root/.go/src/go/types/typeparam.go /root/.go/src/go/types/typeset.go /root/.go/src/go/types/typestring.go /root/.go/src/go/types/typeterm.go /root/.go/src/go/types/typexpr.go /root/.go/src/go/types/under.go /root/.go/src/go/types/unify.go /root/.go/src/go/types/union.go /root/.go/src/go/types/universe.go /root/.go/src/go/types/util.go /root/.go/src/go/types/validtype.go /root/.go/src/go/types/version.go
2025-08-20T21:12:02.6230489Z [00:03:29.581]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T21:12:02.6325073Z [00:03:29.589]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/95/950a4fd90389bd848ab3e03af845f5ff81d1adf2ec5c3b46e14a448d9009eb82-d # internal
2025-08-20T21:12:02.6328321Z [00:03:29.591]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T21:12:02.6329618Z [00:03:29.591]➜  mkdir -p $WORK/b1558/
2025-08-20T21:12:02.6332257Z [00:03:29.591]➜  cat >/tmp/go-build2720400589/b1558/importcfg << 'EOF' # internal
2025-08-20T21:12:02.6333084Z [00:03:29.591]➜  # import config
2025-08-20T21:12:02.6335682Z [00:03:29.591]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:02.6336535Z [00:03:29.591]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.6337461Z [00:03:29.591]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.6338042Z [00:03:29.591]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:02.6338533Z [00:03:29.591]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.6339123Z [00:03:29.591]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:12:02.6339812Z [00:03:29.591]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:12:02.6340506Z [00:03:29.591]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:12:02.6341194Z [00:03:29.591]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:02.6341870Z [00:03:29.591]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.6342622Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2720400589/b1556/_pkg_.a
2025-08-20T21:12:02.6343408Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2720400589/b1559/_pkg_.a
2025-08-20T21:12:02.6344163Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:12:02.6345073Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.6349653Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:02.6351600Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2720400589/b1554/_pkg_.a
2025-08-20T21:12:02.6352309Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:02.6353002Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:12:02.6353697Z [00:03:29.591]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:02.6354502Z [00:03:29.591]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:02.6355198Z [00:03:29.591]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2720400589/b1560/_pkg_.a
2025-08-20T21:12:02.6355850Z [00:03:29.591]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:12:02.6356643Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:12:02.6357472Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2720400589/b1561/_pkg_.a
2025-08-20T21:12:02.6358459Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2720400589/b1564/_pkg_.a
2025-08-20T21:12:02.6359418Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2720400589/b1565/_pkg_.a
2025-08-20T21:12:02.6360200Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2720400589/b1566/_pkg_.a
2025-08-20T21:12:02.6360943Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:02.6361704Z [00:03:29.591]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:02.6362311Z [00:03:29.591]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:02.6362734Z [00:03:29.591]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:02.6363147Z [00:03:29.591]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.6363461Z [00:03:29.591]➜  EOF
2025-08-20T21:12:02.6368921Z [00:03:29.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver;$WORK/b1558=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid cV-O47RuIhiMwBJh9IO4/cV-O47RuIhiMwBJh9IO4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/clusterresolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/configbuilder.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/configbuilder_childname.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/resource_resolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/resource_resolver_dns.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/clusterresolver/resource_resolver_eds.go
2025-08-20T21:12:02.6822360Z [00:03:29.640]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T21:12:02.6857311Z [00:03:29.644]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/73/73b3f537853a9ffa41f27e251a08ed0285fd2e245e4c4876a740ced47aae443d-d # internal
2025-08-20T21:12:02.6859964Z [00:03:29.644]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks
2025-08-20T21:12:02.6863268Z [00:03:29.644]➜  mkdir -p $WORK/b1624/
2025-08-20T21:12:02.6866673Z [00:03:29.644]➜  cat >/tmp/go-build2720400589/b1624/importcfg << 'EOF' # internal
2025-08-20T21:12:02.6867393Z [00:03:29.644]➜  # import config
2025-08-20T21:12:02.6868889Z [00:03:29.644]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:02.6871821Z [00:03:29.644]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:02.6873361Z [00:03:29.644]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build2720400589/b1619/_pkg_.a
2025-08-20T21:12:02.6874942Z [00:03:29.644]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build2720400589/b1620/_pkg_.a
2025-08-20T21:12:02.6876037Z [00:03:29.644]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build2720400589/b1621/_pkg_.a
2025-08-20T21:12:02.6876968Z [00:03:29.644]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:02.6877635Z [00:03:29.644]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.6878169Z [00:03:29.644]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.6879293Z [00:03:29.644]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:02.6879700Z [00:03:29.644]➜  EOF
2025-08-20T21:12:02.6883035Z [00:03:29.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/deks=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/deks;$WORK/b1624=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks -lang=go1.21 -complete -installsuffix shared -buildid hbhY6ot53l0MduhTP2t_/hbhY6ot53l0MduhTP2t_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/deks/dekregistry_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/deks/mock_dekregistry_client.go
2025-08-20T21:12:02.7370470Z [00:03:29.695]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T21:12:02.7396781Z [00:03:29.698]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/fa/faa5cd2f43f504c925875815d9e8d51d30bbb62e5499e4e6880c409e041f563a-d # internal
2025-08-20T21:12:02.7397545Z [00:03:29.698]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde
2025-08-20T21:12:02.7397940Z [00:03:29.698]➜  mkdir -p $WORK/b1625/
2025-08-20T21:12:02.7406067Z [00:03:29.698]➜  cat >/tmp/go-build2720400589/b1625/importcfg << 'EOF' # internal
2025-08-20T21:12:02.7407361Z [00:03:29.698]➜  # import config
2025-08-20T21:12:02.7408144Z [00:03:29.698]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:02.7409142Z [00:03:29.698]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:02.7409859Z [00:03:29.698]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.7410662Z [00:03:29.698]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:02.7411715Z [00:03:29.698]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:02.7412676Z [00:03:29.698]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:02.7413381Z [00:03:29.698]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:02.7415597Z [00:03:29.698]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:02.7416125Z [00:03:29.698]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:02.7416833Z [00:03:29.698]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.7417305Z [00:03:29.698]➜  packagefile testing=/tmp/go-build2720400589/b375/_pkg_.a
2025-08-20T21:12:02.7417621Z [00:03:29.698]➜  EOF
2025-08-20T21:12:02.7431167Z [00:03:29.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde;$WORK/b1625=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde -lang=go1.21 -complete -installsuffix shared -buildid PE5E0K3iI6e18P4Nq-cc/PE5E0K3iI6e18P4Nq-cc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/config.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/rule_registry.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/serde.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/testhelpers.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/wildcard_matcher.go
2025-08-20T21:12:02.8327582Z [00:03:29.790]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T21:12:02.8374370Z [00:03:29.795]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/02/029f2d9021159999cfe289ba83adacaba4cc523d124c64149007a9dd85d70ee8-d # internal
2025-08-20T21:12:02.8386333Z [00:03:29.795]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T21:12:02.8386818Z [00:03:29.795]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T21:12:02.8387184Z [00:03:29.796]➜  mkdir -p $WORK/b1555/
2025-08-20T21:12:02.8387569Z [00:03:29.796]➜  cat >/tmp/go-build2720400589/b1555/importcfg << 'EOF' # internal
2025-08-20T21:12:02.8387920Z [00:03:29.796]➜  # import config
2025-08-20T21:12:02.8388287Z [00:03:29.796]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.8388747Z [00:03:29.796]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:02.8389214Z [00:03:29.796]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:02.8389659Z [00:03:29.796]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.8390196Z [00:03:29.796]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:12:02.8390811Z [00:03:29.796]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:12:02.8391439Z [00:03:29.796]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:02.8392059Z [00:03:29.796]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:12:02.8392760Z [00:03:29.796]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:12:02.8393430Z [00:03:29.796]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:02.8394084Z [00:03:29.796]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2720400589/b1556/_pkg_.a
2025-08-20T21:12:02.8395084Z [00:03:29.796]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2720400589/b1557/_pkg_.a
2025-08-20T21:12:02.8395787Z [00:03:29.796]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:02.8396445Z [00:03:29.796]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:02.8397102Z [00:03:29.796]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:02.8397716Z [00:03:29.796]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:02.8398585Z [00:03:29.796]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:12:02.8399450Z [00:03:29.796]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2720400589/b1558/_pkg_.a
2025-08-20T21:12:02.8400222Z [00:03:29.796]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:02.8400984Z [00:03:29.796]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:02.8401601Z [00:03:29.796]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:02.8401929Z [00:03:29.796]➜  EOF
2025-08-20T21:12:02.8415478Z [00:03:29.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/cdsbalancer=>google.golang.org/grpc@v1.72.0/xds/internal/balancer/cdsbalancer;$WORK/b1555=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid IJEqsAgxv8nJZoSgvkbo/IJEqsAgxv8nJZoSgvkbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/cdsbalancer/cdsbalancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/cdsbalancer/cluster_watcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/cdsbalancer/logging.go
2025-08-20T21:12:02.8433608Z [00:03:29.801]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/7f/7fb017b080fa1fcb8e8bc1afbc9d6e09ce72cc2fb8847d56007b8eb0a5c7516c-d # internal
2025-08-20T21:12:02.8443537Z [00:03:29.802]➜  github.com/tink-crypto/tink-go/v2/proto/tink_go_proto
2025-08-20T21:12:02.8444482Z [00:03:29.802]➜  mkdir -p $WORK/b1631/
2025-08-20T21:12:02.8446256Z [00:03:29.802]➜  cat >/tmp/go-build2720400589/b1631/importcfg << 'EOF' # internal
2025-08-20T21:12:02.8446676Z [00:03:29.802]➜  # import config
2025-08-20T21:12:02.8447208Z [00:03:29.802]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:02.8447937Z [00:03:29.802]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:02.8448498Z [00:03:29.802]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:02.8448926Z [00:03:29.802]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.8449234Z [00:03:29.802]➜  EOF
2025-08-20T21:12:02.8451358Z [00:03:29.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/tink_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/tink_go_proto;$WORK/b1631=>" -p github.com/tink-crypto/tink-go/v2/proto/tink_go_proto -lang=go1.23 -complete -installsuffix shared -buildid BkwadVLauReLD3YeeISO/BkwadVLauReLD3YeeISO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/tink_go_proto/tink.pb.go
2025-08-20T21:12:02.9122286Z [00:03:29.870]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T21:12:02.9143361Z [00:03:29.872]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/c9/c9610dfe08db806e30abff45f677414f7accb68cb814ecae64e4a7a5c43e6137-d # internal
2025-08-20T21:12:02.9171619Z [00:03:29.875]➜  github.com/tink-crypto/tink-go/v2/tink
2025-08-20T21:12:02.9172732Z [00:03:29.875]➜  mkdir -p $WORK/b1632/
2025-08-20T21:12:02.9182809Z [00:03:29.876]➜  cat >/tmp/go-build2720400589/b1632/importcfg << 'EOF' # internal
2025-08-20T21:12:02.9183422Z [00:03:29.876]➜  # import config
2025-08-20T21:12:02.9183878Z [00:03:29.876]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:02.9185535Z [00:03:29.876]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:02.9185852Z [00:03:29.876]➜  EOF
2025-08-20T21:12:02.9274657Z [00:03:29.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink=>github.com/tink-crypto/tink-go/v2@v2.4.0/tink;$WORK/b1632=>" -p github.com/tink-crypto/tink-go/v2/tink -lang=go1.23 -complete -installsuffix shared -buildid egLpvlev_vTcJTB6D_aE/egLpvlev_vTcJTB6D_aE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/deterministic_aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/hybrid_decrypt.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/hybrid_encrypt.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/mac.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/signer.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/streamingaead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/tink.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/verifier.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/tink/version.go
2025-08-20T21:12:02.9573681Z [00:03:29.915]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T21:12:02.9580384Z [00:03:29.916]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/ec/ec77e26e097438a7f12767c4150330e05a607f01f8e9e028a25b9cfcc669a4c5-d # internal
2025-08-20T21:12:02.9581153Z [00:03:29.916]➜  github.com/tink-crypto/tink-go/v2/core/registry
2025-08-20T21:12:02.9582047Z [00:03:29.916]➜  mkdir -p $WORK/b1630/
2025-08-20T21:12:02.9585999Z [00:03:29.916]➜  cat >/tmp/go-build2720400589/b1630/importcfg << 'EOF' # internal
2025-08-20T21:12:02.9586393Z [00:03:29.916]➜  # import config
2025-08-20T21:12:02.9586733Z [00:03:29.916]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:02.9587336Z [00:03:29.916]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:02.9588072Z [00:03:29.916]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:02.9588711Z [00:03:29.916]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:02.9589227Z [00:03:29.916]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:02.9589535Z [00:03:29.916]➜  EOF
2025-08-20T21:12:02.9592798Z [00:03:29.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry=>github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry;$WORK/b1630=>" -p github.com/tink-crypto/tink-go/v2/core/registry -lang=go1.23 -complete -installsuffix shared -buildid nUPappwzvG2clORiO0Me/nUPappwzvG2clORiO0Me -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry/kms_client.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry/private_key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/registry/registry.go
2025-08-20T21:12:03.0015946Z [00:03:29.959]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T21:12:03.0025656Z [00:03:29.960]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/bb/bb00e8b502f75ad3f17a7c2399329adc0ef52aa4bf2793a79aa0ccd7d75b76d5-d # internal
2025-08-20T21:12:03.0031100Z [00:03:29.961]➜  github.com/tink-crypto/tink-go/v2/subtle/random
2025-08-20T21:12:03.0031508Z [00:03:29.961]➜  mkdir -p $WORK/b1635/
2025-08-20T21:12:03.0033368Z [00:03:29.961]➜  cat >/tmp/go-build2720400589/b1635/importcfg << 'EOF' # internal
2025-08-20T21:12:03.0033760Z [00:03:29.961]➜  # import config
2025-08-20T21:12:03.0034123Z [00:03:29.961]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:03.0034721Z [00:03:29.961]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:03.0035084Z [00:03:29.961]➜  EOF
2025-08-20T21:12:03.0037148Z [00:03:29.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/random=>github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/random;$WORK/b1635=>" -p github.com/tink-crypto/tink-go/v2/subtle/random -lang=go1.23 -complete -installsuffix shared -buildid 0A3gbBVwHW-LKa1m2pLW/0A3gbBVwHW-LKa1m2pLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/random/random.go
2025-08-20T21:12:03.0077267Z [00:03:29.966]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T21:12:03.0110305Z [00:03:29.969]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/a1/a18f87d0b3a99fe3e32021a48a4d1d76c810b5b2c78de79e71b2c22cfd4aa6b8-d # internal
2025-08-20T21:12:03.0111656Z [00:03:29.969]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T21:12:03.0112083Z [00:03:29.969]➜  mkdir -p $WORK/b1548/
2025-08-20T21:12:03.0117949Z [00:03:29.970]➜  cat >/tmp/go-build2720400589/b1548/importcfg << 'EOF' # internal
2025-08-20T21:12:03.0118598Z [00:03:29.970]➜  # import config
2025-08-20T21:12:03.0119196Z [00:03:29.970]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2720400589/b1549/_pkg_.a
2025-08-20T21:12:03.0120116Z [00:03:29.970]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2720400589/b1550/_pkg_.a
2025-08-20T21:12:03.0120949Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build2720400589/b1555/_pkg_.a
2025-08-20T21:12:03.0121746Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2720400589/b1561/_pkg_.a
2025-08-20T21:12:03.0122557Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2720400589/b1567/_pkg_.a
2025-08-20T21:12:03.0123388Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2720400589/b1558/_pkg_.a
2025-08-20T21:12:03.0124221Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2720400589/b1564/_pkg_.a
2025-08-20T21:12:03.0125288Z [00:03:29.970]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2720400589/b1565/_pkg_.a
2025-08-20T21:12:03.0125770Z [00:03:29.970]➜  EOF
2025-08-20T21:12:03.0127817Z [00:03:29.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer=>google.golang.org/grpc@v1.72.0/xds/internal/balancer;$WORK/b1548=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid WdiXeINrt9TuYvLPdiDQ/WdiXeINrt9TuYvLPdiDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/internal/balancer/balancer.go
2025-08-20T21:12:03.0165501Z [00:03:29.974]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T21:12:03.0175322Z [00:03:29.975]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/5f/5f50ccdffc8a5c2b3bab03f47578161575170a90373d2df0424ed36cb4a1b5a7-d # internal
2025-08-20T21:12:03.0182880Z [00:03:29.976]➜  github.com/tink-crypto/tink-go/v2/internal/aead
2025-08-20T21:12:03.0189032Z [00:03:29.977]➜  mkdir -p $WORK/b1634/
2025-08-20T21:12:03.0196723Z [00:03:29.977]➜  cat >/tmp/go-build2720400589/b1634/importcfg << 'EOF' # internal
2025-08-20T21:12:03.0197761Z [00:03:29.978]➜  # import config
2025-08-20T21:12:03.0198693Z [00:03:29.978]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:03.0199213Z [00:03:29.978]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:03.0199669Z [00:03:29.978]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.0200091Z [00:03:29.978]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.0200680Z [00:03:29.978]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:03.0201370Z [00:03:29.978]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:12:03.0201791Z [00:03:29.978]➜  EOF
2025-08-20T21:12:03.0209009Z [00:03:29.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead;$WORK/b1634=>" -p github.com/tink-crypto/tink-go/v2/internal/aead -lang=go1.23 -complete -installsuffix shared -buildid FdiuuMI5O4y4qLm0lMVz/FdiuuMI5O4y4qLm0lMVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead/aesctr.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead/aesgcm.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/aead/chacha20poly1305_insecure_nonce.go
2025-08-20T21:12:03.0225072Z [00:03:29.980]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T21:12:03.0231868Z [00:03:29.981]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/26/263f9fbe66e2d801d8bf8f9d7454d96e03a1c95aad99893a98b54baa6b0ff37d-d # internal
2025-08-20T21:12:03.0233743Z [00:03:29.981]➜  google.golang.org/grpc/xds
2025-08-20T21:12:03.0234148Z [00:03:29.981]➜  mkdir -p $WORK/b1504/
2025-08-20T21:12:03.0234733Z [00:03:29.981]➜  cat >/tmp/go-build2720400589/b1504/importcfg << 'EOF' # internal
2025-08-20T21:12:03.0235091Z [00:03:29.981]➜  # import config
2025-08-20T21:12:03.0235442Z [00:03:29.981]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:03.0235873Z [00:03:29.981]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.0236289Z [00:03:29.981]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.0237036Z [00:03:29.981]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2720400589/b1505/_pkg_.a
2025-08-20T21:12:03.0237723Z [00:03:29.981]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:12:03.0238287Z [00:03:29.981]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:03.0238900Z [00:03:29.981]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:03.0239632Z [00:03:29.981]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2720400589/b1502/_pkg_.a
2025-08-20T21:12:03.0240374Z [00:03:29.981]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:12:03.0241001Z [00:03:29.981]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:03.0241805Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:03.0242496Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build2720400589/b1526/_pkg_.a
2025-08-20T21:12:03.0243150Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:03.0243828Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:03.0244615Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:03.0245277Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:12:03.0245932Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2720400589/b1308/_pkg_.a
2025-08-20T21:12:03.0246619Z [00:03:29.981]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:03.0247265Z [00:03:29.981]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:03.0247860Z [00:03:29.981]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:03.0248448Z [00:03:29.981]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:03.0249226Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build2720400589/b1527/_pkg_.a
2025-08-20T21:12:03.0249875Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build2720400589/b1548/_pkg_.a
2025-08-20T21:12:03.0250622Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build2720400589/b1568/_pkg_.a
2025-08-20T21:12:03.0251394Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build2720400589/b1569/_pkg_.a
2025-08-20T21:12:03.0252151Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build2720400589/b1572/_pkg_.a
2025-08-20T21:12:03.0253009Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build2720400589/b1579/_pkg_.a
2025-08-20T21:12:03.0253853Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build2720400589/b1581/_pkg_.a
2025-08-20T21:12:03.0254746Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build2720400589/b1586/_pkg_.a
2025-08-20T21:12:03.0255447Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:03.0256258Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build2720400589/b1587/_pkg_.a
2025-08-20T21:12:03.0257106Z [00:03:29.981]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:03.0257702Z [00:03:29.981]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:03.0258007Z [00:03:29.981]➜  EOF
2025-08-20T21:12:03.0260205Z [00:03:29.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1504/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds=>google.golang.org/grpc@v1.72.0/xds;$WORK/b1504=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid B8R7977on77vH-QlX29y/B8R7977on77vH-QlX29y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/server_options.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/xds.go
2025-08-20T21:12:03.0595094Z [00:03:30.017]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T21:12:03.0606562Z [00:03:30.018]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/32/32832b18b56eb261923aa4406901806abbffc5ee76d01913164e75f11c7fab09-d # internal
2025-08-20T21:12:03.0610233Z [00:03:30.019]➜  github.com/tink-crypto/tink-go/v2/internal/internalregistry
2025-08-20T21:12:03.0610715Z [00:03:30.019]➜  mkdir -p $WORK/b1637/
2025-08-20T21:12:03.0624901Z [00:03:30.020]➜  cat >/tmp/go-build2720400589/b1637/importcfg << 'EOF' # internal
2025-08-20T21:12:03.0635524Z [00:03:30.020]➜  # import config
2025-08-20T21:12:03.0636049Z [00:03:30.020]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.0636791Z [00:03:30.021]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.0637638Z [00:03:30.021]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build2720400589/b1638/_pkg_.a
2025-08-20T21:12:03.0638514Z [00:03:30.021]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.0639326Z [00:03:30.021]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.0639949Z [00:03:30.021]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.0640498Z [00:03:30.021]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.0640945Z [00:03:30.021]➜  EOF
2025-08-20T21:12:03.0644185Z [00:03:30.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalregistry=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalregistry;$WORK/b1637=>" -p github.com/tink-crypto/tink-go/v2/internal/internalregistry -lang=go1.23 -complete -installsuffix shared -buildid 9ssaZSqZcffLln4gnykC/9ssaZSqZcffLln4gnykC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalregistry/derivable_key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalregistry/internal_registry.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/internalregistry/key_derivation.go
2025-08-20T21:12:03.1080615Z [00:03:30.066]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T21:12:03.1089038Z [00:03:30.067]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/01/0172151b8149a0366068cf490b1f632fdcb2b3d4a80b53b46ec1a9edfd48d347-d # internal
2025-08-20T21:12:03.1094486Z [00:03:30.067]➜  github.com/tink-crypto/tink-go/v2/internal/outputprefix
2025-08-20T21:12:03.1094949Z [00:03:30.067]➜  mkdir -p $WORK/b1639/
2025-08-20T21:12:03.1095345Z [00:03:30.067]➜  cat >/tmp/go-build2720400589/b1639/importcfg << 'EOF' # internal
2025-08-20T21:12:03.1095696Z [00:03:30.067]➜  # import config
2025-08-20T21:12:03.1096070Z [00:03:30.067]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:03.1096414Z [00:03:30.067]➜  EOF
2025-08-20T21:12:03.1098634Z [00:03:30.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/outputprefix=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/outputprefix;$WORK/b1639=>" -p github.com/tink-crypto/tink-go/v2/internal/outputprefix -lang=go1.23 -complete -installsuffix shared -buildid huuzzbTafzTU7hnr_pp_/huuzzbTafzTU7hnr_pp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/outputprefix/outputprefix.go
2025-08-20T21:12:03.1293978Z [00:03:30.087]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T21:12:03.1307535Z [00:03:30.088]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/11/11c397cbd80de09bd1c08d35282bb3a5841ddd5b2438d1397efcb797a013accf-d # internal
2025-08-20T21:12:03.1311744Z [00:03:30.089]➜  github.com/tink-crypto/tink-go/v2/internal/protoserialization
2025-08-20T21:12:03.1312152Z [00:03:30.089]➜  mkdir -p $WORK/b1640/
2025-08-20T21:12:03.1326104Z [00:03:30.090]➜  cat >/tmp/go-build2720400589/b1640/importcfg << 'EOF' # internal
2025-08-20T21:12:03.1326900Z [00:03:30.090]➜  # import config
2025-08-20T21:12:03.1327894Z [00:03:30.090]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.1328579Z [00:03:30.090]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.1329265Z [00:03:30.090]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:03.1329964Z [00:03:30.090]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.1330642Z [00:03:30.090]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.1331153Z [00:03:30.090]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.1331571Z [00:03:30.090]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.1331878Z [00:03:30.090]➜  EOF
2025-08-20T21:12:03.1337009Z [00:03:30.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/protoserialization=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/protoserialization;$WORK/b1640=>" -p github.com/tink-crypto/tink-go/v2/internal/protoserialization -lang=go1.23 -complete -installsuffix shared -buildid vc3_bTNppCy-oP2fpGbV/vc3_bTNppCy-oP2fpGbV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/protoserialization/protoserialization.go
2025-08-20T21:12:03.1678521Z [00:03:30.126]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T21:12:03.1717777Z [00:03:30.129]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/bc/bcccbb7833f1f9a5be590daf4636a5aea4c2c2198830e2a7ee98bd9fa2a2d7c1-d # internal
2025-08-20T21:12:03.1736469Z [00:03:30.132]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T21:12:03.1738770Z [00:03:30.132]➜  mkdir -p $WORK/b1474/
2025-08-20T21:12:03.1739193Z [00:03:30.132]➜  cat >/tmp/go-build2720400589/b1474/importcfg << 'EOF' # internal
2025-08-20T21:12:03.1739550Z [00:03:30.132]➜  # import config
2025-08-20T21:12:03.1740150Z [00:03:30.132]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:03.1740656Z [00:03:30.132]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:03.1741288Z [00:03:30.132]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.1741804Z [00:03:30.132]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:03.1742441Z [00:03:30.132]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:12:03.1743124Z [00:03:30.132]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2720400589/b1427/_pkg_.a
2025-08-20T21:12:03.1743794Z [00:03:30.132]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:03.1744648Z [00:03:30.132]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:03.1745364Z [00:03:30.132]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:03.1745954Z [00:03:30.132]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build2720400589/b1504/_pkg_.a
2025-08-20T21:12:03.1746590Z [00:03:30.132]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:03.1747130Z [00:03:30.132]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.1747561Z [00:03:30.132]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:12:03.1748004Z [00:03:30.132]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:03.1748434Z [00:03:30.132]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:03.1748861Z [00:03:30.132]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:03.1749432Z [00:03:30.132]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.1749911Z [00:03:30.132]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:03.1750229Z [00:03:30.132]➜  EOF
2025-08-20T21:12:03.1752579Z [00:03:30.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1474/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/googledirectpath=>google.golang.org/grpc@v1.72.0/xds/googledirectpath;$WORK/b1474=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid Cp414CyAuJphF5aEvE66/Cp414CyAuJphF5aEvE66 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/googledirectpath/googlec2p.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.0/xds/googledirectpath/utils.go
2025-08-20T21:12:03.1803099Z [00:03:30.138]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T21:12:03.1815753Z [00:03:30.139]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/c5/c5865543bb8f50c1f6863aca3bbf10701a435f20fdf9de26a6c84cfac02b788e-d # internal
2025-08-20T21:12:03.1821355Z [00:03:30.140]➜  github.com/tink-crypto/tink-go/v2/internal/registryconfig
2025-08-20T21:12:03.1821740Z [00:03:30.140]➜  mkdir -p $WORK/b1642/
2025-08-20T21:12:03.1824409Z [00:03:30.140]➜  cat >/tmp/go-build2720400589/b1642/importcfg << 'EOF' # internal
2025-08-20T21:12:03.1826147Z [00:03:30.140]➜  # import config
2025-08-20T21:12:03.1826858Z [00:03:30.140]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.1827463Z [00:03:30.140]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.1828214Z [00:03:30.140]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:03.1828909Z [00:03:30.140]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:03.1829607Z [00:03:30.140]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.1830300Z [00:03:30.140]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.1830784Z [00:03:30.140]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.1831228Z [00:03:30.140]➜  EOF
2025-08-20T21:12:03.1833512Z [00:03:30.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/registryconfig=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/registryconfig;$WORK/b1642=>" -p github.com/tink-crypto/tink-go/v2/internal/registryconfig -lang=go1.23 -complete -installsuffix shared -buildid nuJ2iDLRGWnajQKN7YJh/nuJ2iDLRGWnajQKN7YJh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/registryconfig/registry_config.go
2025-08-20T21:12:03.2031376Z [00:03:30.161]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T21:12:03.2046411Z [00:03:30.162]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/42/427c148f67d3e08be1305c162cdbace061bb4aeddb97e10edc4bc2ca77b67622-d # internal
2025-08-20T21:12:03.2055892Z [00:03:30.163]➜  github.com/tink-crypto/tink-go/v2/core/cryptofmt
2025-08-20T21:12:03.2056449Z [00:03:30.164]➜  mkdir -p $WORK/b1646/
2025-08-20T21:12:03.2066354Z [00:03:30.164]➜  cat >/tmp/go-build2720400589/b1646/importcfg << 'EOF' # internal
2025-08-20T21:12:03.2066958Z [00:03:30.165]➜  # import config
2025-08-20T21:12:03.2067432Z [00:03:30.165]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.2068159Z [00:03:30.165]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:03.2069015Z [00:03:30.165]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.2069570Z [00:03:30.165]➜  EOF
2025-08-20T21:12:03.2080077Z [00:03:30.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/cryptofmt=>github.com/tink-crypto/tink-go/v2@v2.4.0/core/cryptofmt;$WORK/b1646=>" -p github.com/tink-crypto/tink-go/v2/core/cryptofmt -lang=go1.23 -complete -installsuffix shared -buildid 9D6IFG5FatFBa9SOaS-4/9D6IFG5FatFBa9SOaS-4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/core/cryptofmt/cryptofmt.go
2025-08-20T21:12:03.2291289Z [00:03:30.186]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T21:12:03.2292182Z [00:03:30.187]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/a2/a2bc47558047c5fc410bdab82f69943cfd522283976d1b7ea26267fdcbc828b1-d # internal
2025-08-20T21:12:03.2304614Z [00:03:30.188]➜  github.com/tink-crypto/tink-go/v2/internal/primitiveset
2025-08-20T21:12:03.2305028Z [00:03:30.188]➜  mkdir -p $WORK/b1645/
2025-08-20T21:12:03.2305435Z [00:03:30.188]➜  cat >/tmp/go-build2720400589/b1645/importcfg << 'EOF' # internal
2025-08-20T21:12:03.2305787Z [00:03:30.188]➜  # import config
2025-08-20T21:12:03.2306127Z [00:03:30.188]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.2306715Z [00:03:30.188]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build2720400589/b1646/_pkg_.a
2025-08-20T21:12:03.2307793Z [00:03:30.188]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.2308268Z [00:03:30.188]➜  EOF
2025-08-20T21:12:03.2310589Z [00:03:30.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/primitiveset=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/primitiveset;$WORK/b1645=>" -p github.com/tink-crypto/tink-go/v2/internal/primitiveset -lang=go1.23 -complete -installsuffix shared -buildid 6Dh-Ur9-mqj1pU1ERbyZ/6Dh-Ur9-mqj1pU1ERbyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/primitiveset/primitiveset.go
2025-08-20T21:12:03.2535552Z [00:03:30.211]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T21:12:03.2567217Z [00:03:30.212]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/82/820e3742ae8511f6e8580c4babf964167e4d1aaf00d05907eda5d572a425ae86-d # internal
2025-08-20T21:12:03.2569983Z [00:03:30.212]➜  github.com/tink-crypto/tink-go/v2/keyset
2025-08-20T21:12:03.2570355Z [00:03:30.212]➜  mkdir -p $WORK/b1643/
2025-08-20T21:12:03.2570736Z [00:03:30.213]➜  cat >/tmp/go-build2720400589/b1643/importcfg << 'EOF' # internal
2025-08-20T21:12:03.2571087Z [00:03:30.213]➜  # import config
2025-08-20T21:12:03.2571430Z [00:03:30.213]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:03.2571855Z [00:03:30.213]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.2572276Z [00:03:30.213]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.2572854Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.2573543Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/internal=/tmp/go-build2720400589/b1644/_pkg_.a
2025-08-20T21:12:03.2574415Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:03.2575262Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build2720400589/b1645/_pkg_.a
2025-08-20T21:12:03.2576063Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:03.2576865Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:03.2577825Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:03.2578620Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.2579348Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:03.2580021Z [00:03:30.213]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:03.2580693Z [00:03:30.213]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:12:03.2581394Z [00:03:30.213]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2720400589/b1240/_pkg_.a
2025-08-20T21:12:03.2582043Z [00:03:30.213]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.2582537Z [00:03:30.213]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.2582954Z [00:03:30.213]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:03.2583269Z [00:03:30.213]➜  EOF
2025-08-20T21:12:03.2587998Z [00:03:30.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset=>github.com/tink-crypto/tink-go/v2@v2.4.0/keyset;$WORK/b1643=>" -p github.com/tink-crypto/tink-go/v2/keyset -lang=go1.23 -complete -installsuffix shared -buildid 8uRkQjgnlA52rq0wln7l/8uRkQjgnlA52rq0wln7l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/binary_io.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/handle.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/json_io.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/keyset.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/mem_io.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/option.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/reader.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/validation.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/keyset/writer.go
2025-08-20T21:12:03.3341127Z [00:03:30.292]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T21:12:03.3421013Z [00:03:30.300]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/74/74b729f6ff8a3a3bf465df434782a191d94627dfe94b3f1969ff6d313d2e9bde-d # internal
2025-08-20T21:12:03.3437118Z [00:03:30.301]➜  cloud.google.com/go/storage
2025-08-20T21:12:03.3449569Z [00:03:30.301]➜  mkdir -p $WORK/b1210/
2025-08-20T21:12:03.3449993Z [00:03:30.301]➜  cat >/tmp/go-build2720400589/b1210/importcfg << 'EOF' # internal
2025-08-20T21:12:03.3450345Z [00:03:30.301]➜  # import config
2025-08-20T21:12:03.3450679Z [00:03:30.301]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:03.3451296Z [00:03:30.301]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:12:03.3451887Z [00:03:30.301]➜  packagefile cloud.google.com/go/iam=/tmp/go-build2720400589/b1212/_pkg_.a
2025-08-20T21:12:03.3452482Z [00:03:30.301]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2720400589/b1213/_pkg_.a
2025-08-20T21:12:03.3453082Z [00:03:30.301]➜  packagefile cloud.google.com/go/internal=/tmp/go-build2720400589/b1327/_pkg_.a
2025-08-20T21:12:03.3453688Z [00:03:30.301]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build2720400589/b1328/_pkg_.a
2025-08-20T21:12:03.3454421Z [00:03:30.301]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build2720400589/b1329/_pkg_.a
2025-08-20T21:12:03.3455110Z [00:03:30.301]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build2720400589/b1330/_pkg_.a
2025-08-20T21:12:03.3456026Z [00:03:30.301]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build2720400589/b1331/_pkg_.a
2025-08-20T21:12:03.3456739Z [00:03:30.301]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2720400589/b1332/_pkg_.a
2025-08-20T21:12:03.3457410Z [00:03:30.301]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build2720400589/b1403/_pkg_.a
2025-08-20T21:12:03.3458145Z [00:03:30.301]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2720400589/b1404/_pkg_.a
2025-08-20T21:12:03.3458731Z [00:03:30.301]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:03.3459153Z [00:03:30.301]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:03.3459593Z [00:03:30.301]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:03.3460056Z [00:03:30.301]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:03.3460542Z [00:03:30.301]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:03.3461005Z [00:03:30.301]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:03.3461474Z [00:03:30.301]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:03.3461962Z [00:03:30.301]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:03.3462438Z [00:03:30.301]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:03.3463139Z [00:03:30.301]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:03.3463608Z [00:03:30.301]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:03.3464047Z [00:03:30.301]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.3466519Z [00:03:30.301]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.3467229Z [00:03:30.301]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build2720400589/b1434/_pkg_.a
2025-08-20T21:12:03.3467959Z [00:03:30.301]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:03.3468719Z [00:03:30.301]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:12:03.3469446Z [00:03:30.301]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2720400589/b1325/_pkg_.a
2025-08-20T21:12:03.3470268Z [00:03:30.301]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build2720400589/b1449/_pkg_.a
2025-08-20T21:12:03.3470875Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:12:03.3471456Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:12:03.3472046Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:12:03.3472644Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2720400589/b1333/_pkg_.a
2025-08-20T21:12:03.3473316Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2720400589/b1339/_pkg_.a
2025-08-20T21:12:03.3473990Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:12:03.3485120Z [00:03:30.301]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:12:03.3485721Z [00:03:30.301]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:12:03.3486319Z [00:03:30.301]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:12:03.3486945Z [00:03:30.301]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build2720400589/b1451/_pkg_.a
2025-08-20T21:12:03.3487557Z [00:03:30.301]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2720400589/b1409/_pkg_.a
2025-08-20T21:12:03.3488133Z [00:03:30.301]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:12:03.3488974Z [00:03:30.301]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:12:03.3489691Z [00:03:30.301]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build2720400589/b1462/_pkg_.a
2025-08-20T21:12:03.3490294Z [00:03:30.301]➜  packagefile google.golang.org/api/transport=/tmp/go-build2720400589/b1463/_pkg_.a
2025-08-20T21:12:03.3490910Z [00:03:30.301]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:12:03.3491585Z [00:03:30.301]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2720400589/b1405/_pkg_.a
2025-08-20T21:12:03.3492299Z [00:03:30.301]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2720400589/b1247/_pkg_.a
2025-08-20T21:12:03.3492911Z [00:03:30.301]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:12:03.3493500Z [00:03:30.301]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build2720400589/b1464/_pkg_.a
2025-08-20T21:12:03.3494091Z [00:03:30.301]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:03.3494871Z [00:03:30.301]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2720400589/b1282/_pkg_.a
2025-08-20T21:12:03.3495513Z [00:03:30.301]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:12:03.3496300Z [00:03:30.301]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:12:03.3496878Z [00:03:30.301]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:03.3497514Z [00:03:30.301]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build2720400589/b1470/_pkg_.a
2025-08-20T21:12:03.3498135Z [00:03:30.301]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:03.3498775Z [00:03:30.301]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build2720400589/b1474/_pkg_.a
2025-08-20T21:12:03.3499548Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:12:03.3500273Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.3501069Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.3501799Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:12:03.3502539Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2720400589/b1317/_pkg_.a
2025-08-20T21:12:03.3503277Z [00:03:30.301]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:03.3503860Z [00:03:30.301]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:03.3504438Z [00:03:30.301]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.3504940Z [00:03:30.301]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:03.3505363Z [00:03:30.301]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:03.3505774Z [00:03:30.301]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:03.3506185Z [00:03:30.301]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:03.3506605Z [00:03:30.301]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:03.3507032Z [00:03:30.301]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:03.3507441Z [00:03:30.301]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:03.3507853Z [00:03:30.301]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.3508275Z [00:03:30.301]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:03.3508808Z [00:03:30.301]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:03.3509294Z [00:03:30.301]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:03.3509722Z [00:03:30.301]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:03.3510144Z [00:03:30.301]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.3510551Z [00:03:30.301]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:03.3510985Z [00:03:30.301]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:03.3511320Z [00:03:30.301]➜  EOF
2025-08-20T21:12:03.3518339Z [00:03:30.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0=>cloud.google.com/go/storage@v1.52.0;$WORK/b1210=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid X2y86mf-0kGYwXeP2wAC/X2y86mf-0kGYwXeP2wAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/dynamic_delay.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_dp.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_metrics.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_reader_multi_range.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/grpc_writer.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/trace.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.52.0/writer.go
2025-08-20T21:12:03.3866659Z [00:03:30.344]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T21:12:03.4047698Z [00:03:30.362]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/5d/5d1bb846ccc3b56e2124de50be87e7c13e7d02e6fe6ac96c65ea33974051c5ac-d # internal
2025-08-20T21:12:03.4056612Z [00:03:30.362]➜  github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto
2025-08-20T21:12:03.4057005Z [00:03:30.362]➜  mkdir -p $WORK/b1647/
2025-08-20T21:12:03.4057418Z [00:03:30.363]➜  cat >/tmp/go-build2720400589/b1647/importcfg << 'EOF' # internal
2025-08-20T21:12:03.4057770Z [00:03:30.363]➜  # import config
2025-08-20T21:12:03.4058287Z [00:03:30.363]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.4059008Z [00:03:30.363]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:03.4059572Z [00:03:30.363]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.4059991Z [00:03:30.363]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.4060302Z [00:03:30.363]➜  EOF
2025-08-20T21:12:03.4062734Z [00:03:30.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_go_proto;$WORK/b1647=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto -lang=go1.23 -complete -installsuffix shared -buildid qlFI_bflit3DIgX3LyrA/qlFI_bflit3DIgX3LyrA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_go_proto/aes_gcm.pb.go
2025-08-20T21:12:03.4642544Z [00:03:30.422]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T21:12:03.4668652Z [00:03:30.423]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/77/7775e31b3f79234c7e003cbdb654f38f3b57d7e06a017dd0f5fbc4286b011a0f-d # internal
2025-08-20T21:12:03.4669344Z [00:03:30.423]➜  github.com/tink-crypto/tink-go/v2/secretdata
2025-08-20T21:12:03.4669675Z [00:03:30.423]➜  mkdir -p $WORK/b1648/
2025-08-20T21:12:03.4670056Z [00:03:30.423]➜  cat >/tmp/go-build2720400589/b1648/importcfg << 'EOF' # internal
2025-08-20T21:12:03.4670407Z [00:03:30.423]➜  # import config
2025-08-20T21:12:03.4670743Z [00:03:30.423]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:03.4671197Z [00:03:30.423]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:03.4671667Z [00:03:30.423]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:03.4672335Z [00:03:30.423]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:03.4672833Z [00:03:30.423]➜  EOF
2025-08-20T21:12:03.4675041Z [00:03:30.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/secretdata=>github.com/tink-crypto/tink-go/v2@v2.4.0/secretdata;$WORK/b1648=>" -p github.com/tink-crypto/tink-go/v2/secretdata -lang=go1.23 -complete -installsuffix shared -buildid nl-eVv2KTo62xjM1fyZa/nl-eVv2KTo62xjM1fyZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/secretdata/secretdata.go
2025-08-20T21:12:03.4836366Z [00:03:30.441]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T21:12:03.4843456Z [00:03:30.442]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/23/23928278426683654543e9c232164fab7408a6c8cbf7024667b30feae38a7c21-d # internal
2025-08-20T21:12:03.4844442Z [00:03:30.442]➜  github.com/tink-crypto/tink-go/v2/aead/aesgcm
2025-08-20T21:12:03.4844949Z [00:03:30.442]➜  mkdir -p $WORK/b1629/
2025-08-20T21:12:03.4845339Z [00:03:30.442]➜  cat >/tmp/go-build2720400589/b1629/importcfg << 'EOF' # internal
2025-08-20T21:12:03.4845694Z [00:03:30.442]➜  # import config
2025-08-20T21:12:03.4846032Z [00:03:30.442]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:03.4847201Z [00:03:30.442]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:03.4848336Z [00:03:30.442]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:03.4849444Z [00:03:30.442]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.4850117Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.4850916Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:03.4851674Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build2720400589/b1634/_pkg_.a
2025-08-20T21:12:03.4852416Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:03.4853211Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:03.4853996Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:03.4854990Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:03.4856055Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:03.4856887Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:03.4857546Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:03.4858261Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build2720400589/b1647/_pkg_.a
2025-08-20T21:12:03.4859009Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.4859716Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:03.4860408Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:03.4861077Z [00:03:30.442]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:03.4861696Z [00:03:30.442]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.4862199Z [00:03:30.442]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.4862834Z [00:03:30.442]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.4863295Z [00:03:30.442]➜  EOF
2025-08-20T21:12:03.4866784Z [00:03:30.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm;$WORK/b1629=>" -p github.com/tink-crypto/tink-go/v2/aead/aesgcm -lang=go1.23 -complete -installsuffix shared -buildid oqUZe10lTRQ3psRS0MHX/oqUZe10lTRQ3psRS0MHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm/aesgcm.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcm/protoserialization.go
2025-08-20T21:12:03.5554925Z [00:03:30.513]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T21:12:03.5570887Z [00:03:30.515]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/42/421e65a1f0b2511da3a4260a13eb3e49d99285cfe6a3bee9bd8082e2fd9ed328-d # internal
2025-08-20T21:12:03.5599804Z [00:03:30.518]➜  github.com/tink-crypto/tink-go/v2/aead/subtle
2025-08-20T21:12:03.5600217Z [00:03:30.518]➜  mkdir -p $WORK/b1628/
2025-08-20T21:12:03.5603976Z [00:03:30.518]➜  cat >/tmp/go-build2720400589/b1628/importcfg << 'EOF' # internal
2025-08-20T21:12:03.5604514Z [00:03:30.518]➜  # import config
2025-08-20T21:12:03.5604886Z [00:03:30.518]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:03.5605380Z [00:03:30.518]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:03.5605877Z [00:03:30.518]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:03.5606330Z [00:03:30.518]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.5606752Z [00:03:30.518]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.5607325Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build2720400589/b1629/_pkg_.a
2025-08-20T21:12:03.5608079Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:03.5608825Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build2720400589/b1634/_pkg_.a
2025-08-20T21:12:03.5609513Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:03.5610453Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:03.5611216Z [00:03:30.518]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:03.5611866Z [00:03:30.518]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:12:03.5612386Z [00:03:30.518]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:03.5612695Z [00:03:30.518]➜  EOF
2025-08-20T21:12:03.5617410Z [00:03:30.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle;$WORK/b1628=>" -p github.com/tink-crypto/tink-go/v2/aead/subtle -lang=go1.23 -complete -installsuffix shared -buildid lSjDdXy02NuzQ4EAhU03/lSjDdXy02NuzQ4EAhU03 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/aes_ctr.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/aes_gcm.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/aes_gcm_siv.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/chacha20poly1305.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/encrypt_then_authenticate.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/ind_cpa.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/polyval.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/subtle.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/subtle/xchacha20poly1305.go
2025-08-20T21:12:03.6073794Z [00:03:30.565]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:12:03.6357276Z [00:03:30.593]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T21:12:03.6358072Z [00:03:30.593]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/11/119c809fb0669b1f5915a91a7d8f90a7d7b5f24f829a088908bcb61121588b50-d # internal
2025-08-20T21:12:03.6358938Z [00:03:30.593]➜  golang.org/x/crypto/curve25519
2025-08-20T21:12:03.6359297Z [00:03:30.593]➜  mkdir -p $WORK/b1651/
2025-08-20T21:12:03.6359685Z [00:03:30.593]➜  cat >/tmp/go-build2720400589/b1651/importcfg << 'EOF' # internal
2025-08-20T21:12:03.6360038Z [00:03:30.593]➜  # import config
2025-08-20T21:12:03.6360415Z [00:03:30.593]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:12:03.6360745Z [00:03:30.593]➜  EOF
2025-08-20T21:12:03.6362568Z [00:03:30.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1651/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519=>golang.org/x/crypto@v0.37.0/curve25519;$WORK/b1651=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid ZlXwcpAI40t_3Ot5msrX/ZlXwcpAI40t_3Ot5msrX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519/curve25519.go
2025-08-20T21:12:03.6364893Z [00:03:30.593]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/bb/bb46780a90e23f1cbfb25f540eb9c98fd1fadc0f964ae8167764b5f22cf8b158-d # internal
2025-08-20T21:12:03.6365563Z [00:03:30.593]➜  github.com/elastic/go-elasticsearch/v8
2025-08-20T21:12:03.6365872Z [00:03:30.593]➜  mkdir -p $WORK/b388/
2025-08-20T21:12:03.6366247Z [00:03:30.593]➜  cat >/tmp/go-build2720400589/b388/importcfg << 'EOF' # internal
2025-08-20T21:12:03.6366588Z [00:03:30.593]➜  # import config
2025-08-20T21:12:03.6366961Z [00:03:30.593]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:03.6367412Z [00:03:30.593]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.6367828Z [00:03:30.593]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.6368452Z [00:03:30.593]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:03.6369517Z [00:03:30.593]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build2720400589/b414/_pkg_.a
2025-08-20T21:12:03.6370360Z [00:03:30.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2720400589/b415/_pkg_.a
2025-08-20T21:12:03.6371099Z [00:03:30.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2720400589/b416/_pkg_.a
2025-08-20T21:12:03.6371837Z [00:03:30.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build2720400589/b417/_pkg_.a
2025-08-20T21:12:03.6372475Z [00:03:30.593]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:12:03.6372980Z [00:03:30.593]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:03.6373410Z [00:03:30.593]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:03.6373822Z [00:03:30.593]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:03.6374238Z [00:03:30.593]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:03.6375004Z [00:03:30.593]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:03.6375490Z [00:03:30.593]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:03.6376080Z [00:03:30.593]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:03.6376704Z [00:03:30.593]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.6377120Z [00:03:30.593]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:03.6377427Z [00:03:30.593]➜  EOF
2025-08-20T21:12:03.6379614Z [00:03:30.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0=>github.com/elastic/go-elasticsearch/v8@v8.18.0;$WORK/b388=>" -p github.com/elastic/go-elasticsearch/v8 -lang=go1.21 -complete -installsuffix shared -buildid lS7JdZ8q_6eM57Y79S4X/lS7JdZ8q_6eM57Y79S4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.18.0/elasticsearch.go
2025-08-20T21:12:03.6525467Z [00:03:30.610]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T21:12:03.6529199Z [00:03:30.611]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/34/34d7ca23b916c77851460b3be05652accff961857417a000a675355c2a938d4e-d # internal
2025-08-20T21:12:03.6530129Z [00:03:30.611]➜  github.com/tink-crypto/tink-go/v2/subtle
2025-08-20T21:12:03.6530457Z [00:03:30.611]➜  mkdir -p $WORK/b1650/
2025-08-20T21:12:03.6534058Z [00:03:30.611]➜  cat >/tmp/go-build2720400589/b1650/importcfg << 'EOF' # internal
2025-08-20T21:12:03.6535054Z [00:03:30.611]➜  # import config
2025-08-20T21:12:03.6535542Z [00:03:30.611]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:12:03.6536055Z [00:03:30.611]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:03.6536547Z [00:03:30.611]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:03.6537024Z [00:03:30.611]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:03.6537501Z [00:03:30.611]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:12:03.6537978Z [00:03:30.611]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:03.6538423Z [00:03:30.611]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.6538836Z [00:03:30.611]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.6539346Z [00:03:30.611]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2720400589/b1651/_pkg_.a
2025-08-20T21:12:03.6539916Z [00:03:30.611]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2720400589/b1390/_pkg_.a
2025-08-20T21:12:03.6540681Z [00:03:30.611]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:03.6541188Z [00:03:30.611]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:03.6541613Z [00:03:30.611]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:03.6541939Z [00:03:30.611]➜  EOF
2025-08-20T21:12:03.6544552Z [00:03:30.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle=>github.com/tink-crypto/tink-go/v2@v2.4.0/subtle;$WORK/b1650=>" -p github.com/tink-crypto/tink-go/v2/subtle -lang=go1.23 -complete -installsuffix shared -buildid P9uIjxtr-Ud-F6AburgD/P9uIjxtr-Ud-F6AburgD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/hkdf.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/subtle.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/subtle/x25519.go
2025-08-20T21:12:03.7020916Z [00:03:30.660]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T21:12:03.7029706Z [00:03:30.661]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/07/07c01751fa5de07941b5508251188ba689e6f5fa63db2c8efa333d174b71f264-d # internal
2025-08-20T21:12:03.7035714Z [00:03:30.661]➜  github.com/tink-crypto/tink-go/v2/internal/mac/hmac
2025-08-20T21:12:03.7037677Z [00:03:30.661]➜  mkdir -p $WORK/b1649/
2025-08-20T21:12:03.7039999Z [00:03:30.662]➜  cat >/tmp/go-build2720400589/b1649/importcfg << 'EOF' # internal
2025-08-20T21:12:03.7040384Z [00:03:30.662]➜  # import config
2025-08-20T21:12:03.7040893Z [00:03:30.662]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:03.7041389Z [00:03:30.662]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.7042045Z [00:03:30.662]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.7042599Z [00:03:30.662]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build2720400589/b1650/_pkg_.a
2025-08-20T21:12:03.7043164Z [00:03:30.662]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:03.7043483Z [00:03:30.662]➜  EOF
2025-08-20T21:12:03.7045750Z [00:03:30.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/hmac=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/hmac;$WORK/b1649=>" -p github.com/tink-crypto/tink-go/v2/internal/mac/hmac -lang=go1.23 -complete -installsuffix shared -buildid 8dToCt2B96rE5UAxr9n_/8dToCt2B96rE5UAxr9n_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/hmac/hmac.go
2025-08-20T21:12:03.7288436Z [00:03:30.687]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T21:12:03.7293341Z [00:03:30.687]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/e4/e4b1e3cb26ae051ce1df80aee9c082c93b9de85ae613fb753dc260642f508941-d # internal
2025-08-20T21:12:03.7294979Z [00:03:30.687]➜  github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto
2025-08-20T21:12:03.7295364Z [00:03:30.687]➜  mkdir -p $WORK/b1652/
2025-08-20T21:12:03.7299910Z [00:03:30.688]➜  cat >/tmp/go-build2720400589/b1652/importcfg << 'EOF' # internal
2025-08-20T21:12:03.7300331Z [00:03:30.688]➜  # import config
2025-08-20T21:12:03.7300846Z [00:03:30.688]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.7301571Z [00:03:30.688]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:03.7302132Z [00:03:30.688]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.7302553Z [00:03:30.688]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.7302863Z [00:03:30.688]➜  EOF
2025-08-20T21:12:03.7305416Z [00:03:30.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_go_proto;$WORK/b1652=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto -lang=go1.23 -complete -installsuffix shared -buildid Tx63wgxyPriO_ze9lAj3/Tx63wgxyPriO_ze9lAj3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_go_proto/aes_ctr.pb.go
2025-08-20T21:12:03.7856023Z [00:03:30.743]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T21:12:03.7865903Z [00:03:30.744]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/24/2478dc395ddd5557b55d73658a55310f3de25accd25bc60422396c4fd34b0b4b-d # internal
2025-08-20T21:12:03.7868877Z [00:03:30.745]➜  github.com/tink-crypto/tink-go/v2/proto/common_go_proto
2025-08-20T21:12:03.7869292Z [00:03:30.745]➜  mkdir -p $WORK/b1655/
2025-08-20T21:12:03.7874112Z [00:03:30.745]➜  cat >/tmp/go-build2720400589/b1655/importcfg << 'EOF' # internal
2025-08-20T21:12:03.7875354Z [00:03:30.745]➜  # import config
2025-08-20T21:12:03.7876380Z [00:03:30.745]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.7879455Z [00:03:30.745]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:03.7880194Z [00:03:30.745]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.7880781Z [00:03:30.745]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.7881093Z [00:03:30.745]➜  EOF
2025-08-20T21:12:03.7883270Z [00:03:30.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/common_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/common_go_proto;$WORK/b1655=>" -p github.com/tink-crypto/tink-go/v2/proto/common_go_proto -lang=go1.23 -complete -installsuffix shared -buildid kF4GYpJhU1RjSJYAuq-W/kF4GYpJhU1RjSJYAuq-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/common_go_proto/common.pb.go
2025-08-20T21:12:03.8519506Z [00:03:30.809]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T21:12:03.8549123Z [00:03:30.813]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/89/89880dd8e3734dbbe4de3efad9d427e1b1d66079677a71244882fc076784f79a-d # internal
2025-08-20T21:12:03.8551419Z [00:03:30.813]➜  github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto
2025-08-20T21:12:03.8552349Z [00:03:30.813]➜  mkdir -p $WORK/b1654/
2025-08-20T21:12:03.8553456Z [00:03:30.813]➜  cat >/tmp/go-build2720400589/b1654/importcfg << 'EOF' # internal
2025-08-20T21:12:03.8553908Z [00:03:30.813]➜  # import config
2025-08-20T21:12:03.8554848Z [00:03:30.813]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build2720400589/b1655/_pkg_.a
2025-08-20T21:12:03.8555995Z [00:03:30.813]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.8556736Z [00:03:30.813]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:03.8557305Z [00:03:30.813]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.8557738Z [00:03:30.813]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.8558053Z [00:03:30.813]➜  EOF
2025-08-20T21:12:03.8560183Z [00:03:30.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/hmac_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/hmac_go_proto;$WORK/b1654=>" -p github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 1iywYbMKpx_w6ZQDsoui/1iywYbMKpx_w6ZQDsoui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/hmac_go_proto/hmac.pb.go
2025-08-20T21:12:03.8848005Z [00:03:30.843]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T21:12:03.8858705Z [00:03:30.844]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/3b/3ba4afbf5c956ad9658dfc6ac8828ad1a2c2d95dfd03ab19862086409df8f6f0-d # internal
2025-08-20T21:12:03.8859836Z [00:03:30.844]➜  github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto
2025-08-20T21:12:03.8861031Z [00:03:30.844]➜  mkdir -p $WORK/b1653/
2025-08-20T21:12:03.8865859Z [00:03:30.844]➜  cat >/tmp/go-build2720400589/b1653/importcfg << 'EOF' # internal
2025-08-20T21:12:03.8866533Z [00:03:30.844]➜  # import config
2025-08-20T21:12:03.8867318Z [00:03:30.844]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build2720400589/b1652/_pkg_.a
2025-08-20T21:12:03.8868556Z [00:03:30.844]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build2720400589/b1654/_pkg_.a
2025-08-20T21:12:03.8869357Z [00:03:30.844]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:03.8870329Z [00:03:30.844]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:03.8870958Z [00:03:30.845]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.8871534Z [00:03:30.845]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:03.8872023Z [00:03:30.845]➜  EOF
2025-08-20T21:12:03.8879823Z [00:03:30.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_hmac_aead_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_hmac_aead_go_proto;$WORK/b1653=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto -lang=go1.23 -complete -installsuffix shared -buildid N4BoBfcDMajt5Kw3_51g/N4BoBfcDMajt5Kw3_51g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_ctr_hmac_aead_go_proto/aes_ctr_hmac_aead.pb.go
2025-08-20T21:12:03.9046671Z [00:03:30.862]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T21:12:03.9275381Z [00:03:30.885]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/6a/6a850e3e7116158070c57c0064bd9a92af2b76e43b09c61551ce0d40ae2d5df7-d # internal
2025-08-20T21:12:03.9289398Z [00:03:30.887]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T21:12:03.9297637Z [00:03:30.888]➜  github.com/confluentinc/confluent-kafka-go/v2/kafka
2025-08-20T21:12:03.9298359Z [00:03:30.888]➜  mkdir -p $WORK/b1605/
2025-08-20T21:12:03.9299068Z [00:03:30.888]➜  echo -n > $WORK/b1605/preferlinkext # internal
2025-08-20T21:12:03.9301988Z [00:03:30.888]➜  cd /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka
2025-08-20T21:12:03.9305234Z [00:03:30.888]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b1605/ -importpath github.com/confluentinc/confluent-kafka-go/v2/kafka "-ldflags=\"-O2\" \"-g\" \"/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a\" \"-lm\" \"-ldl\" \"-lpthread\" \"-lrt\" \"-lpthread\" \"-lrt\"" -- -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB ./00version.go ./adminapi.go ./adminoptions.go ./build_glibc_linux_arm64.go ./config.go ./consumer.go ./error.go ./error_gen.go ./event.go ./generated_errors.go ./handle.go ./header.go ./kafka.go ./log.go ./message.go ./metadata.go ./misc.go ./mockcluster.go ./offset.go ./producer.go ./time.go
2025-08-20T21:12:03.9309654Z [00:03:30.889]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/7b/7b02577c8a17b7ac83ea9433c5f55e06073e839a9eb856d25ac3cd5a1b94c785-d # internal
2025-08-20T21:12:03.9344164Z [00:03:30.892]➜  github.com/tink-crypto/tink-go/v2/aead/aesctrhmac
2025-08-20T21:12:03.9351082Z [00:03:30.893]➜  mkdir -p $WORK/b1627/
2025-08-20T21:12:03.9377071Z [00:03:30.895]➜  cat >/tmp/go-build2720400589/b1627/importcfg << 'EOF' # internal
2025-08-20T21:12:03.9380017Z [00:03:30.895]➜  # import config
2025-08-20T21:12:03.9380734Z [00:03:30.895]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:03.9382007Z [00:03:30.895]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:03.9382555Z [00:03:30.895]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:03.9383334Z [00:03:30.895]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:03.9383905Z [00:03:30.895]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build2720400589/b1628/_pkg_.a
2025-08-20T21:12:03.9384887Z [00:03:30.895]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:03.9385656Z [00:03:30.895]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:03.9386417Z [00:03:30.895]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build2720400589/b1634/_pkg_.a
2025-08-20T21:12:03.9387296Z [00:03:30.895]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:03.9388186Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/hmac=/tmp/go-build2720400589/b1649/_pkg_.a
2025-08-20T21:12:03.9388944Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:03.9389742Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:03.9390546Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:03.9391245Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:03.9391890Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:03.9392604Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build2720400589/b1652/_pkg_.a
2025-08-20T21:12:03.9393391Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build2720400589/b1653/_pkg_.a
2025-08-20T21:12:03.9398810Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build2720400589/b1655/_pkg_.a
2025-08-20T21:12:03.9399577Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build2720400589/b1654/_pkg_.a
2025-08-20T21:12:03.9400310Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:03.9401015Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:03.9401940Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:03.9402691Z [00:03:30.896]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:03.9403320Z [00:03:30.896]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:03.9403843Z [00:03:30.896]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:03.9404164Z [00:03:30.896]➜  EOF
2025-08-20T21:12:03.9404668Z [00:03:30.896]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:03.9408485Z [00:03:30.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac;$WORK/b1627=>" -p github.com/tink-crypto/tink-go/v2/aead/aesctrhmac -lang=go1.23 -complete -installsuffix shared -buildid 1TFz5rBM8vExTw81gmkT/1TFz5rBM8vExTw81gmkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/aesctrhmac.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/key_parameters.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesctrhmac/protoserialization.go
2025-08-20T21:12:04.1183162Z [00:03:31.076]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T21:12:04.1201425Z [00:03:31.078]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/58/582dd34300d340411258f44d515b11ad5c7e81e12f6086bf4709b04516b30c3a-d # internal
2025-08-20T21:12:04.1202325Z [00:03:31.078]➜  github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto
2025-08-20T21:12:04.1202744Z [00:03:31.078]➜  mkdir -p $WORK/b1657/
2025-08-20T21:12:04.1203131Z [00:03:31.078]➜  cat >/tmp/go-build2720400589/b1657/importcfg << 'EOF' # internal
2025-08-20T21:12:04.1203738Z [00:03:31.078]➜  # import config
2025-08-20T21:12:04.1204542Z [00:03:31.078]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.1205332Z [00:03:31.078]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.1205890Z [00:03:31.078]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.1206308Z [00:03:31.078]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.1206618Z [00:03:31.078]➜  EOF
2025-08-20T21:12:04.1211854Z [00:03:31.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_siv_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_siv_go_proto;$WORK/b1657=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto -lang=go1.23 -complete -installsuffix shared -buildid NL0zFtZQK8-z84PvDiMY/NL0zFtZQK8-z84PvDiMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_gcm_siv_go_proto/aes_gcm_siv.pb.go
2025-08-20T21:12:04.1423363Z [00:03:31.100]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:12:04.1515869Z [00:03:31.107]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T21:12:04.1523401Z [00:03:31.110]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/f7/f7d05cafe52ee1bf8831600b650e7781ca4aa3e44c5009a0b23675feebb208f3-d # internal
2025-08-20T21:12:04.1524463Z [00:03:31.110]➜  github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv
2025-08-20T21:12:04.1525124Z [00:03:31.110]➜  mkdir -p $WORK/b1656/
2025-08-20T21:12:04.1526031Z [00:03:31.110]➜  cat >/tmp/go-build2720400589/b1656/importcfg << 'EOF' # internal
2025-08-20T21:12:04.1526705Z [00:03:31.110]➜  # import config
2025-08-20T21:12:04.1527132Z [00:03:31.110]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.1527566Z [00:03:31.110]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.1528148Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build2720400589/b1628/_pkg_.a
2025-08-20T21:12:04.1528855Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.1529619Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:04.1530401Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.1531163Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:04.1531971Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:04.1532783Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:04.1533491Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:04.1534488Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.1535261Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build2720400589/b1657/_pkg_.a
2025-08-20T21:12:04.1536017Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.1536722Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:04.1537415Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:04.1538189Z [00:03:31.110]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.1538959Z [00:03:31.110]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.1539478Z [00:03:31.110]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.1539904Z [00:03:31.110]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.1540219Z [00:03:31.110]➜  EOF
2025-08-20T21:12:04.1543561Z [00:03:31.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv;$WORK/b1656=>" -p github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv -lang=go1.23 -complete -installsuffix shared -buildid hEwLGEVbsvpTxGCA7PEG/hEwLGEVbsvpTxGCA7PEG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv/aesgcmsiv.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aesgcmsiv/protoserialization.go
2025-08-20T21:12:04.1575747Z [00:03:31.113]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/56/56ae58be309c8c0e6b6fb1f190cbc658370810e8ee2db3e199ebee4dc3a02364-d # internal
2025-08-20T21:12:04.1576911Z [00:03:31.113]➜  github.com/jrnd-io/jr/pkg/producers/elastic
2025-08-20T21:12:04.1577296Z [00:03:31.113]➜  mkdir -p $WORK/b387/
2025-08-20T21:12:04.1577700Z [00:03:31.113]➜  cat >/tmp/go-build2720400589/b387/importcfg << 'EOF' # internal
2025-08-20T21:12:04.1578332Z [00:03:31.113]➜  # import config
2025-08-20T21:12:04.1578739Z [00:03:31.113]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:04.1579194Z [00:03:31.113]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:04.1579669Z [00:03:31.113]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:04.1580235Z [00:03:31.113]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build2720400589/b388/_pkg_.a
2025-08-20T21:12:04.1580961Z [00:03:31.113]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2720400589/b415/_pkg_.a
2025-08-20T21:12:04.1581564Z [00:03:31.113]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:04.1582104Z [00:03:31.113]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:04.1582581Z [00:03:31.113]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:04.1583004Z [00:03:31.113]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:04.1583425Z [00:03:31.113]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:04.1583844Z [00:03:31.113]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.1584488Z [00:03:31.113]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.1584871Z [00:03:31.113]➜  EOF
2025-08-20T21:12:04.1586884Z [00:03:31.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic=>github.com/jrnd-io/jr/pkg/producers/elastic;$WORK/b387=>" -p github.com/jrnd-io/jr/pkg/producers/elastic -lang=go1.24 -complete -installsuffix shared -buildid 93akJWbAuSg-J0nL8_jZ/93akJWbAuSg-J0nL8_jZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack ./pkg/producers/elastic/elasticProducer.go
2025-08-20T21:12:04.2119611Z [00:03:31.170]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T21:12:04.2171417Z [00:03:31.175]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/62/625efdc1d13f880c639be084e928b762950fceaea9260cedc822db81b5b325b0-d # internal
2025-08-20T21:12:04.2188907Z [00:03:31.177]➜  github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto
2025-08-20T21:12:04.2190482Z [00:03:31.177]➜  mkdir -p $WORK/b1659/
2025-08-20T21:12:04.2193316Z [00:03:31.177]➜  cat >/tmp/go-build2720400589/b1659/importcfg << 'EOF' # internal
2025-08-20T21:12:04.2194642Z [00:03:31.177]➜  # import config
2025-08-20T21:12:04.2196360Z [00:03:31.177]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.2197176Z [00:03:31.177]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.2197757Z [00:03:31.177]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.2198181Z [00:03:31.177]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.2198493Z [00:03:31.177]➜  EOF
2025-08-20T21:12:04.2200893Z [00:03:31.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/chacha20_poly1305_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/chacha20_poly1305_go_proto;$WORK/b1659=>" -p github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto -lang=go1.23 -complete -installsuffix shared -buildid YtGmr7WdXWcCTMDW5Ata/YtGmr7WdXWcCTMDW5Ata -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/chacha20_poly1305_go_proto/chacha20_poly1305.pb.go
2025-08-20T21:12:04.2557665Z [00:03:31.213]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T21:12:04.2566576Z [00:03:31.214]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/33/33d7e818599bb7c6e0d3c2321aca19cee5b0e95082e152d3f48d70a156048cd3-d # internal
2025-08-20T21:12:04.2570992Z [00:03:31.215]➜  github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305
2025-08-20T21:12:04.2571438Z [00:03:31.215]➜  mkdir -p $WORK/b1658/
2025-08-20T21:12:04.2575854Z [00:03:31.215]➜  cat >/tmp/go-build2720400589/b1658/importcfg << 'EOF' # internal
2025-08-20T21:12:04.2576991Z [00:03:31.215]➜  # import config
2025-08-20T21:12:04.2578021Z [00:03:31.215]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.2578530Z [00:03:31.215]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.2579139Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.2579909Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:04.2580661Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build2720400589/b1634/_pkg_.a
2025-08-20T21:12:04.2581402Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.2582179Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:04.2582996Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:04.2583809Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:04.2584988Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:04.2585633Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.2586382Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto=/tmp/go-build2720400589/b1659/_pkg_.a
2025-08-20T21:12:04.2587168Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.2587999Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:04.2588753Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:04.2589567Z [00:03:31.215]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.2590215Z [00:03:31.215]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:12:04.2590843Z [00:03:31.215]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.2591390Z [00:03:31.215]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.2591711Z [00:03:31.215]➜  EOF
2025-08-20T21:12:04.2595541Z [00:03:31.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305;$WORK/b1658=>" -p github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid OehWZpF67c0G7QodVgD3/OehWZpF67c0G7QodVgD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/chacha20poly1305/protoserialization.go
2025-08-20T21:12:04.3137440Z [00:03:31.272]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:12:04.3163049Z [00:03:31.274]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T21:12:04.3176853Z [00:03:31.276]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/4d/4df23a0b7e317f3f7b9abb55deaa9a00ceb6e3b6559c304a1f1388f060f43ae5-d # internal
2025-08-20T21:12:04.3188080Z [00:03:31.277]➜  github.com/tink-crypto/tink-go/v2/internal/mac/aescmac
2025-08-20T21:12:04.3188803Z [00:03:31.277]➜  mkdir -p $WORK/b1662/
2025-08-20T21:12:04.3193661Z [00:03:31.277]➜  cat >/tmp/go-build2720400589/b1662/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3194061Z [00:03:31.277]➜  # import config
2025-08-20T21:12:04.3194573Z [00:03:31.277]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:04.3195059Z [00:03:31.277]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:04.3195531Z [00:03:31.277]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:04.3195966Z [00:03:31.277]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.3196273Z [00:03:31.277]➜  EOF
2025-08-20T21:12:04.3199078Z [00:03:31.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/aescmac=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/aescmac;$WORK/b1662=>" -p github.com/tink-crypto/tink-go/v2/internal/mac/aescmac -lang=go1.23 -complete -installsuffix shared -buildid KM5xBO4lNzXt4rcp-xbA/KM5xBO4lNzXt4rcp-xbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/mac/aescmac/aescmac.go
2025-08-20T21:12:04.3202209Z [00:03:31.278]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/c8/c87d2e84c497c84ffbfc13906144ca1964816c3a2a30bb677c2cfeb15c807a93-d # internal
2025-08-20T21:12:04.3212579Z [00:03:31.279]➜  github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto
2025-08-20T21:12:04.3213658Z [00:03:31.279]➜  mkdir -p $WORK/b1663/
2025-08-20T21:12:04.3219991Z [00:03:31.280]➜  cat >/tmp/go-build2720400589/b1663/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3220891Z [00:03:31.280]➜  # import config
2025-08-20T21:12:04.3221706Z [00:03:31.280]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.3222588Z [00:03:31.280]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.3223157Z [00:03:31.280]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.3223580Z [00:03:31.280]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.3223991Z [00:03:31.280]➜  EOF
2025-08-20T21:12:04.3246679Z [00:03:31.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/x_aes_gcm_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/x_aes_gcm_go_proto;$WORK/b1663=>" -p github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto -lang=go1.23 -complete -installsuffix shared -buildid YBhlJNAiFkuThYIoz9-o/YBhlJNAiFkuThYIoz9-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/x_aes_gcm_go_proto/x_aes_gcm.pb.go
2025-08-20T21:12:04.3488271Z [00:03:31.307]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T21:12:04.3493697Z [00:03:31.307]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/0e/0e004188310bbcdbe9d77d13b4a2eb3dc3f47a10ea077165a33e418106aebac0-d # internal
2025-08-20T21:12:04.3495926Z [00:03:31.308]➜  github.com/tink-crypto/tink-go/v2/prf/subtle
2025-08-20T21:12:04.3500708Z [00:03:31.308]➜  mkdir -p $WORK/b1661/
2025-08-20T21:12:04.3502599Z [00:03:31.308]➜  cat >/tmp/go-build2720400589/b1661/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3503009Z [00:03:31.308]➜  # import config
2025-08-20T21:12:04.3503379Z [00:03:31.308]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:04.3503900Z [00:03:31.308]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.3504935Z [00:03:31.308]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build2720400589/b1662/_pkg_.a
2025-08-20T21:12:04.3505733Z [00:03:31.308]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build2720400589/b1650/_pkg_.a
2025-08-20T21:12:04.3506344Z [00:03:31.308]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2720400589/b1390/_pkg_.a
2025-08-20T21:12:04.3506828Z [00:03:31.308]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:04.3507233Z [00:03:31.308]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.3507535Z [00:03:31.308]➜  EOF
2025-08-20T21:12:04.3510420Z [00:03:31.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle=>github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle;$WORK/b1661=>" -p github.com/tink-crypto/tink-go/v2/prf/subtle -lang=go1.23 -complete -installsuffix shared -buildid svruAer-5LPCWp45Sys-/svruAer-5LPCWp45Sys- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle/aes_cmac.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle/hkdf.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle/hmac.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/prf/subtle/subtle.go
2025-08-20T21:12:04.3592384Z [00:03:31.317]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T21:12:04.3602455Z [00:03:31.318]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/4f/4f25e12eaf01f90b06b8697631dd40340875bf2ed5201428556b11a7d8df732a-d # internal
2025-08-20T21:12:04.3604036Z [00:03:31.318]➜  github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto
2025-08-20T21:12:04.3605069Z [00:03:31.318]➜  mkdir -p $WORK/b1665/
2025-08-20T21:12:04.3610050Z [00:03:31.319]➜  cat >/tmp/go-build2720400589/b1665/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3610512Z [00:03:31.319]➜  # import config
2025-08-20T21:12:04.3611302Z [00:03:31.319]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.3612139Z [00:03:31.319]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.3612895Z [00:03:31.319]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.3613333Z [00:03:31.319]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.3613650Z [00:03:31.319]➜  EOF
2025-08-20T21:12:04.3616225Z [00:03:31.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/xchacha20_poly1305_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/xchacha20_poly1305_go_proto;$WORK/b1665=>" -p github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto -lang=go1.23 -complete -installsuffix shared -buildid 6WaqPcydbJzCKHeJHOPv/6WaqPcydbJzCKHeJHOPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/xchacha20_poly1305_go_proto/xchacha20_poly1305.pb.go
2025-08-20T21:12:04.3894915Z [00:03:31.347]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T21:12:04.3904535Z [00:03:31.348]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/f6/f650c8a3fcc621aef76c097e4183dcc1355a4b2642de0d22e42e7d2fb441a85b-d # internal
2025-08-20T21:12:04.3907328Z [00:03:31.349]➜  github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305
2025-08-20T21:12:04.3908271Z [00:03:31.349]➜  mkdir -p $WORK/b1664/
2025-08-20T21:12:04.3915959Z [00:03:31.349]➜  cat >/tmp/go-build2720400589/b1664/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3916430Z [00:03:31.349]➜  # import config
2025-08-20T21:12:04.3916776Z [00:03:31.349]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.3917478Z [00:03:31.349]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:04.3917984Z [00:03:31.349]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.3918567Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.3919335Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:04.3920118Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.3920905Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:04.3921686Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:04.3922491Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:04.3923295Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:04.3924055Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:04.3924960Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.3925867Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.3926665Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto=/tmp/go-build2720400589/b1665/_pkg_.a
2025-08-20T21:12:04.3927418Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:04.3928115Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:04.3928782Z [00:03:31.349]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.3929524Z [00:03:31.349]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:12:04.3930277Z [00:03:31.349]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.3930776Z [00:03:31.349]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.3931194Z [00:03:31.349]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.3931512Z [00:03:31.349]➜  EOF
2025-08-20T21:12:04.3935343Z [00:03:31.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305;$WORK/b1664=>" -p github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid dbx92dlRkSSMfRFjfnmy/dbx92dlRkSSMfRFjfnmy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305/protoserialization.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xchacha20poly1305/xchacha20poly1305.go
2025-08-20T21:12:04.3949952Z [00:03:31.353]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T21:12:04.3963289Z [00:03:31.354]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/ca/ca80e69194b9da17aa8280c045fff466ffd710af7fb4b4eadfe31fab5530d110-d # internal
2025-08-20T21:12:04.3973733Z [00:03:31.355]➜  github.com/tink-crypto/tink-go/v2/aead/xaesgcm
2025-08-20T21:12:04.3974404Z [00:03:31.355]➜  mkdir -p $WORK/b1660/
2025-08-20T21:12:04.3985193Z [00:03:31.356]➜  cat >/tmp/go-build2720400589/b1660/importcfg << 'EOF' # internal
2025-08-20T21:12:04.3985668Z [00:03:31.356]➜  # import config
2025-08-20T21:12:04.3986023Z [00:03:31.356]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.3986462Z [00:03:31.356]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:04.3986931Z [00:03:31.356]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:04.3987368Z [00:03:31.356]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.3987943Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.3988704Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:04.3989489Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.3990258Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:04.3991060Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:04.3992161Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:04.3992865Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:04.3993503Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.3994165Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/prf/subtle=/tmp/go-build2720400589/b1661/_pkg_.a
2025-08-20T21:12:04.3995104Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.3995984Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build2720400589/b1663/_pkg_.a
2025-08-20T21:12:04.3996837Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:04.3997527Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:04.3998195Z [00:03:31.356]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.3998814Z [00:03:31.356]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.3999313Z [00:03:31.356]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.3999726Z [00:03:31.356]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.4000041Z [00:03:31.356]➜  EOF
2025-08-20T21:12:04.4041256Z [00:03:31.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm;$WORK/b1660=>" -p github.com/tink-crypto/tink-go/v2/aead/xaesgcm -lang=go1.23 -complete -installsuffix shared -buildid spfBLozgz3b8rwfi4HD0/spfBLozgz3b8rwfi4HD0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm/protoserialization.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/xaesgcm/xaesgcm.go
2025-08-20T21:12:04.4554826Z [00:03:31.413]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T21:12:04.4588097Z [00:03:31.415]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/15/1590de3087540b296aaf02b24fedcb4c89f8f57f7c7b0d0fcba386078f05d6bf-d # internal
2025-08-20T21:12:04.4588895Z [00:03:31.415]➜  github.com/tink-crypto/tink-go/v2/internal/monitoringutil
2025-08-20T21:12:04.4589590Z [00:03:31.415]➜  mkdir -p $WORK/b1666/
2025-08-20T21:12:04.4591421Z [00:03:31.415]➜  cat >/tmp/go-build2720400589/b1666/importcfg << 'EOF' # internal
2025-08-20T21:12:04.4593023Z [00:03:31.415]➜  # import config
2025-08-20T21:12:04.4594754Z [00:03:31.415]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.4595376Z [00:03:31.415]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build2720400589/b1645/_pkg_.a
2025-08-20T21:12:04.4596103Z [00:03:31.415]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build2720400589/b1638/_pkg_.a
2025-08-20T21:12:04.4596826Z [00:03:31.415]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.4597406Z [00:03:31.415]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.4597727Z [00:03:31.415]➜  EOF
2025-08-20T21:12:04.4599990Z [00:03:31.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/monitoringutil=>github.com/tink-crypto/tink-go/v2@v2.4.0/internal/monitoringutil;$WORK/b1666=>" -p github.com/tink-crypto/tink-go/v2/internal/monitoringutil -lang=go1.23 -complete -installsuffix shared -buildid _9W3SlHIdkTC9T1dPDjF/_9W3SlHIdkTC9T1dPDjF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/internal/monitoringutil/monitoring_util.go
2025-08-20T21:12:04.4721598Z [00:03:31.430]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T21:12:04.4728879Z [00:03:31.431]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/5a/5af2ee0604c56ef98ca610f9a3f95b3c095c36910a973ffe74c96b3447619d52-d # internal
2025-08-20T21:12:04.4730689Z [00:03:31.431]➜  github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto
2025-08-20T21:12:04.4731720Z [00:03:31.431]➜  mkdir -p $WORK/b1668/
2025-08-20T21:12:04.4736408Z [00:03:31.431]➜  cat >/tmp/go-build2720400589/b1668/importcfg << 'EOF' # internal
2025-08-20T21:12:04.4737077Z [00:03:31.431]➜  # import config
2025-08-20T21:12:04.4737614Z [00:03:31.431]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.4738354Z [00:03:31.431]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.4739069Z [00:03:31.431]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.4739625Z [00:03:31.432]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.4740048Z [00:03:31.432]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.4740366Z [00:03:31.432]➜  EOF
2025-08-20T21:12:04.4742656Z [00:03:31.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/kms_envelope_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/kms_envelope_go_proto;$WORK/b1668=>" -p github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto -lang=go1.23 -complete -installsuffix shared -buildid O0kdfFu9WdXc2HIu3qh0/O0kdfFu9WdXc2HIu3qh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/kms_envelope_go_proto/kms_envelope.pb.go
2025-08-20T21:12:04.5006016Z [00:03:31.458]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T21:12:04.5007195Z [00:03:31.459]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/8a/8a34f7ed60ffced250f0b1270c49d90b5d4535d3100fba83081aadc48d4de8e6-d # internal
2025-08-20T21:12:04.5011001Z [00:03:31.459]➜  github.com/tink-crypto/tink-go/v2/daead/subtle
2025-08-20T21:12:04.5011460Z [00:03:31.459]➜  mkdir -p $WORK/b1671/
2025-08-20T21:12:04.5014042Z [00:03:31.459]➜  cat >/tmp/go-build2720400589/b1671/importcfg << 'EOF' # internal
2025-08-20T21:12:04.5014903Z [00:03:31.459]➜  # import config
2025-08-20T21:12:04.5015602Z [00:03:31.459]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:04.5016492Z [00:03:31.459]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:04.5017211Z [00:03:31.459]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:04.5018052Z [00:03:31.459]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:04.5018787Z [00:03:31.459]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.5019878Z [00:03:31.459]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build2720400589/b1662/_pkg_.a
2025-08-20T21:12:04.5020870Z [00:03:31.459]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.5021672Z [00:03:31.459]➜  EOF
2025-08-20T21:12:04.5024092Z [00:03:31.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/subtle=>github.com/tink-crypto/tink-go/v2@v2.4.0/daead/subtle;$WORK/b1671=>" -p github.com/tink-crypto/tink-go/v2/daead/subtle -lang=go1.23 -complete -installsuffix shared -buildid x1WUXTPP0E66fQmUiF8l/x1WUXTPP0E66fQmUiF8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/subtle/aes_siv.go
2025-08-20T21:12:04.5059650Z [00:03:31.464]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T21:12:04.5075780Z [00:03:31.465]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/7b/7b0fc968d0e3ace3a06c46276ccfb790a46ae149fc9ade3ded95f5135f42186d-d # internal
2025-08-20T21:12:04.5109123Z [00:03:31.469]➜  github.com/tink-crypto/tink-go/v2/aead
2025-08-20T21:12:04.5109725Z [00:03:31.469]➜  mkdir -p $WORK/b1626/
2025-08-20T21:12:04.5120910Z [00:03:31.470]➜  cat >/tmp/go-build2720400589/b1626/importcfg << 'EOF' # internal
2025-08-20T21:12:04.5121837Z [00:03:31.470]➜  # import config
2025-08-20T21:12:04.5122898Z [00:03:31.470]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:04.5123609Z [00:03:31.470]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:04.5125626Z [00:03:31.470]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:04.5126069Z [00:03:31.470]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.5126658Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesctrhmac=/tmp/go-build2720400589/b1627/_pkg_.a
2025-08-20T21:12:04.5127367Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build2720400589/b1629/_pkg_.a
2025-08-20T21:12:04.5128079Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv=/tmp/go-build2720400589/b1656/_pkg_.a
2025-08-20T21:12:04.5128830Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305=/tmp/go-build2720400589/b1658/_pkg_.a
2025-08-20T21:12:04.5129555Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xaesgcm=/tmp/go-build2720400589/b1660/_pkg_.a
2025-08-20T21:12:04.5130411Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305=/tmp/go-build2720400589/b1664/_pkg_.a
2025-08-20T21:12:04.5131218Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build2720400589/b1646/_pkg_.a
2025-08-20T21:12:04.5131925Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.5132655Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.5133640Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:04.5134607Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build2720400589/b1666/_pkg_.a
2025-08-20T21:12:04.5135454Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build2720400589/b1645/_pkg_.a
2025-08-20T21:12:04.5136217Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build2720400589/b1667/_pkg_.a
2025-08-20T21:12:04.5136908Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.5137573Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build2720400589/b1638/_pkg_.a
2025-08-20T21:12:04.5138293Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build2720400589/b1652/_pkg_.a
2025-08-20T21:12:04.5139080Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build2720400589/b1653/_pkg_.a
2025-08-20T21:12:04.5139863Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build2720400589/b1647/_pkg_.a
2025-08-20T21:12:04.5140625Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build2720400589/b1657/_pkg_.a
2025-08-20T21:12:04.5141613Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build2720400589/b1655/_pkg_.a
2025-08-20T21:12:04.5142360Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build2720400589/b1654/_pkg_.a
2025-08-20T21:12:04.5143126Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto=/tmp/go-build2720400589/b1668/_pkg_.a
2025-08-20T21:12:04.5143885Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.5156781Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build2720400589/b1663/_pkg_.a
2025-08-20T21:12:04.5157650Z [00:03:31.470]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.5158405Z [00:03:31.470]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.5158926Z [00:03:31.470]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.5159239Z [00:03:31.470]➜  EOF
2025-08-20T21:12:04.5162350Z [00:03:31.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead=>github.com/tink-crypto/tink-go/v2@v2.4.0/aead;$WORK/b1626=>" -p github.com/tink-crypto/tink-go/v2/aead -lang=go1.23 -complete -installsuffix shared -buildid 6WIJHK-dLd10ewp-grSO/6WIJHK-dLd10ewp-grSO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aead_factory.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/aead_key_templates.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/kms_envelope_aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/aead/kms_envelope_aead_key_manager.go
2025-08-20T21:12:04.5277301Z [00:03:31.485]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T21:12:04.5282483Z [00:03:31.486]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/c0/c02a682e2ac0567bcb9309a156a58134222de24389b9d984c8c6827e856fc5b7-d # internal
2025-08-20T21:12:04.5294377Z [00:03:31.486]➜  github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto
2025-08-20T21:12:04.5294799Z [00:03:31.486]➜  mkdir -p $WORK/b1672/
2025-08-20T21:12:04.5295189Z [00:03:31.487]➜  cat >/tmp/go-build2720400589/b1672/importcfg << 'EOF' # internal
2025-08-20T21:12:04.5295542Z [00:03:31.487]➜  # import config
2025-08-20T21:12:04.5296350Z [00:03:31.487]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:04.5297150Z [00:03:31.487]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:04.5297723Z [00:03:31.487]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.5298153Z [00:03:31.487]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.5298463Z [00:03:31.487]➜  EOF
2025-08-20T21:12:04.5300632Z [00:03:31.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_siv_go_proto=>github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_siv_go_proto;$WORK/b1672=>" -p github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto -lang=go1.23 -complete -installsuffix shared -buildid iBfzi4ROESW2BBvEE8ao/iBfzi4ROESW2BBvEE8ao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/proto/aes_siv_go_proto/aes_siv.pb.go
2025-08-20T21:12:04.5597331Z [00:03:31.516]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T21:12:04.5600943Z [00:03:31.517]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/13/139b431f7c23926694d9386dbd2aa9faa5308ba29c0cc9b9c58435e02426787b-d # internal
2025-08-20T21:12:04.5608613Z [00:03:31.518]➜  github.com/tink-crypto/tink-go/v2/daead/aessiv
2025-08-20T21:12:04.5610201Z [00:03:31.518]➜  mkdir -p $WORK/b1670/
2025-08-20T21:12:04.5611083Z [00:03:31.518]➜  cat >/tmp/go-build2720400589/b1670/importcfg << 'EOF' # internal
2025-08-20T21:12:04.5611729Z [00:03:31.518]➜  # import config
2025-08-20T21:12:04.5612531Z [00:03:31.518]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.5613187Z [00:03:31.518]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.5614056Z [00:03:31.518]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.5615351Z [00:03:31.518]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/subtle=/tmp/go-build2720400589/b1671/_pkg_.a
2025-08-20T21:12:04.5616743Z [00:03:31.518]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:04.5618455Z [00:03:31.518]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.5619263Z [00:03:31.518]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:04.5620049Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:04.5620904Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:04.5621711Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:04.5622413Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:04.5623059Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.5623765Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build2720400589/b1672/_pkg_.a
2025-08-20T21:12:04.5624694Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.5625467Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:04.5626156Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:04.5626991Z [00:03:31.519]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.5627691Z [00:03:31.519]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.5628187Z [00:03:31.519]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.5628603Z [00:03:31.519]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.5628922Z [00:03:31.519]➜  EOF
2025-08-20T21:12:04.5632489Z [00:03:31.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv=>github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv;$WORK/b1670=>" -p github.com/tink-crypto/tink-go/v2/daead/aessiv -lang=go1.23 -complete -installsuffix shared -buildid B6ZgvQ8Lg1rIyF36fYaU/B6ZgvQ8Lg1rIyF36fYaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/aessiv.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/daead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/key.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/key_manager.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/parameters.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/aessiv/protoserialization.go
2025-08-20T21:12:04.6231297Z [00:03:31.581]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T21:12:04.6248085Z [00:03:31.582]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/d9/d980d7f8ef6b7e9c4a6cb09d8106c30fd2e157d1e7476053591049aab0e22879-d # internal
2025-08-20T21:12:04.6259678Z [00:03:31.582]➜  github.com/tink-crypto/tink-go/v2/daead
2025-08-20T21:12:04.6260072Z [00:03:31.582]➜  mkdir -p $WORK/b1669/
2025-08-20T21:12:04.6260458Z [00:03:31.582]➜  cat >/tmp/go-build2720400589/b1669/importcfg << 'EOF' # internal
2025-08-20T21:12:04.6260810Z [00:03:31.582]➜  # import config
2025-08-20T21:12:04.6261161Z [00:03:31.582]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.6261959Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build2720400589/b1646/_pkg_.a
2025-08-20T21:12:04.6262744Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/aessiv=/tmp/go-build2720400589/b1670/_pkg_.a
2025-08-20T21:12:04.6263483Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:04.6264383Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:04.6265242Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build2720400589/b1666/_pkg_.a
2025-08-20T21:12:04.6266017Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build2720400589/b1645/_pkg_.a
2025-08-20T21:12:04.6266775Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build2720400589/b1667/_pkg_.a
2025-08-20T21:12:04.6267473Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:04.6268142Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build2720400589/b1638/_pkg_.a
2025-08-20T21:12:04.6268864Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build2720400589/b1672/_pkg_.a
2025-08-20T21:12:04.6269606Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.6270288Z [00:03:31.582]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.6270910Z [00:03:31.582]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:04.6271553Z [00:03:31.582]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:04.6271934Z [00:03:31.582]➜  EOF
2025-08-20T21:12:04.6286107Z [00:03:31.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead=>github.com/tink-crypto/tink-go/v2@v2.4.0/daead;$WORK/b1669=>" -p github.com/tink-crypto/tink-go/v2/daead -lang=go1.23 -complete -installsuffix shared -buildid 6qrgbQ6aNaRUGLoALhI3/6qrgbQ6aNaRUGLoALhI3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/daead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/daead_factory.go /root/go/pkg/mod/github.com/tink-crypto/tink-go/v2@v2.4.0/daead/daead_key_templates.go
2025-08-20T21:12:04.6463927Z [00:03:31.604]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T21:12:04.6481346Z [00:03:31.606]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/9c/9c0b19959da7e7fc643842f813517df18ea1772539bd97913cd0aa734342cebc-d # internal
2025-08-20T21:12:04.6489883Z [00:03:31.607]➜  github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints
2025-08-20T21:12:04.6508975Z [00:03:31.609]➜  mkdir -p $WORK/b1675/
2025-08-20T21:12:04.6525579Z [00:03:31.609]➜  cat >/tmp/go-build2720400589/b1675/importcfg << 'EOF' # internal
2025-08-20T21:12:04.6528563Z [00:03:31.609]➜  # import config
2025-08-20T21:12:04.6530828Z [00:03:31.609]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:04.6532030Z [00:03:31.609]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:12:04.6533229Z [00:03:31.609]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:04.6533890Z [00:03:31.609]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:04.6534406Z [00:03:31.609]➜  EOF
2025-08-20T21:12:04.6537056Z [00:03:31.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/internal/endpoints;$WORK/b1675=>" -p github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid CJ8dDD8qMCwAWhWTjWk3/CJ8dDD8qMCwAWhWTjWk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/internal/endpoints/endpoints.go
2025-08-20T21:12:04.6873305Z [00:03:31.645]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T21:12:04.6885608Z [00:03:31.646]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/11/112517f46d19954ae089093ae25540b9575f93066eba5ed34bc6b0ad492e57b5-d # internal
2025-08-20T21:12:04.6918842Z [00:03:31.650]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption
2025-08-20T21:12:04.6919577Z [00:03:31.650]➜  mkdir -p $WORK/b1623/
2025-08-20T21:12:04.6923369Z [00:03:31.650]➜  cat >/tmp/go-build2720400589/b1623/importcfg << 'EOF' # internal
2025-08-20T21:12:04.6923764Z [00:03:31.650]➜  # import config
2025-08-20T21:12:04.6924110Z [00:03:31.650]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.6924722Z [00:03:31.650]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:04.6925211Z [00:03:31.650]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:04.6925659Z [00:03:31.650]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:04.6926080Z [00:03:31.650]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.6926716Z [00:03:31.650]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:04.6927558Z [00:03:31.650]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build2720400589/b1621/_pkg_.a
2025-08-20T21:12:04.6928764Z [00:03:31.650]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks=/tmp/go-build2720400589/b1624/_pkg_.a
2025-08-20T21:12:04.6929763Z [00:03:31.650]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build2720400589/b1625/_pkg_.a
2025-08-20T21:12:04.6930511Z [00:03:31.650]➜  packagefile github.com/tink-crypto/tink-go/v2/aead=/tmp/go-build2720400589/b1626/_pkg_.a
2025-08-20T21:12:04.6931195Z [00:03:31.650]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:04.6931862Z [00:03:31.650]➜  packagefile github.com/tink-crypto/tink-go/v2/daead=/tmp/go-build2720400589/b1669/_pkg_.a
2025-08-20T21:12:04.6932557Z [00:03:31.650]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:04.6933246Z [00:03:31.650]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:04.6933759Z [00:03:31.650]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:04.6934426Z [00:03:31.650]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:04.6935027Z [00:03:31.650]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.6935453Z [00:03:31.650]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.6936037Z [00:03:31.650]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.6936349Z [00:03:31.650]➜  EOF
2025-08-20T21:12:04.6960539Z [00:03:31.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption;$WORK/b1623=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption -lang=go1.21 -complete -installsuffix shared -buildid 9QpO93bptRIDPQyURV0z/9QpO93bptRIDPQyURV0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/encrypt_executor.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/kms_driver_registry.go
2025-08-20T21:12:04.7121288Z [00:03:31.670]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T21:12:04.7158089Z [00:03:31.673]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/2e/2e1ca319b8d498baf799b62562f2788b83fbac29413b53263f0b678ff345059a-d # internal
2025-08-20T21:12:04.7158778Z [00:03:31.673]➜  github.com/aws/aws-sdk-go-v2/service/kms/types
2025-08-20T21:12:04.7159112Z [00:03:31.673]➜  mkdir -p $WORK/b1676/
2025-08-20T21:12:04.7159489Z [00:03:31.673]➜  cat >/tmp/go-build2720400589/b1676/importcfg << 'EOF' # internal
2025-08-20T21:12:04.7159835Z [00:03:31.673]➜  # import config
2025-08-20T21:12:04.7160184Z [00:03:31.673]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.7160678Z [00:03:31.673]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:04.7161251Z [00:03:31.673]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:12:04.7161760Z [00:03:31.673]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.7162072Z [00:03:31.673]➜  EOF
2025-08-20T21:12:04.7165062Z [00:03:31.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/types=>github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/types;$WORK/b1676=>" -p github.com/aws/aws-sdk-go-v2/service/kms/types -lang=go1.22 -complete -installsuffix shared -buildid KHsL5cXmGXtErgVSZfna/KHsL5cXmGXtErgVSZfna -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/types/types.go
2025-08-20T21:12:04.7817951Z [00:03:31.739]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T21:12:04.7833797Z [00:03:31.741]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/3c/3c2ed783cca8f0d943e35288de5c29045f47a4e1bd0a3e999963e8f55532c2e5-d # internal
2025-08-20T21:12:04.7842020Z [00:03:31.741]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource
2025-08-20T21:12:04.7842616Z [00:03:31.742]➜  mkdir -p $WORK/b1680/
2025-08-20T21:12:04.7843135Z [00:03:31.742]➜  cat >/tmp/go-build2720400589/b1680/importcfg << 'EOF' # internal
2025-08-20T21:12:04.7843614Z [00:03:31.742]➜  # import config
2025-08-20T21:12:04.7844095Z [00:03:31.742]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.7844756Z [00:03:31.742]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.7845204Z [00:03:31.742]➜  EOF
2025-08-20T21:12:04.7848426Z [00:03:31.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1680/_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/b1680=>" -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/b1680/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-20T21:12:04.8164616Z [00:03:31.774]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T21:12:04.8169827Z [00:03:31.775]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/df/df4bc061ee327aa32e23c06ea005ddfdc5bb1c161ac41f8b5442c4fba749c2c5-d # internal
2025-08-20T21:12:04.8171354Z [00:03:31.775]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
2025-08-20T21:12:04.8171812Z [00:03:31.775]➜  mkdir -p $WORK/b1681/
2025-08-20T21:12:04.8176675Z [00:03:31.775]➜  cat >/tmp/go-build2720400589/b1681/importcfg << 'EOF' # internal
2025-08-20T21:12:04.8178468Z [00:03:31.775]➜  # import config
2025-08-20T21:12:04.8179277Z [00:03:31.775]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:04.8179858Z [00:03:31.775]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.8180175Z [00:03:31.775]➜  EOF
2025-08-20T21:12:04.8197932Z [00:03:31.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1681/_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/b1681=>" -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/b1681/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy/policy.go
2025-08-20T21:12:04.8446202Z [00:03:31.802]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T21:12:04.8455741Z [00:03:31.803]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/a8/a8ec442edec28e2ea4bc51606240f3a4ab2d8c598bf1ce4e1f0c1c5f860dc316-d # internal
2025-08-20T21:12:04.8468679Z [00:03:31.804]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
2025-08-20T21:12:04.8469559Z [00:03:31.804]➜  mkdir -p $WORK/b1679/
2025-08-20T21:12:04.8470025Z [00:03:31.804]➜  cat >/tmp/go-build2720400589/b1679/importcfg << 'EOF' # internal
2025-08-20T21:12:04.8470377Z [00:03:31.804]➜  # import config
2025-08-20T21:12:04.8470724Z [00:03:31.804]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:04.8471444Z [00:03:31.804]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:04.8471935Z [00:03:31.804]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.8472495Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:04.8473275Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build2720400589/b1680/_pkg_.a
2025-08-20T21:12:04.8474091Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build2720400589/b1681/_pkg_.a
2025-08-20T21:12:04.8475002Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build2720400589/b336/_pkg_.a
2025-08-20T21:12:04.8475774Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:12:04.8476588Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:12:04.8477466Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:04.8478270Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:12:04.8479156Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:12:04.8480028Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:12:04.8480767Z [00:03:31.804]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build2720400589/b350/_pkg_.a
2025-08-20T21:12:04.8481351Z [00:03:31.804]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:04.8481780Z [00:03:31.804]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:04.8482215Z [00:03:31.804]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.8482646Z [00:03:31.804]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.8483069Z [00:03:31.804]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.8483387Z [00:03:31.804]➜  EOF
2025-08-20T21:12:04.8487239Z [00:03:31.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1679/_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/b1679=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime -lang=go1.23 -complete -installsuffix shared -buildid HoEct4qaYVMD0OvA3dWM/HoEct4qaYVMD0OvA3dWM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/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-20T21:12:04.8697548Z [00:03:31.828]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T21:12:04.8786603Z [00:03:31.834]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/b1/b17dff235fb3b9a9d5c2f8d0b0426cf64a856e7b9783d587ce2fe3cee86dd631-d # internal
2025-08-20T21:12:04.8851817Z [00:03:31.843]➜  github.com/aws/aws-sdk-go-v2/service/kms
2025-08-20T21:12:04.8852690Z [00:03:31.843]➜  mkdir -p $WORK/b1674/
2025-08-20T21:12:04.8853170Z [00:03:31.843]➜  cat >/tmp/go-build2720400589/b1674/importcfg << 'EOF' # internal
2025-08-20T21:12:04.8853536Z [00:03:31.843]➜  # import config
2025-08-20T21:12:04.8854176Z [00:03:31.843]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.8854821Z [00:03:31.843]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:04.8855295Z [00:03:31.843]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:04.8855779Z [00:03:31.843]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:04.8856226Z [00:03:31.843]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:04.8856645Z [00:03:31.843]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.8857144Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:04.8857762Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:12:04.8858416Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:04.8859117Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2720400589/b275/_pkg_.a
2025-08-20T21:12:04.8859928Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:12:04.8860643Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:04.8861469Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:12:04.8862297Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:12:04.8862976Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:12:04.8863691Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:12:04.8864544Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:12:04.8865362Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:12:04.8866109Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:12:04.8866865Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints=/tmp/go-build2720400589/b1675/_pkg_.a
2025-08-20T21:12:04.8867603Z [00:03:31.843]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/types=/tmp/go-build2720400589/b1676/_pkg_.a
2025-08-20T21:12:04.8868212Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:04.8868770Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:12:04.8869356Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:12:04.8870137Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:12:04.8870878Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2720400589/b294/_pkg_.a
2025-08-20T21:12:04.8871502Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:12:04.8872088Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:12:04.8872665Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:04.8873257Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:12:04.8873858Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:04.8874575Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:12:04.8875204Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:12:04.8875788Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:12:04.8876408Z [00:03:31.843]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:04.8877094Z [00:03:31.843]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.8877521Z [00:03:31.843]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:04.8877948Z [00:03:31.843]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:04.8878395Z [00:03:31.843]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:04.8878824Z [00:03:31.843]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:04.8879231Z [00:03:31.843]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:04.8879641Z [00:03:31.843]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:04.8880151Z [00:03:31.843]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.8880651Z [00:03:31.843]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:04.8881210Z [00:03:31.843]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.8881524Z [00:03:31.843]➜  EOF
2025-08-20T21:12:04.8903300Z [00:03:31.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3=>github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3;$WORK/b1674=>" -p github.com/aws/aws-sdk-go-v2/service/kms -lang=go1.22 -complete -installsuffix shared -buildid 8YrTGkEDXm27el1YdJBs/8YrTGkEDXm27el1YdJBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_CancelKeyDeletion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ConnectCustomKeyStore.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_CreateAlias.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_CreateCustomKeyStore.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_CreateGrant.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_CreateKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_Decrypt.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DeleteAlias.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DeleteCustomKeyStore.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DeleteImportedKeyMaterial.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DeriveSharedSecret.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DescribeCustomKeyStores.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DescribeKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DisableKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DisableKeyRotation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_DisconnectCustomKeyStore.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_EnableKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_EnableKeyRotation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_Encrypt.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateDataKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateDataKeyPair.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateDataKeyPairWithoutPlaintext.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateDataKeyWithoutPlaintext.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateMac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GenerateRandom.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GetKeyPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GetKeyRotationStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GetParametersForImport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_GetPublicKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ImportKeyMaterial.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListAliases.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListGrants.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListKeyPolicies.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListKeyRotations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListKeys.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListResourceTags.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ListRetirableGrants.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_PutKeyPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ReEncrypt.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ReplicateKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_RetireGrant.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_RevokeGrant.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_RotateKeyOnDemand.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_ScheduleKeyDeletion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_Sign.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_TagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_UntagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_UpdateAlias.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_UpdateCustomKeyStore.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_UpdateKeyDescription.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_UpdatePrimaryRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_Verify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/api_op_VerifyMac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/kms@v1.38.3/validators.go
2025-08-20T21:12:04.9132572Z [00:03:31.871]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T21:12:04.9148543Z [00:03:31.872]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/00/004eb0e8209cc97d0828b768395ada8c9d1770c54ccd2b39a4b639084b8cafad-d # internal
2025-08-20T21:12:04.9155426Z [00:03:31.873]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
2025-08-20T21:12:04.9163840Z [00:03:31.874]➜  mkdir -p $WORK/b1683/
2025-08-20T21:12:04.9170927Z [00:03:31.874]➜  cat >/tmp/go-build2720400589/b1683/importcfg << 'EOF' # internal
2025-08-20T21:12:04.9171307Z [00:03:31.874]➜  # import config
2025-08-20T21:12:04.9171678Z [00:03:31.874]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:04.9172009Z [00:03:31.874]➜  EOF
2025-08-20T21:12:04.9175081Z [00:03:31.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1683/_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/b1683=>" -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/b1683/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-20T21:12:04.9270077Z [00:03:31.885]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T21:12:04.9276806Z [00:03:31.885]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/ef/efae841a508074bed134a6711f226f46873fc1a7d85986704e1a3358fa0c0544-d # internal
2025-08-20T21:12:04.9277495Z [00:03:31.885]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
2025-08-20T21:12:04.9281171Z [00:03:31.885]➜  mkdir -p $WORK/b1682/
2025-08-20T21:12:04.9281653Z [00:03:31.886]➜  cat >/tmp/go-build2720400589/b1682/importcfg << 'EOF' # internal
2025-08-20T21:12:04.9282162Z [00:03:31.886]➜  # import config
2025-08-20T21:12:04.9282787Z [00:03:31.886]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build2720400589/b1683/_pkg_.a
2025-08-20T21:12:04.9283433Z [00:03:31.886]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:04.9283738Z [00:03:31.886]➜  EOF
2025-08-20T21:12:04.9286111Z [00:03:31.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/internal=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/internal;$WORK/b1682=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal -lang=go1.23 -complete -installsuffix shared -buildid gEoRuQpQXaWsypf0Y2vd/gEoRuQpQXaWsypf0Y2vd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/internal/cache.go
2025-08-20T21:12:04.9402351Z [00:03:31.898]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T21:12:04.9407660Z [00:03:31.899]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/56/56b1fadbe69b7abb183e2f60fc81ffa5f409c38330deaafa83460924376a44b3-d # internal
2025-08-20T21:12:04.9409298Z [00:03:31.899]➜  github.com/kylelemons/godebug/diff
2025-08-20T21:12:04.9410272Z [00:03:31.899]➜  mkdir -p $WORK/b1688/
2025-08-20T21:12:04.9413746Z [00:03:31.899]➜  cat >/tmp/go-build2720400589/b1688/importcfg << 'EOF' # internal
2025-08-20T21:12:04.9415774Z [00:03:31.899]➜  # import config
2025-08-20T21:12:04.9416136Z [00:03:31.899]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.9416786Z [00:03:31.899]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.9417289Z [00:03:31.899]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.9417615Z [00:03:31.899]➜  EOF
2025-08-20T21:12:04.9446843Z [00:03:31.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff=>github.com/kylelemons/godebug@v1.1.0/diff;$WORK/b1688=>" -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/b1688/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff/diff.go
2025-08-20T21:12:04.9657760Z [00:03:31.924]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T21:12:04.9662917Z [00:03:31.924]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/a5/a5b8729ab2a650ab988631d43fae04845ea50aae5b1ff0e12c62f6da8b2cdfbd-d # internal
2025-08-20T21:12:04.9665557Z [00:03:31.924]➜  github.com/kylelemons/godebug/pretty
2025-08-20T21:12:04.9672159Z [00:03:31.925]➜  mkdir -p $WORK/b1687/
2025-08-20T21:12:04.9672935Z [00:03:31.925]➜  cat >/tmp/go-build2720400589/b1687/importcfg << 'EOF' # internal
2025-08-20T21:12:04.9673845Z [00:03:31.925]➜  # import config
2025-08-20T21:12:04.9684747Z [00:03:31.925]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:04.9685660Z [00:03:31.925]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:04.9686112Z [00:03:31.925]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:04.9686544Z [00:03:31.925]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:04.9687072Z [00:03:31.925]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build2720400589/b1688/_pkg_.a
2025-08-20T21:12:04.9687577Z [00:03:31.925]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:04.9687990Z [00:03:31.925]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:04.9688411Z [00:03:31.925]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:04.9688963Z [00:03:31.925]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:04.9689474Z [00:03:31.925]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:04.9690036Z [00:03:31.925]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:04.9690468Z [00:03:31.925]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:04.9690775Z [00:03:31.925]➜  EOF
2025-08-20T21:12:04.9693511Z [00:03:31.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty=>github.com/kylelemons/godebug@v1.1.0/pretty;$WORK/b1687=>" -p github.com/kylelemons/godebug/pretty -lang=go1.11 -complete -installsuffix shared -buildid szGJr1MJC3r8wVGn8xki/szGJr1MJC3r8wVGn8xki -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/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-20T21:12:05.0465592Z [00:03:32.004]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T21:12:05.0486554Z [00:03:32.006]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/f0/f0cb5e0088de8c548f24fa8da3e12d1c9b30ee37d3085eada863ffae0ff25de6-d # internal
2025-08-20T21:12:05.0487526Z [00:03:32.006]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
2025-08-20T21:12:05.0487983Z [00:03:32.006]➜  mkdir -p $WORK/b1686/
2025-08-20T21:12:05.0488370Z [00:03:32.006]➜  cat >/tmp/go-build2720400589/b1686/importcfg << 'EOF' # internal
2025-08-20T21:12:05.0488879Z [00:03:32.006]➜  # import config
2025-08-20T21:12:05.0489869Z [00:03:32.006]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.0490814Z [00:03:32.006]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.0491434Z [00:03:32.006]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build2720400589/b1687/_pkg_.a
2025-08-20T21:12:05.0491979Z [00:03:32.006]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:05.0492399Z [00:03:32.006]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.0492840Z [00:03:32.006]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.0493272Z [00:03:32.006]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.0493591Z [00:03:32.006]➜  EOF
2025-08-20T21:12:05.0502409Z [00:03:32.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1686/_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/b1686=>" -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/b1686/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-20T21:12:05.0541272Z [00:03:32.012]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:12:05.0745435Z [00:03:32.032]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T21:12:05.0768436Z [00:03:32.035]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/93/9357b598e7820376b1c6b098990554598f33df5e60feb058d03c724b6e4d6789-d # internal
2025-08-20T21:12:05.0769685Z [00:03:32.035]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json
2025-08-20T21:12:05.0770592Z [00:03:32.035]➜  mkdir -p $WORK/b1690/
2025-08-20T21:12:05.0777782Z [00:03:32.036]➜  cat >/tmp/go-build2720400589/b1690/importcfg << 'EOF' # internal
2025-08-20T21:12:05.0778472Z [00:03:32.036]➜  # import config
2025-08-20T21:12:05.0779150Z [00:03:32.036]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:05.0780364Z [00:03:32.036]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.0781004Z [00:03:32.036]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.0781465Z [00:03:32.036]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.0781917Z [00:03:32.036]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.0782348Z [00:03:32.036]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:05.0782669Z [00:03:32.036]➜  EOF
2025-08-20T21:12:05.0786759Z [00:03:32.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1690/_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/b1690=>" -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/b1690/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-20T21:12:05.0911228Z [00:03:32.049]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/81/81a90f37716615bbff5bb9c5beada1a5ad068d897e432d51a4017dabf0bcd7eb-d # internal
2025-08-20T21:12:05.0912637Z [00:03:32.049]➜  github.com/jrnd-io/jr/pkg/producers/gcs
2025-08-20T21:12:05.0913704Z [00:03:32.049]➜  mkdir -p $WORK/b1209/
2025-08-20T21:12:05.0918278Z [00:03:32.050]➜  cat >/tmp/go-build2720400589/b1209/importcfg << 'EOF' # internal
2025-08-20T21:12:05.0918846Z [00:03:32.050]➜  # import config
2025-08-20T21:12:05.0919428Z [00:03:32.050]➜  packagefile cloud.google.com/go/storage=/tmp/go-build2720400589/b1210/_pkg_.a
2025-08-20T21:12:05.0920062Z [00:03:32.050]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.0920714Z [00:03:32.050]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.0921323Z [00:03:32.050]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.0921824Z [00:03:32.050]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.0957417Z [00:03:32.050]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:05.0957944Z [00:03:32.050]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:05.0958385Z [00:03:32.050]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.0958703Z [00:03:32.050]➜  EOF
2025-08-20T21:12:05.0960454Z [00:03:32.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs=>github.com/jrnd-io/jr/pkg/producers/gcs;$WORK/b1209=>" -p github.com/jrnd-io/jr/pkg/producers/gcs -lang=go1.24 -complete -installsuffix shared -buildid mGOMYLQ37i5m3WqxB4I8/mGOMYLQ37i5m3WqxB4I8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack ./pkg/producers/gcs/gcsProducer.go
2025-08-20T21:12:05.1619461Z [00:03:32.119]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T21:12:05.1620204Z [00:03:32.120]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/47/47ae01782ab4b9463220e0b456b9aa1d3ad422be43c72043c959773031d03993-d # internal
2025-08-20T21:12:05.1621535Z [00:03:32.120]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time
2025-08-20T21:12:05.1622439Z [00:03:32.120]➜  mkdir -p $WORK/b1691/
2025-08-20T21:12:05.1622839Z [00:03:32.120]➜  cat >/tmp/go-build2720400589/b1691/importcfg << 'EOF' # internal
2025-08-20T21:12:05.1623369Z [00:03:32.120]➜  # import config
2025-08-20T21:12:05.1623845Z [00:03:32.120]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.1624403Z [00:03:32.120]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.1624908Z [00:03:32.120]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.1625328Z [00:03:32.120]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.1625636Z [00:03:32.120]➜  EOF
2025-08-20T21:12:05.1628446Z [00:03:32.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1691/_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/b1691=>" -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/b1691/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-20T21:12:05.1775322Z [00:03:32.135]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T21:12:05.1779984Z [00:03:32.136]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/73/7354a70793339c069d7c0fe728758c71d80ecf276051e98c0127629096ca2ee2-d # internal
2025-08-20T21:12:05.1783073Z [00:03:32.136]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
2025-08-20T21:12:05.1784525Z [00:03:32.136]➜  mkdir -p $WORK/b1696/
2025-08-20T21:12:05.1801853Z [00:03:32.138]➜  cat >/tmp/go-build2720400589/b1696/importcfg << 'EOF' # internal
2025-08-20T21:12:05.1802563Z [00:03:32.138]➜  # import config
2025-08-20T21:12:05.1802988Z [00:03:32.138]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.1803453Z [00:03:32.138]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:05.1803933Z [00:03:32.138]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:05.1804637Z [00:03:32.138]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.1805164Z [00:03:32.138]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.1805586Z [00:03:32.138]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.1806064Z [00:03:32.138]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.1806530Z [00:03:32.138]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:05.1806947Z [00:03:32.138]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.1807384Z [00:03:32.138]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:05.1807795Z [00:03:32.138]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:05.1808202Z [00:03:32.138]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:05.1808626Z [00:03:32.138]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.1809054Z [00:03:32.138]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.1809801Z [00:03:32.138]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.1810113Z [00:03:32.138]➜  EOF
2025-08-20T21:12:05.1824041Z [00:03:32.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1696/_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/b1696=>" -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/b1696/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-20T21:12:05.2262391Z [00:03:32.184]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T21:12:05.2273302Z [00:03:32.185]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/3b/3bdafd9e9b03284f27cecf9842d98e1bac731ec560fc5251013ad7c3dc421525-d # internal
2025-08-20T21:12:05.2282463Z [00:03:32.186]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs
2025-08-20T21:12:05.2284822Z [00:03:32.186]➜  mkdir -p $WORK/b1699/
2025-08-20T21:12:05.2289878Z [00:03:32.187]➜  cat >/tmp/go-build2720400589/b1699/importcfg << 'EOF' # internal
2025-08-20T21:12:05.2293474Z [00:03:32.187]➜  # import config
2025-08-20T21:12:05.2293895Z [00:03:32.187]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:05.2294447Z [00:03:32.187]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.2294925Z [00:03:32.187]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.2295711Z [00:03:32.187]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.2296500Z [00:03:32.187]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.2296974Z [00:03:32.187]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.2297401Z [00:03:32.187]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.2301669Z [00:03:32.187]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.2302068Z [00:03:32.188]➜  EOF
2025-08-20T21:12:05.2309011Z [00:03:32.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1699/_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/b1699=>" -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/b1699/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-20T21:12:05.3158848Z [00:03:32.274]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T21:12:05.3173609Z [00:03:32.275]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/d8/d8ff02def16556e918d8e2f1ccf5a279e227c776d6f4a3b075ad730a4f2bd368-d # internal
2025-08-20T21:12:05.3176796Z [00:03:32.275]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust
2025-08-20T21:12:05.3180910Z [00:03:32.276]➜  mkdir -p $WORK/b1698/
2025-08-20T21:12:05.3183687Z [00:03:32.276]➜  cat >/tmp/go-build2720400589/b1698/importcfg << 'EOF' # internal
2025-08-20T21:12:05.3184393Z [00:03:32.276]➜  # import config
2025-08-20T21:12:05.3184834Z [00:03:32.276]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.3185441Z [00:03:32.276]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.3185871Z [00:03:32.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.3186645Z [00:03:32.276]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.3187749Z [00:03:32.276]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build2720400589/b1697/_pkg_.a
2025-08-20T21:12:05.3188867Z [00:03:32.276]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build2720400589/b1699/_pkg_.a
2025-08-20T21:12:05.3189613Z [00:03:32.276]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.3190049Z [00:03:32.276]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:05.3190369Z [00:03:32.276]➜  EOF
2025-08-20T21:12:05.3193353Z [00:03:32.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1698/_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/b1698=>" -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/b1698/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-20T21:12:05.3427848Z [00:03:32.300]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T21:12:05.3447569Z [00:03:32.302]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/bd/bda9f158d10fe46e6b6162941885fb3fca6b3722de22f4c1f648e47c3bf4a893-d # internal
2025-08-20T21:12:05.3460344Z [00:03:32.302]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
2025-08-20T21:12:05.3460888Z [00:03:32.303]➜  mkdir -p $WORK/b1700/
2025-08-20T21:12:05.3461281Z [00:03:32.303]➜  cat >/tmp/go-build2720400589/b1700/importcfg << 'EOF' # internal
2025-08-20T21:12:05.3461631Z [00:03:32.303]➜  # import config
2025-08-20T21:12:05.3461980Z [00:03:32.303]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.3462414Z [00:03:32.303]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.3462842Z [00:03:32.304]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.3463167Z [00:03:32.304]➜  EOF
2025-08-20T21:12:05.3465966Z [00:03:32.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1700/_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/b1700=>" -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/b1700/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-20T21:12:05.3909843Z [00:03:32.348]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T21:12:05.3919856Z [00:03:32.349]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/4e/4e66c38b7e5a411c342d4802bae397ffd731a91d3a3f8a102c574f08a14eb18a-d # internal
2025-08-20T21:12:05.3924934Z [00:03:32.350]➜  github.com/golang-jwt/jwt/v5
2025-08-20T21:12:05.3937071Z [00:03:32.352]➜  mkdir -p $WORK/b1701/
2025-08-20T21:12:05.3943581Z [00:03:32.352]➜  cat >/tmp/go-build2720400589/b1701/importcfg << 'EOF' # internal
2025-08-20T21:12:05.3944188Z [00:03:32.352]➜  # import config
2025-08-20T21:12:05.3944691Z [00:03:32.352]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:05.3945134Z [00:03:32.352]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:05.3945579Z [00:03:32.352]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:05.3946047Z [00:03:32.352]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:12:05.3946508Z [00:03:32.352]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:05.3946965Z [00:03:32.352]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:05.3947427Z [00:03:32.352]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:05.3947890Z [00:03:32.352]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:05.3948359Z [00:03:32.352]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:05.3948831Z [00:03:32.352]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:05.3949305Z [00:03:32.352]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.3949775Z [00:03:32.352]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:05.3950214Z [00:03:32.352]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.3950631Z [00:03:32.352]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.3951038Z [00:03:32.352]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:05.3951459Z [00:03:32.352]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:05.3952106Z [00:03:32.352]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.3952664Z [00:03:32.352]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.3953099Z [00:03:32.352]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:05.3953517Z [00:03:32.352]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.3953824Z [00:03:32.352]➜  EOF
2025-08-20T21:12:05.3967878Z [00:03:32.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1701/_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/b1701=>" -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/b1701/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-20T21:12:05.5873775Z [00:03:32.545]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T21:12:05.5901621Z [00:03:32.548]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/2c/2c44c242bdc26a1ebda045a8c8163ec34267a247e20148bdc99e34c7e971bb35-d # internal
2025-08-20T21:12:05.5904307Z [00:03:32.548]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens
2025-08-20T21:12:05.5906125Z [00:03:32.548]➜  mkdir -p $WORK/b1695/
2025-08-20T21:12:05.5909252Z [00:03:32.549]➜  cat >/tmp/go-build2720400589/b1695/importcfg << 'EOF' # internal
2025-08-20T21:12:05.5910225Z [00:03:32.549]➜  # import config
2025-08-20T21:12:05.5910948Z [00:03:32.549]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:05.5913052Z [00:03:32.549]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.5913498Z [00:03:32.549]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:05.5913958Z [00:03:32.549]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:05.5914572Z [00:03:32.549]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:05.5915042Z [00:03:32.549]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:05.5919991Z [00:03:32.549]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:05.5920497Z [00:03:32.549]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.5920971Z [00:03:32.549]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.5921394Z [00:03:32.549]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.5922333Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build2720400589/b1693/_pkg_.a
2025-08-20T21:12:05.5923451Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build2720400589/b1691/_pkg_.a
2025-08-20T21:12:05.5924778Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.5925972Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build2720400589/b1697/_pkg_.a
2025-08-20T21:12:05.5927067Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build2720400589/b1698/_pkg_.a
2025-08-20T21:12:05.5928092Z [00:03:32.549]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:05.5928860Z [00:03:32.549]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2720400589/b1701/_pkg_.a
2025-08-20T21:12:05.5929415Z [00:03:32.549]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.5929899Z [00:03:32.549]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:05.5930329Z [00:03:32.549]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.5930971Z [00:03:32.549]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.5931402Z [00:03:32.549]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.5931820Z [00:03:32.549]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.5932132Z [00:03:32.549]➜  EOF
2025-08-20T21:12:05.5936464Z [00:03:32.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1695/_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/b1695=>" -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/b1695/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-20T21:12:05.6741081Z [00:03:32.632]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T21:12:05.6792210Z [00:03:32.637]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/6d/6d6780b4ecbb93c07117d5ddbabe84f68fa8f08ae2c8a259e765c1d6da267fd5-d # internal
2025-08-20T21:12:05.6798535Z [00:03:32.638]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm
2025-08-20T21:12:05.6799428Z [00:03:32.638]➜  mkdir -p $WORK/b1702/
2025-08-20T21:12:05.6800146Z [00:03:32.638]➜  cat >/tmp/go-build2720400589/b1702/importcfg << 'EOF' # internal
2025-08-20T21:12:05.6801829Z [00:03:32.638]➜  # import config
2025-08-20T21:12:05.6802251Z [00:03:32.638]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:05.6802706Z [00:03:32.638]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:12:05.6803155Z [00:03:32.638]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.6803608Z [00:03:32.638]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.6804071Z [00:03:32.638]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:05.6804868Z [00:03:32.638]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.6805629Z [00:03:32.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:05.6806573Z [00:03:32.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build2720400589/b1690/_pkg_.a
2025-08-20T21:12:05.6807556Z [00:03:32.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build2720400589/b1703/_pkg_.a
2025-08-20T21:12:05.6808305Z [00:03:32.638]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.6808767Z [00:03:32.638]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:05.6809185Z [00:03:32.638]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.6809617Z [00:03:32.638]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:05.6810045Z [00:03:32.638]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.6810473Z [00:03:32.638]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:05.6810902Z [00:03:32.638]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.6811326Z [00:03:32.638]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.6811633Z [00:03:32.638]➜  EOF
2025-08-20T21:12:05.6815587Z [00:03:32.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1702/_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/b1702=>" -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/b1702/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-20T21:12:05.7117552Z [00:03:32.669]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:12:05.7341079Z [00:03:32.691]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T21:12:05.7347220Z [00:03:32.692]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/4e/4ecefa6614df9ba7f0ccd234e9204f8c6d2dfa20be36def4588175b1f7ccbc45-d # internal
2025-08-20T21:12:05.7348080Z [00:03:32.693]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops
2025-08-20T21:12:05.7349540Z [00:03:32.693]➜  mkdir -p $WORK/b1694/
2025-08-20T21:12:05.7351547Z [00:03:32.693]➜  cat >/tmp/go-build2720400589/b1694/importcfg << 'EOF' # internal
2025-08-20T21:12:05.7352097Z [00:03:32.693]➜  # import config
2025-08-20T21:12:05.7352847Z [00:03:32.693]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:05.7353952Z [00:03:32.693]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.7355176Z [00:03:32.693]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build2720400589/b1702/_pkg_.a
2025-08-20T21:12:05.7385146Z [00:03:32.693]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build2720400589/b1698/_pkg_.a
2025-08-20T21:12:05.7385857Z [00:03:32.693]➜  EOF
2025-08-20T21:12:05.7388946Z [00:03:32.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1694/_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/b1694=>" -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/b1694/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-20T21:12:05.7394464Z [00:03:32.697]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/2f/2ff495cb30b956ba63e121fb814642e3dd597f257f94d9125234efc95e70b49f-d # internal
2025-08-20T21:12:05.7400025Z [00:03:32.698]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
2025-08-20T21:12:05.7400897Z [00:03:32.698]➜  mkdir -p $WORK/b1704/
2025-08-20T21:12:05.7405444Z [00:03:32.698]➜  cat >/tmp/go-build2720400589/b1704/importcfg << 'EOF' # internal
2025-08-20T21:12:05.7406128Z [00:03:32.698]➜  # import config
2025-08-20T21:12:05.7407187Z [00:03:32.698]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.7407745Z [00:03:32.698]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.7408063Z [00:03:32.698]➜  EOF
2025-08-20T21:12:05.7411382Z [00:03:32.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1704/_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/b1704=>" -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/b1704/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-20T21:12:05.7655726Z [00:03:32.723]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T21:12:05.7668297Z [00:03:32.725]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/aa/aa468cd783dbe21394d89cd120c268806b09c150a636085a7eb55f03809e3aee-d # internal
2025-08-20T21:12:05.7669358Z [00:03:32.725]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
2025-08-20T21:12:05.7669921Z [00:03:32.725]➜  mkdir -p $WORK/b1692/
2025-08-20T21:12:05.7672007Z [00:03:32.725]➜  cat >/tmp/go-build2720400589/b1692/importcfg << 'EOF' # internal
2025-08-20T21:12:05.7672420Z [00:03:32.725]➜  # import config
2025-08-20T21:12:05.7672775Z [00:03:32.725]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.7673234Z [00:03:32.725]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:05.7673676Z [00:03:32.725]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.7674087Z [00:03:32.725]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.7675010Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:05.7675987Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build2720400589/b1693/_pkg_.a
2025-08-20T21:12:05.7677020Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build2720400589/b1691/_pkg_.a
2025-08-20T21:12:05.7678045Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build2720400589/b1694/_pkg_.a
2025-08-20T21:12:05.7679101Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:05.7680382Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.7681517Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build2720400589/b1698/_pkg_.a
2025-08-20T21:12:05.7682602Z [00:03:32.725]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build2720400589/b1699/_pkg_.a
2025-08-20T21:12:05.7683399Z [00:03:32.725]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:05.7683859Z [00:03:32.725]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:05.7684377Z [00:03:32.725]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.7684858Z [00:03:32.725]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:05.7685266Z [00:03:32.725]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.7685573Z [00:03:32.725]➜  EOF
2025-08-20T21:12:05.7688636Z [00:03:32.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1692/_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/b1692=>" -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/b1692/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-20T21:12:05.7713654Z [00:03:32.729]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T21:12:05.7741251Z [00:03:32.732]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/68/6810848f15e66fe8031969653ac48296493f89fe05e183cc0d59759d9835f49d-d # internal
2025-08-20T21:12:05.7745875Z [00:03:32.732]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local
2025-08-20T21:12:05.7755897Z [00:03:32.732]➜  mkdir -p $WORK/b1707/
2025-08-20T21:12:05.7756524Z [00:03:32.732]➜  cat >/tmp/go-build2720400589/b1707/importcfg << 'EOF' # internal
2025-08-20T21:12:05.7756879Z [00:03:32.732]➜  # import config
2025-08-20T21:12:05.7757235Z [00:03:32.732]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.7757653Z [00:03:32.732]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.7758067Z [00:03:32.732]➜  packagefile html=/tmp/go-build2720400589/b191/_pkg_.a
2025-08-20T21:12:05.7758476Z [00:03:32.732]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:05.7758898Z [00:03:32.732]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:05.7759328Z [00:03:32.732]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:05.7759761Z [00:03:32.732]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.7760188Z [00:03:32.732]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.7760494Z [00:03:32.732]➜  EOF
2025-08-20T21:12:05.7763137Z [00:03:32.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1707/_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/b1707=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local -lang=go1.18 -complete -installsuffix shared -buildid 8eJfoWd_pj45dt2DxACB/8eJfoWd_pj45dt2DxACB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1707/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-20T21:12:05.8100902Z [00:03:32.768]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T21:12:05.8121397Z [00:03:32.770]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/8f/8ff6f1531b123b082a39d9d94353c32550ec519077f4c62c9a704b05855b7d2b-d # internal
2025-08-20T21:12:05.8127151Z [00:03:32.770]➜  github.com/pkg/browser
2025-08-20T21:12:05.8127473Z [00:03:32.770]➜  mkdir -p $WORK/b1708/
2025-08-20T21:12:05.8127854Z [00:03:32.770]➜  cat >/tmp/go-build2720400589/b1708/importcfg << 'EOF' # internal
2025-08-20T21:12:05.8128217Z [00:03:32.770]➜  # import config
2025-08-20T21:12:05.8128549Z [00:03:32.770]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.8128954Z [00:03:32.770]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:05.8129372Z [00:03:32.770]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:05.8129788Z [00:03:32.770]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:05.8130197Z [00:03:32.770]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:05.8130652Z [00:03:32.770]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:05.8131108Z [00:03:32.770]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.8131423Z [00:03:32.770]➜  EOF
2025-08-20T21:12:05.8134062Z [00:03:32.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1708/_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/b1708=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid rohtZSZT22YUSOGCmWan/rohtZSZT22YUSOGCmWan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1708/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-20T21:12:05.8337349Z [00:03:32.791]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T21:12:05.8355040Z [00:03:32.793]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/f2/f243c7162dd0eb8a10c032ecb425bae40ee44f1d3ca8ea4042c63f9b23b72bf0-d # internal
2025-08-20T21:12:05.8360414Z [00:03:32.793]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage
2025-08-20T21:12:05.8361069Z [00:03:32.793]➜  mkdir -p $WORK/b1689/
2025-08-20T21:12:05.8361457Z [00:03:32.794]➜  cat >/tmp/go-build2720400589/b1689/importcfg << 'EOF' # internal
2025-08-20T21:12:05.8361821Z [00:03:32.794]➜  # import config
2025-08-20T21:12:05.8362170Z [00:03:32.794]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.8362596Z [00:03:32.794]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.8363006Z [00:03:32.794]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.8368245Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build2720400589/b1690/_pkg_.a
2025-08-20T21:12:05.8377163Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build2720400589/b1691/_pkg_.a
2025-08-20T21:12:05.8378881Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build2720400589/b1692/_pkg_.a
2025-08-20T21:12:05.8380485Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:05.8382058Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.8383334Z [00:03:32.795]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:05.8384921Z [00:03:32.795]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.8385578Z [00:03:32.795]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.8386067Z [00:03:32.795]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:05.8386477Z [00:03:32.795]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.8386790Z [00:03:32.795]➜  EOF
2025-08-20T21:12:05.8390517Z [00:03:32.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1689/_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/b1689=>" -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/b1689/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-20T21:12:05.8405929Z [00:03:32.798]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T21:12:05.8417818Z [00:03:32.800]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/18/18e9ee4f24f9fabdd7e2798299f7ce7e497d86100d82544e83295f80a651d5d4-d # internal
2025-08-20T21:12:05.8437365Z [00:03:32.802]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T21:12:05.8438184Z [00:03:32.802]➜  mkdir -p $WORK/b1710/
2025-08-20T21:12:05.8448647Z [00:03:32.803]➜  cat >/tmp/go-build2720400589/b1710/importcfg << 'EOF' # internal
2025-08-20T21:12:05.8449091Z [00:03:32.803]➜  # import config
2025-08-20T21:12:05.8449465Z [00:03:32.803]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:05.8449971Z [00:03:32.803]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:05.8450622Z [00:03:32.803]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:05.8451007Z [00:03:32.803]➜  EOF
2025-08-20T21:12:05.8452985Z [00:03:32.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1710/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/internal/rc2=>golang.org/x/crypto@v0.37.0/pkcs12/internal/rc2;$WORK/b1710=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.23 -complete -installsuffix shared -buildid FBctR5G3QDZDgIuPpSiQ/FBctR5G3QDZDgIuPpSiQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/internal/rc2/rc2.go
2025-08-20T21:12:05.9041503Z [00:03:32.862]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T21:12:05.9045831Z [00:03:32.862]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/40/406b71a84ff15b1a9b09e8ce9b6f323d5888bea7ddc4df2a33b47609d8475b34-d # internal
2025-08-20T21:12:05.9050057Z [00:03:32.863]➜  golang.org/x/crypto/pkcs12
2025-08-20T21:12:05.9050979Z [00:03:32.863]➜  mkdir -p $WORK/b1709/
2025-08-20T21:12:05.9051913Z [00:03:32.863]➜  cat >/tmp/go-build2720400589/b1709/importcfg << 'EOF' # internal
2025-08-20T21:12:05.9052822Z [00:03:32.863]➜  # import config
2025-08-20T21:12:05.9053477Z [00:03:32.863]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:05.9054480Z [00:03:32.863]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:05.9055505Z [00:03:32.863]➜  packagefile crypto/des=/tmp/go-build2720400589/b111/_pkg_.a
2025-08-20T21:12:05.9056298Z [00:03:32.863]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:05.9057158Z [00:03:32.863]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:05.9057937Z [00:03:32.863]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:05.9059027Z [00:03:32.863]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:05.9060062Z [00:03:32.863]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:05.9060945Z [00:03:32.863]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:12:05.9061906Z [00:03:32.863]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:05.9062749Z [00:03:32.863]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:05.9063623Z [00:03:32.863]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:05.9064493Z [00:03:32.863]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:05.9065526Z [00:03:32.863]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build2720400589/b1710/_pkg_.a
2025-08-20T21:12:05.9066603Z [00:03:32.863]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:05.9067390Z [00:03:32.863]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:05.9068157Z [00:03:32.863]➜  EOF
2025-08-20T21:12:05.9071656Z [00:03:32.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1709/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12=>golang.org/x/crypto@v0.37.0/pkcs12;$WORK/b1709=>" -p golang.org/x/crypto/pkcs12 -lang=go1.23 -complete -installsuffix shared -buildid wz8nzPfiCdMcA3on7gvo/wz8nzPfiCdMcA3on7gvo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/bmp-string.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/crypto.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/errors.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/pbkdf.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/pkcs12.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pkcs12/safebags.go
2025-08-20T21:12:05.9569432Z [00:03:32.915]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T21:12:05.9598769Z [00:03:32.917]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/30/3041667ba4495f75ee5ac53fdea7332713be912af7a0a11206a69774dc4bc56b-d # internal
2025-08-20T21:12:05.9599704Z [00:03:32.918]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base
2025-08-20T21:12:05.9600151Z [00:03:32.918]➜  mkdir -p $WORK/b1685/
2025-08-20T21:12:05.9603678Z [00:03:32.918]➜  cat >/tmp/go-build2720400589/b1685/importcfg << 'EOF' # internal
2025-08-20T21:12:05.9605387Z [00:03:32.918]➜  # import config
2025-08-20T21:12:05.9605857Z [00:03:32.918]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:05.9606284Z [00:03:32.918]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:05.9606957Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build2720400589/b1683/_pkg_.a
2025-08-20T21:12:05.9607873Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:05.9608850Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build2720400589/b1689/_pkg_.a
2025-08-20T21:12:05.9609852Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build2720400589/b1692/_pkg_.a
2025-08-20T21:12:05.9610910Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:05.9611999Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:05.9613024Z [00:03:32.918]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:05.9613927Z [00:03:32.918]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:05.9620362Z [00:03:32.918]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:05.9620816Z [00:03:32.918]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:05.9621251Z [00:03:32.918]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:05.9621690Z [00:03:32.918]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:05.9622119Z [00:03:32.918]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:05.9622430Z [00:03:32.918]➜  EOF
2025-08-20T21:12:05.9625336Z [00:03:32.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1685/_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/b1685=>" -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/b1685/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-20T21:12:06.0033725Z [00:03:32.961]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T21:12:06.0037698Z [00:03:32.961]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/a3/a305894c2a917b5234b4c239491eebef851cb4e5b588fb6846cd7b74f3e94549-d # internal
2025-08-20T21:12:06.0052923Z [00:03:32.963]➜  github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal
2025-08-20T21:12:06.0054898Z [00:03:32.963]➜  mkdir -p $WORK/b1712/
2025-08-20T21:12:06.0055961Z [00:03:32.963]➜  cat >/tmp/go-build2720400589/b1712/importcfg << 'EOF' # internal
2025-08-20T21:12:06.0058545Z [00:03:32.963]➜  # import config
2025-08-20T21:12:06.0059364Z [00:03:32.963]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.0060009Z [00:03:32.963]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.0076693Z [00:03:32.963]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:06.0077573Z [00:03:32.963]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:06.0078325Z [00:03:32.963]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:12:06.0079033Z [00:03:32.963]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:12:06.0079564Z [00:03:32.963]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:06.0079981Z [00:03:32.963]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:06.0080412Z [00:03:32.963]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.0080845Z [00:03:32.963]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.0081273Z [00:03:32.963]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:06.0081579Z [00:03:32.963]➜  EOF
2025-08-20T21:12:06.0087067Z [00:03:32.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1=>github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1;$WORK/b1712=>" -p github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal -lang=go1.18 -complete -installsuffix shared -buildid pBb7MHffU9PoEoLlCBuN/pBb7MHffU9PoEoLlCBuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1/challenge_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/internal@v1.1.1/parse.go
2025-08-20T21:12:06.0282457Z [00:03:32.986]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T21:12:06.0297734Z [00:03:32.988]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/06/069d6a1d16d4532d27183bcc7cab3f9d6610eda857334978177ae11086a6af02-d # internal
2025-08-20T21:12:06.0337823Z [00:03:32.992]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
2025-08-20T21:12:06.0342594Z [00:03:32.992]➜  mkdir -p $WORK/b1684/
2025-08-20T21:12:06.0343021Z [00:03:32.992]➜  cat >/tmp/go-build2720400589/b1684/importcfg << 'EOF' # internal
2025-08-20T21:12:06.0343721Z [00:03:32.992]➜  # import config
2025-08-20T21:12:06.0344077Z [00:03:32.992]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.0344685Z [00:03:32.992]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:06.0345154Z [00:03:32.992]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:06.0345856Z [00:03:32.992]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:06.0346403Z [00:03:32.992]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:06.0347053Z [00:03:32.992]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:06.0347652Z [00:03:32.992]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.0348065Z [00:03:32.992]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.0348742Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build2720400589/b1683/_pkg_.a
2025-08-20T21:12:06.0349671Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build2720400589/b1685/_pkg_.a
2025-08-20T21:12:06.0375066Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build2720400589/b1693/_pkg_.a
2025-08-20T21:12:06.0376238Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build2720400589/b1692/_pkg_.a
2025-08-20T21:12:06.0377276Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build2720400589/b1694/_pkg_.a
2025-08-20T21:12:06.0378347Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:06.0379441Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:06.0380468Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build2720400589/b1704/_pkg_.a
2025-08-20T21:12:06.0381457Z [00:03:32.992]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:06.0382128Z [00:03:32.992]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:06.0382551Z [00:03:32.992]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.0382872Z [00:03:32.992]➜  EOF
2025-08-20T21:12:06.0385922Z [00:03:32.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1684/_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/b1684=>" -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/b1684/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-20T21:12:06.0476800Z [00:03:33.006]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T21:12:06.0495718Z [00:03:33.007]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/09/09cc6ddb6c79df12fa7cf12f48e63d0bc0e333003c0d71a6e488460465792fa2-d # internal
2025-08-20T21:12:06.0503889Z [00:03:33.008]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
2025-08-20T21:12:06.0505242Z [00:03:33.008]➜  mkdir -p $WORK/b1705/
2025-08-20T21:12:06.0517872Z [00:03:33.009]➜  cat >/tmp/go-build2720400589/b1705/importcfg << 'EOF' # internal
2025-08-20T21:12:06.0518331Z [00:03:33.009]➜  # import config
2025-08-20T21:12:06.0518684Z [00:03:33.009]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.0519140Z [00:03:33.009]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:06.0519591Z [00:03:33.009]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.0520476Z [00:03:33.009]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:06.0521489Z [00:03:33.009]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build2720400589/b1685/_pkg_.a
2025-08-20T21:12:06.0522711Z [00:03:33.009]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build2720400589/b1689/_pkg_.a
2025-08-20T21:12:06.0523724Z [00:03:33.010]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build2720400589/b1694/_pkg_.a
2025-08-20T21:12:06.0529354Z [00:03:33.010]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:06.0530506Z [00:03:33.010]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:06.0531541Z [00:03:33.010]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:06.0532226Z [00:03:33.010]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:06.0532654Z [00:03:33.010]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:06.0533090Z [00:03:33.010]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.0533499Z [00:03:33.010]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:06.0533932Z [00:03:33.010]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:06.0534496Z [00:03:33.010]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:06.0534981Z [00:03:33.010]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.0535601Z [00:03:33.010]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:06.0536138Z [00:03:33.010]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:06.0536453Z [00:03:33.010]➜  EOF
2025-08-20T21:12:06.0547293Z [00:03:33.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1705/_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/b1705=>" -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/b1705/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-20T21:12:06.1794829Z [00:03:33.137]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T21:12:06.1801279Z [00:03:33.138]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T21:12:06.1827631Z [00:03:33.140]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/07/07af81c3a01f6870a4521f855e5e6855d21b936226093624ed1c98a609abfaf8-d # internal
2025-08-20T21:12:06.1828659Z [00:03:33.140]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
2025-08-20T21:12:06.1831490Z [00:03:33.140]➜  mkdir -p $WORK/b1706/
2025-08-20T21:12:06.1836494Z [00:03:33.141]➜  cat >/tmp/go-build2720400589/b1706/importcfg << 'EOF' # internal
2025-08-20T21:12:06.1836874Z [00:03:33.141]➜  # import config
2025-08-20T21:12:06.1837248Z [00:03:33.141]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.1837926Z [00:03:33.141]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:06.1838475Z [00:03:33.141]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:06.1839130Z [00:03:33.141]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:06.1839593Z [00:03:33.141]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.1840007Z [00:03:33.141]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.1840682Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build2720400589/b1683/_pkg_.a
2025-08-20T21:12:06.1841619Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build2720400589/b1685/_pkg_.a
2025-08-20T21:12:06.1842595Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build2720400589/b1707/_pkg_.a
2025-08-20T21:12:06.1843566Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build2720400589/b1692/_pkg_.a
2025-08-20T21:12:06.1844789Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build2720400589/b1694/_pkg_.a
2025-08-20T21:12:06.1845919Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:06.1847006Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:06.1848030Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build2720400589/b1704/_pkg_.a
2025-08-20T21:12:06.1849163Z [00:03:33.141]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:06.1849981Z [00:03:33.141]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:06.1850519Z [00:03:33.141]➜  packagefile github.com/pkg/browser=/tmp/go-build2720400589/b1708/_pkg_.a
2025-08-20T21:12:06.1851002Z [00:03:33.141]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.1851430Z [00:03:33.141]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:06.1851854Z [00:03:33.141]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:06.1852172Z [00:03:33.141]➜  EOF
2025-08-20T21:12:06.1854955Z [00:03:33.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1706/_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/b1706=>" -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/b1706/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-20T21:12:06.1857706Z [00:03:33.141]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/0f/0f7ee7de67e3cefeb0c0da2248a51414db3cb4e73b01da4f34b5d095a9fa00e8-d # internal
2025-08-20T21:12:06.1858380Z [00:03:33.141]➜  github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys
2025-08-20T21:12:06.1858749Z [00:03:33.141]➜  mkdir -p $WORK/b1711/
2025-08-20T21:12:06.1859151Z [00:03:33.142]➜  cat >/tmp/go-build2720400589/b1711/importcfg << 'EOF' # internal
2025-08-20T21:12:06.1859498Z [00:03:33.142]➜  # import config
2025-08-20T21:12:06.1859843Z [00:03:33.142]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.1860293Z [00:03:33.142]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:06.1860839Z [00:03:33.142]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.1861396Z [00:03:33.142]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.1861953Z [00:03:33.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:06.1862660Z [00:03:33.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:06.1863386Z [00:03:33.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:12:06.1864176Z [00:03:33.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal=/tmp/go-build2720400589/b1712/_pkg_.a
2025-08-20T21:12:06.1865007Z [00:03:33.142]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:06.1865448Z [00:03:33.142]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.1869399Z [00:03:33.142]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:06.1870007Z [00:03:33.142]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.1870444Z [00:03:33.142]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:06.1870757Z [00:03:33.142]➜  EOF
2025-08-20T21:12:06.1891933Z [00:03:33.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1=>github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1;$WORK/b1711=>" -p github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys -lang=go1.18 -complete -installsuffix shared -buildid 7OzUp1uitjqNOXxk_txX/7OzUp1uitjqNOXxk_txX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/build.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/custom_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/models_serde.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/time_unix.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/security/keyvault/azkeys@v1.3.1/version.go
2025-08-20T21:12:06.3269734Z [00:03:33.285]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T21:12:06.3388383Z [00:03:33.297]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/87/871225a394fc159d8bac5c9f17b97a30498656f4fefc7750b4b0ff8241529b4b-d # internal
2025-08-20T21:12:06.3394030Z [00:03:33.297]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity
2025-08-20T21:12:06.3396586Z [00:03:33.297]➜  mkdir -p $WORK/b1678/
2025-08-20T21:12:06.3400724Z [00:03:33.298]➜  cat >/tmp/go-build2720400589/b1678/importcfg << 'EOF' # internal
2025-08-20T21:12:06.3401142Z [00:03:33.298]➜  # import config
2025-08-20T21:12:06.3403592Z [00:03:33.298]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:06.3408722Z [00:03:33.298]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.3409173Z [00:03:33.298]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:06.3409616Z [00:03:33.298]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:06.3410101Z [00:03:33.298]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:06.3410569Z [00:03:33.298]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:06.3411234Z [00:03:33.298]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.3411853Z [00:03:33.298]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.3412422Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:06.3413153Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build2720400589/b1679/_pkg_.a
2025-08-20T21:12:06.3413888Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build2720400589/b336/_pkg_.a
2025-08-20T21:12:06.3414840Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:06.3415587Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:12:06.3416377Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:12:06.3417147Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build2720400589/b1682/_pkg_.a
2025-08-20T21:12:06.3417949Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build2720400589/b349/_pkg_.a
2025-08-20T21:12:06.3418686Z [00:03:33.298]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:12:06.3419528Z [00:03:33.298]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build2720400589/b1684/_pkg_.a
2025-08-20T21:12:06.3420455Z [00:03:33.298]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:06.3421567Z [00:03:33.298]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build2720400589/b1705/_pkg_.a
2025-08-20T21:12:06.3422580Z [00:03:33.298]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build2720400589/b1706/_pkg_.a
2025-08-20T21:12:06.3423316Z [00:03:33.298]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build2720400589/b1709/_pkg_.a
2025-08-20T21:12:06.3423795Z [00:03:33.298]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:06.3424213Z [00:03:33.298]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:06.3424825Z [00:03:33.298]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.3425241Z [00:03:33.298]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:06.3425652Z [00:03:33.298]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:06.3426088Z [00:03:33.298]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:06.3426516Z [00:03:33.298]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.3426937Z [00:03:33.298]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:06.3427352Z [00:03:33.298]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:06.3427658Z [00:03:33.298]➜  EOF
2025-08-20T21:12:06.3438449Z [00:03:33.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.9.0;$WORK/b1678=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity -lang=go1.23 -complete -installsuffix shared -buildid xhyXpRZ3c7Rlu0kxVS8s/xhyXpRZ3c7Rlu0kxVS8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/authentication_record.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/azidentity.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/azure_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/azure_developer_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/azure_pipelines_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/chained_token_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/client_assertion_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/client_certificate_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/client_secret_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/confidential_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/default_azure_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/developer_credential_util.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/device_code_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/environment_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/interactive_browser_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/logging.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/managed_identity_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/managed_identity_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/on_behalf_of_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/public_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/username_password_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.9.0/workload_identity.go
2025-08-20T21:12:06.5663789Z [00:03:33.524]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T21:12:06.5711045Z [00:03:33.529]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/b9/b9a75dad693e4707ca788ad9bf26915c53b3808d4a72218bed2aebaa07d6e198-d # internal
2025-08-20T21:12:06.5716236Z [00:03:33.529]➜  google.golang.org/api/cloudkms/v1
2025-08-20T21:12:06.5716581Z [00:03:33.530]➜  mkdir -p $WORK/b1715/
2025-08-20T21:12:06.5720897Z [00:03:33.530]➜  cat >/tmp/go-build2720400589/b1715/importcfg << 'EOF' # internal
2025-08-20T21:12:06.5722045Z [00:03:33.530]➜  # import config
2025-08-20T21:12:06.5723009Z [00:03:33.530]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:06.5723491Z [00:03:33.530]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.5723975Z [00:03:33.530]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:06.5724679Z [00:03:33.530]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.5725106Z [00:03:33.530]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.5725683Z [00:03:33.530]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:12:06.5726677Z [00:03:33.530]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:12:06.5727272Z [00:03:33.530]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:12:06.5727909Z [00:03:33.530]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2720400589/b1452/_pkg_.a
2025-08-20T21:12:06.5728533Z [00:03:33.530]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:12:06.5729178Z [00:03:33.530]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:12:06.5729964Z [00:03:33.530]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:12:06.5730548Z [00:03:33.530]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:06.5731185Z [00:03:33.530]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:12:06.5731630Z [00:03:33.530]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:06.5744793Z [00:03:33.530]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.5745423Z [00:03:33.530]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:06.5745857Z [00:03:33.530]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.5746180Z [00:03:33.530]➜  EOF
2025-08-20T21:12:06.5748080Z [00:03:33.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1715/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.230.0/cloudkms/v1=>google.golang.org/api@v0.230.0/cloudkms/v1;$WORK/b1715=>" -p google.golang.org/api/cloudkms/v1 -lang=go1.23 -complete -installsuffix shared -buildid 0Ws1bIIoKMlX0fJMYRYt/0Ws1bIIoKMlX0fJMYRYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.230.0/cloudkms/v1/cloudkms-gen.go
2025-08-20T21:12:06.7691834Z [00:03:33.727]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T21:12:06.7751995Z [00:03:33.733]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/cf/cfa81e28a93ff608c150a2f3960a999d0e8d94b08666a808b253bb829a4ab15a-d # internal
2025-08-20T21:12:06.7771140Z [00:03:33.735]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms
2025-08-20T21:12:06.7771706Z [00:03:33.735]➜  mkdir -p $WORK/b1677/
2025-08-20T21:12:06.7772094Z [00:03:33.735]➜  cat >/tmp/go-build2720400589/b1677/importcfg << 'EOF' # internal
2025-08-20T21:12:06.7772452Z [00:03:33.735]➜  # import config
2025-08-20T21:12:06.7773100Z [00:03:33.735]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:06.7773609Z [00:03:33.735]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.7774028Z [00:03:33.735]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.7774773Z [00:03:33.735]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:06.7775488Z [00:03:33.735]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build2720400589/b1678/_pkg_.a
2025-08-20T21:12:06.7776270Z [00:03:33.735]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys=/tmp/go-build2720400589/b1711/_pkg_.a
2025-08-20T21:12:06.7777166Z [00:03:33.735]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:06.7777991Z [00:03:33.735]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:06.7778659Z [00:03:33.735]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:06.7779190Z [00:03:33.735]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:06.7779626Z [00:03:33.735]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.7780145Z [00:03:33.735]➜  EOF
2025-08-20T21:12:06.7793037Z [00:03:33.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/azurekms=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/azurekms;$WORK/b1677=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms -lang=go1.21 -complete -installsuffix shared -buildid qn40ZijflDkWZIIbvax1/qn40ZijflDkWZIIbvax1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/azurekms/azure_aead.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/azurekms/azure_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/azurekms/azure_driver.go
2025-08-20T21:12:06.8286689Z [00:03:33.786]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T21:12:06.8298400Z [00:03:33.787]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/4b/4b52a6efdd61f1065b1ab289cd23a72e30424c5be5975c077d3b0fc336ff1810-d # internal
2025-08-20T21:12:06.8299072Z [00:03:33.787]➜  archive/tar
2025-08-20T21:12:06.8299327Z [00:03:33.787]➜  mkdir -p $WORK/b1718/
2025-08-20T21:12:06.8299713Z [00:03:33.788]➜  cat >/tmp/go-build2720400589/b1718/importcfg << 'EOF' # internal
2025-08-20T21:12:06.8300302Z [00:03:33.788]➜  # import config
2025-08-20T21:12:06.8300815Z [00:03:33.788]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:06.8301374Z [00:03:33.788]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:06.8301906Z [00:03:33.788]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:06.8302477Z [00:03:33.788]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:12:06.8303025Z [00:03:33.788]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:06.8303543Z [00:03:33.788]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:06.8304072Z [00:03:33.788]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:12:06.8304745Z [00:03:33.788]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:06.8305267Z [00:03:33.788]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:12:06.8305821Z [00:03:33.788]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:06.8306613Z [00:03:33.788]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:06.8307238Z [00:03:33.788]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:06.8307792Z [00:03:33.788]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:06.8308386Z [00:03:33.788]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:06.8308918Z [00:03:33.788]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:06.8309493Z [00:03:33.788]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:06.8310093Z [00:03:33.788]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:06.8310614Z [00:03:33.788]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:06.8311128Z [00:03:33.788]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:06.8311531Z [00:03:33.788]➜  EOF
2025-08-20T21:12:06.8313924Z [00:03:33.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1718/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b1718=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid kWLlapvnpQUQzh8vSnIt/kWLlapvnpQUQzh8vSnIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T21:12:07.1564646Z [00:03:34.114]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T21:12:07.1815795Z [00:03:34.139]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T21:12:07.1843832Z [00:03:34.142]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/13/139eb0ed43a56f98bb6a3ed2c9c170b156b434c92f4731758853c7d6e7b31504-d # internal
2025-08-20T21:12:07.1845311Z [00:03:34.142]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms
2025-08-20T21:12:07.1845875Z [00:03:34.142]➜  mkdir -p $WORK/b1673/
2025-08-20T21:12:07.1846265Z [00:03:34.142]➜  cat >/tmp/go-build2720400589/b1673/importcfg << 'EOF' # internal
2025-08-20T21:12:07.1846858Z [00:03:34.142]➜  # import config
2025-08-20T21:12:07.1847349Z [00:03:34.142]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.1847786Z [00:03:34.142]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.1848212Z [00:03:34.142]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.1848718Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:07.1849317Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2720400589/b234/_pkg_.a
2025-08-20T21:12:07.1849942Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2720400589/b256/_pkg_.a
2025-08-20T21:12:07.1850625Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2720400589/b296/_pkg_.a
2025-08-20T21:12:07.1851303Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms=/tmp/go-build2720400589/b1674/_pkg_.a
2025-08-20T21:12:07.1851940Z [00:03:34.142]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2720400589/b297/_pkg_.a
2025-08-20T21:12:07.1852759Z [00:03:34.142]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:07.1853589Z [00:03:34.142]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:07.1854418Z [00:03:34.142]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:07.1854987Z [00:03:34.142]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.1855401Z [00:03:34.142]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.1855976Z [00:03:34.142]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.1856354Z [00:03:34.142]➜  EOF
2025-08-20T21:12:07.1860068Z [00:03:34.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/awskms=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/awskms;$WORK/b1673=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms -lang=go1.21 -complete -installsuffix shared -buildid hIaeowkenZ7uYI0jKNJA/hIaeowkenZ7uYI0jKNJA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/awskms/aws_aead.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/awskms/aws_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/awskms/aws_driver.go
2025-08-20T21:12:07.1912888Z [00:03:34.149]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T21:12:07.1915543Z [00:03:34.149]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/30/30e36a05c2822350c6163fc0bf1d745288761355790ee2b490038da6eef72007-d # internal
2025-08-20T21:12:07.1918197Z [00:03:34.150]➜  github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms
2025-08-20T21:12:07.1919750Z [00:03:34.150]➜  mkdir -p $WORK/b1714/
2025-08-20T21:12:07.1925116Z [00:03:34.150]➜  cat >/tmp/go-build2720400589/b1714/importcfg << 'EOF' # internal
2025-08-20T21:12:07.1925524Z [00:03:34.150]➜  # import config
2025-08-20T21:12:07.1925875Z [00:03:34.150]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.1926338Z [00:03:34.150]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:07.1926788Z [00:03:34.150]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.1927217Z [00:03:34.150]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.1927989Z [00:03:34.150]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:07.1928744Z [00:03:34.150]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:07.1929511Z [00:03:34.150]➜  packagefile google.golang.org/api/cloudkms/v1=/tmp/go-build2720400589/b1715/_pkg_.a
2025-08-20T21:12:07.1930172Z [00:03:34.150]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:12:07.1930680Z [00:03:34.150]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:07.1931115Z [00:03:34.150]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:07.1931547Z [00:03:34.150]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.1931864Z [00:03:34.150]➜  EOF
2025-08-20T21:12:07.1934697Z [00:03:34.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go-gcpkms/v2@v2.2.0/integration/gcpkms=>github.com/tink-crypto/tink-go-gcpkms/v2@v2.2.0/integration/gcpkms;$WORK/b1714=>" -p github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms -lang=go1.21 -complete -installsuffix shared -buildid ZD7cBK9pCf77Pnv0svLi/ZD7cBK9pCf77Pnv0svLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go-gcpkms/v2@v2.2.0/integration/gcpkms/gcp_kms_aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go-gcpkms/v2@v2.2.0/integration/gcpkms/gcp_kms_client.go
2025-08-20T21:12:07.1966632Z [00:03:34.154]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/a9/a99b0dd3ab99f474f1571540d206b3f0fd8365881439468dec472a95a9468618-d # internal
2025-08-20T21:12:07.1969591Z [00:03:34.155]➜  github.com/cenkalti/backoff/v4
2025-08-20T21:12:07.1969929Z [00:03:34.155]➜  mkdir -p $WORK/b1719/
2025-08-20T21:12:07.1975707Z [00:03:34.155]➜  cat >/tmp/go-build2720400589/b1719/importcfg << 'EOF' # internal
2025-08-20T21:12:07.1976170Z [00:03:34.155]➜  # import config
2025-08-20T21:12:07.1976524Z [00:03:34.155]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.1976959Z [00:03:34.155]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.1977390Z [00:03:34.155]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:07.1977823Z [00:03:34.155]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.1978227Z [00:03:34.155]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.1978533Z [00:03:34.155]➜  EOF
2025-08-20T21:12:07.1981762Z [00:03:34.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b1719=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid wDvCsLSqBpOdgi3JAIbG/wDvCsLSqBpOdgi3JAIbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/context.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/timer.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/tries.go
2025-08-20T21:12:07.2287742Z [00:03:34.187]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T21:12:07.2288519Z [00:03:34.187]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/f2/f28f2d271068052b9745b7da58e8e6de0d91ef8e93ab24f11707b50139494a5e-d # internal
2025-08-20T21:12:07.2293347Z [00:03:34.187]➜  github.com/go-jose/go-jose/v4/jwt
2025-08-20T21:12:07.2293727Z [00:03:34.187]➜  mkdir -p $WORK/b1720/
2025-08-20T21:12:07.2297019Z [00:03:34.188]➜  cat >/tmp/go-build2720400589/b1720/importcfg << 'EOF' # internal
2025-08-20T21:12:07.2297398Z [00:03:34.188]➜  # import config
2025-08-20T21:12:07.2297989Z [00:03:34.188]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.2298553Z [00:03:34.188]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.2305528Z [00:03:34.188]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.2306069Z [00:03:34.188]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2720400589/b1487/_pkg_.a
2025-08-20T21:12:07.2306669Z [00:03:34.188]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build2720400589/b1491/_pkg_.a
2025-08-20T21:12:07.2307186Z [00:03:34.188]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.2307637Z [00:03:34.188]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.2308065Z [00:03:34.188]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.2308491Z [00:03:34.188]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.2308803Z [00:03:34.188]➜  EOF
2025-08-20T21:12:07.2311800Z [00:03:34.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt=>github.com/go-jose/go-jose/v4@v4.1.0/jwt;$WORK/b1720=>" -p github.com/go-jose/go-jose/v4/jwt -lang=go1.24 -complete -installsuffix shared -buildid 3GtZsgZp917s9TlTjcUM/3GtZsgZp917s9TlTjcUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/builder.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/claims.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/errors.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/jwt.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.0/jwt/validation.go
2025-08-20T21:12:07.2429028Z [00:03:34.199]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T21:12:07.2429897Z [00:03:34.200]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d # internal
2025-08-20T21:12:07.2430493Z [00:03:34.200]➜  github.com/hashicorp/errwrap
2025-08-20T21:12:07.2430787Z [00:03:34.200]➜  mkdir -p $WORK/b1721/
2025-08-20T21:12:07.2442928Z [00:03:34.202]➜  cat >/tmp/go-build2720400589/b1721/importcfg << 'EOF' # internal
2025-08-20T21:12:07.2467256Z [00:03:34.202]➜  # import config
2025-08-20T21:12:07.2469889Z [00:03:34.202]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.2470342Z [00:03:34.202]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.2470777Z [00:03:34.202]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.2471091Z [00:03:34.202]➜  EOF
2025-08-20T21:12:07.2472891Z [00:03:34.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b1721=>" -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/b1721/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:12:07.2593997Z [00:03:34.217]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T21:12:07.2612235Z [00:03:34.219]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/96/9679157a996af0f1ca58a919aa66484f2628134ac1f67c77eadab9f264bc79d7-d # internal
2025-08-20T21:12:07.2613917Z [00:03:34.219]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms
2025-08-20T21:12:07.2617896Z [00:03:34.220]➜  mkdir -p $WORK/b1713/
2025-08-20T21:12:07.2622190Z [00:03:34.220]➜  cat >/tmp/go-build2720400589/b1713/importcfg << 'EOF' # internal
2025-08-20T21:12:07.2623050Z [00:03:34.220]➜  # import config
2025-08-20T21:12:07.2623963Z [00:03:34.220]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.2624841Z [00:03:34.220]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.2625766Z [00:03:34.220]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:07.2626671Z [00:03:34.220]➜  packagefile github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms=/tmp/go-build2720400589/b1714/_pkg_.a
2025-08-20T21:12:07.2627423Z [00:03:34.220]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:07.2628059Z [00:03:34.220]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:12:07.2628445Z [00:03:34.220]➜  EOF
2025-08-20T21:12:07.2635911Z [00:03:34.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/gcpkms=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/gcpkms;$WORK/b1713=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms -lang=go1.21 -complete -installsuffix shared -buildid yrTo6_w6K1LC-RMx8S7S/yrTo6_w6K1LC-RMx8S7S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/gcpkms/gcp_driver.go
2025-08-20T21:12:07.2788950Z [00:03:34.237]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T21:12:07.2805711Z [00:03:34.237]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T21:12:07.2806394Z [00:03:34.237]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:12:07.2806703Z [00:03:34.238]➜  mkdir -p $WORK/b1722/
2025-08-20T21:12:07.2807260Z [00:03:34.238]➜  cat >/tmp/go-build2720400589/b1722/importcfg << 'EOF' # internal
2025-08-20T21:12:07.2807685Z [00:03:34.238]➜  # import config
2025-08-20T21:12:07.2808029Z [00:03:34.238]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.2808463Z [00:03:34.238]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:07.2808894Z [00:03:34.238]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:07.2809330Z [00:03:34.238]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.2809754Z [00:03:34.238]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.2810174Z [00:03:34.238]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.2810491Z [00:03:34.238]➜  EOF
2025-08-20T21:12:07.2812922Z [00:03:34.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1722=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid GWxzWofYYHT7tZTGcvbV/GWxzWofYYHT7tZTGcvbV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/cleanhttp.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go
2025-08-20T21:12:07.2961970Z [00:03:34.251]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T21:12:07.2962712Z [00:03:34.254]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/66/660f693be52ba1452dcb1d71b5a0bb034b7c699d41ae97e81f4f1d19f030ab26-d # internal
2025-08-20T21:12:07.2967545Z [00:03:34.254]➜  github.com/hashicorp/go-multierror
2025-08-20T21:12:07.2967926Z [00:03:34.254]➜  mkdir -p $WORK/b1723/
2025-08-20T21:12:07.2968309Z [00:03:34.254]➜  cat >/tmp/go-build2720400589/b1723/importcfg << 'EOF' # internal
2025-08-20T21:12:07.2968686Z [00:03:34.254]➜  # import config
2025-08-20T21:12:07.2969030Z [00:03:34.254]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.2969684Z [00:03:34.254]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.2970366Z [00:03:34.254]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build2720400589/b1721/_pkg_.a
2025-08-20T21:12:07.2970873Z [00:03:34.254]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.2971302Z [00:03:34.254]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.2971608Z [00:03:34.254]➜  EOF
2025-08-20T21:12:07.2975302Z [00:03:34.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b1723=>" -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/b1723/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T21:12:07.3187742Z [00:03:34.276]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T21:12:07.3196774Z [00:03:34.277]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/33/334281f799f08791451a51cd89943546c9d2e91c6d7fbced1f20e9a294a2d661-d # internal
2025-08-20T21:12:07.3198078Z [00:03:34.278]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T21:12:07.3199607Z [00:03:34.278]➜  mkdir -p $WORK/b1724/
2025-08-20T21:12:07.3204146Z [00:03:34.278]➜  cat >/tmp/go-build2720400589/b1724/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3204702Z [00:03:34.278]➜  # import config
2025-08-20T21:12:07.3205056Z [00:03:34.278]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.3205485Z [00:03:34.278]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.3205934Z [00:03:34.278]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:07.3206375Z [00:03:34.278]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.3206785Z [00:03:34.278]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.3207305Z [00:03:34.278]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2720400589/b1722/_pkg_.a
2025-08-20T21:12:07.3207806Z [00:03:34.278]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:07.3208210Z [00:03:34.278]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:07.3208621Z [00:03:34.278]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:07.3209045Z [00:03:34.278]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:07.3209488Z [00:03:34.278]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:07.3209919Z [00:03:34.278]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:07.3210341Z [00:03:34.278]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.3210930Z [00:03:34.278]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.3211686Z [00:03:34.278]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.3212252Z [00:03:34.278]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.3212783Z [00:03:34.278]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.3214993Z [00:03:34.278]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.3215679Z [00:03:34.278]➜  EOF
2025-08-20T21:12:07.3218666Z [00:03:34.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7=>github.com/hashicorp/go-retryablehttp@v0.7.7;$WORK/b1724=>" -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/b1724/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-20T21:12:07.3233867Z [00:03:34.281]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T21:12:07.3245813Z [00:03:34.282]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/79/79a1c3aa82dbf2a8b2da9842151891427ea51467d7abc86f8567eb65b9c4f821-d # internal
2025-08-20T21:12:07.3246823Z [00:03:34.282]➜  github.com/hashicorp/go-rootcerts
2025-08-20T21:12:07.3247314Z [00:03:34.282]➜  mkdir -p $WORK/b1725/
2025-08-20T21:12:07.3273610Z [00:03:34.285]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T21:12:07.3275555Z [00:03:34.285]➜  cat >/tmp/go-build2720400589/b1725/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3276139Z [00:03:34.285]➜  # import config
2025-08-20T21:12:07.3276544Z [00:03:34.285]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:07.3277197Z [00:03:34.285]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:07.3277852Z [00:03:34.285]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.3278498Z [00:03:34.285]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.3279161Z [00:03:34.285]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:07.3279639Z [00:03:34.285]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.3280267Z [00:03:34.285]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:07.3281029Z [00:03:34.285]➜  EOF
2025-08-20T21:12:07.3284032Z [00:03:34.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-rootcerts@v1.0.2=>github.com/hashicorp/go-rootcerts@v1.0.2;$WORK/b1725=>" -p github.com/hashicorp/go-rootcerts -lang=go1.12 -complete -installsuffix shared -buildid NoiEgRnxTuWdnOmpUnBO/NoiEgRnxTuWdnOmpUnBO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-rootcerts@v1.0.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-rootcerts@v1.0.2/rootcerts.go /root/go/pkg/mod/github.com/hashicorp/go-rootcerts@v1.0.2/rootcerts_base.go
2025-08-20T21:12:07.3287062Z [00:03:34.285]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T21:12:07.3287880Z [00:03:34.285]➜  github.com/ryanuber/go-glob
2025-08-20T21:12:07.3288314Z [00:03:34.285]➜  mkdir -p $WORK/b1728/
2025-08-20T21:12:07.3288766Z [00:03:34.285]➜  cat >/tmp/go-build2720400589/b1728/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3289314Z [00:03:34.285]➜  # import config
2025-08-20T21:12:07.3289779Z [00:03:34.285]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.3290137Z [00:03:34.285]➜  EOF
2025-08-20T21:12:07.3292288Z [00:03:34.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ryanuber/go-glob@v1.0.0=>github.com/ryanuber/go-glob@v1.0.0;$WORK/b1728=>" -p github.com/ryanuber/go-glob -lang=go1.16 -complete -installsuffix shared -buildid PPJDkUDMf58coydFn-rH/PPJDkUDMf58coydFn-rH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/importcfg -pack /root/go/pkg/mod/github.com/ryanuber/go-glob@v1.0.0/glob.go
2025-08-20T21:12:07.3390315Z [00:03:34.297]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T21:12:07.3393732Z [00:03:34.297]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/3c/3cb9922fc02486b1e89fce8aaf1b341a77200f2536a448524b9cf4eed8526837-d # internal
2025-08-20T21:12:07.3395825Z [00:03:34.297]➜  github.com/hashicorp/go-secure-stdlib/strutil
2025-08-20T21:12:07.3397316Z [00:03:34.297]➜  mkdir -p $WORK/b1727/
2025-08-20T21:12:07.3400928Z [00:03:34.298]➜  cat >/tmp/go-build2720400589/b1727/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3401927Z [00:03:34.298]➜  # import config
2025-08-20T21:12:07.3402542Z [00:03:34.298]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:07.3403208Z [00:03:34.298]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.3404680Z [00:03:34.298]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.3405570Z [00:03:34.298]➜  packagefile github.com/ryanuber/go-glob=/tmp/go-build2720400589/b1728/_pkg_.a
2025-08-20T21:12:07.3406541Z [00:03:34.298]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.3407432Z [00:03:34.298]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.3425357Z [00:03:34.298]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.3425960Z [00:03:34.298]➜  EOF
2025-08-20T21:12:07.3428199Z [00:03:34.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2=>github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2;$WORK/b1727=>" -p github.com/hashicorp/go-secure-stdlib/strutil -lang=go1.16 -complete -installsuffix shared -buildid cG0oW8IgWvw6uOaE859P/cG0oW8IgWvw6uOaE859P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2/strutil.go
2025-08-20T21:12:07.3466350Z [00:03:34.304]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T21:12:07.3472854Z [00:03:34.305]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/e6/e6177a0baf6f9b256b39b1441cafe4298cac390ca72c8f6588969e4d35b55981-d # internal
2025-08-20T21:12:07.3479019Z [00:03:34.306]➜  github.com/hashicorp/go-sockaddr
2025-08-20T21:12:07.3479421Z [00:03:34.306]➜  mkdir -p $WORK/b1729/
2025-08-20T21:12:07.3508440Z [00:03:34.309]➜  cat >/tmp/go-build2720400589/b1729/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3509453Z [00:03:34.309]➜  # import config
2025-08-20T21:12:07.3510109Z [00:03:34.309]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.3511219Z [00:03:34.309]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:07.3511970Z [00:03:34.309]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.3512564Z [00:03:34.309]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.3513653Z [00:03:34.309]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.3514085Z [00:03:34.309]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:07.3514706Z [00:03:34.309]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.3515127Z [00:03:34.309]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:07.3515560Z [00:03:34.309]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.3516229Z [00:03:34.309]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.3516656Z [00:03:34.309]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.3517241Z [00:03:34.309]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.3517561Z [00:03:34.309]➜  EOF
2025-08-20T21:12:07.3522781Z [00:03:34.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7=>github.com/hashicorp/go-sockaddr@v1.0.7;$WORK/b1729=>" -p github.com/hashicorp/go-sockaddr -lang=go1.19 -complete -installsuffix shared -buildid mVxchr1cY4pGYWInq0Ke/mVxchr1cY4pGYWInq0Ke -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/doc.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ifaddr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ifaddrs.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ifattr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ipaddr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ipaddrs.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ipv4addr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/ipv6addr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/rfc.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/route_info.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/route_info_linux.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/sockaddr.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/sockaddrs.go /root/go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.7/unixsock.go
2025-08-20T21:12:07.3788237Z [00:03:34.336]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T21:12:07.3795513Z [00:03:34.337]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/c3/c3f7fe16fb6f49997196ae72ccf1718e535e512c95b461fe0cf86fd5261de869-d # internal
2025-08-20T21:12:07.3804897Z [00:03:34.337]➜  github.com/mitchellh/mapstructure
2025-08-20T21:12:07.3805294Z [00:03:34.337]➜  mkdir -p $WORK/b1730/
2025-08-20T21:12:07.3805679Z [00:03:34.338]➜  cat >/tmp/go-build2720400589/b1730/importcfg << 'EOF' # internal
2025-08-20T21:12:07.3806044Z [00:03:34.338]➜  # import config
2025-08-20T21:12:07.3806395Z [00:03:34.338]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:07.3806852Z [00:03:34.338]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.3807293Z [00:03:34.338]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.3807707Z [00:03:34.338]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.3808359Z [00:03:34.338]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.3808851Z [00:03:34.338]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.3809276Z [00:03:34.338]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.3809701Z [00:03:34.338]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.3810126Z [00:03:34.338]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.3810547Z [00:03:34.338]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.3810853Z [00:03:34.338]➜  EOF
2025-08-20T21:12:07.3813283Z [00:03:34.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0=>github.com/mitchellh/mapstructure@v1.5.0;$WORK/b1730=>" -p github.com/mitchellh/mapstructure -lang=go1.14 -complete -installsuffix shared -buildid DmzkCECG4KCzGPIxwRpf/DmzkCECG4KCzGPIxwRpf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/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-20T21:12:07.4189721Z [00:03:34.377]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T21:12:07.4235515Z [00:03:34.379]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/21/21128de9a2878d363756210ebe13c20f08e1b4bb0f1494a6733f0ac4cf50a1d0-d # internal
2025-08-20T21:12:07.4243023Z [00:03:34.379]➜  github.com/hashicorp/hcl/hcl/strconv
2025-08-20T21:12:07.4243363Z [00:03:34.379]➜  mkdir -p $WORK/b1734/
2025-08-20T21:12:07.4243746Z [00:03:34.379]➜  cat >/tmp/go-build2720400589/b1734/importcfg << 'EOF' # internal
2025-08-20T21:12:07.4244100Z [00:03:34.379]➜  # import config
2025-08-20T21:12:07.4244638Z [00:03:34.379]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.4245125Z [00:03:34.379]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.4245476Z [00:03:34.379]➜  EOF
2025-08-20T21:12:07.4247627Z [00:03:34.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/strconv=>github.com/hashicorp/hcl@v1.0.0/hcl/strconv;$WORK/b1734=>" -p github.com/hashicorp/hcl/hcl/strconv -lang=go1.16 -complete -installsuffix shared -buildid g6EIPd0cnVM7Pd938E2C/g6EIPd0cnVM7Pd938E2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1734/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/strconv/quote.go
2025-08-20T21:12:07.4385958Z [00:03:34.396]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T21:12:07.4392139Z [00:03:34.397]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/5b/5bef32cc7c06cf691749cb9f5661545163cc125e67aea61fa5a177efea4d7125-d # internal
2025-08-20T21:12:07.4409765Z [00:03:34.399]➜  github.com/hashicorp/hcl/hcl/token
2025-08-20T21:12:07.4411067Z [00:03:34.399]➜  mkdir -p $WORK/b1733/
2025-08-20T21:12:07.4415529Z [00:03:34.399]➜  cat >/tmp/go-build2720400589/b1733/importcfg << 'EOF' # internal
2025-08-20T21:12:07.4416705Z [00:03:34.399]➜  # import config
2025-08-20T21:12:07.4419802Z [00:03:34.399]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.4420869Z [00:03:34.399]➜  packagefile github.com/hashicorp/hcl/hcl/strconv=/tmp/go-build2720400589/b1734/_pkg_.a
2025-08-20T21:12:07.4422298Z [00:03:34.399]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.4423028Z [00:03:34.399]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.4423765Z [00:03:34.399]➜  EOF
2025-08-20T21:12:07.4426674Z [00:03:34.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/token=>github.com/hashicorp/hcl@v1.0.0/hcl/token;$WORK/b1733=>" -p github.com/hashicorp/hcl/hcl/token -lang=go1.16 -complete -installsuffix shared -buildid obnnAlQ-od4EBJkYcSsv/obnnAlQ-od4EBJkYcSsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/token/position.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/token/token.go
2025-08-20T21:12:07.4899284Z [00:03:34.448]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T21:12:07.4905268Z [00:03:34.448]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/3a/3a2072e34963febe70205892784c17d269136f6b1f3a23b35e8a7d16b03df509-d # internal
2025-08-20T21:12:07.4907306Z [00:03:34.449]➜  github.com/hashicorp/hcl/hcl/ast
2025-08-20T21:12:07.4908473Z [00:03:34.449]➜  mkdir -p $WORK/b1732/
2025-08-20T21:12:07.4911833Z [00:03:34.449]➜  cat >/tmp/go-build2720400589/b1732/importcfg << 'EOF' # internal
2025-08-20T21:12:07.4913064Z [00:03:34.449]➜  # import config
2025-08-20T21:12:07.4914521Z [00:03:34.449]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.4915522Z [00:03:34.449]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.4916632Z [00:03:34.449]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.4917277Z [00:03:34.449]➜  EOF
2025-08-20T21:12:07.4950414Z [00:03:34.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/ast=>github.com/hashicorp/hcl@v1.0.0/hcl/ast;$WORK/b1732=>" -p github.com/hashicorp/hcl/hcl/ast -lang=go1.16 -complete -installsuffix shared -buildid Gze8k0w3PMTjmIZml-pe/Gze8k0w3PMTjmIZml-pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/ast/ast.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/ast/walk.go
2025-08-20T21:12:07.5309380Z [00:03:34.489]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T21:12:07.5331819Z [00:03:34.491]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/89/89a7516ba2e72b7eb6558768c9f2b62c229d8a2dde7cedfc2c7b68cbb597159b-d # internal
2025-08-20T21:12:07.5333166Z [00:03:34.491]➜  github.com/hashicorp/hcl/hcl/scanner
2025-08-20T21:12:07.5334105Z [00:03:34.491]➜  mkdir -p $WORK/b1736/
2025-08-20T21:12:07.5358087Z [00:03:34.494]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T21:12:07.5359099Z [00:03:34.494]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/88/885a6c163c99d0475858d3eb25948cbb981c61f639779c7f77ba185e76d5edd3-d # internal
2025-08-20T21:12:07.5360638Z [00:03:34.494]➜  github.com/hashicorp/hcl/json/token
2025-08-20T21:12:07.5360972Z [00:03:34.494]➜  mkdir -p $WORK/b1739/
2025-08-20T21:12:07.5361359Z [00:03:34.494]➜  cat >/tmp/go-build2720400589/b1736/importcfg << 'EOF' # internal
2025-08-20T21:12:07.5361712Z [00:03:34.494]➜  # import config
2025-08-20T21:12:07.5362050Z [00:03:34.494]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.5362466Z [00:03:34.494]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.5363003Z [00:03:34.494]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.5363509Z [00:03:34.494]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.5363926Z [00:03:34.494]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.5364504Z [00:03:34.494]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.5365016Z [00:03:34.494]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.5365356Z [00:03:34.494]➜  EOF
2025-08-20T21:12:07.5367462Z [00:03:34.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/scanner=>github.com/hashicorp/hcl@v1.0.0/hcl/scanner;$WORK/b1736=>" -p github.com/hashicorp/hcl/hcl/scanner -lang=go1.16 -complete -installsuffix shared -buildid jb99Wmq4lUzxTzxdQ7Cl/jb99Wmq4lUzxTzxdQ7Cl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1736/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/scanner/scanner.go
2025-08-20T21:12:07.5369306Z [00:03:34.494]➜  cat >/tmp/go-build2720400589/b1739/importcfg << 'EOF' # internal
2025-08-20T21:12:07.5369663Z [00:03:34.494]➜  # import config
2025-08-20T21:12:07.5369997Z [00:03:34.494]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.5370523Z [00:03:34.494]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.5371046Z [00:03:34.494]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.5371356Z [00:03:34.494]➜  EOF
2025-08-20T21:12:07.5373477Z [00:03:34.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/token=>github.com/hashicorp/hcl@v1.0.0/json/token;$WORK/b1739=>" -p github.com/hashicorp/hcl/json/token -lang=go1.16 -complete -installsuffix shared -buildid XtpVza_7yFlQuG4pc3rE/XtpVza_7yFlQuG4pc3rE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1739/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/token/position.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/token/token.go
2025-08-20T21:12:07.5606051Z [00:03:34.518]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T21:12:07.5613094Z [00:03:34.518]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/ec/ecc1c0a630d2e7332a6212a57e7c9e8b1996432734cc4ca0cc821a2df7466caa-d # internal
2025-08-20T21:12:07.5613913Z [00:03:34.518]➜  github.com/hashicorp/hcl/json/scanner
2025-08-20T21:12:07.5614227Z [00:03:34.518]➜  mkdir -p $WORK/b1738/
2025-08-20T21:12:07.5645788Z [00:03:34.520]➜  cat >/tmp/go-build2720400589/b1738/importcfg << 'EOF' # internal
2025-08-20T21:12:07.5647129Z [00:03:34.520]➜  # import config
2025-08-20T21:12:07.5648190Z [00:03:34.520]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.5649259Z [00:03:34.520]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.5649869Z [00:03:34.520]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build2720400589/b1739/_pkg_.a
2025-08-20T21:12:07.5650389Z [00:03:34.520]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.5650818Z [00:03:34.520]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.5651281Z [00:03:34.520]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.5651617Z [00:03:34.520]➜  EOF
2025-08-20T21:12:07.5653560Z [00:03:34.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/scanner=>github.com/hashicorp/hcl@v1.0.0/json/scanner;$WORK/b1738=>" -p github.com/hashicorp/hcl/json/scanner -lang=go1.16 -complete -installsuffix shared -buildid r_XGkf7h3klUhoZ35hp3/r_XGkf7h3klUhoZ35hp3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/scanner/scanner.go
2025-08-20T21:12:07.5944398Z [00:03:34.552]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T21:12:07.5957991Z [00:03:34.554]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/9c/9c7e45e0624cfea0e2b594f89516107f675cf4bdf01d4304cf8fe30944f73d8d-d # internal
2025-08-20T21:12:07.5963907Z [00:03:34.554]➜  github.com/hashicorp/hcl/hcl/parser
2025-08-20T21:12:07.5965479Z [00:03:34.554]➜  mkdir -p $WORK/b1735/
2025-08-20T21:12:07.5973839Z [00:03:34.555]➜  cat >/tmp/go-build2720400589/b1735/importcfg << 'EOF' # internal
2025-08-20T21:12:07.5974501Z [00:03:34.555]➜  # import config
2025-08-20T21:12:07.5974914Z [00:03:34.555]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.5975343Z [00:03:34.555]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.5975758Z [00:03:34.555]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.5976273Z [00:03:34.555]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build2720400589/b1732/_pkg_.a
2025-08-20T21:12:07.5977114Z [00:03:34.555]➜  packagefile github.com/hashicorp/hcl/hcl/scanner=/tmp/go-build2720400589/b1736/_pkg_.a
2025-08-20T21:12:07.5977814Z [00:03:34.555]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.5978332Z [00:03:34.555]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.5978658Z [00:03:34.555]➜  EOF
2025-08-20T21:12:07.5985607Z [00:03:34.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/parser=>github.com/hashicorp/hcl@v1.0.0/hcl/parser;$WORK/b1735=>" -p github.com/hashicorp/hcl/hcl/parser -lang=go1.16 -complete -installsuffix shared -buildid G5DrXgtNGk21swbUUfYi/G5DrXgtNGk21swbUUfYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1735/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/parser/error.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl/parser/parser.go
2025-08-20T21:12:07.6030945Z [00:03:34.561]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T21:12:07.6042943Z [00:03:34.562]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/1a/1a927488c794170069bfca2375da5cfab9d3edac18dd47662ddd37e100bd9e67-d # internal
2025-08-20T21:12:07.6050840Z [00:03:34.563]➜  github.com/hashicorp/hcl/json/parser
2025-08-20T21:12:07.6058484Z [00:03:34.564]➜  mkdir -p $WORK/b1737/
2025-08-20T21:12:07.6068573Z [00:03:34.565]➜  cat >/tmp/go-build2720400589/b1737/importcfg << 'EOF' # internal
2025-08-20T21:12:07.6069426Z [00:03:34.565]➜  # import config
2025-08-20T21:12:07.6070970Z [00:03:34.565]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.6071424Z [00:03:34.565]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.6071944Z [00:03:34.565]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build2720400589/b1732/_pkg_.a
2025-08-20T21:12:07.6072554Z [00:03:34.565]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.6073199Z [00:03:34.565]➜  packagefile github.com/hashicorp/hcl/json/scanner=/tmp/go-build2720400589/b1738/_pkg_.a
2025-08-20T21:12:07.6073841Z [00:03:34.565]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build2720400589/b1739/_pkg_.a
2025-08-20T21:12:07.6076587Z [00:03:34.565]➜  EOF
2025-08-20T21:12:07.6085206Z [00:03:34.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/parser=>github.com/hashicorp/hcl@v1.0.0/json/parser;$WORK/b1737=>" -p github.com/hashicorp/hcl/json/parser -lang=go1.16 -complete -installsuffix shared -buildid t5CBDERUt2nfgLsvg75P/t5CBDERUt2nfgLsvg75P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/parser/flatten.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/json/parser/parser.go
2025-08-20T21:12:07.6210922Z [00:03:34.579]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T21:12:07.6271385Z [00:03:34.585]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/11/1170ed21ff63b6ebf25d71efe38496919570d3cd11d60c57573128428f223f80-d # internal
2025-08-20T21:12:07.6310371Z [00:03:34.589]➜  github.com/hashicorp/go-secure-stdlib/parseutil
2025-08-20T21:12:07.6312879Z [00:03:34.589]➜  mkdir -p $WORK/b1726/
2025-08-20T21:12:07.6314691Z [00:03:34.589]➜  cat >/tmp/go-build2720400589/b1726/importcfg << 'EOF' # internal
2025-08-20T21:12:07.6317191Z [00:03:34.590]➜  # import config
2025-08-20T21:12:07.6318175Z [00:03:34.590]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.6318708Z [00:03:34.590]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.6319134Z [00:03:34.590]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.6319701Z [00:03:34.590]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build2720400589/b1727/_pkg_.a
2025-08-20T21:12:07.6320359Z [00:03:34.590]➜  packagefile github.com/hashicorp/go-sockaddr=/tmp/go-build2720400589/b1729/_pkg_.a
2025-08-20T21:12:07.6321240Z [00:03:34.590]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build2720400589/b1730/_pkg_.a
2025-08-20T21:12:07.6321844Z [00:03:34.590]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:07.6322282Z [00:03:34.590]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:07.6322690Z [00:03:34.590]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.6323112Z [00:03:34.590]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:07.6323523Z [00:03:34.590]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.6323933Z [00:03:34.590]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.6324539Z [00:03:34.590]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.6325028Z [00:03:34.590]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.6325453Z [00:03:34.590]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.6325762Z [00:03:34.590]➜  EOF
2025-08-20T21:12:07.6328643Z [00:03:34.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0=>github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0;$WORK/b1726=>" -p github.com/hashicorp/go-secure-stdlib/parseutil -lang=go1.20 -complete -installsuffix shared -buildid EtZ4vFJ7Z-XjefP3zaz4/EtZ4vFJ7Z-XjefP3zaz4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0/normalize.go /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0/parsepath.go /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0/parseutil.go
2025-08-20T21:12:07.6372073Z [00:03:34.595]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T21:12:07.6385651Z [00:03:34.596]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/7e/7edf70410b6b2006d1cabf82a5250cf9f5bc780280717f4da9ac02d2e8774954-d # internal
2025-08-20T21:12:07.6403308Z [00:03:34.598]➜  github.com/hamba/avro/v2/pkg/crc64
2025-08-20T21:12:07.6404147Z [00:03:34.598]➜  mkdir -p $WORK/b1743/
2025-08-20T21:12:07.6404781Z [00:03:34.598]➜  cat >/tmp/go-build2720400589/b1743/importcfg << 'EOF' # internal
2025-08-20T21:12:07.6405154Z [00:03:34.598]➜  # import config
2025-08-20T21:12:07.6405504Z [00:03:34.598]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:07.6405815Z [00:03:34.598]➜  EOF
2025-08-20T21:12:07.6407919Z [00:03:34.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1743/_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/b1743=>" -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/b1743/importcfg -pack /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/pkg/crc64/crc64.go
2025-08-20T21:12:07.6423670Z [00:03:34.600]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T21:12:07.6436169Z [00:03:34.601]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/43/43417070059c59da0eaba91dd937ddbc3910ebe5b57f1c469063185d60f07844-d # internal
2025-08-20T21:12:07.6468993Z [00:03:34.605]➜  github.com/hashicorp/hcl
2025-08-20T21:12:07.6469403Z [00:03:34.605]➜  mkdir -p $WORK/b1731/
2025-08-20T21:12:07.6476222Z [00:03:34.605]➜  cat >/tmp/go-build2720400589/b1731/importcfg << 'EOF' # internal
2025-08-20T21:12:07.6476660Z [00:03:34.605]➜  # import config
2025-08-20T21:12:07.6477012Z [00:03:34.605]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.6477436Z [00:03:34.605]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.6477948Z [00:03:34.605]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build2720400589/b1732/_pkg_.a
2025-08-20T21:12:07.6478591Z [00:03:34.605]➜  packagefile github.com/hashicorp/hcl/hcl/parser=/tmp/go-build2720400589/b1735/_pkg_.a
2025-08-20T21:12:07.6479223Z [00:03:34.605]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:07.6479848Z [00:03:34.605]➜  packagefile github.com/hashicorp/hcl/json/parser=/tmp/go-build2720400589/b1737/_pkg_.a
2025-08-20T21:12:07.6480380Z [00:03:34.605]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.6481080Z [00:03:34.605]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.6481504Z [00:03:34.605]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.6481930Z [00:03:34.605]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.6482356Z [00:03:34.605]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.6482802Z [00:03:34.605]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.6483135Z [00:03:34.606]➜  EOF
2025-08-20T21:12:07.6485774Z [00:03:34.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0=>github.com/hashicorp/hcl@v1.0.0;$WORK/b1731=>" -p github.com/hashicorp/hcl -lang=go1.16 -complete -installsuffix shared -buildid yQV0oFczpP0q9s4RCKcX/yQV0oFczpP0q9s4RCKcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/decoder.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/hcl.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/lex.go /root/go/pkg/mod/github.com/hashicorp/hcl@v1.0.0/parse.go
2025-08-20T21:12:07.6540695Z [00:03:34.612]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T21:12:07.6546007Z [00:03:34.612]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/37/37be3f89888c47062dac355efb0b73309ea8766f2787ee9b942629251d1e28ba-d # internal
2025-08-20T21:12:07.6548151Z [00:03:34.613]➜  github.com/modern-go/concurrent
2025-08-20T21:12:07.6549360Z [00:03:34.613]➜  mkdir -p $WORK/b1745/
2025-08-20T21:12:07.6553391Z [00:03:34.613]➜  cat >/tmp/go-build2720400589/b1745/importcfg << 'EOF' # internal
2025-08-20T21:12:07.6555264Z [00:03:34.613]➜  # import config
2025-08-20T21:12:07.6556328Z [00:03:34.613]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.6556879Z [00:03:34.613]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.6557327Z [00:03:34.613]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:07.6557753Z [00:03:34.613]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:07.6558156Z [00:03:34.613]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.6558571Z [00:03:34.613]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.6559030Z [00:03:34.613]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:07.6559483Z [00:03:34.613]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:07.6560106Z [00:03:34.613]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.6560591Z [00:03:34.613]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.6560906Z [00:03:34.613]➜  EOF
2025-08-20T21:12:07.6584523Z [00:03:34.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1745/_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/b1745=>" -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/b1745/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T21:12:07.7099905Z [00:03:34.668]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T21:12:07.7107028Z [00:03:34.669]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/9d/9d4d2eafad21a4aa59d2d44ae5e94bdb9400a3495011b58deca8a41943a279a9-d # internal
2025-08-20T21:12:07.7111498Z [00:03:34.669]➜  github.com/modern-go/reflect2
2025-08-20T21:12:07.7112346Z [00:03:34.669]➜  mkdir -p $WORK/b1746/
2025-08-20T21:12:07.7122950Z [00:03:34.670]➜  echo -n > $WORK/b1746/go_asm.h # internal
2025-08-20T21:12:07.7123674Z [00:03:34.670]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:12:07.7126344Z [00:03:34.670]➜  /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/b1746=>" -I $WORK/b1746/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1746/symabis ./relfect2_arm64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T21:12:07.7189671Z [00:03:34.677]➜  cat >/tmp/go-build2720400589/b1746/importcfg << 'EOF' # internal
2025-08-20T21:12:07.7191103Z [00:03:34.677]➜  # import config
2025-08-20T21:12:07.7192145Z [00:03:34.677]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.7192685Z [00:03:34.677]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:07.7193118Z [00:03:34.677]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.7193430Z [00:03:34.677]➜  EOF
2025-08-20T21:12:07.7193680Z [00:03:34.677]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:07.7205896Z [00:03:34.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b1746=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid lKnNIh2EEKiMP7-hTbcW/lKnNIh2EEKiMP7-hTbcW -goversion go1.25.0 -symabis $WORK/b1746/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1746/importcfg -pack -asmhdr $WORK/b1746/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T21:12:07.7286358Z [00:03:34.686]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T21:12:07.7299630Z [00:03:34.688]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/b6/b61489387b3517c78e4ca81f0b167374ca75cae0a368fac6b01fd078f7a2659b-d # internal
2025-08-20T21:12:07.7314978Z [00:03:34.689]➜  github.com/hashicorp/vault/api
2025-08-20T21:12:07.7315409Z [00:03:34.689]➜  mkdir -p $WORK/b1717/
2025-08-20T21:12:07.7329328Z [00:03:34.691]➜  cat >/tmp/go-build2720400589/b1717/importcfg << 'EOF' # internal
2025-08-20T21:12:07.7329976Z [00:03:34.691]➜  # import config
2025-08-20T21:12:07.7330503Z [00:03:34.691]➜  packagefile archive/tar=/tmp/go-build2720400589/b1718/_pkg_.a
2025-08-20T21:12:07.7332268Z [00:03:34.691]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:07.7332716Z [00:03:34.691]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.7333466Z [00:03:34.691]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:12:07.7333917Z [00:03:34.691]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:07.7334491Z [00:03:34.691]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:07.7335014Z [00:03:34.691]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:07.7335473Z [00:03:34.691]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:07.7335930Z [00:03:34.691]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:07.7336399Z [00:03:34.691]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:07.7337011Z [00:03:34.691]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:07.7337619Z [00:03:34.691]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:07.7338060Z [00:03:34.691]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.7338482Z [00:03:34.691]➜  packagefile flag=/tmp/go-build2720400589/b339/_pkg_.a
2025-08-20T21:12:07.7338889Z [00:03:34.691]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.7339392Z [00:03:34.691]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build2720400589/b1719/_pkg_.a
2025-08-20T21:12:07.7339970Z [00:03:34.691]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2720400589/b1487/_pkg_.a
2025-08-20T21:12:07.7340550Z [00:03:34.691]➜  packagefile github.com/go-jose/go-jose/v4/jwt=/tmp/go-build2720400589/b1720/_pkg_.a
2025-08-20T21:12:07.7341136Z [00:03:34.691]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build2720400589/b1721/_pkg_.a
2025-08-20T21:12:07.7341736Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2720400589/b1722/_pkg_.a
2025-08-20T21:12:07.7342359Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2720400589/b1723/_pkg_.a
2025-08-20T21:12:07.7342990Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2720400589/b1724/_pkg_.a
2025-08-20T21:12:07.7343609Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-rootcerts=/tmp/go-build2720400589/b1725/_pkg_.a
2025-08-20T21:12:07.7344416Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-secure-stdlib/parseutil=/tmp/go-build2720400589/b1726/_pkg_.a
2025-08-20T21:12:07.7345178Z [00:03:34.691]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build2720400589/b1727/_pkg_.a
2025-08-20T21:12:07.7345957Z [00:03:34.691]➜  packagefile github.com/hashicorp/hcl=/tmp/go-build2720400589/b1731/_pkg_.a
2025-08-20T21:12:07.7346600Z [00:03:34.691]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build2720400589/b1732/_pkg_.a
2025-08-20T21:12:07.7347213Z [00:03:34.691]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build2720400589/b1730/_pkg_.a
2025-08-20T21:12:07.7347785Z [00:03:34.691]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:12:07.7348316Z [00:03:34.691]➜  packagefile golang.org/x/time/rate=/tmp/go-build2720400589/b1430/_pkg_.a
2025-08-20T21:12:07.7348776Z [00:03:34.691]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:07.7349193Z [00:03:34.691]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:07.7349633Z [00:03:34.691]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:07.7350051Z [00:03:34.691]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.7350475Z [00:03:34.691]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:07.7350901Z [00:03:34.691]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:07.7351311Z [00:03:34.691]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:07.7351715Z [00:03:34.691]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:07.7352139Z [00:03:34.691]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.7352746Z [00:03:34.691]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.7353159Z [00:03:34.691]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.7353577Z [00:03:34.691]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.7353995Z [00:03:34.691]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.7364949Z [00:03:34.691]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.7365465Z [00:03:34.691]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.7365888Z [00:03:34.691]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.7366444Z [00:03:34.691]➜  EOF
2025-08-20T21:12:07.7379983Z [00:03:34.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0=>github.com/hashicorp/vault/api@v1.16.0;$WORK/b1717=>" -p github.com/hashicorp/vault/api -lang=go1.21 -complete -installsuffix shared -buildid jcCxdvtFnTVZK-Tn6Tg8/jcCxdvtFnTVZK-Tn6Tg8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/auth.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/auth_token.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/client.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/help.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/kv.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/kv_v1.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/kv_v2.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/lifetime_watcher.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/logical.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/output_policy.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/output_string.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/plugin_helpers.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/plugin_runtime_types.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/plugin_types.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/pluginruntimetype_enumer.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/renewbehavior_enumer.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/replication_status.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/request.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/response.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/secret.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/ssh.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/ssh_agent.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sudo_paths.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_audit.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_auth.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_capabilities.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_config_cors.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_generate_root.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_hastatus.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_health.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_init.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_leader.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_leases.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_mfa.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_monitor.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_mounts.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_plugins.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_plugins_runtimes.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_policy.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_raft.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_rekey.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_rotate.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_seal.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_stepdown.go /root/go/pkg/mod/github.com/hashicorp/vault/api@v1.16.0/sys_ui_custom_message.go
2025-08-20T21:12:07.7616022Z [00:03:34.717]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T21:12:07.7657659Z [00:03:34.723]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/e7/e7256898750dfd6ff29a0ca207301ccb53a81f2be67d753b2867f8cc305566a8-d # internal
2025-08-20T21:12:07.7661397Z [00:03:34.724]➜  github.com/buger/jsonparser
2025-08-20T21:12:07.7664741Z [00:03:34.724]➜  mkdir -p $WORK/b1751/
2025-08-20T21:12:07.7670741Z [00:03:34.725]➜  cat >/tmp/go-build2720400589/b1751/importcfg << 'EOF' # internal
2025-08-20T21:12:07.7678947Z [00:03:34.725]➜  # import config
2025-08-20T21:12:07.7679323Z [00:03:34.725]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.7679761Z [00:03:34.725]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.7680181Z [00:03:34.725]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.7680596Z [00:03:34.725]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.7681023Z [00:03:34.725]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:07.7681451Z [00:03:34.725]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.7681906Z [00:03:34.725]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.7682244Z [00:03:34.725]➜  EOF
2025-08-20T21:12:07.7685058Z [00:03:34.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1=>github.com/buger/jsonparser@v1.1.1;$WORK/b1751=>" -p github.com/buger/jsonparser -lang=go1.13 -complete -installsuffix shared -buildid 1FdI6ErrDvHgJhnEShai/1FdI6ErrDvHgJhnEShai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/importcfg -pack /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/bytes.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/bytes_unsafe.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/escape.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/fuzz.go /root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1/parser.go
2025-08-20T21:12:07.8341181Z [00:03:34.792]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T21:12:07.8357358Z [00:03:34.793]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/2c/2c091314360e2d733a1290f7ce6fea22f788ac3e4793871ced9ed30d4be88387-d # internal
2025-08-20T21:12:07.8358108Z [00:03:34.793]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:12:07.8358421Z [00:03:34.793]➜  mkdir -p $WORK/b1753/
2025-08-20T21:12:07.8359651Z [00:03:34.794]➜  cat >/tmp/go-build2720400589/b1753/importcfg << 'EOF' # internal
2025-08-20T21:12:07.8360478Z [00:03:34.794]➜  # import config
2025-08-20T21:12:07.8361557Z [00:03:34.794]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:07.8362048Z [00:03:34.794]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:07.8362479Z [00:03:34.794]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.8362791Z [00:03:34.794]➜  EOF
2025-08-20T21:12:07.8364808Z [00:03:34.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer=>github.com/mailru/easyjson@v0.9.0/buffer;$WORK/b1753=>" -p github.com/mailru/easyjson/buffer -lang=go1.20 -complete -installsuffix shared -buildid -eLItqrYYoOcJUkPdNzH/-eLItqrYYoOcJUkPdNzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer/pool.go
2025-08-20T21:12:07.8640409Z [00:03:34.822]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T21:12:07.8647941Z [00:03:34.823]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/c7/c7e9fb60af5a734602b4d825ae2539be2f10476146c937f835a7e66c58ca2035-d # internal
2025-08-20T21:12:07.8649560Z [00:03:34.823]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:12:07.8650607Z [00:03:34.823]➜  mkdir -p $WORK/b1752/
2025-08-20T21:12:07.8655149Z [00:03:34.823]➜  cat >/tmp/go-build2720400589/b1752/importcfg << 'EOF' # internal
2025-08-20T21:12:07.8655563Z [00:03:34.823]➜  # import config
2025-08-20T21:12:07.8656016Z [00:03:34.823]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build2720400589/b1753/_pkg_.a
2025-08-20T21:12:07.8656543Z [00:03:34.823]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:07.8656967Z [00:03:34.823]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.8657616Z [00:03:34.823]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.8658090Z [00:03:34.823]➜  EOF
2025-08-20T21:12:07.8676979Z [00:03:34.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter=>github.com/mailru/easyjson@v0.9.0/jwriter;$WORK/b1752=>" -p github.com/mailru/easyjson/jwriter -lang=go1.20 -complete -installsuffix shared -buildid tRDojV7FyGhM8PIMvIQG/tRDojV7FyGhM8PIMvIQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter/writer.go
2025-08-20T21:12:07.9059740Z [00:03:34.864]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T21:12:07.9079307Z [00:03:34.866]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/16/16d4b5401629689d0b9187d58b565fa2cff7e6d17385679c0e4e987f23dbdc6b-d # internal
2025-08-20T21:12:07.9084624Z [00:03:34.866]➜  gopkg.in/yaml.v3
2025-08-20T21:12:07.9085710Z [00:03:34.867]➜  mkdir -p $WORK/b1754/
2025-08-20T21:12:07.9091170Z [00:03:34.867]➜  cat >/tmp/go-build2720400589/b1754/importcfg << 'EOF' # internal
2025-08-20T21:12:07.9091566Z [00:03:34.867]➜  # import config
2025-08-20T21:12:07.9091928Z [00:03:34.867]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:07.9092359Z [00:03:34.867]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:07.9092821Z [00:03:34.867]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:07.9093271Z [00:03:34.867]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:07.9093681Z [00:03:34.867]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:07.9094073Z [00:03:34.867]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:07.9094807Z [00:03:34.867]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:07.9095305Z [00:03:34.867]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:07.9095750Z [00:03:34.867]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:07.9096167Z [00:03:34.867]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:07.9096590Z [00:03:34.867]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:07.9097016Z [00:03:34.867]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:07.9097431Z [00:03:34.867]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:07.9097838Z [00:03:34.867]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:07.9098258Z [00:03:34.867]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:07.9098707Z [00:03:34.867]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:07.9099045Z [00:03:34.867]➜  EOF
2025-08-20T21:12:07.9104050Z [00:03:34.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1754/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b1754=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T21:12:08.2024913Z [00:03:35.160]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:12:08.2026419Z [00:03:35.160]➜  /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/b1746=>" -I $WORK/b1746/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1746/relfect2_arm64.o ./relfect2_arm64.s
2025-08-20T21:12:08.2083777Z [00:03:35.166]➜  /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/b1746=>" -I $WORK/b1746/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1746/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T21:12:08.2152088Z [00:03:35.173]➜  /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/b1746=>" -I $WORK/b1746/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1746/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T21:12:08.2182823Z [00:03:35.176]➜  /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/b1746=>" -I $WORK/b1746/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1746/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T21:12:08.2231350Z [00:03:35.181]➜  go tool pack r $WORK/b1746/_pkg_.a $WORK/b1746/relfect2_arm64.o $WORK/b1746/relfect2_mips64x.o $WORK/b1746/relfect2_mipsx.o $WORK/b1746/relfect2_ppc64x.o # internal
2025-08-20T21:12:08.2233188Z [00:03:35.181]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T21:12:08.2441965Z [00:03:35.202]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/9a/9adeac84c071d370420e62746d12b28fbb0849acdcd88c8d14519fbfb5022a8b-d # internal
2025-08-20T21:12:08.2459174Z [00:03:35.204]➜  github.com/json-iterator/go
2025-08-20T21:12:08.2487114Z [00:03:35.207]➜  mkdir -p $WORK/b1744/
2025-08-20T21:12:08.2491656Z [00:03:35.207]➜  cat >/tmp/go-build2720400589/b1744/importcfg << 'EOF' # internal
2025-08-20T21:12:08.2492102Z [00:03:35.207]➜  # import config
2025-08-20T21:12:08.2492452Z [00:03:35.207]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.2492883Z [00:03:35.207]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:08.2493349Z [00:03:35.207]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:08.2493824Z [00:03:35.207]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:08.2494394Z [00:03:35.207]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.2494899Z [00:03:35.207]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.2495418Z [00:03:35.207]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build2720400589/b1745/_pkg_.a
2025-08-20T21:12:08.2496016Z [00:03:35.207]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2720400589/b1746/_pkg_.a
2025-08-20T21:12:08.2496506Z [00:03:35.207]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:08.2496910Z [00:03:35.207]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:08.2497621Z [00:03:35.207]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:08.2498053Z [00:03:35.207]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:08.2498472Z [00:03:35.207]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:08.2498891Z [00:03:35.207]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.2499318Z [00:03:35.207]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.2499740Z [00:03:35.207]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:08.2500167Z [00:03:35.207]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:08.2500715Z [00:03:35.207]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:08.2501332Z [00:03:35.207]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:08.2501668Z [00:03:35.207]➜  EOF
2025-08-20T21:12:08.2518221Z [00:03:35.209]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:08.2532984Z [00:03:35.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b1744=>" -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/b1744/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T21:12:08.4492201Z [00:03:35.407]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T21:12:08.4536072Z [00:03:35.411]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T21:12:08.4581340Z [00:03:35.416]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T21:12:08.4583562Z [00:03:35.416]➜  github.com/wk8/go-ordered-map/v2
2025-08-20T21:12:08.4585072Z [00:03:35.416]➜  mkdir -p $WORK/b1749/
2025-08-20T21:12:08.4589608Z [00:03:35.417]➜  cat >/tmp/go-build2720400589/b1749/importcfg << 'EOF' # internal
2025-08-20T21:12:08.4591086Z [00:03:35.417]➜  # import config
2025-08-20T21:12:08.4591792Z [00:03:35.417]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.4592509Z [00:03:35.417]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:08.4593317Z [00:03:35.417]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:08.4594430Z [00:03:35.417]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.4595295Z [00:03:35.417]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build2720400589/b1750/_pkg_.a
2025-08-20T21:12:08.4596487Z [00:03:35.417]➜  packagefile github.com/buger/jsonparser=/tmp/go-build2720400589/b1751/_pkg_.a
2025-08-20T21:12:08.4597174Z [00:03:35.417]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build2720400589/b1752/_pkg_.a
2025-08-20T21:12:08.4597758Z [00:03:35.417]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2720400589/b1754/_pkg_.a
2025-08-20T21:12:08.4598240Z [00:03:35.417]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:08.4598690Z [00:03:35.417]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:08.4599036Z [00:03:35.417]➜  EOF
2025-08-20T21:12:08.4601629Z [00:03:35.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8=>github.com/wk8/go-ordered-map/v2@v2.1.8;$WORK/b1749=>" -p github.com/wk8/go-ordered-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid a-LadF5d_iNaQgtSyo3A/a-LadF5d_iNaQgtSyo3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/importcfg -pack /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/json.go /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/orderedmap.go /root/go/pkg/mod/github.com/wk8/go-ordered-map/v2@v2.1.8/yaml.go
2025-08-20T21:12:08.4625849Z [00:03:35.420]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/ee/ee0e222e7842b4713e4f0a817c27f92355eb5ab2f0f4a82fdd34e4f20b2102bd-d # internal
2025-08-20T21:12:08.4627264Z [00:03:35.421]➜  github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault
2025-08-20T21:12:08.4637094Z [00:03:35.422]➜  mkdir -p $WORK/b1740/
2025-08-20T21:12:08.4646695Z [00:03:35.423]➜  cat >/tmp/go-build2720400589/b1740/importcfg << 'EOF' # internal
2025-08-20T21:12:08.4648665Z [00:03:35.423]➜  # import config
2025-08-20T21:12:08.4649680Z [00:03:35.423]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:08.4650497Z [00:03:35.423]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:08.4651335Z [00:03:35.423]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.4651965Z [00:03:35.423]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.4652732Z [00:03:35.423]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build2720400589/b1717/_pkg_.a
2025-08-20T21:12:08.4653801Z [00:03:35.423]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:08.4654989Z [00:03:35.423]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:08.4656078Z [00:03:35.423]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:08.4656743Z [00:03:35.423]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:08.4657440Z [00:03:35.423]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.4657992Z [00:03:35.423]➜  EOF
2025-08-20T21:12:08.4661101Z [00:03:35.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tink-crypto/tink-go-hcvault/v2@v2.2.0/integration/hcvault=>github.com/tink-crypto/tink-go-hcvault/v2@v2.2.0/integration/hcvault;$WORK/b1740=>" -p github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault -lang=go1.21 -complete -installsuffix shared -buildid LQZlqs_gxt2hoot152lA/LQZlqs_gxt2hoot152lA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack /root/go/pkg/mod/github.com/tink-crypto/tink-go-hcvault/v2@v2.2.0/integration/hcvault/hcvault_aead.go /root/go/pkg/mod/github.com/tink-crypto/tink-go-hcvault/v2@v2.2.0/integration/hcvault/hcvault_client.go
2025-08-20T21:12:08.5130380Z [00:03:35.470]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T21:12:08.5138663Z [00:03:35.472]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/e3/e3e90290592b4d66c9a28c6d4f6c94cf6297be2bdf66328aa287a686012910ca-d # internal
2025-08-20T21:12:08.5139502Z [00:03:35.472]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault
2025-08-20T21:12:08.5139966Z [00:03:35.472]➜  mkdir -p $WORK/b1716/
2025-08-20T21:12:08.5140371Z [00:03:35.472]➜  cat >/tmp/go-build2720400589/b1716/importcfg << 'EOF' # internal
2025-08-20T21:12:08.5140725Z [00:03:35.472]➜  # import config
2025-08-20T21:12:08.5141089Z [00:03:35.472]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:08.5141533Z [00:03:35.472]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.5141947Z [00:03:35.472]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.5142662Z [00:03:35.472]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:08.5143428Z [00:03:35.472]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build2720400589/b1717/_pkg_.a
2025-08-20T21:12:08.5144147Z [00:03:35.472]➜  packagefile github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault=/tmp/go-build2720400589/b1740/_pkg_.a
2025-08-20T21:12:08.5145350Z [00:03:35.472]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:08.5146103Z [00:03:35.472]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:08.5146633Z [00:03:35.472]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:08.5147069Z [00:03:35.472]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:08.5147485Z [00:03:35.472]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:08.5147898Z [00:03:35.472]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.5148214Z [00:03:35.472]➜  EOF
2025-08-20T21:12:08.5151485Z [00:03:35.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/hcvault=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/hcvault;$WORK/b1716=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault -lang=go1.21 -complete -installsuffix shared -buildid rp-oCdbX3MrBUqO-i8r5/rp-oCdbX3MrBUqO-i8r5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/hcvault/hcvault_client.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/rules/encryption/hcvault/hcvault_driver.go
2025-08-20T21:12:08.5480576Z [00:03:35.506]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T21:12:08.5498913Z [00:03:35.508]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/85/85da36bdfe2ad51cfde8e497ba205234722b5437fcc46546e678a07804071a1d-d # internal
2025-08-20T21:12:08.5510081Z [00:03:35.509]➜  go/doc/comment
2025-08-20T21:12:08.5514523Z [00:03:35.509]➜  mkdir -p $WORK/b1756/
2025-08-20T21:12:08.5531499Z [00:03:35.511]➜  cat >/tmp/go-build2720400589/b1756/importcfg << 'EOF' # internal
2025-08-20T21:12:08.5536045Z [00:03:35.511]➜  # import config
2025-08-20T21:12:08.5540007Z [00:03:35.512]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.5540632Z [00:03:35.512]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.5541202Z [00:03:35.512]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:08.5541623Z [00:03:35.512]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:08.5542055Z [00:03:35.512]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.5542483Z [00:03:35.512]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.5542913Z [00:03:35.512]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:08.5543362Z [00:03:35.512]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:08.5543700Z [00:03:35.512]➜  EOF
2025-08-20T21:12:08.5547294Z [00:03:35.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1756/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b1756=>" -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/b1756/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:12:08.5647967Z [00:03:35.523]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T21:12:08.5657276Z [00:03:35.523]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/f2/f2ce86f2328faaf76fcdf8884e6c256b0f6067e5f3ee770cb7e747688f55fcfc-d # internal
2025-08-20T21:12:08.5659417Z [00:03:35.524]➜  internal/lazyregexp
2025-08-20T21:12:08.5659721Z [00:03:35.524]➜  mkdir -p $WORK/b1757/
2025-08-20T21:12:08.5660112Z [00:03:35.524]➜  cat >/tmp/go-build2720400589/b1757/importcfg << 'EOF' # internal
2025-08-20T21:12:08.5660673Z [00:03:35.524]➜  # import config
2025-08-20T21:12:08.5661066Z [00:03:35.524]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:08.5661496Z [00:03:35.524]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:08.5668886Z [00:03:35.524]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.5669346Z [00:03:35.524]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:08.5669659Z [00:03:35.524]➜  EOF
2025-08-20T21:12:08.5671240Z [00:03:35.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1757/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b1757=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:12:08.5903267Z [00:03:35.548]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T21:12:08.5908641Z [00:03:35.549]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T21:12:08.5927486Z [00:03:35.551]➜  hash/maphash
2025-08-20T21:12:08.5929635Z [00:03:35.551]➜  mkdir -p $WORK/b1759/
2025-08-20T21:12:08.5932724Z [00:03:35.551]➜  cat >/tmp/go-build2720400589/b1759/importcfg << 'EOF' # internal
2025-08-20T21:12:08.5934113Z [00:03:35.551]➜  # import config
2025-08-20T21:12:08.5935236Z [00:03:35.551]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:08.5935977Z [00:03:35.551]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:12:08.5936840Z [00:03:35.551]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:12:08.5937644Z [00:03:35.551]➜  packagefile internal/goexperiment=/tmp/go-build2720400589/b017/_pkg_.a
2025-08-20T21:12:08.5938295Z [00:03:35.551]➜  EOF
2025-08-20T21:12:08.5940403Z [00:03:35.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1759/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b1759=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:12:08.6252034Z [00:03:35.583]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T21:12:08.6258424Z [00:03:35.584]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T21:12:08.6265082Z [00:03:35.584]➜  github.com/santhosh-tekuri/jsonschema/v5
2025-08-20T21:12:08.6267477Z [00:03:35.585]➜  mkdir -p $WORK/b1758/
2025-08-20T21:12:08.6268060Z [00:03:35.585]➜  cat >/tmp/go-build2720400589/b1758/importcfg << 'EOF' # internal
2025-08-20T21:12:08.6269158Z [00:03:35.585]➜  # import config
2025-08-20T21:12:08.6269557Z [00:03:35.585]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.6270021Z [00:03:35.585]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:08.6270505Z [00:03:35.585]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:08.6270947Z [00:03:35.585]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.6271366Z [00:03:35.585]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.6271802Z [00:03:35.585]➜  packagefile hash/maphash=/tmp/go-build2720400589/b1759/_pkg_.a
2025-08-20T21:12:08.6272234Z [00:03:35.585]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:08.6272651Z [00:03:35.585]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:08.6273070Z [00:03:35.585]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:08.6273666Z [00:03:35.585]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:08.6274185Z [00:03:35.585]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:08.6274907Z [00:03:35.585]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:08.6275364Z [00:03:35.585]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:08.6275810Z [00:03:35.585]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:08.6276239Z [00:03:35.585]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:08.6276655Z [00:03:35.585]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:08.6277073Z [00:03:35.585]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.6277502Z [00:03:35.585]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.6277920Z [00:03:35.585]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:08.6278361Z [00:03:35.585]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:08.6278694Z [00:03:35.585]➜  EOF
2025-08-20T21:12:08.6283551Z [00:03:35.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1=>github.com/santhosh-tekuri/jsonschema/v5@v5.3.1;$WORK/b1758=>" -p github.com/santhosh-tekuri/jsonschema/v5 -lang=go1.19 -complete -installsuffix shared -buildid EebQy2lDilqf1zZ60fG-/EebQy2lDilqf1zZ60fG- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/importcfg -pack /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/compiler.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/content.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/doc.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/draft.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/errors.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/extension.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/format.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/loader.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/output.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/resource.go /root/go/pkg/mod/github.com/santhosh-tekuri/jsonschema/v5@v5.3.1/schema.go
2025-08-20T21:12:08.7412580Z [00:03:35.698]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T21:12:08.7419314Z [00:03:35.700]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T21:12:08.7438988Z [00:03:35.700]➜  go/doc
2025-08-20T21:12:08.7439257Z [00:03:35.700]➜  mkdir -p $WORK/b1755/
2025-08-20T21:12:08.7439653Z [00:03:35.701]➜  cat >/tmp/go-build2720400589/b1755/importcfg << 'EOF' # internal
2025-08-20T21:12:08.7440010Z [00:03:35.701]➜  # import config
2025-08-20T21:12:08.7440346Z [00:03:35.701]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:12:08.7440778Z [00:03:35.701]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.7441219Z [00:03:35.701]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:08.7441676Z [00:03:35.701]➜  packagefile go/doc/comment=/tmp/go-build2720400589/b1756/_pkg_.a
2025-08-20T21:12:08.7442147Z [00:03:35.701]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:08.7442645Z [00:03:35.701]➜  packagefile internal/lazyregexp=/tmp/go-build2720400589/b1757/_pkg_.a
2025-08-20T21:12:08.7443107Z [00:03:35.701]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:08.7443515Z [00:03:35.701]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:08.7443937Z [00:03:35.701]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:08.7444496Z [00:03:35.701]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.7445199Z [00:03:35.701]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.7445701Z [00:03:35.701]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:08.7446157Z [00:03:35.701]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:08.7446499Z [00:03:35.701]➜  EOF
2025-08-20T21:12:08.7448495Z [00:03:35.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1755/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b1755=>" -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/b1755/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T21:12:08.9072445Z [00:03:35.865]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T21:12:08.9199403Z [00:03:35.877]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/e0/e047de62e284f638e3d25195f65e670317db56e17cb43bb6d155cc626d6af747-d # internal
2025-08-20T21:12:08.9200048Z [00:03:35.877]➜  github.com/hamba/avro/v2
2025-08-20T21:12:08.9200351Z [00:03:35.877]➜  mkdir -p $WORK/b1742/
2025-08-20T21:12:08.9200980Z [00:03:35.877]➜  echo -n > $WORK/b1742/go_asm.h # internal
2025-08-20T21:12:08.9201362Z [00:03:35.877]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T21:12:08.9202797Z [00:03:35.877]➜  /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/b1742=>" -I $WORK/b1742/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1742/symabis ./noescape.s
2025-08-20T21:12:08.9241554Z [00:03:35.880]➜  cat >/tmp/go-build2720400589/b1742/importcfg << 'EOF' # internal
2025-08-20T21:12:08.9244494Z [00:03:35.881]➜  # import config
2025-08-20T21:12:08.9244946Z [00:03:35.881]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.9245399Z [00:03:35.881]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:08.9246102Z [00:03:35.881]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:08.9246629Z [00:03:35.881]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:08.9247092Z [00:03:35.881]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:08.9247575Z [00:03:35.881]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:08.9248017Z [00:03:35.881]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.9248426Z [00:03:35.881]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.9248951Z [00:03:35.881]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build2720400589/b1743/_pkg_.a
2025-08-20T21:12:08.9249541Z [00:03:35.881]➜  packagefile github.com/json-iterator/go=/tmp/go-build2720400589/b1744/_pkg_.a
2025-08-20T21:12:08.9250140Z [00:03:35.881]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build2720400589/b1730/_pkg_.a
2025-08-20T21:12:08.9250741Z [00:03:35.881]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2720400589/b1746/_pkg_.a
2025-08-20T21:12:08.9251229Z [00:03:35.881]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:08.9251636Z [00:03:35.881]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:08.9252066Z [00:03:35.881]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:08.9252481Z [00:03:35.881]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:08.9252916Z [00:03:35.881]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:08.9253367Z [00:03:35.881]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:08.9253785Z [00:03:35.881]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:08.9254491Z [00:03:35.881]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.9255060Z [00:03:35.881]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.9255496Z [00:03:35.881]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:08.9255935Z [00:03:35.881]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:08.9256367Z [00:03:35.881]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:08.9256676Z [00:03:35.881]➜  EOF
2025-08-20T21:12:08.9256921Z [00:03:35.881]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:08.9268019Z [00:03:35.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0=>github.com/hamba/avro/v2@v2.28.0;$WORK/b1742=>" -p github.com/hamba/avro/v2 -lang=go1.23 -installsuffix shared -buildid P6vJg85cdAD-L0Xjwr8m/P6vJg85cdAD-L0Xjwr8m -goversion go1.25.0 -symabis $WORK/b1742/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1742/importcfg -pack -asmhdr $WORK/b1742/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-20T21:12:08.9333658Z [00:03:35.891]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T21:12:08.9364130Z [00:03:35.894]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T21:12:08.9374545Z [00:03:35.895]➜  github.com/invopop/jsonschema
2025-08-20T21:12:08.9377954Z [00:03:35.896]➜  mkdir -p $WORK/b1748/
2025-08-20T21:12:08.9381035Z [00:03:35.896]➜  cat >/tmp/go-build2720400589/b1748/importcfg << 'EOF' # internal
2025-08-20T21:12:08.9381919Z [00:03:35.896]➜  # import config
2025-08-20T21:12:08.9382771Z [00:03:35.896]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:08.9383320Z [00:03:35.896]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:08.9383780Z [00:03:35.896]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:08.9384204Z [00:03:35.896]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:08.9385173Z [00:03:35.896]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build2720400589/b1749/_pkg_.a
2025-08-20T21:12:08.9385776Z [00:03:35.896]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:08.9386220Z [00:03:35.896]➜  packagefile go/doc=/tmp/go-build2720400589/b1755/_pkg_.a
2025-08-20T21:12:08.9386662Z [00:03:35.896]➜  packagefile go/parser=/tmp/go-build2720400589/b1611/_pkg_.a
2025-08-20T21:12:08.9387115Z [00:03:35.896]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:08.9387540Z [00:03:35.896]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:08.9387947Z [00:03:35.896]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:08.9388363Z [00:03:35.896]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:08.9388784Z [00:03:35.896]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:08.9389234Z [00:03:35.896]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:08.9389684Z [00:03:35.896]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:08.9390222Z [00:03:35.896]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:08.9390779Z [00:03:35.896]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:08.9391206Z [00:03:35.896]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:08.9391772Z [00:03:35.896]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:08.9392083Z [00:03:35.896]➜  EOF
2025-08-20T21:12:08.9395021Z [00:03:35.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0=>github.com/invopop/jsonschema@v0.13.0;$WORK/b1748=>" -p github.com/invopop/jsonschema -lang=go1.18 -complete -installsuffix shared -buildid yzA5SE3jr9sq-j4S4FYs/yzA5SE3jr9sq-j4S4FYs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/id.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/reflect.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/reflect_comments.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/schema.go /root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0/utils.go
2025-08-20T21:12:09.0761051Z [00:03:36.034]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T21:12:09.0804020Z [00:03:36.038]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/ac/acb320e62c17b0e4777d5b6238b8bd059d424933c00bd458f0408d3061315216-d # internal
2025-08-20T21:12:09.0813797Z [00:03:36.039]➜  go/printer
2025-08-20T21:12:09.0814111Z [00:03:36.039]➜  mkdir -p $WORK/b1766/
2025-08-20T21:12:09.0823439Z [00:03:36.040]➜  cat >/tmp/go-build2720400589/b1766/importcfg << 'EOF' # internal
2025-08-20T21:12:09.0823822Z [00:03:36.040]➜  # import config
2025-08-20T21:12:09.0824159Z [00:03:36.040]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.0831460Z [00:03:36.040]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:09.0832028Z [00:03:36.040]➜  packagefile go/build/constraint=/tmp/go-build2720400589/b1612/_pkg_.a
2025-08-20T21:12:09.0832537Z [00:03:36.040]➜  packagefile go/doc/comment=/tmp/go-build2720400589/b1756/_pkg_.a
2025-08-20T21:12:09.0833006Z [00:03:36.040]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:09.0833432Z [00:03:36.040]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.0833847Z [00:03:36.040]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:09.0834375Z [00:03:36.040]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:09.0834869Z [00:03:36.040]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:09.0835295Z [00:03:36.040]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:09.0835722Z [00:03:36.040]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.0836403Z [00:03:36.040]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:09.0836935Z [00:03:36.040]➜  packagefile text/tabwriter=/tmp/go-build2720400589/b194/_pkg_.a
2025-08-20T21:12:09.0837388Z [00:03:36.040]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:09.0837841Z [00:03:36.040]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:09.0838180Z [00:03:36.040]➜  EOF
2025-08-20T21:12:09.0851208Z [00:03:36.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1766/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b1766=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid DflQV--yVK5lLvsawRMZ/DflQV--yVK5lLvsawRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/importcfg -pack /root/.go/src/go/printer/comment.go /root/.go/src/go/printer/gobuild.go /root/.go/src/go/printer/nodes.go /root/.go/src/go/printer/printer.go
2025-08-20T21:12:09.1157523Z [00:03:36.073]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T21:12:09.1187503Z [00:03:36.076]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/65/6522fce53daf3e489eddf42dafe970aff9d8802cd161b76353dd5f1337f32c13-d # internal
2025-08-20T21:12:09.1193280Z [00:03:36.077]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema
2025-08-20T21:12:09.1193789Z [00:03:36.077]➜  mkdir -p $WORK/b1747/
2025-08-20T21:12:09.1194575Z [00:03:36.077]➜  cat >/tmp/go-build2720400589/b1747/importcfg << 'EOF' # internal
2025-08-20T21:12:09.1194946Z [00:03:36.077]➜  # import config
2025-08-20T21:12:09.1195315Z [00:03:36.077]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:09.1195758Z [00:03:36.077]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.1196394Z [00:03:36.077]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:09.1197249Z [00:03:36.077]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build2720400589/b1619/_pkg_.a
2025-08-20T21:12:09.1198120Z [00:03:36.077]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build2720400589/b1625/_pkg_.a
2025-08-20T21:12:09.1198839Z [00:03:36.077]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build2720400589/b1748/_pkg_.a
2025-08-20T21:12:09.1199481Z [00:03:36.077]➜  packagefile github.com/santhosh-tekuri/jsonschema/v5=/tmp/go-build2720400589/b1758/_pkg_.a
2025-08-20T21:12:09.1200001Z [00:03:36.077]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.1200424Z [00:03:36.077]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.1200856Z [00:03:36.077]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.1201279Z [00:03:36.077]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:09.1201587Z [00:03:36.077]➜  EOF
2025-08-20T21:12:09.1208183Z [00:03:36.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/jsonschema=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/jsonschema;$WORK/b1747=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema -lang=go1.21 -complete -installsuffix shared -buildid AWV4-sYVDNvaUprk9Eks/AWV4-sYVDNvaUprk9Eks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/jsonschema/config.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/jsonschema/json_schema.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/jsonschema/json_schema_util.go
2025-08-20T21:12:09.2811140Z [00:03:36.239]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T21:12:09.2858774Z [00:03:36.244]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/75/757561cd86045949600a1e69e133bc3f9d4b070d64c95495c1851abab374b893-d # internal
2025-08-20T21:12:09.2860111Z [00:03:36.244]➜  github.com/actgardner/gogen-avro/v10/util
2025-08-20T21:12:09.2863215Z [00:03:36.244]➜  mkdir -p $WORK/b1767/
2025-08-20T21:12:09.2863685Z [00:03:36.244]➜  cat >/tmp/go-build2720400589/b1767/importcfg << 'EOF' # internal
2025-08-20T21:12:09.2864065Z [00:03:36.244]➜  # import config
2025-08-20T21:12:09.2864621Z [00:03:36.244]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.2865065Z [00:03:36.244]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.2865520Z [00:03:36.244]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:09.2865857Z [00:03:36.244]➜  EOF
2025-08-20T21:12:09.2868120Z [00:03:36.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/util=>github.com/actgardner/gogen-avro/v10@v10.2.1/util;$WORK/b1767=>" -p github.com/actgardner/gogen-avro/v10/util -lang=go1.17 -complete -installsuffix shared -buildid b09SuVVJTrQtgF5nKUxC/b09SuVVJTrQtgF5nKUxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/util/bytes.go
2025-08-20T21:12:09.3037906Z [00:03:36.262]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T21:12:09.3048999Z [00:03:36.263]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/9f/9f3eff9bc4c5b79ae4e75e377a0cbf0701b88df40965d15c285e6568c1da673a-d # internal
2025-08-20T21:12:09.3057050Z [00:03:36.263]➜  github.com/actgardner/gogen-avro/v10/vm
2025-08-20T21:12:09.3059412Z [00:03:36.264]➜  mkdir -p $WORK/b1769/
2025-08-20T21:12:09.3070733Z [00:03:36.265]➜  cat >/tmp/go-build2720400589/b1769/importcfg << 'EOF' # internal
2025-08-20T21:12:09.3071353Z [00:03:36.265]➜  # import config
2025-08-20T21:12:09.3071792Z [00:03:36.265]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:09.3072403Z [00:03:36.265]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.3073122Z [00:03:36.265]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build2720400589/b1770/_pkg_.a
2025-08-20T21:12:09.3073817Z [00:03:36.265]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.3074424Z [00:03:36.265]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:09.3074899Z [00:03:36.265]➜  EOF
2025-08-20T21:12:09.3086455Z [00:03:36.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm=>github.com/actgardner/gogen-avro/v10@v10.2.1/vm;$WORK/b1769=>" -p github.com/actgardner/gogen-avro/v10/vm -lang=go1.17 -complete -installsuffix shared -buildid T1uBaGwOdL-dtJGDZmqP/T1uBaGwOdL-dtJGDZmqP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1769/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/eval.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/instructions.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/op.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/program.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/readers.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/vm/writers.go
2025-08-20T21:12:09.3402643Z [00:03:36.298]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T21:12:09.3419097Z [00:03:36.300]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T21:12:09.3432125Z [00:03:36.301]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/8e/8e3ae04f23b49d86e4b2314d982578feffb7645441abdb07342a9131a783fae3-d # internal
2025-08-20T21:12:09.3442906Z [00:03:36.302]➜  github.com/yuin/gopher-lua/ast
2025-08-20T21:12:09.3443313Z [00:03:36.302]➜  mkdir -p $WORK/b1776/
2025-08-20T21:12:09.3455488Z [00:03:36.303]➜  cat >/tmp/go-build2720400589/b1776/importcfg << 'EOF' # internal
2025-08-20T21:12:09.3456086Z [00:03:36.303]➜  # import config
2025-08-20T21:12:09.3456468Z [00:03:36.303]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.3456931Z [00:03:36.303]➜  EOF
2025-08-20T21:12:09.3474856Z [00:03:36.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast=>github.com/yuin/gopher-lua@v1.1.1/ast;$WORK/b1776=>" -p github.com/yuin/gopher-lua/ast -lang=go1.17 -complete -installsuffix shared -buildid 5zeptfNRgxch3r-GTetZ/5zeptfNRgxch3r-GTetZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/ast.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/expr.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/misc.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/stmt.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/token.go
2025-08-20T21:12:09.3477813Z [00:03:36.305]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/f1/f13a3afd8578abe7eaef428f3542b87a899d5fdbdb634d6c6fb2f9317b80c618-d # internal
2025-08-20T21:12:09.3478681Z [00:03:36.305]➜  go/format
2025-08-20T21:12:09.3479122Z [00:03:36.305]➜  mkdir -p $WORK/b1765/
2025-08-20T21:12:09.3488085Z [00:03:36.307]➜  cat >/tmp/go-build2720400589/b1765/importcfg << 'EOF' # internal
2025-08-20T21:12:09.3488734Z [00:03:36.307]➜  # import config
2025-08-20T21:12:09.3489086Z [00:03:36.307]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:09.3489503Z [00:03:36.307]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.3489922Z [00:03:36.307]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:09.3490361Z [00:03:36.307]➜  packagefile go/parser=/tmp/go-build2720400589/b1611/_pkg_.a
2025-08-20T21:12:09.3490816Z [00:03:36.307]➜  packagefile go/printer=/tmp/go-build2720400589/b1766/_pkg_.a
2025-08-20T21:12:09.3491272Z [00:03:36.307]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:09.3491688Z [00:03:36.307]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.3492105Z [00:03:36.307]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.3492431Z [00:03:36.307]➜  EOF
2025-08-20T21:12:09.3499554Z [00:03:36.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1765/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b1765=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid EtBmVOo4aNT0Z4s4VuPi/EtBmVOo4aNT0Z4s4VuPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:12:09.4069368Z [00:03:36.365]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T21:12:09.4088402Z [00:03:36.367]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/70/701ccf23941d2b67da3247a65804b7043f0cceb32405bd1fb3ad77fec9be474f-d # internal
2025-08-20T21:12:09.4089399Z [00:03:36.367]➜  github.com/actgardner/gogen-avro/v10/generator
2025-08-20T21:12:09.4089798Z [00:03:36.367]➜  mkdir -p $WORK/b1764/
2025-08-20T21:12:09.4090222Z [00:03:36.367]➜  cat >/tmp/go-build2720400589/b1764/importcfg << 'EOF' # internal
2025-08-20T21:12:09.4090585Z [00:03:36.367]➜  # import config
2025-08-20T21:12:09.4090945Z [00:03:36.367]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.4091395Z [00:03:36.367]➜  packagefile go/format=/tmp/go-build2720400589/b1765/_pkg_.a
2025-08-20T21:12:09.4091845Z [00:03:36.367]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:09.4092301Z [00:03:36.367]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:09.4092747Z [00:03:36.367]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:09.4093165Z [00:03:36.367]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:09.4093588Z [00:03:36.367]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.4094018Z [00:03:36.367]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:09.4094552Z [00:03:36.367]➜  EOF
2025-08-20T21:12:09.4097279Z [00:03:36.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/generator=>github.com/actgardner/gogen-avro/v10@v10.2.1/generator;$WORK/b1764=>" -p github.com/actgardner/gogen-avro/v10/generator -lang=go1.17 -complete -installsuffix shared -buildid 1D5VMDDNYmDbazMlTt-7/1D5VMDDNYmDbazMlTt-7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1764/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/generator/namer.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/generator/package.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/generator/util.go
2025-08-20T21:12:09.4260660Z [00:03:36.384]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T21:12:09.4288041Z [00:03:36.386]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/d6/d6ca75f84170017d393d227828abbff30eb477275697102119fbad4ef8abf701-d # internal
2025-08-20T21:12:09.4294442Z [00:03:36.387]➜  github.com/yuin/gopher-lua/parse
2025-08-20T21:12:09.4294939Z [00:03:36.387]➜  mkdir -p $WORK/b1777/
2025-08-20T21:12:09.4302290Z [00:03:36.388]➜  cat >/tmp/go-build2720400589/b1777/importcfg << 'EOF' # internal
2025-08-20T21:12:09.4318847Z [00:03:36.388]➜  # import config
2025-08-20T21:12:09.4320539Z [00:03:36.388]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:09.4320977Z [00:03:36.388]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:09.4321397Z [00:03:36.388]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.4321902Z [00:03:36.388]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2720400589/b1776/_pkg_.a
2025-08-20T21:12:09.4322390Z [00:03:36.388]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.4322821Z [00:03:36.388]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.4323260Z [00:03:36.388]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:09.4323689Z [00:03:36.388]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.4324014Z [00:03:36.388]➜  EOF
2025-08-20T21:12:09.4326394Z [00:03:36.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse=>github.com/yuin/gopher-lua@v1.1.1/parse;$WORK/b1777=>" -p github.com/yuin/gopher-lua/parse -lang=go1.17 -complete -installsuffix shared -buildid bqAqyb8hbRuN7AfVRHjh/bqAqyb8hbRuN7AfVRHjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1777/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse/lexer.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse/parser.go
2025-08-20T21:12:09.4366459Z [00:03:36.394]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T21:12:09.4372460Z [00:03:36.395]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/af/af1ab9c7ad7a952c68fefe6d8a676df577b0a07f50d7cd96f3ed32d59b228201-d # internal
2025-08-20T21:12:09.4402297Z [00:03:36.398]➜  github.com/actgardner/gogen-avro/v10/schema
2025-08-20T21:12:09.4406515Z [00:03:36.398]➜  mkdir -p $WORK/b1763/
2025-08-20T21:12:09.4406941Z [00:03:36.398]➜  cat >/tmp/go-build2720400589/b1763/importcfg << 'EOF' # internal
2025-08-20T21:12:09.4407315Z [00:03:36.399]➜  # import config
2025-08-20T21:12:09.4407676Z [00:03:36.399]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:09.4408114Z [00:03:36.399]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.4408680Z [00:03:36.399]➜  packagefile github.com/actgardner/gogen-avro/v10/generator=/tmp/go-build2720400589/b1764/_pkg_.a
2025-08-20T21:12:09.4409361Z [00:03:36.399]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build2720400589/b1767/_pkg_.a
2025-08-20T21:12:09.4409900Z [00:03:36.399]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.4410220Z [00:03:36.399]➜  EOF
2025-08-20T21:12:09.4419596Z [00:03:36.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema=>github.com/actgardner/gogen-avro/v10@v10.2.1/schema;$WORK/b1763=>" -p github.com/actgardner/gogen-avro/v10/schema -lang=go1.17 -complete -installsuffix shared -buildid tYk56j0TAr76D2W0bhPk/tYk56j0TAr76D2W0bhPk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1763/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/array.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/avro_type.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/bool.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/bytes.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/constructable.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/definition.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/double.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/enum.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/field.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/file_root.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/fixed.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/float.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/int.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/long.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/map.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/node.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/null.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/primitive.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/qualified_name.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/record.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/reference.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/string.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/schema/union.go
2025-08-20T21:12:09.5381131Z [00:03:36.496]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T21:12:09.5383241Z [00:03:36.496]➜  /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/b1742=>" -I $WORK/b1742/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1742/noescape.o ./noescape.s
2025-08-20T21:12:09.5421033Z [00:03:36.500]➜  go tool pack r $WORK/b1742/_pkg_.a $WORK/b1742/noescape.o # internal
2025-08-20T21:12:09.5421539Z [00:03:36.500]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T21:12:09.5521042Z [00:03:36.510]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/1f/1f8ca8cb8587d88bcee07f9198f36fe4ef0f60f06bddda3f11ede8b9f0c9d4c3-d # internal
2025-08-20T21:12:09.5521917Z [00:03:36.510]➜  github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2
2025-08-20T21:12:09.5522358Z [00:03:36.510]➜  mkdir -p $WORK/b1741/
2025-08-20T21:12:09.5526863Z [00:03:36.510]➜  cat >/tmp/go-build2720400589/b1741/importcfg << 'EOF' # internal
2025-08-20T21:12:09.5527291Z [00:03:36.510]➜  # import config
2025-08-20T21:12:09.5527650Z [00:03:36.510]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:09.5528084Z [00:03:36.511]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:09.5528502Z [00:03:36.511]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.5532629Z [00:03:36.511]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:09.5533494Z [00:03:36.511]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build2720400589/b1619/_pkg_.a
2025-08-20T21:12:09.5534472Z [00:03:36.511]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build2720400589/b1625/_pkg_.a
2025-08-20T21:12:09.5535241Z [00:03:36.511]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build2720400589/b1742/_pkg_.a
2025-08-20T21:12:09.5536138Z [00:03:36.511]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2720400589/b1746/_pkg_.a
2025-08-20T21:12:09.5536648Z [00:03:36.511]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.5537082Z [00:03:36.511]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.5537503Z [00:03:36.511]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:09.5537912Z [00:03:36.511]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:09.5538223Z [00:03:36.511]➜  EOF
2025-08-20T21:12:09.5538474Z [00:03:36.511]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:09.5542078Z [00:03:36.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/avrov2=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/avrov2;$WORK/b1741=>" -p github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2 -lang=go1.21 -complete -installsuffix shared -buildid tHxt02pd5Q4dwwa1aL5t/tHxt02pd5Q4dwwa1aL5t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/avrov2/avro.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/avrov2/avro_util.go /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/schemaregistry/serde/avrov2/config.go
2025-08-20T21:12:09.5547399Z [00:03:36.511]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T21:12:09.5565930Z [00:03:36.514]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/1b/1b49cfb06f9d70f7b890435664a52bb68073aca51d8187b5b0d5a9f11c5f046e-d # internal
2025-08-20T21:12:09.5574687Z [00:03:36.515]➜  github.com/actgardner/gogen-avro/v10/parser
2025-08-20T21:12:09.5575044Z [00:03:36.515]➜  mkdir -p $WORK/b1762/
2025-08-20T21:12:09.5575432Z [00:03:36.515]➜  cat >/tmp/go-build2720400589/b1762/importcfg << 'EOF' # internal
2025-08-20T21:12:09.5575790Z [00:03:36.515]➜  # import config
2025-08-20T21:12:09.5576152Z [00:03:36.515]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:09.5576587Z [00:03:36.515]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.5577146Z [00:03:36.515]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build2720400589/b1763/_pkg_.a
2025-08-20T21:12:09.5577691Z [00:03:36.515]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.5578363Z [00:03:36.515]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.5578759Z [00:03:36.515]➜  EOF
2025-08-20T21:12:09.5581679Z [00:03:36.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/parser=>github.com/actgardner/gogen-avro/v10@v10.2.1/parser;$WORK/b1762=>" -p github.com/actgardner/gogen-avro/v10/parser -lang=go1.17 -complete -installsuffix shared -buildid Uq1qnPKECwHK50tyAUUA/Uq1qnPKECwHK50tyAUUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/parser/errors.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/parser/map_helper.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/parser/namespace.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/parser/util.go
2025-08-20T21:12:09.6000847Z [00:03:36.558]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T21:12:09.6010132Z [00:03:36.559]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/2f/2f790b60867e9dda0088aeedf1e5d9ed881997ac779641f4725fc6a44a660984-d # internal
2025-08-20T21:12:09.6027188Z [00:03:36.559]➜  github.com/actgardner/gogen-avro/v10/resolver
2025-08-20T21:12:09.6027963Z [00:03:36.559]➜  mkdir -p $WORK/b1768/
2025-08-20T21:12:09.6028641Z [00:03:36.559]➜  cat >/tmp/go-build2720400589/b1768/importcfg << 'EOF' # internal
2025-08-20T21:12:09.6029871Z [00:03:36.559]➜  # import config
2025-08-20T21:12:09.6030427Z [00:03:36.559]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.6031192Z [00:03:36.559]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build2720400589/b1763/_pkg_.a
2025-08-20T21:12:09.6031844Z [00:03:36.559]➜  EOF
2025-08-20T21:12:09.6034121Z [00:03:36.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/resolver=>github.com/actgardner/gogen-avro/v10@v10.2.1/resolver;$WORK/b1768=>" -p github.com/actgardner/gogen-avro/v10/resolver -lang=go1.17 -complete -installsuffix shared -buildid Cf4-_PQ-ZNbTWzE6p5Vu/Cf4-_PQ-ZNbTWzE6p5Vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/resolver/resolver.go
2025-08-20T21:12:09.6088283Z [00:03:36.567]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T21:12:09.6107610Z [00:03:36.569]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/5f/5f3df5fec759ddeb18c7cf78a4f9e5b52b1a79a8bed1e98f0fd2eeab91fa0d25-d # internal
2025-08-20T21:12:09.6108782Z [00:03:36.569]➜  github.com/yuin/gopher-lua/pm
2025-08-20T21:12:09.6109152Z [00:03:36.569]➜  mkdir -p $WORK/b1778/
2025-08-20T21:12:09.6119096Z [00:03:36.570]➜  cat >/tmp/go-build2720400589/b1778/importcfg << 'EOF' # internal
2025-08-20T21:12:09.6120286Z [00:03:36.570]➜  # import config
2025-08-20T21:12:09.6121532Z [00:03:36.570]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.6121880Z [00:03:36.570]➜  EOF
2025-08-20T21:12:09.6123642Z [00:03:36.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/pm=>github.com/yuin/gopher-lua@v1.1.1/pm;$WORK/b1778=>" -p github.com/yuin/gopher-lua/pm -lang=go1.17 -complete -installsuffix shared -buildid Xoiff8WGXxMUAZ6_pds0/Xoiff8WGXxMUAZ6_pds0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1778/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/pm/pm.go
2025-08-20T21:12:09.6129570Z [00:03:36.571]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T21:12:09.6130792Z [00:03:36.571]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/4f/4f96d77dfae5a49c6faedf3b79b4e66d4087349129190267e341b6453f7ab0c5-d # internal
2025-08-20T21:12:09.6132489Z [00:03:36.571]➜  github.com/actgardner/gogen-avro/v10/compiler
2025-08-20T21:12:09.6132862Z [00:03:36.571]➜  mkdir -p $WORK/b1761/
2025-08-20T21:12:09.6133461Z [00:03:36.571]➜  cat >/tmp/go-build2720400589/b1761/importcfg << 'EOF' # internal
2025-08-20T21:12:09.6133874Z [00:03:36.571]➜  # import config
2025-08-20T21:12:09.6134214Z [00:03:36.571]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.6134965Z [00:03:36.571]➜  packagefile github.com/actgardner/gogen-avro/v10/parser=/tmp/go-build2720400589/b1762/_pkg_.a
2025-08-20T21:12:09.6145622Z [00:03:36.571]➜  packagefile github.com/actgardner/gogen-avro/v10/resolver=/tmp/go-build2720400589/b1768/_pkg_.a
2025-08-20T21:12:09.6146544Z [00:03:36.571]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build2720400589/b1763/_pkg_.a
2025-08-20T21:12:09.6147231Z [00:03:36.571]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build2720400589/b1769/_pkg_.a
2025-08-20T21:12:09.6147649Z [00:03:36.571]➜  EOF
2025-08-20T21:12:09.6151255Z [00:03:36.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler=>github.com/actgardner/gogen-avro/v10@v10.2.1/compiler;$WORK/b1761=>" -p github.com/actgardner/gogen-avro/v10/compiler -lang=go1.17 -complete -installsuffix shared -buildid KEJf3tAZhYL_1QHdw1zW/KEJf3tAZhYL_1QHdw1zW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/compile.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/instruction.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/logging.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/method.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/options.go /root/go/pkg/mod/github.com/actgardner/gogen-avro/v10@v10.2.1/compiler/program.go
2025-08-20T21:12:09.6641711Z [00:03:36.622]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T21:12:09.6650919Z [00:03:36.623]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/ce/ce1e88116a733666df3f9da709c2cb54af0daa424e5d5fe74e7e0b678ca08bb2-d # internal
2025-08-20T21:12:09.6667174Z [00:03:36.624]➜  github.com/yuin/gopher-lua
2025-08-20T21:12:09.6670284Z [00:03:36.625]➜  mkdir -p $WORK/b1775/
2025-08-20T21:12:09.6671816Z [00:03:36.625]➜  cat >/tmp/go-build2720400589/b1775/importcfg << 'EOF' # internal
2025-08-20T21:12:09.6673069Z [00:03:36.625]➜  # import config
2025-08-20T21:12:09.6673426Z [00:03:36.625]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:09.6673867Z [00:03:36.625]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:09.6674494Z [00:03:36.625]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:09.6674985Z [00:03:36.625]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.6675497Z [00:03:36.625]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2720400589/b1776/_pkg_.a
2025-08-20T21:12:09.6676088Z [00:03:36.625]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build2720400589/b1777/_pkg_.a
2025-08-20T21:12:09.6681101Z [00:03:36.625]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build2720400589/b1778/_pkg_.a
2025-08-20T21:12:09.6681617Z [00:03:36.625]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.6682054Z [00:03:36.625]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:09.6682475Z [00:03:36.625]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:09.6682906Z [00:03:36.625]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:09.6683322Z [00:03:36.625]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:09.6683734Z [00:03:36.625]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:09.6684186Z [00:03:36.625]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:09.6684810Z [00:03:36.625]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.6685440Z [00:03:36.625]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:09.6685943Z [00:03:36.625]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:09.6686380Z [00:03:36.625]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:09.6686815Z [00:03:36.625]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.6687232Z [00:03:36.625]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:09.6687670Z [00:03:36.625]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:09.6688110Z [00:03:36.625]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:09.6688528Z [00:03:36.625]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:09.6688835Z [00:03:36.625]➜  EOF
2025-08-20T21:12:09.6706606Z [00:03:36.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1=>github.com/yuin/gopher-lua@v1.1.1;$WORK/b1775=>" -p github.com/yuin/gopher-lua -lang=go1.17 -complete -installsuffix shared -buildid 1_7KegoeIs411G46L8h7/1_7KegoeIs411G46L8h7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/alloc.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/auxlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/baselib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/channellib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/compile.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/config.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/coroutinelib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/debuglib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/function.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/iolib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/linit.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/loadlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/mathlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/opcode.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/oslib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/package.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/state.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/stringlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/table.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/tablelib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/utils.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/value.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/vm.go
2025-08-20T21:12:09.6926831Z [00:03:36.651]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T21:12:09.6971469Z [00:03:36.654]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/4a/4a5200f908ccda6e9eec04c0ee2431a4806449ebf43a29e4cd627925bf1e020d-d # internal
2025-08-20T21:12:09.6972493Z [00:03:36.655]➜  github.com/jrnd-io/jr/pkg/types
2025-08-20T21:12:09.6972992Z [00:03:36.655]➜  mkdir -p $WORK/b1760/
2025-08-20T21:12:09.6974652Z [00:03:36.655]➜  cat >/tmp/go-build2720400589/b1760/importcfg << 'EOF' # internal
2025-08-20T21:12:09.6975085Z [00:03:36.655]➜  # import config
2025-08-20T21:12:09.6975464Z [00:03:36.655]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:09.6975908Z [00:03:36.655]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.6976476Z [00:03:36.655]➜  packagefile github.com/actgardner/gogen-avro/v10/compiler=/tmp/go-build2720400589/b1761/_pkg_.a
2025-08-20T21:12:09.6977169Z [00:03:36.655]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build2720400589/b1767/_pkg_.a
2025-08-20T21:12:09.6977824Z [00:03:36.655]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build2720400589/b1769/_pkg_.a
2025-08-20T21:12:09.6978494Z [00:03:36.655]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build2720400589/b1770/_pkg_.a
2025-08-20T21:12:09.6979029Z [00:03:36.655]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.6979586Z [00:03:36.655]➜  EOF
2025-08-20T21:12:09.6989889Z [00:03:36.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1760/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types=>github.com/jrnd-io/jr/pkg/types;$WORK/b1760=>" -p github.com/jrnd-io/jr/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid 3BSX6EGXGYNIvVc2x9Pa/3BSX6EGXGYNIvVc2x9Pa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/importcfg -pack ./pkg/types/address.go ./pkg/types/array_orderline.go ./pkg/types/array_string.go ./pkg/types/bytes.go ./pkg/types/csv_product.go ./pkg/types/csv_user.go ./pkg/types/destination.go ./pkg/types/finance_stock_trade.go ./pkg/types/fleetmgmt_description.go ./pkg/types/fleetmgmt_location.go ./pkg/types/fleetmgmt_sensor.go ./pkg/types/gaming_game.go ./pkg/types/gaming_player.go ./pkg/types/gaming_player_activity.go ./pkg/types/insurance_customer.go ./pkg/types/insurance_customer_activity.go ./pkg/types/insurance_offer.go ./pkg/types/inventorymgmt_inventory.go ./pkg/types/inventorymgmt_product.go ./pkg/types/iot_device_information.go ./pkg/types/location.go ./pkg/types/map_bool.go ./pkg/types/map_bytes.go ./pkg/types/map_float.go ./pkg/types/map_int.go ./pkg/types/map_long.go ./pkg/types/map_string.go ./pkg/types/marketing_campaign_finance.go ./pkg/types/my_map_test_record.go ./pkg/types/net_device.go ./pkg/types/orderline.go ./pkg/types/payment_credit_card.go ./pkg/types/payment_transaction.go ./pkg/types/payroll_bonus.go ./pkg/types/payroll_employee.go ./pkg/types/payroll_employee_location.go ./pkg/types/pizzastore_order.go ./pkg/types/pizzastore_order_cancelled.go ./pkg/types/pizzastore_order_completed.go ./pkg/types/purchase.go ./pkg/types/registry.go ./pkg/types/shoestore_clickstream.go ./pkg/types/shoestore_customer.go ./pkg/types/shoestore_order.go ./pkg/types/shoestore_shoe.go ./pkg/types/shopping_order.go ./pkg/types/shopping_rating.go ./pkg/types/siem_log.go ./pkg/types/source.go ./pkg/types/store.go ./pkg/types/syslog_log.go ./pkg/types/user.go ./pkg/types/users.go ./pkg/types/users_array_map.go ./pkg/types/webanalytics_clickstream.go ./pkg/types/webanalytics_code.go ./pkg/types/webanalytics_page_view.go ./pkg/types/webanalytics_user.go
2025-08-20T21:12:09.7133038Z [00:03:36.671]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T21:12:09.7171268Z [00:03:36.675]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/11/11ed7f0329ecf731e57c421217f66467ad2d548307d29cd1d5ec4d6fc04eb08f-d # internal
2025-08-20T21:12:09.7176315Z [00:03:36.675]➜  github.com/jmespath/go-jmespath
2025-08-20T21:12:09.7176649Z [00:03:36.675]➜  mkdir -p $WORK/b1785/
2025-08-20T21:12:09.7177070Z [00:03:36.675]➜  cat >/tmp/go-build2720400589/b1785/importcfg << 'EOF' # internal
2025-08-20T21:12:09.7177431Z [00:03:36.675]➜  # import config
2025-08-20T21:12:09.7177768Z [00:03:36.675]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:09.7178215Z [00:03:36.675]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:09.7178670Z [00:03:36.675]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:09.7179087Z [00:03:36.675]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.7179501Z [00:03:36.675]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:09.7179931Z [00:03:36.675]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.7180359Z [00:03:36.675]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:09.7180779Z [00:03:36.675]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:09.7181202Z [00:03:36.675]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.7181630Z [00:03:36.675]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:09.7182076Z [00:03:36.675]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:09.7182412Z [00:03:36.675]➜  EOF
2025-08-20T21:12:09.7187486Z [00:03:36.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b1785=>" -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/b1785/importcfg -pack /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/api.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/astnodetype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/functions.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/interpreter.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/lexer.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/parser.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/toktype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/util.go
2025-08-20T21:12:09.8626291Z [00:03:36.820]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T21:12:09.8648636Z [00:03:36.823]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d # internal
2025-08-20T21:12:09.8652606Z [00:03:36.823]➜  github.com/aws/aws-sdk-go/aws/awsutil
2025-08-20T21:12:09.8652957Z [00:03:36.823]➜  mkdir -p $WORK/b1784/
2025-08-20T21:12:09.8653348Z [00:03:36.823]➜  cat >/tmp/go-build2720400589/b1784/importcfg << 'EOF' # internal
2025-08-20T21:12:09.8654032Z [00:03:36.823]➜  # import config
2025-08-20T21:12:09.8654582Z [00:03:36.823]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:09.8655074Z [00:03:36.823]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.8655590Z [00:03:36.823]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build2720400589/b1785/_pkg_.a
2025-08-20T21:12:09.8656084Z [00:03:36.823]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.8656498Z [00:03:36.823]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.8656934Z [00:03:36.823]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:09.8657512Z [00:03:36.823]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:09.8658016Z [00:03:36.823]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.8658617Z [00:03:36.823]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:09.8658930Z [00:03:36.823]➜  EOF
2025-08-20T21:12:09.8665989Z [00:03:36.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil=>github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil;$WORK/b1784=>" -p github.com/aws/aws-sdk-go/aws/awsutil -lang=go1.19 -complete -installsuffix shared -buildid vQ-JxY0ZzHi-el2QvtCS/vQ-JxY0ZzHi-el2QvtCS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1784/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil/path_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/awsutil/string_value.go
2025-08-20T21:12:09.9253163Z [00:03:36.883]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T21:12:09.9329079Z [00:03:36.891]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/51/5109d1cc7e1fb1ceee159e81129ce121ea230a5b582cdb714d35052c25e24e4f-d # internal
2025-08-20T21:12:09.9339349Z [00:03:36.892]➜  github.com/aws/aws-sdk-go/aws/request
2025-08-20T21:12:09.9339810Z [00:03:36.892]➜  mkdir -p $WORK/b1783/
2025-08-20T21:12:09.9367657Z [00:03:36.894]➜  cat >/tmp/go-build2720400589/b1783/importcfg << 'EOF' # internal
2025-08-20T21:12:09.9387810Z [00:03:36.894]➜  # import config
2025-08-20T21:12:09.9388205Z [00:03:36.894]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:09.9388895Z [00:03:36.894]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:09.9389481Z [00:03:36.894]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:09.9390092Z [00:03:36.894]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:09.9390719Z [00:03:36.894]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:09.9391382Z [00:03:36.894]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:09.9392042Z [00:03:36.894]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build2720400589/b325/_pkg_.a
2025-08-20T21:12:09.9392550Z [00:03:36.894]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:09.9392971Z [00:03:36.894]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:09.9393395Z [00:03:36.894]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:09.9393820Z [00:03:36.894]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:09.9394951Z [00:03:36.894]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:09.9395465Z [00:03:36.894]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:09.9395903Z [00:03:36.894]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:09.9396627Z [00:03:36.894]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:09.9397065Z [00:03:36.894]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:09.9397499Z [00:03:36.894]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:09.9397804Z [00:03:36.894]➜  EOF
2025-08-20T21:12:09.9402968Z [00:03:36.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request=>github.com/aws/aws-sdk-go@v1.55.7/aws/request;$WORK/b1783=>" -p github.com/aws/aws-sdk-go/aws/request -lang=go1.19 -complete -installsuffix shared -buildid NwfBFyO7Ql4E_Qw034AL/NwfBFyO7Ql4E_Qw034AL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1783/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/connection_reset_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/http_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/offset_reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/request_1_8.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/request_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/request_pagination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/timeout_read_closer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/validation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/request/waiter.go
2025-08-20T21:12:10.1799244Z [00:03:37.138]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T21:12:10.1829036Z [00:03:37.141]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/e8/e86ae407e5c4db5b58fafa3801b5c315893145b087f09014c669eef0e6931028-d # internal
2025-08-20T21:12:10.1831728Z [00:03:37.141]➜  github.com/aws/aws-sdk-go/internal/sdkrand
2025-08-20T21:12:10.1855688Z [00:03:37.141]➜  mkdir -p $WORK/b1786/
2025-08-20T21:12:10.1856119Z [00:03:37.142]➜  cat >/tmp/go-build2720400589/b1786/importcfg << 'EOF' # internal
2025-08-20T21:12:10.1856473Z [00:03:37.142]➜  # import config
2025-08-20T21:12:10.1856830Z [00:03:37.142]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:10.1857259Z [00:03:37.142]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:10.1857669Z [00:03:37.142]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.1858248Z [00:03:37.142]➜  EOF
2025-08-20T21:12:10.1860612Z [00:03:37.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkrand=>github.com/aws/aws-sdk-go@v1.55.7/internal/sdkrand;$WORK/b1786=>" -p github.com/aws/aws-sdk-go/internal/sdkrand -lang=go1.19 -complete -installsuffix shared -buildid 5NuyY0ADOdx1ATxJ1T-i/5NuyY0ADOdx1ATxJ1T-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1786/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkrand/locked_source.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkrand/read.go
2025-08-20T21:12:10.2168189Z [00:03:37.175]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T21:12:10.2173663Z [00:03:37.175]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/5e/5e9e76ff50a41e637b34ee21d1010b150f276e758b92ab43f2ecc119e5451e90-d # internal
2025-08-20T21:12:10.2176822Z [00:03:37.176]➜  github.com/aws/aws-sdk-go/aws/client
2025-08-20T21:12:10.2183219Z [00:03:37.176]➜  mkdir -p $WORK/b1781/
2025-08-20T21:12:10.2184221Z [00:03:37.176]➜  cat >/tmp/go-build2720400589/b1781/importcfg << 'EOF' # internal
2025-08-20T21:12:10.2185131Z [00:03:37.176]➜  # import config
2025-08-20T21:12:10.2185501Z [00:03:37.176]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.2185927Z [00:03:37.176]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.2186763Z [00:03:37.176]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.2187401Z [00:03:37.176]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.2188059Z [00:03:37.176]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.2188705Z [00:03:37.176]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build2720400589/b1786/_pkg_.a
2025-08-20T21:12:10.2189232Z [00:03:37.176]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.2189760Z [00:03:37.176]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.2190292Z [00:03:37.176]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.2190933Z [00:03:37.176]➜  packagefile net/http/httputil=/tmp/go-build2720400589/b251/_pkg_.a
2025-08-20T21:12:10.2191405Z [00:03:37.176]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.2191823Z [00:03:37.176]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.2192128Z [00:03:37.176]➜  EOF
2025-08-20T21:12:10.2195007Z [00:03:37.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client=>github.com/aws/aws-sdk-go@v1.55.7/aws/client;$WORK/b1781=>" -p github.com/aws/aws-sdk-go/aws/client -lang=go1.19 -complete -installsuffix shared -buildid 0P93kxE6TWL2vW09mR1D/0P93kxE6TWL2vW09mR1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/default_retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/client/no_op_retryer.go
2025-08-20T21:12:10.2935973Z [00:03:37.251]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T21:12:10.2948244Z [00:03:37.253]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/88/8864cf7122bc2e3c590f6d98151c37d6074930ad9210e809c43c08d25101090b-d # internal
2025-08-20T21:12:10.2950129Z [00:03:37.253]➜  github.com/aws/aws-sdk-go/aws/corehandlers
2025-08-20T21:12:10.2951507Z [00:03:37.253]➜  mkdir -p $WORK/b1787/
2025-08-20T21:12:10.2958683Z [00:03:37.254]➜  cat >/tmp/go-build2720400589/b1787/importcfg << 'EOF' # internal
2025-08-20T21:12:10.2959106Z [00:03:37.254]➜  # import config
2025-08-20T21:12:10.2959762Z [00:03:37.254]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.2960219Z [00:03:37.254]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.2960731Z [00:03:37.254]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.2961333Z [00:03:37.254]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.2961977Z [00:03:37.254]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.2962609Z [00:03:37.254]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.2963127Z [00:03:37.254]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.2963562Z [00:03:37.254]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.2963990Z [00:03:37.254]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.2964729Z [00:03:37.254]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:10.2965165Z [00:03:37.254]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:10.2965592Z [00:03:37.254]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:10.2966027Z [00:03:37.254]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.2966710Z [00:03:37.254]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.2967023Z [00:03:37.254]➜  EOF
2025-08-20T21:12:10.2970070Z [00:03:37.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers=>github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers;$WORK/b1787=>" -p github.com/aws/aws-sdk-go/aws/corehandlers -lang=go1.19 -complete -installsuffix shared -buildid G_wbTtXp3vqiKlGOrSR_/G_wbTtXp3vqiKlGOrSR_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers/awsinternal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers/param_validator.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/corehandlers/user_agent.go
2025-08-20T21:12:10.3396257Z [00:03:37.297]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T21:12:10.3409352Z [00:03:37.299]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/0a/0afe6b526f13505b0dea4f127e2231e30f50cf92e195961d273a8c58a4d03b03-d # internal
2025-08-20T21:12:10.3498968Z [00:03:37.308]➜  github.com/aws/aws-sdk-go/aws/credentials/processcreds
2025-08-20T21:12:10.3507063Z [00:03:37.308]➜  mkdir -p $WORK/b1788/
2025-08-20T21:12:10.3507515Z [00:03:37.309]➜  cat >/tmp/go-build2720400589/b1788/importcfg << 'EOF' # internal
2025-08-20T21:12:10.3507874Z [00:03:37.309]➜  # import config
2025-08-20T21:12:10.3508233Z [00:03:37.309]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.3508696Z [00:03:37.309]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.3509144Z [00:03:37.309]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.3509676Z [00:03:37.309]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.3510311Z [00:03:37.309]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.3510966Z [00:03:37.309]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build2720400589/b325/_pkg_.a
2025-08-20T21:12:10.3511474Z [00:03:37.309]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.3511891Z [00:03:37.309]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.3512307Z [00:03:37.309]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:10.3512982Z [00:03:37.309]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:10.3513477Z [00:03:37.309]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:10.3513907Z [00:03:37.309]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.3514487Z [00:03:37.309]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.3514847Z [00:03:37.309]➜  EOF
2025-08-20T21:12:10.3521214Z [00:03:37.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/processcreds=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/processcreds;$WORK/b1788=>" -p github.com/aws/aws-sdk-go/aws/credentials/processcreds -lang=go1.19 -complete -installsuffix shared -buildid 7ZsqVi3e3fLBauVtMINk/7ZsqVi3e3fLBauVtMINk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1788/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/processcreds/provider.go
2025-08-20T21:12:10.4140968Z [00:03:37.372]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T21:12:10.4154707Z [00:03:37.373]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/35/357a52e7676439daf2682e2747e2285d79025f9b75fe8572b7681f13a0a5288e-d # internal
2025-08-20T21:12:10.4185665Z [00:03:37.376]➜  github.com/aws/aws-sdk-go/aws/auth/bearer
2025-08-20T21:12:10.4186074Z [00:03:37.376]➜  mkdir -p $WORK/b1790/
2025-08-20T21:12:10.4195310Z [00:03:37.377]➜  cat >/tmp/go-build2720400589/b1790/importcfg << 'EOF' # internal
2025-08-20T21:12:10.4197380Z [00:03:37.377]➜  # import config
2025-08-20T21:12:10.4197818Z [00:03:37.377]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.4198310Z [00:03:37.377]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.4198623Z [00:03:37.377]➜  EOF
2025-08-20T21:12:10.4200818Z [00:03:37.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/auth/bearer=>github.com/aws/aws-sdk-go@v1.55.7/aws/auth/bearer;$WORK/b1790=>" -p github.com/aws/aws-sdk-go/aws/auth/bearer -lang=go1.19 -complete -installsuffix shared -buildid aCntdMC6orI9JvetV3CK/aCntdMC6orI9JvetV3CK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1790/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/auth/bearer/token.go
2025-08-20T21:12:10.4377178Z [00:03:37.395]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T21:12:10.4386356Z [00:03:37.396]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/50/50f919c9b2aac26073b5a80ea8d48e456cca52a71aad047f5456925e25c816ac-d # internal
2025-08-20T21:12:10.4393987Z [00:03:37.397]➜  github.com/aws/aws-sdk-go/internal/strings
2025-08-20T21:12:10.4406195Z [00:03:37.398]➜  mkdir -p $WORK/b1793/
2025-08-20T21:12:10.4406621Z [00:03:37.399]➜  cat >/tmp/go-build2720400589/b1793/importcfg << 'EOF' # internal
2025-08-20T21:12:10.4406981Z [00:03:37.399]➜  # import config
2025-08-20T21:12:10.4407344Z [00:03:37.399]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.4407665Z [00:03:37.399]➜  EOF
2025-08-20T21:12:10.4416577Z [00:03:37.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/strings=>github.com/aws/aws-sdk-go@v1.55.7/internal/strings;$WORK/b1793=>" -p github.com/aws/aws-sdk-go/internal/strings -lang=go1.19 -complete -installsuffix shared -buildid l0HnhtXhZqOxgv_JC3db/l0HnhtXhZqOxgv_JC3db -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1793/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/strings/strings.go
2025-08-20T21:12:10.4537923Z [00:03:37.412]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T21:12:10.4542697Z [00:03:37.412]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/a6/a65570d42feca733b61ba9c57b43ecb5e92c018173b7f2bd7d40126de9a3ab7a-d # internal
2025-08-20T21:12:10.4546006Z [00:03:37.413]➜  github.com/aws/aws-sdk-go/private/protocol
2025-08-20T21:12:10.4553401Z [00:03:37.413]➜  mkdir -p $WORK/b1795/
2025-08-20T21:12:10.4554111Z [00:03:37.413]➜  cat >/tmp/go-build2720400589/b1795/importcfg << 'EOF' # internal
2025-08-20T21:12:10.4555452Z [00:03:37.413]➜  # import config
2025-08-20T21:12:10.4555845Z [00:03:37.413]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.4556293Z [00:03:37.413]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:10.4556773Z [00:03:37.413]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:10.4557248Z [00:03:37.413]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.4557684Z [00:03:37.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.4558180Z [00:03:37.413]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.4558772Z [00:03:37.413]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.4559431Z [00:03:37.413]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.4560088Z [00:03:37.413]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.4560735Z [00:03:37.413]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build2720400589/b1796/_pkg_.a
2025-08-20T21:12:10.4561541Z [00:03:37.413]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.4561967Z [00:03:37.413]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.4562388Z [00:03:37.413]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.4562795Z [00:03:37.413]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:10.4563214Z [00:03:37.413]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.4563641Z [00:03:37.413]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:10.4564075Z [00:03:37.413]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.4564892Z [00:03:37.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.4565377Z [00:03:37.413]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.4565831Z [00:03:37.413]➜  EOF
2025-08-20T21:12:10.4570232Z [00:03:37.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol;$WORK/b1795=>" -p github.com/aws/aws-sdk-go/private/protocol -lang=go1.19 -complete -installsuffix shared -buildid ZLHrIYz-OdY4t0rcsYbo/ZLHrIYz-OdY4t0rcsYbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1795/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/host_prefix.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/idempotency.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/protocol.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/timestamp.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/unmarshal_error.go
2025-08-20T21:12:10.4725648Z [00:03:37.430]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T21:12:10.4905540Z [00:03:37.448]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/43/43e773656c13079e546816268bd2707c59f0d7a3e250ee29aed1700c729102cb-d # internal
2025-08-20T21:12:10.4913713Z [00:03:37.448]➜  github.com/vadv/gopher-lua-libs/argparse
2025-08-20T21:12:10.4914051Z [00:03:37.448]➜  mkdir -p $WORK/b1774/
2025-08-20T21:12:10.4923910Z [00:03:37.450]➜  cat >/tmp/go-build2720400589/b1774/importcfg << 'EOF' # internal
2025-08-20T21:12:10.4927730Z [00:03:37.450]➜  # import config
2025-08-20T21:12:10.4928108Z [00:03:37.450]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:12:10.4928618Z [00:03:37.450]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:10.4929012Z [00:03:37.450]➜  EOF
2025-08-20T21:12:10.4929340Z [00:03:37.450]➜  cat >/tmp/go-build2720400589/b1774/embedcfg << 'EOF' # internal
2025-08-20T21:12:10.4929663Z [00:03:37.450]➜  {
2025-08-20T21:12:10.4929871Z [00:03:37.450]➜  	"Patterns": {
2025-08-20T21:12:10.4930115Z [00:03:37.450]➜  		"argparse.lua": [
2025-08-20T21:12:10.4930377Z [00:03:37.450]➜  			"argparse.lua"
2025-08-20T21:12:10.4930607Z [00:03:37.450]➜  		]
2025-08-20T21:12:10.4930802Z [00:03:37.450]➜  	},
2025-08-20T21:12:10.4931007Z [00:03:37.450]➜  	"Files": {
2025-08-20T21:12:10.4931476Z [00:03:37.450]➜  		"argparse.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/argparse/argparse.lua"
2025-08-20T21:12:10.4931911Z [00:03:37.450]➜  	}
2025-08-20T21:12:10.4932104Z [00:03:37.450]➜  }EOF
2025-08-20T21:12:10.4934175Z [00:03:37.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/argparse=>github.com/vadv/gopher-lua-libs@v0.5.0/argparse;$WORK/b1774=>" -p github.com/vadv/gopher-lua-libs/argparse -lang=go1.16 -complete -installsuffix shared -buildid hy5yAZLQc7RSS3O-O-Py/hy5yAZLQc7RSS3O-O-Py -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -embedcfg $WORK/b1774/embedcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/argparse/loader.go
2025-08-20T21:12:10.5239987Z [00:03:37.482]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T21:12:10.5275090Z [00:03:37.485]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/85/85e410908e5fb9c9723f7e02e5cac1043f2970fd63b5086d8fee4e4b42409df9-d # internal
2025-08-20T21:12:10.5279796Z [00:03:37.485]➜  github.com/aws/aws-sdk-go/aws/csm
2025-08-20T21:12:10.5280151Z [00:03:37.485]➜  mkdir -p $WORK/b1808/
2025-08-20T21:12:10.5296063Z [00:03:37.487]➜  cat >/tmp/go-build2720400589/b1808/importcfg << 'EOF' # internal
2025-08-20T21:12:10.5297071Z [00:03:37.487]➜  # import config
2025-08-20T21:12:10.5297709Z [00:03:37.487]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.5298469Z [00:03:37.487]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.5299248Z [00:03:37.487]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.5299948Z [00:03:37.487]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.5300680Z [00:03:37.487]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.5301721Z [00:03:37.487]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:10.5302185Z [00:03:37.487]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.5302618Z [00:03:37.487]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.5303041Z [00:03:37.487]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:10.5303485Z [00:03:37.487]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:10.5303917Z [00:03:37.487]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.5304225Z [00:03:37.487]➜  EOF
2025-08-20T21:12:10.5307722Z [00:03:37.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm=>github.com/aws/aws-sdk-go@v1.55.7/aws/csm;$WORK/b1808=>" -p github.com/aws/aws-sdk-go/aws/csm -lang=go1.19 -complete -installsuffix shared -buildid V8kD6CeqxMg1iVMpJ1f3/V8kD6CeqxMg1iVMpJ1f3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1808/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/enable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/metric.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/metric_chan.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/metric_exception.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/csm/reporter.go
2025-08-20T21:12:10.5375157Z [00:03:37.495]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T21:12:10.5390306Z [00:03:37.497]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/62/62f8311f596c13c5471f2009bb6d51f26de90d550eb30657baaf7cc3f66bea0f-d # internal
2025-08-20T21:12:10.5419817Z [00:03:37.500]➜  github.com/aws/aws-sdk-go/private/protocol/rest
2025-08-20T21:12:10.5422251Z [00:03:37.500]➜  mkdir -p $WORK/b1794/
2025-08-20T21:12:10.5424078Z [00:03:37.500]➜  cat >/tmp/go-build2720400589/b1794/importcfg << 'EOF' # internal
2025-08-20T21:12:10.5424959Z [00:03:37.500]➜  # import config
2025-08-20T21:12:10.5425886Z [00:03:37.500]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.5426594Z [00:03:37.500]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:10.5427226Z [00:03:37.500]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.5428426Z [00:03:37.500]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.5429254Z [00:03:37.500]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.5430469Z [00:03:37.500]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.5431546Z [00:03:37.500]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build2720400589/b1793/_pkg_.a
2025-08-20T21:12:10.5432427Z [00:03:37.500]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.5433510Z [00:03:37.500]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.5434468Z [00:03:37.500]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.5435276Z [00:03:37.500]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.5436541Z [00:03:37.500]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.5437740Z [00:03:37.500]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.5438174Z [00:03:37.500]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:10.5438593Z [00:03:37.500]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:10.5439022Z [00:03:37.500]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.5439444Z [00:03:37.500]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.5439863Z [00:03:37.500]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.5440172Z [00:03:37.500]➜  EOF
2025-08-20T21:12:10.5442871Z [00:03:37.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/rest=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/rest;$WORK/b1794=>" -p github.com/aws/aws-sdk-go/private/protocol/rest -lang=go1.19 -complete -installsuffix shared -buildid OaJQH8k-cdUYeeFMl-bF/OaJQH8k-cdUYeeFMl-bF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1794/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/rest/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/rest/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/rest/unmarshal.go
2025-08-20T21:12:10.5883813Z [00:03:37.546]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T21:12:10.5894459Z [00:03:37.547]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/51/5193892c8061b3e15c5582f6c7fc339d67222a45e61954acbca5d2019eccc014-d # internal
2025-08-20T21:12:10.5896117Z [00:03:37.547]➜  github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
2025-08-20T21:12:10.5896933Z [00:03:37.547]➜  mkdir -p $WORK/b1798/
2025-08-20T21:12:10.5899049Z [00:03:37.548]➜  cat >/tmp/go-build2720400589/b1798/importcfg << 'EOF' # internal
2025-08-20T21:12:10.5899632Z [00:03:37.548]➜  # import config
2025-08-20T21:12:10.5900340Z [00:03:37.548]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.5901485Z [00:03:37.548]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:10.5902307Z [00:03:37.548]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.5902988Z [00:03:37.548]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.5903870Z [00:03:37.548]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.5904982Z [00:03:37.548]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.5905890Z [00:03:37.548]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.5906789Z [00:03:37.548]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.5907787Z [00:03:37.548]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.5908617Z [00:03:37.548]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:10.5909430Z [00:03:37.548]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:10.5910406Z [00:03:37.548]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:10.5911266Z [00:03:37.548]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.5911946Z [00:03:37.548]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.5912609Z [00:03:37.548]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.5913294Z [00:03:37.548]➜  EOF
2025-08-20T21:12:10.5916343Z [00:03:37.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/json/jsonutil=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/json/jsonutil;$WORK/b1798=>" -p github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid NUjKEzW3jJjJ-ie1m9Di/NUjKEzW3jJjJ-ie1m9Di -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1798/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/json/jsonutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/json/jsonutil/unmarshal.go
2025-08-20T21:12:10.6364166Z [00:03:37.594]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T21:12:10.6377148Z [00:03:37.596]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/69/694d80619a7b5da3dd5812b0cedb946163617ce03395fb08ea445d8ae5030b0c-d # internal
2025-08-20T21:12:10.6379383Z [00:03:37.596]➜  github.com/aws/aws-sdk-go/aws/signer/v4
2025-08-20T21:12:10.6380480Z [00:03:37.596]➜  mkdir -p $WORK/b1792/
2025-08-20T21:12:10.6389317Z [00:03:37.597]➜  cat >/tmp/go-build2720400589/b1792/importcfg << 'EOF' # internal
2025-08-20T21:12:10.6389949Z [00:03:37.597]➜  # import config
2025-08-20T21:12:10.6390503Z [00:03:37.597]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:10.6391892Z [00:03:37.597]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:10.6392414Z [00:03:37.597]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:10.6392873Z [00:03:37.597]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.6393368Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.6393986Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.6394872Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.6395761Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build2720400589/b325/_pkg_.a
2025-08-20T21:12:10.6396492Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build2720400589/b1793/_pkg_.a
2025-08-20T21:12:10.6397190Z [00:03:37.597]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build2720400589/b1794/_pkg_.a
2025-08-20T21:12:10.6397738Z [00:03:37.597]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.6398154Z [00:03:37.597]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.6398592Z [00:03:37.597]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.6399023Z [00:03:37.597]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.6399440Z [00:03:37.597]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:10.6399860Z [00:03:37.597]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.6400293Z [00:03:37.597]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.6400838Z [00:03:37.597]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.6401199Z [00:03:37.597]➜  EOF
2025-08-20T21:12:10.6404863Z [00:03:37.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4=>github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4;$WORK/b1792=>" -p github.com/aws/aws-sdk-go/aws/signer/v4 -lang=go1.19 -complete -installsuffix shared -buildid O3l_SlfZdhmzOHh-PmPO/O3l_SlfZdhmzOHh-PmPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1792/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/request_context_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/uri_path.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/signer/v4/v4.go
2025-08-20T21:12:10.6457905Z [00:03:37.603]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T21:12:10.6682346Z [00:03:37.626]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/28/28b60617bd11619ef3bd74cb2fc8e395eea112487a1b8e507b15090a446c5ebf-d # internal
2025-08-20T21:12:10.6687614Z [00:03:37.626]➜  github.com/aws/aws-sdk-go/private/protocol/query/queryutil
2025-08-20T21:12:10.6688004Z [00:03:37.626]➜  mkdir -p $WORK/b1805/
2025-08-20T21:12:10.6696767Z [00:03:37.627]➜  cat >/tmp/go-build2720400589/b1805/importcfg << 'EOF' # internal
2025-08-20T21:12:10.6700892Z [00:03:37.627]➜  # import config
2025-08-20T21:12:10.6701292Z [00:03:37.627]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:10.6701738Z [00:03:37.627]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.6702353Z [00:03:37.627]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.6702892Z [00:03:37.627]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.6703314Z [00:03:37.627]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.6703748Z [00:03:37.627]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:10.6704172Z [00:03:37.627]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:10.6704754Z [00:03:37.627]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.6705187Z [00:03:37.627]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.6705603Z [00:03:37.627]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.6705908Z [00:03:37.627]➜  EOF
2025-08-20T21:12:10.6708485Z [00:03:37.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/queryutil=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/queryutil;$WORK/b1805=>" -p github.com/aws/aws-sdk-go/private/protocol/query/queryutil -lang=go1.19 -complete -installsuffix shared -buildid oktbDY5pc0p32cawlGRT/oktbDY5pc0p32cawlGRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1805/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/queryutil/queryutil.go
2025-08-20T21:12:10.6819660Z [00:03:37.639]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T21:12:10.6826638Z [00:03:37.640]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/1c/1cb3d018cae085fcd7dab38b855d08e594dbcfb2ee902715a75a1c4e1993a489-d # internal
2025-08-20T21:12:10.6827292Z [00:03:37.640]➜  github.com/aws/aws-sdk-go/private/protocol/jsonrpc
2025-08-20T21:12:10.6827636Z [00:03:37.640]➜  mkdir -p $WORK/b1799/
2025-08-20T21:12:10.6830825Z [00:03:37.641]➜  cat >/tmp/go-build2720400589/b1799/importcfg << 'EOF' # internal
2025-08-20T21:12:10.6831679Z [00:03:37.641]➜  # import config
2025-08-20T21:12:10.6832565Z [00:03:37.641]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.6833488Z [00:03:37.641]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.6834476Z [00:03:37.641]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.6835346Z [00:03:37.641]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.6836092Z [00:03:37.641]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build2720400589/b1798/_pkg_.a
2025-08-20T21:12:10.6836837Z [00:03:37.641]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build2720400589/b1794/_pkg_.a
2025-08-20T21:12:10.6837380Z [00:03:37.641]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.6837810Z [00:03:37.641]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.6838278Z [00:03:37.641]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.6838717Z [00:03:37.641]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.6839040Z [00:03:37.641]➜  EOF
2025-08-20T21:12:10.6841519Z [00:03:37.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/jsonrpc=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/jsonrpc;$WORK/b1799=>" -p github.com/aws/aws-sdk-go/private/protocol/jsonrpc -lang=go1.19 -complete -installsuffix shared -buildid qUwqil7Tv_aIphunXjcW/qUwqil7Tv_aIphunXjcW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1799/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/jsonrpc/jsonrpc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/jsonrpc/unmarshal_error.go
2025-08-20T21:12:10.7086227Z [00:03:37.666]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T21:12:10.7114426Z [00:03:37.669]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/6f/6f4d8daf0ae2d60d45226eb6bb1b2d78ad9234e46eb444ce57dec8b703c55113-d # internal
2025-08-20T21:12:10.7116000Z [00:03:37.670]➜  github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
2025-08-20T21:12:10.7118250Z [00:03:37.670]➜  mkdir -p $WORK/b1806/
2025-08-20T21:12:10.7124675Z [00:03:37.670]➜  cat >/tmp/go-build2720400589/b1806/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7125571Z [00:03:37.670]➜  # import config
2025-08-20T21:12:10.7125923Z [00:03:37.670]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.7126386Z [00:03:37.670]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:10.7128570Z [00:03:37.670]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:10.7129118Z [00:03:37.670]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.7129931Z [00:03:37.670]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.7130703Z [00:03:37.670]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.7131244Z [00:03:37.670]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.7131653Z [00:03:37.670]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:10.7132255Z [00:03:37.670]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:10.7132679Z [00:03:37.670]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:10.7133096Z [00:03:37.670]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.7133526Z [00:03:37.670]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.7133940Z [00:03:37.670]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.7134368Z [00:03:37.670]➜  EOF
2025-08-20T21:12:10.7148239Z [00:03:37.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil;$WORK/b1806=>" -p github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -lang=go1.19 -complete -installsuffix shared -buildid ENIGHhYnrTTgeocim09l/ENIGHhYnrTTgeocim09l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1806/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil/sort.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/xml/xmlutil/xml_to_struct.go
2025-08-20T21:12:10.7151337Z [00:03:37.671]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T21:12:10.7152044Z [00:03:37.672]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/58/586546c5c6209722323f2dcc6999f7d473c86d1f9f5e126c67fa1654fdb057db-d # internal
2025-08-20T21:12:10.7152638Z [00:03:37.672]➜  github.com/aws/aws-sdk-go/internal/sdkuri
2025-08-20T21:12:10.7152949Z [00:03:37.672]➜  mkdir -p $WORK/b1812/
2025-08-20T21:12:10.7153325Z [00:03:37.672]➜  cat >/tmp/go-build2720400589/b1812/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7153669Z [00:03:37.672]➜  # import config
2025-08-20T21:12:10.7156549Z [00:03:37.672]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:10.7157004Z [00:03:37.672]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.7157320Z [00:03:37.672]➜  EOF
2025-08-20T21:12:10.7159504Z [00:03:37.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkuri=>github.com/aws/aws-sdk-go@v1.55.7/internal/sdkuri;$WORK/b1812=>" -p github.com/aws/aws-sdk-go/internal/sdkuri -lang=go1.19 -complete -installsuffix shared -buildid qEsPE9KcZOje4Xe_4CcE/qEsPE9KcZOje4Xe_4CcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1812/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/sdkuri/path.go
2025-08-20T21:12:10.7217184Z [00:03:37.679]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T21:12:10.7232427Z [00:03:37.681]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/a9/a993a95452a76bb24c3183a97886b0a7bad6667285d577addecd26f4cf8b0832-d # internal
2025-08-20T21:12:10.7239286Z [00:03:37.682]➜  github.com/aws/aws-sdk-go/private/protocol/restjson
2025-08-20T21:12:10.7240851Z [00:03:37.682]➜  mkdir -p $WORK/b1797/
2025-08-20T21:12:10.7245416Z [00:03:37.682]➜  cat >/tmp/go-build2720400589/b1797/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7245963Z [00:03:37.682]➜  # import config
2025-08-20T21:12:10.7246320Z [00:03:37.682]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.7246774Z [00:03:37.682]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.7247337Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.7247963Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.7248620Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.7249672Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build2720400589/b1798/_pkg_.a
2025-08-20T21:12:10.7250426Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build2720400589/b1799/_pkg_.a
2025-08-20T21:12:10.7251139Z [00:03:37.682]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build2720400589/b1794/_pkg_.a
2025-08-20T21:12:10.7251678Z [00:03:37.682]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.7252104Z [00:03:37.682]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.7252543Z [00:03:37.682]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.7253090Z [00:03:37.682]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.7253539Z [00:03:37.682]➜  EOF
2025-08-20T21:12:10.7261915Z [00:03:37.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/restjson=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/restjson;$WORK/b1797=>" -p github.com/aws/aws-sdk-go/private/protocol/restjson -lang=go1.19 -complete -installsuffix shared -buildid SrRUzZDxvJMp6MPsGC11/SrRUzZDxvJMp6MPsGC11 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1797/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/restjson/restjson.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/restjson/unmarshal_error.go
2025-08-20T21:12:10.7264662Z [00:03:37.684]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T21:12:10.7268864Z [00:03:37.684]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/78/78558d569f123b99e22a17353eda6c70baa80dde0acd6fb3e064af7b5e2277a3-d # internal
2025-08-20T21:12:10.7269529Z [00:03:37.684]➜  github.com/aws/aws-sdk-go/aws/ec2metadata
2025-08-20T21:12:10.7272930Z [00:03:37.684]➜  mkdir -p $WORK/b1811/
2025-08-20T21:12:10.7275138Z [00:03:37.684]➜  cat >/tmp/go-build2720400589/b1811/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7276293Z [00:03:37.684]➜  # import config
2025-08-20T21:12:10.7276689Z [00:03:37.684]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.7279439Z [00:03:37.684]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.7280001Z [00:03:37.684]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.7280682Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.7281572Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.7282281Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.7282945Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.7283622Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build2720400589/b1787/_pkg_.a
2025-08-20T21:12:10.7284427Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.7285129Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.7285770Z [00:03:37.684]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build2720400589/b1812/_pkg_.a
2025-08-20T21:12:10.7286284Z [00:03:37.684]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.7286708Z [00:03:37.684]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:10.7287141Z [00:03:37.684]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.7287547Z [00:03:37.684]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:10.7287964Z [00:03:37.684]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.7288618Z [00:03:37.684]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.7289061Z [00:03:37.684]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:10.7289492Z [00:03:37.684]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.7289798Z [00:03:37.684]➜  EOF
2025-08-20T21:12:10.7292433Z [00:03:37.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/ec2metadata=>github.com/aws/aws-sdk-go@v1.55.7/aws/ec2metadata;$WORK/b1811=>" -p github.com/aws/aws-sdk-go/aws/ec2metadata -lang=go1.19 -complete -installsuffix shared -buildid ilml3PL9TZulGBag4TDf/ilml3PL9TZulGBag4TDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1811/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/ec2metadata/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/ec2metadata/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/ec2metadata/token_provider.go
2025-08-20T21:12:10.7643848Z [00:03:37.722]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T21:12:10.7653515Z [00:03:37.723]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/fa/fad3595288b76063f0e30aa479a4aa503bc01c8ff99c14b80f5d79b30e28a979-d # internal
2025-08-20T21:12:10.7659290Z [00:03:37.724]➜  github.com/aws/aws-sdk-go/service/sso
2025-08-20T21:12:10.7660059Z [00:03:37.724]➜  mkdir -p $WORK/b1791/
2025-08-20T21:12:10.7667388Z [00:03:37.725]➜  cat >/tmp/go-build2720400589/b1791/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7667823Z [00:03:37.725]➜  # import config
2025-08-20T21:12:10.7668167Z [00:03:37.725]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.7668674Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.7669280Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:10.7669905Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.7670558Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.7671223Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.7671869Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.7672753Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:10.7673496Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.7674204Z [00:03:37.725]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build2720400589/b1797/_pkg_.a
2025-08-20T21:12:10.7674871Z [00:03:37.725]➜  EOF
2025-08-20T21:12:10.7700515Z [00:03:37.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso=>github.com/aws/aws-sdk-go@v1.55.7/service/sso;$WORK/b1791=>" -p github.com/aws/aws-sdk-go/service/sso -lang=go1.19 -complete -installsuffix shared -buildid iOHM3oUraEYDK6XCcoa4/iOHM3oUraEYDK6XCcoa4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1791/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/service.go
2025-08-20T21:12:10.7916741Z [00:03:37.749]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T21:12:10.7934730Z [00:03:37.751]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/4e/4ede93cf27455173daed158a0112ea09494b69b2fc1d4d9b65b1e63c1afcdd51-d # internal
2025-08-20T21:12:10.7935725Z [00:03:37.751]➜  github.com/aws/aws-sdk-go/service/ssooidc
2025-08-20T21:12:10.7936049Z [00:03:37.751]➜  mkdir -p $WORK/b1801/
2025-08-20T21:12:10.7936435Z [00:03:37.752]➜  cat >/tmp/go-build2720400589/b1801/importcfg << 'EOF' # internal
2025-08-20T21:12:10.7937355Z [00:03:37.752]➜  # import config
2025-08-20T21:12:10.7937777Z [00:03:37.752]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.7938292Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.7938917Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:10.7939544Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.7940387Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.7941209Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.7941873Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.7942503Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:10.7943158Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:10.7943868Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build2720400589/b1797/_pkg_.a
2025-08-20T21:12:10.7948087Z [00:03:37.752]➜  EOF
2025-08-20T21:12:10.7951421Z [00:03:37.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc=>github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc;$WORK/b1801=>" -p github.com/aws/aws-sdk-go/service/ssooidc -lang=go1.19 -complete -installsuffix shared -buildid hQgihdNvOjUFZmKyJNwj/hQgihdNvOjUFZmKyJNwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1801/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/ssooidc/service.go
2025-08-20T21:12:10.8160797Z [00:03:37.774]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T21:12:10.8180170Z [00:03:37.776]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/c6/c6f9de9baa8e185a6ac7bd20886f4d4410f555052a62ed6c61e40c51f91e800f-d # internal
2025-08-20T21:12:10.8186789Z [00:03:37.777]➜  github.com/aws/aws-sdk-go/private/protocol/query
2025-08-20T21:12:10.8187611Z [00:03:37.777]➜  mkdir -p $WORK/b1804/
2025-08-20T21:12:10.8198050Z [00:03:37.778]➜  cat >/tmp/go-build2720400589/b1804/importcfg << 'EOF' # internal
2025-08-20T21:12:10.8200033Z [00:03:37.778]➜  # import config
2025-08-20T21:12:10.8201233Z [00:03:37.778]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:10.8201776Z [00:03:37.778]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.8202309Z [00:03:37.778]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.8202977Z [00:03:37.778]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.8203700Z [00:03:37.778]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build2720400589/b1805/_pkg_.a
2025-08-20T21:12:10.8205806Z [00:03:37.778]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build2720400589/b1806/_pkg_.a
2025-08-20T21:12:10.8206490Z [00:03:37.778]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:10.8206941Z [00:03:37.778]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.8207259Z [00:03:37.778]➜  EOF
2025-08-20T21:12:10.8214688Z [00:03:37.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query;$WORK/b1804=>" -p github.com/aws/aws-sdk-go/private/protocol/query -lang=go1.19 -complete -installsuffix shared -buildid SsM1_c3Dz6PuKt-iRP6D/SsM1_c3Dz6PuKt-iRP6D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1804/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/query/unmarshal_error.go
2025-08-20T21:12:10.8687400Z [00:03:37.825]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T21:12:10.8690496Z [00:03:37.827]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/5a/5af8d1d99fbda0b9a6891606a384d6f946c1ebdf81f870c3452e23e1ca7b3338-d # internal
2025-08-20T21:12:10.8691999Z [00:03:37.827]➜  github.com/aws/aws-sdk-go/service/sso/ssoiface
2025-08-20T21:12:10.8693627Z [00:03:37.827]➜  mkdir -p $WORK/b1800/
2025-08-20T21:12:10.8697135Z [00:03:37.828]➜  cat >/tmp/go-build2720400589/b1800/importcfg << 'EOF' # internal
2025-08-20T21:12:10.8697986Z [00:03:37.828]➜  # import config
2025-08-20T21:12:10.8698675Z [00:03:37.828]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.8700560Z [00:03:37.828]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.8701484Z [00:03:37.828]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build2720400589/b1791/_pkg_.a
2025-08-20T21:12:10.8702343Z [00:03:37.828]➜  EOF
2025-08-20T21:12:10.8705003Z [00:03:37.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/ssoiface=>github.com/aws/aws-sdk-go@v1.55.7/service/sso/ssoiface;$WORK/b1800=>" -p github.com/aws/aws-sdk-go/service/sso/ssoiface -lang=go1.19 -complete -installsuffix shared -buildid BWYVO3JWNgQAtJmtmIkf/BWYVO3JWNgQAtJmtmIkf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1800/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sso/ssoiface/interface.go
2025-08-20T21:12:10.8708109Z [00:03:37.829]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T21:12:10.8718045Z [00:03:37.830]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/fa/fae59f15e018e3cc6a3931084aa0d465980a76535d9bfbe45863e1603fa0c02b-d # internal
2025-08-20T21:12:10.8721132Z [00:03:37.830]➜  github.com/aws/aws-sdk-go/service/sts
2025-08-20T21:12:10.8722200Z [00:03:37.830]➜  mkdir -p $WORK/b1803/
2025-08-20T21:12:10.8726484Z [00:03:37.831]➜  cat >/tmp/go-build2720400589/b1803/importcfg << 'EOF' # internal
2025-08-20T21:12:10.8728013Z [00:03:37.831]➜  # import config
2025-08-20T21:12:10.8729426Z [00:03:37.831]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.8730878Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.8731805Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:10.8732615Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.8733709Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.8734862Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.8736345Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.8736991Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:10.8737682Z [00:03:37.831]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build2720400589/b1804/_pkg_.a
2025-08-20T21:12:10.8738476Z [00:03:37.831]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.8738789Z [00:03:37.831]➜  EOF
2025-08-20T21:12:10.8741813Z [00:03:37.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts=>github.com/aws/aws-sdk-go@v1.55.7/service/sts;$WORK/b1803=>" -p github.com/aws/aws-sdk-go/service/sts -lang=go1.19 -complete -installsuffix shared -buildid oVsWGFMonnT8JqmhZP73/oVsWGFMonnT8JqmhZP73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1803/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/service.go
2025-08-20T21:12:10.9021487Z [00:03:37.860]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T21:12:10.9029088Z [00:03:37.861]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/59/599437e522d04545eb48d463d846ecf73bef0c1b49de81d199ccfb8cc695ec25-d # internal
2025-08-20T21:12:10.9035676Z [00:03:37.861]➜  github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
2025-08-20T21:12:10.9036078Z [00:03:37.861]➜  mkdir -p $WORK/b1810/
2025-08-20T21:12:10.9036493Z [00:03:37.861]➜  cat >/tmp/go-build2720400589/b1810/importcfg << 'EOF' # internal
2025-08-20T21:12:10.9036866Z [00:03:37.861]➜  # import config
2025-08-20T21:12:10.9037205Z [00:03:37.861]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:10.9037653Z [00:03:37.861]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.9038098Z [00:03:37.861]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.9038589Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.9039190Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.9039801Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.9040434Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.9041086Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build2720400589/b1811/_pkg_.a
2025-08-20T21:12:10.9041922Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.9042649Z [00:03:37.861]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build2720400589/b1812/_pkg_.a
2025-08-20T21:12:10.9043198Z [00:03:37.861]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.9043618Z [00:03:37.861]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.9043927Z [00:03:37.861]➜  EOF
2025-08-20T21:12:10.9049890Z [00:03:37.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ec2rolecreds=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ec2rolecreds;$WORK/b1810=>" -p github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -lang=go1.19 -complete -installsuffix shared -buildid SZI8Rx-e4NwVdWCXeO4S/SZI8Rx-e4NwVdWCXeO4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1810/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ec2rolecreds/ec2_role_provider.go
2025-08-20T21:12:10.9117388Z [00:03:37.870]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T21:12:10.9166993Z [00:03:37.875]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/49/49cb5c66f22aa809f61fbc7c9b7f6cacbcf0cdfac193621032cde952635aa3bc-d # internal
2025-08-20T21:12:10.9168451Z [00:03:37.875]➜  github.com/aws/aws-sdk-go/aws/credentials/ssocreds
2025-08-20T21:12:10.9168975Z [00:03:37.875]➜  mkdir -p $WORK/b1789/
2025-08-20T21:12:10.9170243Z [00:03:37.875]➜  cat >/tmp/go-build2720400589/b1789/importcfg << 'EOF' # internal
2025-08-20T21:12:10.9170619Z [00:03:37.875]➜  # import config
2025-08-20T21:12:10.9170985Z [00:03:37.875]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:10.9171451Z [00:03:37.875]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:10.9171922Z [00:03:37.875]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.9172371Z [00:03:37.875]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.9173056Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.9173809Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build2720400589/b1790/_pkg_.a
2025-08-20T21:12:10.9174593Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.9175263Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.9175895Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.9176579Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build2720400589/b322/_pkg_.a
2025-08-20T21:12:10.9177250Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build2720400589/b1791/_pkg_.a
2025-08-20T21:12:10.9177909Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build2720400589/b1800/_pkg_.a
2025-08-20T21:12:10.9178582Z [00:03:37.875]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build2720400589/b1801/_pkg_.a
2025-08-20T21:12:10.9179124Z [00:03:37.875]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.9179549Z [00:03:37.875]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:10.9179986Z [00:03:37.875]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:10.9180436Z [00:03:37.875]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.9180863Z [00:03:37.875]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.9181281Z [00:03:37.875]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.9181590Z [00:03:37.875]➜  EOF
2025-08-20T21:12:10.9185298Z [00:03:37.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds;$WORK/b1789=>" -p github.com/aws/aws-sdk-go/aws/credentials/ssocreds -lang=go1.19 -complete -installsuffix shared -buildid cmwWknFTOS-pEuAW0-9r/cmwWknFTOS-pEuAW0-9r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1789/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds/os.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/ssocreds/token_provider.go
2025-08-20T21:12:10.9513527Z [00:03:37.909]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T21:12:10.9536284Z [00:03:37.911]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/d4/d4360ec76847586ca4e61e54c29a08a043f8058feaafd5397a66856d092b22dd-d # internal
2025-08-20T21:12:10.9541890Z [00:03:37.912]➜  github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
2025-08-20T21:12:10.9542301Z [00:03:37.912]➜  mkdir -p $WORK/b1813/
2025-08-20T21:12:10.9547527Z [00:03:37.912]➜  cat >/tmp/go-build2720400589/b1813/importcfg << 'EOF' # internal
2025-08-20T21:12:10.9548513Z [00:03:37.913]➜  # import config
2025-08-20T21:12:10.9549332Z [00:03:37.913]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:10.9550465Z [00:03:37.913]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.9551543Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:10.9552228Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:10.9552869Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:10.9553802Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:10.9554728Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:10.9555663Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.9556397Z [00:03:37.913]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build2720400589/b1798/_pkg_.a
2025-08-20T21:12:10.9556990Z [00:03:37.913]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:10.9557421Z [00:03:37.913]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:10.9557729Z [00:03:37.913]➜  EOF
2025-08-20T21:12:10.9559937Z [00:03:37.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/endpointcreds=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/endpointcreds;$WORK/b1813=>" -p github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -lang=go1.19 -complete -installsuffix shared -buildid vFqQ7_N0IDUn-oFngRfw/vFqQ7_N0IDUn-oFngRfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1813/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/endpointcreds/provider.go
2025-08-20T21:12:10.9838189Z [00:03:37.942]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T21:12:10.9859885Z [00:03:37.944]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/94/94c1bafafd430d8903e0b06b4f51563a1e88116ca976aa61528c529611b94e5a-d # internal
2025-08-20T21:12:10.9865695Z [00:03:37.944]➜  github.com/aws/aws-sdk-go/internal/encoding/gzip
2025-08-20T21:12:10.9873076Z [00:03:37.945]➜  mkdir -p $WORK/b1815/
2025-08-20T21:12:10.9882807Z [00:03:37.946]➜  cat >/tmp/go-build2720400589/b1815/importcfg << 'EOF' # internal
2025-08-20T21:12:10.9883851Z [00:03:37.946]➜  # import config
2025-08-20T21:12:10.9885182Z [00:03:37.946]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:10.9887103Z [00:03:37.946]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:12:10.9887977Z [00:03:37.946]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:10.9888914Z [00:03:37.946]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:10.9889755Z [00:03:37.946]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:10.9890557Z [00:03:37.946]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:10.9891903Z [00:03:37.946]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:10.9892535Z [00:03:37.946]➜  EOF
2025-08-20T21:12:10.9905284Z [00:03:37.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/encoding/gzip=>github.com/aws/aws-sdk-go@v1.55.7/internal/encoding/gzip;$WORK/b1815=>" -p github.com/aws/aws-sdk-go/internal/encoding/gzip -lang=go1.19 -complete -installsuffix shared -buildid sXR7GTGpIq6_eqE9vskJ/sXR7GTGpIq6_eqE9vskJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1815/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/internal/encoding/gzip/handler.go
2025-08-20T21:12:10.9991658Z [00:03:37.957]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T21:12:11.0007106Z [00:03:37.958]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/3a/3a522c87f347ebffc1cbd2554b205310d1a9a97b2d22cfdc427479f1e4f6d863-d # internal
2025-08-20T21:12:11.0011025Z [00:03:37.959]➜  github.com/aws/aws-sdk-go/aws/defaults
2025-08-20T21:12:11.0012005Z [00:03:37.959]➜  mkdir -p $WORK/b1809/
2025-08-20T21:12:11.0018898Z [00:03:37.960]➜  cat >/tmp/go-build2720400589/b1809/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0020225Z [00:03:37.960]➜  # import config
2025-08-20T21:12:11.0021914Z [00:03:37.960]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.0023180Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0024612Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:11.0025952Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build2720400589/b1787/_pkg_.a
2025-08-20T21:12:11.0027088Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:11.0028365Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build2720400589/b1810/_pkg_.a
2025-08-20T21:12:11.0029609Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build2720400589/b1813/_pkg_.a
2025-08-20T21:12:11.0030813Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build2720400589/b1811/_pkg_.a
2025-08-20T21:12:11.0031992Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build2720400589/b324/_pkg_.a
2025-08-20T21:12:11.0033384Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.0034078Z [00:03:37.960]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build2720400589/b322/_pkg_.a
2025-08-20T21:12:11.0036933Z [00:03:37.960]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.0037368Z [00:03:37.960]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:11.0037793Z [00:03:37.960]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:11.0038231Z [00:03:37.960]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:11.0038643Z [00:03:37.960]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:11.0039270Z [00:03:37.960]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.0039638Z [00:03:37.960]➜  EOF
2025-08-20T21:12:11.0041877Z [00:03:37.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/defaults=>github.com/aws/aws-sdk-go@v1.55.7/aws/defaults;$WORK/b1809=>" -p github.com/aws/aws-sdk-go/aws/defaults -lang=go1.19 -complete -installsuffix shared -buildid jnjKAsn020FIDKOzpq4l/jnjKAsn020FIDKOzpq4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1809/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/defaults/shared_config.go
2025-08-20T21:12:11.0097588Z [00:03:37.968]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T21:12:11.0106455Z [00:03:37.969]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/fb/fb95a9f45651530012fe01e7a2e5bb8364f83fc40d15657b84efdf208b4bd70b-d # internal
2025-08-20T21:12:11.0108315Z [00:03:37.969]➜  github.com/aws/aws-sdk-go/service/sts/stsiface
2025-08-20T21:12:11.0109769Z [00:03:37.969]➜  mkdir -p $WORK/b1807/
2025-08-20T21:12:11.0112271Z [00:03:37.969]➜  cat >/tmp/go-build2720400589/b1807/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0112994Z [00:03:37.969]➜  # import config
2025-08-20T21:12:11.0114108Z [00:03:37.969]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0115664Z [00:03:37.969]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.0116815Z [00:03:37.969]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build2720400589/b1803/_pkg_.a
2025-08-20T21:12:11.0118128Z [00:03:37.969]➜  EOF
2025-08-20T21:12:11.0120389Z [00:03:37.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/stsiface=>github.com/aws/aws-sdk-go@v1.55.7/service/sts/stsiface;$WORK/b1807=>" -p github.com/aws/aws-sdk-go/service/sts/stsiface -lang=go1.19 -complete -installsuffix shared -buildid nQldKh1GNhJQOqKvPscL/nQldKh1GNhJQOqKvPscL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1807/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/sts/stsiface/interface.go
2025-08-20T21:12:11.0185449Z [00:03:37.976]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T21:12:11.0187181Z [00:03:37.976]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/60/600459c0a9311b18e1f879ff56aca7c91b2236f4ef4e734bf6880fc90ea74101-d # internal
2025-08-20T21:12:11.0188342Z [00:03:37.977]➜  github.com/aws/aws-sdk-go/service/cloudwatch
2025-08-20T21:12:11.0189258Z [00:03:37.977]➜  mkdir -p $WORK/b1814/
2025-08-20T21:12:11.0192018Z [00:03:37.977]➜  cat >/tmp/go-build2720400589/b1814/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0192835Z [00:03:37.977]➜  # import config
2025-08-20T21:12:11.0194083Z [00:03:37.977]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.0195407Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0196583Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:11.0197783Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:11.0198763Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:11.0199684Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.0200767Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:11.0201702Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/internal/encoding/gzip=/tmp/go-build2720400589/b1815/_pkg_.a
2025-08-20T21:12:11.0202992Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:11.0204447Z [00:03:37.977]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build2720400589/b1804/_pkg_.a
2025-08-20T21:12:11.0205543Z [00:03:37.977]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.0206726Z [00:03:37.977]➜  EOF
2025-08-20T21:12:11.0210271Z [00:03:37.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch=>github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch;$WORK/b1814=>" -p github.com/aws/aws-sdk-go/service/cloudwatch -lang=go1.19 -complete -installsuffix shared -buildid uhAA71k3AiSGXuDJQxkX/uhAA71k3AiSGXuDJQxkX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1814/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatch/waiters.go
2025-08-20T21:12:11.0381561Z [00:03:37.996]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T21:12:11.0392557Z [00:03:37.997]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/f8/f876ca7212752201c0fc0a3ef70854689c9dd0cb7fae12686ed830bdb9a9a0d5-d # internal
2025-08-20T21:12:11.0402958Z [00:03:37.998]➜  github.com/aws/aws-sdk-go/aws/credentials/stscreds
2025-08-20T21:12:11.0404030Z [00:03:37.998]➜  mkdir -p $WORK/b1802/
2025-08-20T21:12:11.0420100Z [00:03:38.000]➜  cat >/tmp/go-build2720400589/b1802/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0420732Z [00:03:38.000]➜  # import config
2025-08-20T21:12:11.0421207Z [00:03:38.000]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.0422250Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0423866Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:11.0425066Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:11.0426069Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:11.0427969Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.0428765Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build2720400589/b1786/_pkg_.a
2025-08-20T21:12:11.0430284Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build2720400589/b1803/_pkg_.a
2025-08-20T21:12:11.0431722Z [00:03:38.000]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build2720400589/b1807/_pkg_.a
2025-08-20T21:12:11.0432718Z [00:03:38.000]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.0433683Z [00:03:38.000]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:11.0434581Z [00:03:38.000]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.0435595Z [00:03:38.000]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.0436578Z [00:03:38.000]➜  EOF
2025-08-20T21:12:11.0440819Z [00:03:38.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/stscreds=>github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/stscreds;$WORK/b1802=>" -p github.com/aws/aws-sdk-go/aws/credentials/stscreds -lang=go1.19 -complete -installsuffix shared -buildid 1tU7eBekSndZ1PDW5aS1/1tU7eBekSndZ1PDW5aS1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1802/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/credentials/stscreds/web_identity_provider.go
2025-08-20T21:12:11.0514512Z [00:03:38.009]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T21:12:11.0533063Z [00:03:38.010]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/0e/0e2e503f20e63be7dea9040e47ed157f77f6a194201d38b3dc9c35a8b460879d-d # internal
2025-08-20T21:12:11.0534832Z [00:03:38.011]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream
2025-08-20T21:12:11.0535727Z [00:03:38.011]➜  mkdir -p $WORK/b1817/
2025-08-20T21:12:11.0536787Z [00:03:38.011]➜  cat >/tmp/go-build2720400589/b1817/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0537407Z [00:03:38.011]➜  # import config
2025-08-20T21:12:11.0538068Z [00:03:38.011]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.0538964Z [00:03:38.011]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:11.0539669Z [00:03:38.011]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.0540539Z [00:03:38.011]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:11.0541402Z [00:03:38.011]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:11.0542065Z [00:03:38.011]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.0543028Z [00:03:38.011]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0543951Z [00:03:38.011]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:11.0544796Z [00:03:38.011]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:11.0545556Z [00:03:38.011]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.0546292Z [00:03:38.011]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.0547130Z [00:03:38.011]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.0547814Z [00:03:38.011]➜  EOF
2025-08-20T21:12:11.0552404Z [00:03:38.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream;$WORK/b1817=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream -lang=go1.19 -complete -installsuffix shared -buildid 6I5FSqeN4KsAPCj5dseN/6I5FSqeN4KsAPCj5dseN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1817/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/message.go
2025-08-20T21:12:11.0882459Z [00:03:38.046]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T21:12:11.0893433Z [00:03:38.047]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/ab/ab16a5addd586ccb3a57c863228ab5ba69eade0cc8ae94c9d3967dc444e08e14-d # internal
2025-08-20T21:12:11.0896142Z [00:03:38.048]➜  github.com/aws/aws-sdk-go/aws/session
2025-08-20T21:12:11.0897287Z [00:03:38.048]➜  mkdir -p $WORK/b1780/
2025-08-20T21:12:11.0905623Z [00:03:38.048]➜  cat >/tmp/go-build2720400589/b1780/importcfg << 'EOF' # internal
2025-08-20T21:12:11.0906565Z [00:03:38.048]➜  # import config
2025-08-20T21:12:11.0907566Z [00:03:38.048]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:11.0908447Z [00:03:38.048]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:11.0909303Z [00:03:38.048]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.0910066Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.0911146Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:11.0912235Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:11.0913128Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build2720400589/b1787/_pkg_.a
2025-08-20T21:12:11.0914207Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:11.0915987Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build2720400589/b1788/_pkg_.a
2025-08-20T21:12:11.0917062Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build2720400589/b1789/_pkg_.a
2025-08-20T21:12:11.0918229Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build2720400589/b1802/_pkg_.a
2025-08-20T21:12:11.0919300Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build2720400589/b1808/_pkg_.a
2025-08-20T21:12:11.0920154Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build2720400589/b1809/_pkg_.a
2025-08-20T21:12:11.0921540Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build2720400589/b324/_pkg_.a
2025-08-20T21:12:11.0922638Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.0923659Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build2720400589/b321/_pkg_.a
2025-08-20T21:12:11.0935674Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build2720400589/b322/_pkg_.a
2025-08-20T21:12:11.0936396Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build2720400589/b1801/_pkg_.a
2025-08-20T21:12:11.0937267Z [00:03:38.048]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build2720400589/b1803/_pkg_.a
2025-08-20T21:12:11.0937836Z [00:03:38.048]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.0938438Z [00:03:38.048]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.0938873Z [00:03:38.048]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:11.0939291Z [00:03:38.048]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:11.0939703Z [00:03:38.048]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:11.0940113Z [00:03:38.048]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.0940543Z [00:03:38.048]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.0940959Z [00:03:38.048]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.0941269Z [00:03:38.048]➜  EOF
2025-08-20T21:12:11.0944693Z [00:03:38.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session=>github.com/aws/aws-sdk-go@v1.55.7/aws/session;$WORK/b1780=>" -p github.com/aws/aws-sdk-go/aws/session -lang=go1.19 -complete -installsuffix shared -buildid RmfvBM2WUHBhKpA0bYJp/RmfvBM2WUHBhKpA0bYJp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/custom_transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/session.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/aws/session/shared_config.go
2025-08-20T21:12:11.1852647Z [00:03:38.143]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T21:12:11.1876557Z [00:03:38.145]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/66/66cc3942555bfb1fcb9af9d4bffd0f6497919d830d051405fd3ede4d4116fe98-d # internal
2025-08-20T21:12:11.1885913Z [00:03:38.146]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
2025-08-20T21:12:11.1889599Z [00:03:38.147]➜  mkdir -p $WORK/b1818/
2025-08-20T21:12:11.1899753Z [00:03:38.148]➜  cat >/tmp/go-build2720400589/b1818/importcfg << 'EOF' # internal
2025-08-20T21:12:11.1902112Z [00:03:38.148]➜  # import config
2025-08-20T21:12:11.1903122Z [00:03:38.148]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.1903903Z [00:03:38.148]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.1905024Z [00:03:38.148]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.1906101Z [00:03:38.148]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.1907187Z [00:03:38.148]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:11.1908470Z [00:03:38.148]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build2720400589/b1817/_pkg_.a
2025-08-20T21:12:11.1909712Z [00:03:38.148]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.1910555Z [00:03:38.148]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.1911393Z [00:03:38.148]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.1912260Z [00:03:38.148]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.1912761Z [00:03:38.148]➜  EOF
2025-08-20T21:12:11.1918489Z [00:03:38.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi=>github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi;$WORK/b1818=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi -lang=go1.19 -complete -installsuffix shared -buildid abaTvkFybX5nZhxm-4dX/abaTvkFybX5nZhxm-4dX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1818/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/shared.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/stream_writer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/private/protocol/eventstream/eventstreamapi/writer.go
2025-08-20T21:12:11.2459153Z [00:03:38.203]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T21:12:11.2505413Z [00:03:38.208]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/0f/0fe59c5210752519bb0ff4a6fecbea3890df4e6b8a0074b8809235062472a60d-d # internal
2025-08-20T21:12:11.2522804Z [00:03:38.210]➜  github.com/vadv/gopher-lua-libs/io
2025-08-20T21:12:11.2524459Z [00:03:38.210]➜  mkdir -p $WORK/b1820/
2025-08-20T21:12:11.2527435Z [00:03:38.210]➜  cat >/tmp/go-build2720400589/b1820/importcfg << 'EOF' # internal
2025-08-20T21:12:11.2528019Z [00:03:38.210]➜  # import config
2025-08-20T21:12:11.2529904Z [00:03:38.210]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.2530638Z [00:03:38.210]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.2531473Z [00:03:38.210]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.2532292Z [00:03:38.210]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.2533681Z [00:03:38.210]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.2534385Z [00:03:38.210]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.2534922Z [00:03:38.210]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:11.2535269Z [00:03:38.210]➜  EOF
2025-08-20T21:12:11.2537416Z [00:03:38.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/io=>github.com/vadv/gopher-lua-libs@v0.5.0/io;$WORK/b1820=>" -p github.com/vadv/gopher-lua-libs/io -lang=go1.16 -complete -installsuffix shared -buildid QB-4WkBs3dqrXQaZ4Hgv/QB-4WkBs3dqrXQaZ4Hgv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/io/rune-reader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/io/wrappers.go
2025-08-20T21:12:11.2650620Z [00:03:38.223]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T21:12:11.2666336Z [00:03:38.224]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/ea/ea5f3ed1567c101ce2a5a25c12461e7bcd5f5b8005b0464d3fb61224ef3752d4-d # internal
2025-08-20T21:12:11.2674571Z [00:03:38.225]➜  github.com/aws/aws-sdk-go/service/cloudwatchlogs
2025-08-20T21:12:11.2687033Z [00:03:38.227]➜  mkdir -p $WORK/b1816/
2025-08-20T21:12:11.2691369Z [00:03:38.227]➜  cat >/tmp/go-build2720400589/b1816/importcfg << 'EOF' # internal
2025-08-20T21:12:11.2692683Z [00:03:38.227]➜  # import config
2025-08-20T21:12:11.2693363Z [00:03:38.227]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.2694849Z [00:03:38.227]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.2696171Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:11.2696867Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:11.2697515Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:11.2698384Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:11.2699127Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:11.2699793Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:11.2700421Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:11.2701072Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:11.2701793Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build2720400589/b1817/_pkg_.a
2025-08-20T21:12:11.2702627Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build2720400589/b1818/_pkg_.a
2025-08-20T21:12:11.2703439Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build2720400589/b1799/_pkg_.a
2025-08-20T21:12:11.2704157Z [00:03:38.227]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build2720400589/b1794/_pkg_.a
2025-08-20T21:12:11.2704910Z [00:03:38.227]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.2705332Z [00:03:38.227]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.2705746Z [00:03:38.227]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.2706054Z [00:03:38.227]➜  EOF
2025-08-20T21:12:11.2709259Z [00:03:38.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs=>github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs;$WORK/b1816=>" -p github.com/aws/aws-sdk-go/service/cloudwatchlogs -lang=go1.19 -complete -installsuffix shared -buildid h-u4TkD7-KoWze9OCfDg/h-u4TkD7-KoWze9OCfDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1816/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.7/service/cloudwatchlogs/service.go
2025-08-20T21:12:11.3209668Z [00:03:38.279]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T21:12:11.3221449Z [00:03:38.280]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/42/424b98c8bb32c303d1bd732a79604ba0c11c78b1592a08d4282c3506c13c08e5-d # internal
2025-08-20T21:12:11.3228319Z [00:03:38.281]➜  github.com/vadv/gopher-lua-libs/base64
2025-08-20T21:12:11.3229458Z [00:03:38.281]➜  mkdir -p $WORK/b1819/
2025-08-20T21:12:11.3240567Z [00:03:38.282]➜  cat >/tmp/go-build2720400589/b1819/importcfg << 'EOF' # internal
2025-08-20T21:12:11.3241832Z [00:03:38.282]➜  # import config
2025-08-20T21:12:11.3242785Z [00:03:38.282]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:11.3243449Z [00:03:38.282]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:11.3244227Z [00:03:38.282]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.3245021Z [00:03:38.282]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.3245328Z [00:03:38.282]➜  EOF
2025-08-20T21:12:11.3252708Z [00:03:38.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/base64=>github.com/vadv/gopher-lua-libs@v0.5.0/base64;$WORK/b1819=>" -p github.com/vadv/gopher-lua-libs/base64 -lang=go1.16 -complete -installsuffix shared -buildid _xN7HLG8416K-30tvfM8/_xN7HLG8416K-30tvfM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/base64/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/base64/loader.go
2025-08-20T21:12:11.3592669Z [00:03:38.317]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T21:12:11.3636716Z [00:03:38.321]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/85/850453f225d37bb34a8046e70b73a733de11497ce8a535e6bb7aba8fcf77723d-d # internal
2025-08-20T21:12:11.3637551Z [00:03:38.321]➜  github.com/vadv/gopher-lua-libs/cert_util
2025-08-20T21:12:11.3637992Z [00:03:38.321]➜  mkdir -p $WORK/b1821/
2025-08-20T21:12:11.3638467Z [00:03:38.321]➜  cat >/tmp/go-build2720400589/b1821/importcfg << 'EOF' # internal
2025-08-20T21:12:11.3638920Z [00:03:38.321]➜  # import config
2025-08-20T21:12:11.3639376Z [00:03:38.321]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:11.3639932Z [00:03:38.321]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.3640587Z [00:03:38.321]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.3641235Z [00:03:38.321]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:11.3641770Z [00:03:38.321]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.3642217Z [00:03:38.321]➜  EOF
2025-08-20T21:12:11.3644721Z [00:03:38.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cert_util=>github.com/vadv/gopher-lua-libs@v0.5.0/cert_util;$WORK/b1821=>" -p github.com/vadv/gopher-lua-libs/cert_util -lang=go1.16 -complete -installsuffix shared -buildid epdWsSaJYTPxMrBX6GLt/epdWsSaJYTPxMrBX6GLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1821/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cert_util/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cert_util/loader.go
2025-08-20T21:12:11.4096521Z [00:03:38.367]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T21:12:11.4109945Z [00:03:38.368]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/75/750d4161cd6582ea2428b572fba51063f699de85c7b37b990af228b115c68101-d # internal
2025-08-20T21:12:11.4110713Z [00:03:38.368]➜  github.com/vadv/gopher-lua-libs/http/client/interface
2025-08-20T21:12:11.4111073Z [00:03:38.368]➜  mkdir -p $WORK/b1823/
2025-08-20T21:12:11.4111462Z [00:03:38.368]➜  cat >/tmp/go-build2720400589/b1823/importcfg << 'EOF' # internal
2025-08-20T21:12:11.4111814Z [00:03:38.368]➜  # import config
2025-08-20T21:12:11.4112164Z [00:03:38.368]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:11.4112597Z [00:03:38.368]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:11.4112913Z [00:03:38.368]➜  EOF
2025-08-20T21:12:11.4115794Z [00:03:38.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/interface=>github.com/vadv/gopher-lua-libs@v0.5.0/http/client/interface;$WORK/b1823=>" -p github.com/vadv/gopher-lua-libs/http/client/interface -lang=go1.16 -complete -installsuffix shared -buildid v8q9j5U0Wpqewy6-Ni2V/v8q9j5U0Wpqewy6-Ni2V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1823/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/interface/interface.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/interface/pure_client.go
2025-08-20T21:12:11.4349329Z [00:03:38.393]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T21:12:11.4363051Z [00:03:38.394]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/b8/b87ee29c412a8599e32554bbe5645b07f45945bd00bc29c2901450b6fe7d4680-d # internal
2025-08-20T21:12:11.4389262Z [00:03:38.396]➜  github.com/vadv/gopher-lua-libs/json
2025-08-20T21:12:11.4389670Z [00:03:38.396]➜  mkdir -p $WORK/b1824/
2025-08-20T21:12:11.4398857Z [00:03:38.398]➜  cat >/tmp/go-build2720400589/b1824/importcfg << 'EOF' # internal
2025-08-20T21:12:11.4399402Z [00:03:38.398]➜  # import config
2025-08-20T21:12:11.4400117Z [00:03:38.398]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:11.4400851Z [00:03:38.398]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.4401667Z [00:03:38.398]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:11.4402598Z [00:03:38.398]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.4403259Z [00:03:38.398]➜  EOF
2025-08-20T21:12:11.4421628Z [00:03:38.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json=>github.com/vadv/gopher-lua-libs@v0.5.0/json;$WORK/b1824=>" -p github.com/vadv/gopher-lua-libs/json -lang=go1.16 -complete -installsuffix shared -buildid yCD304f6L6oO99EInqTj/yCD304f6L6oO99EInqTj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1824/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json/decoder.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json/encoder.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/json/value.go
2025-08-20T21:12:11.4921672Z [00:03:38.450]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T21:12:11.4934084Z [00:03:38.451]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/cb/cbfc4b577f962b0789a7ef4f9654b1b7de6927d29e0b7d05356392883c16e131-d # internal
2025-08-20T21:12:11.4967968Z [00:03:38.455]➜  github.com/vadv/gopher-lua-libs/chef
2025-08-20T21:12:11.4968398Z [00:03:38.455]➜  mkdir -p $WORK/b1822/
2025-08-20T21:12:11.4972934Z [00:03:38.455]➜  cat >/tmp/go-build2720400589/b1822/importcfg << 'EOF' # internal
2025-08-20T21:12:11.4973521Z [00:03:38.455]➜  # import config
2025-08-20T21:12:11.4974551Z [00:03:38.455]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.4975492Z [00:03:38.455]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:11.4976312Z [00:03:38.455]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:11.4978046Z [00:03:38.455]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:11.4981115Z [00:03:38.455]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:11.4981614Z [00:03:38.455]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:11.4982076Z [00:03:38.455]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:11.4982517Z [00:03:38.455]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.4982931Z [00:03:38.455]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.4983537Z [00:03:38.455]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build2720400589/b1823/_pkg_.a
2025-08-20T21:12:11.4984230Z [00:03:38.455]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:11.4985286Z [00:03:38.455]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.4985913Z [00:03:38.455]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.4986489Z [00:03:38.455]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.4986909Z [00:03:38.455]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:11.4987327Z [00:03:38.455]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:11.4987764Z [00:03:38.455]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:11.4988240Z [00:03:38.455]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:11.4988660Z [00:03:38.455]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:11.4989088Z [00:03:38.455]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.4989509Z [00:03:38.455]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.4989825Z [00:03:38.455]➜  EOF
2025-08-20T21:12:11.4992709Z [00:03:38.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef=>github.com/vadv/gopher-lua-libs@v0.5.0/chef;$WORK/b1822=>" -p github.com/vadv/gopher-lua-libs/chef -lang=go1.16 -complete -installsuffix shared -buildid FaF-wLokHOvW_c-bcK3h/FaF-wLokHOvW_c-bcK3h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1822/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef/body.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef/client.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/chef/misc.go
2025-08-20T21:12:11.5055946Z [00:03:38.463]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T21:12:11.5178454Z [00:03:38.475]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/5e/5e3d25bb7c0ab442972db4208062867ab05dfb8865898a19a0422fe921e6034b-d # internal
2025-08-20T21:12:11.5179122Z [00:03:38.475]➜  github.com/vadv/gopher-lua-libs/cmd
2025-08-20T21:12:11.5179438Z [00:03:38.475]➜  mkdir -p $WORK/b1825/
2025-08-20T21:12:11.5180256Z [00:03:38.475]➜  cat >/tmp/go-build2720400589/b1825/importcfg << 'EOF' # internal
2025-08-20T21:12:11.5186219Z [00:03:38.475]➜  # import config
2025-08-20T21:12:11.5188715Z [00:03:38.475]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.5189235Z [00:03:38.475]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.5189729Z [00:03:38.475]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:11.5190155Z [00:03:38.475]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:11.5190819Z [00:03:38.475]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:11.5191312Z [00:03:38.475]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.5191623Z [00:03:38.475]➜  EOF
2025-08-20T21:12:11.5196485Z [00:03:38.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cmd=>github.com/vadv/gopher-lua-libs@v0.5.0/cmd;$WORK/b1825=>" -p github.com/vadv/gopher-lua-libs/cmd -lang=go1.16 -complete -installsuffix shared -buildid hcx3KUSDCOdbYbTDqMkU/hcx3KUSDCOdbYbTDqMkU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1825/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cmd/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/cmd/loader.go
2025-08-20T21:12:11.5539080Z [00:03:38.512]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T21:12:11.5540391Z [00:03:38.512]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/03/038e62c5454c9974ccab361a9542fce193ce1f56b38ecae3cfe006a7b9ef0ecb-d # internal
2025-08-20T21:12:11.5542082Z [00:03:38.512]➜  github.com/vadv/gopher-lua-libs/crypto
2025-08-20T21:12:11.5542471Z [00:03:38.512]➜  mkdir -p $WORK/b1826/
2025-08-20T21:12:11.5543004Z [00:03:38.512]➜  cat >/tmp/go-build2720400589/b1826/importcfg << 'EOF' # internal
2025-08-20T21:12:11.5543359Z [00:03:38.512]➜  # import config
2025-08-20T21:12:11.5543883Z [00:03:38.512]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:11.5544530Z [00:03:38.512]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:11.5545032Z [00:03:38.512]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.5545523Z [00:03:38.512]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:11.5545903Z [00:03:38.512]➜  EOF
2025-08-20T21:12:11.5562550Z [00:03:38.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/crypto=>github.com/vadv/gopher-lua-libs@v0.5.0/crypto;$WORK/b1826=>" -p github.com/vadv/gopher-lua-libs/crypto -lang=go1.16 -complete -installsuffix shared -buildid KcoSFdaInpBaWOdWmXZT/KcoSFdaInpBaWOdWmXZT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1826/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/crypto/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/crypto/loader.go
2025-08-20T21:12:11.5584180Z [00:03:38.516]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T21:12:11.5602789Z [00:03:38.518]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/9b/9b79681dce01f4ceb6fe5f8ea249fe6850f4bd16b1096143ecf5178c58cd10be-d # internal
2025-08-20T21:12:11.5610733Z [00:03:38.519]➜  database/sql
2025-08-20T21:12:11.5611528Z [00:03:38.519]➜  mkdir -p $WORK/b1828/
2025-08-20T21:12:11.5622789Z [00:03:38.520]➜  cat >/tmp/go-build2720400589/b1828/importcfg << 'EOF' # internal
2025-08-20T21:12:11.5624115Z [00:03:38.520]➜  # import config
2025-08-20T21:12:11.5625005Z [00:03:38.520]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.5626702Z [00:03:38.520]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:11.5627377Z [00:03:38.520]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:12:11.5628090Z [00:03:38.520]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.5631208Z [00:03:38.520]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.5632484Z [00:03:38.520]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.5633095Z [00:03:38.520]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:12:11.5633961Z [00:03:38.520]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:12:11.5634878Z [00:03:38.520]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:11.5635503Z [00:03:38.520]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:11.5636182Z [00:03:38.520]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:11.5636775Z [00:03:38.520]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.5637313Z [00:03:38.520]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.5637840Z [00:03:38.520]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:11.5639718Z [00:03:38.520]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.5640466Z [00:03:38.520]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:11.5641252Z [00:03:38.520]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:11.5641725Z [00:03:38.520]➜  EOF
2025-08-20T21:12:11.5657327Z [00:03:38.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1828/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b1828=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T21:12:11.5738201Z [00:03:38.532]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T21:12:11.5745432Z [00:03:38.532]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/7b/7b8cc27ab6c0b486b14ad765dd0005a4621f4727a1cc6b79160857006b0a51fa-d # internal
2025-08-20T21:12:11.5757921Z [00:03:38.534]➜  hash/adler32
2025-08-20T21:12:11.5759846Z [00:03:38.534]➜  mkdir -p $WORK/b1831/
2025-08-20T21:12:11.5760647Z [00:03:38.534]➜  cat >/tmp/go-build2720400589/b1831/importcfg << 'EOF' # internal
2025-08-20T21:12:11.5786385Z [00:03:38.534]➜  # import config
2025-08-20T21:12:11.5787048Z [00:03:38.534]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.5787665Z [00:03:38.534]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:11.5788484Z [00:03:38.534]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:12:11.5789210Z [00:03:38.534]➜  EOF
2025-08-20T21:12:11.5790881Z [00:03:38.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1831/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b1831=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:12:11.5901052Z [00:03:38.548]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T21:12:11.5907079Z [00:03:38.549]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T21:12:11.5909088Z [00:03:38.549]➜  compress/zlib
2025-08-20T21:12:11.5910548Z [00:03:38.549]➜  mkdir -p $WORK/b1830/
2025-08-20T21:12:11.5927045Z [00:03:38.551]➜  cat >/tmp/go-build2720400589/b1830/importcfg << 'EOF' # internal
2025-08-20T21:12:11.5927721Z [00:03:38.551]➜  # import config
2025-08-20T21:12:11.5928164Z [00:03:38.551]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:11.5929436Z [00:03:38.551]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:12:11.5929944Z [00:03:38.551]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.5930403Z [00:03:38.551]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.5930818Z [00:03:38.551]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.5931227Z [00:03:38.551]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:11.5931665Z [00:03:38.551]➜  packagefile hash/adler32=/tmp/go-build2720400589/b1831/_pkg_.a
2025-08-20T21:12:11.5932099Z [00:03:38.551]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.5932408Z [00:03:38.551]➜  EOF
2025-08-20T21:12:11.5934019Z [00:03:38.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1830/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b1830=>" -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/b1830/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:12:11.6241304Z [00:03:38.582]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T21:12:11.6248064Z [00:03:38.582]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T21:12:11.6249996Z [00:03:38.583]➜  filippo.io/edwards25519/field
2025-08-20T21:12:11.6250353Z [00:03:38.583]➜  mkdir -p $WORK/b1833/
2025-08-20T21:12:11.6252663Z [00:03:38.583]➜  echo -n > $WORK/b1833/go_asm.h # internal
2025-08-20T21:12:11.6254156Z [00:03:38.583]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:12:11.6255934Z [00:03:38.583]➜  /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/b1833=>" -I $WORK/b1833/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1833/symabis ./fe_arm64.s
2025-08-20T21:12:11.6297953Z [00:03:38.587]➜  cat >/tmp/go-build2720400589/b1833/importcfg << 'EOF' # internal
2025-08-20T21:12:11.6298459Z [00:03:38.587]➜  # import config
2025-08-20T21:12:11.6298833Z [00:03:38.587]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:11.6299319Z [00:03:38.587]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.6299781Z [00:03:38.587]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.6300215Z [00:03:38.587]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:11.6300552Z [00:03:38.587]➜  EOF
2025-08-20T21:12:11.6302190Z [00:03:38.588]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:11.6305432Z [00:03:38.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1833/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b1833=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b1833/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack -asmhdr $WORK/b1833/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T21:12:11.6889179Z [00:03:38.647]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:12:11.6890651Z [00:03:38.647]➜  /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/b1833=>" -I $WORK/b1833/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1833/fe_arm64.o ./fe_arm64.s
2025-08-20T21:12:11.6962734Z [00:03:38.654]➜  go tool pack r $WORK/b1833/_pkg_.a $WORK/b1833/fe_arm64.o # internal
2025-08-20T21:12:11.6987106Z [00:03:38.656]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T21:12:11.6987856Z [00:03:38.657]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T21:12:11.6988422Z [00:03:38.657]➜  filippo.io/edwards25519
2025-08-20T21:12:11.6988703Z [00:03:38.657]➜  mkdir -p $WORK/b1832/
2025-08-20T21:12:11.6989081Z [00:03:38.657]➜  cat >/tmp/go-build2720400589/b1832/importcfg << 'EOF' # internal
2025-08-20T21:12:11.6991417Z [00:03:38.657]➜  # import config
2025-08-20T21:12:11.6991865Z [00:03:38.657]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:11.6992356Z [00:03:38.657]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.6992824Z [00:03:38.657]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.6993337Z [00:03:38.657]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build2720400589/b1833/_pkg_.a
2025-08-20T21:12:11.6994124Z [00:03:38.657]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:11.6994723Z [00:03:38.657]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.6995035Z [00:03:38.657]➜  EOF
2025-08-20T21:12:11.6995284Z [00:03:38.657]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:11.6998460Z [00:03:38.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1832/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b1832=>" -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/b1832/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T21:12:11.8583005Z [00:03:38.816]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T21:12:11.8600953Z [00:03:38.818]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T21:12:11.8601623Z [00:03:38.818]➜  github.com/lib/pq/scram
2025-08-20T21:12:11.8601956Z [00:03:38.818]➜  mkdir -p $WORK/b1836/
2025-08-20T21:12:11.8604600Z [00:03:38.818]➜  cat >/tmp/go-build2720400589/b1836/importcfg << 'EOF' # internal
2025-08-20T21:12:11.8605021Z [00:03:38.818]➜  # import config
2025-08-20T21:12:11.8606924Z [00:03:38.818]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.8607394Z [00:03:38.818]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:11.8607866Z [00:03:38.818]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:11.8608340Z [00:03:38.818]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:11.8608786Z [00:03:38.818]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.8609196Z [00:03:38.818]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:11.8609618Z [00:03:38.818]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.8610049Z [00:03:38.818]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.8610643Z [00:03:38.818]➜  EOF
2025-08-20T21:12:11.8612430Z [00:03:38.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b1836=>" -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/b1836/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T21:12:11.8687828Z [00:03:38.825]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T21:12:11.8735512Z [00:03:38.831]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T21:12:11.8788912Z [00:03:38.837]➜  github.com/go-sql-driver/mysql
2025-08-20T21:12:11.8789603Z [00:03:38.837]➜  mkdir -p $WORK/b1829/
2025-08-20T21:12:11.8790569Z [00:03:38.837]➜  cat >/tmp/go-build2720400589/b1829/importcfg << 'EOF' # internal
2025-08-20T21:12:11.8791425Z [00:03:38.837]➜  # import config
2025-08-20T21:12:11.8791860Z [00:03:38.837]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.8792330Z [00:03:38.837]➜  packagefile compress/zlib=/tmp/go-build2720400589/b1830/_pkg_.a
2025-08-20T21:12:11.8792830Z [00:03:38.837]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:11.8793564Z [00:03:38.837]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:11.8794022Z [00:03:38.837]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:11.8794764Z [00:03:38.837]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:11.8795244Z [00:03:38.837]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:11.8795710Z [00:03:38.837]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:12:11.8796179Z [00:03:38.837]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:11.8796629Z [00:03:38.837]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:11.8797251Z [00:03:38.837]➜  packagefile database/sql=/tmp/go-build2720400589/b1828/_pkg_.a
2025-08-20T21:12:11.8797891Z [00:03:38.837]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:12:11.8798390Z [00:03:38.837]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.8798873Z [00:03:38.837]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:11.8799337Z [00:03:38.837]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:11.8799779Z [00:03:38.837]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.8800262Z [00:03:38.837]➜  packagefile filippo.io/edwards25519=/tmp/go-build2720400589/b1832/_pkg_.a
2025-08-20T21:12:11.8800740Z [00:03:38.837]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.8801145Z [00:03:38.837]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.8801552Z [00:03:38.837]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:11.8801957Z [00:03:38.837]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:11.8802386Z [00:03:38.837]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:11.8804893Z [00:03:38.838]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:11.8805371Z [00:03:38.838]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:11.8805790Z [00:03:38.838]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:11.8806203Z [00:03:38.838]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:11.8806628Z [00:03:38.838]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:11.8807044Z [00:03:38.838]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:11.8807667Z [00:03:38.838]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.8808166Z [00:03:38.838]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.8808583Z [00:03:38.838]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.8809020Z [00:03:38.838]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:11.8809461Z [00:03:38.838]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:11.8809879Z [00:03:38.838]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.8810182Z [00:03:38.838]➜  EOF
2025-08-20T21:12:11.8827114Z [00:03:38.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2=>github.com/go-sql-driver/mysql@v1.9.2;$WORK/b1829=>" -p github.com/go-sql-driver/mysql -lang=go1.21 -complete -installsuffix shared -buildid eYmgJm6oKhrO6CPKDQPm/eYmgJm6oKhrO6CPKDQPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/importcfg -pack /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/auth.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/buffer.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/collations.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/compress.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/conncheck.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/connection.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/connector.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/const.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/driver.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/dsn.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/errors.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/fields.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/infile.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/nulltime.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/packets.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/result.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/rows.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/statement.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/transaction.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.2/utils.go
2025-08-20T21:12:11.8910657Z [00:03:38.849]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T21:12:11.8914542Z [00:03:38.849]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/9d/9d682a300977d4b933069eab719c9b625524bf522c101feb078e30da9c8c66aa-d # internal
2025-08-20T21:12:11.8919403Z [00:03:38.850]➜  github.com/lib/pq
2025-08-20T21:12:11.8919742Z [00:03:38.850]➜  mkdir -p $WORK/b1834/
2025-08-20T21:12:11.8922434Z [00:03:38.850]➜  cat >/tmp/go-build2720400589/b1834/importcfg << 'EOF' # internal
2025-08-20T21:12:11.8922858Z [00:03:38.850]➜  # import config
2025-08-20T21:12:11.8926461Z [00:03:38.850]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:11.8926949Z [00:03:38.850]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:11.8927389Z [00:03:38.850]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:11.8927831Z [00:03:38.850]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:11.8928294Z [00:03:38.850]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:11.8928758Z [00:03:38.850]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:11.8929211Z [00:03:38.850]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:11.8929672Z [00:03:38.850]➜  packagefile database/sql=/tmp/go-build2720400589/b1828/_pkg_.a
2025-08-20T21:12:11.8930159Z [00:03:38.850]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:12:11.8930654Z [00:03:38.850]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:11.8931349Z [00:03:38.851]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:11.8931834Z [00:03:38.851]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:11.8932255Z [00:03:38.851]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:11.8932808Z [00:03:38.851]➜  packagefile github.com/lib/pq/oid=/tmp/go-build2720400589/b1835/_pkg_.a
2025-08-20T21:12:11.8933346Z [00:03:38.851]➜  packagefile github.com/lib/pq/scram=/tmp/go-build2720400589/b1836/_pkg_.a
2025-08-20T21:12:11.8935904Z [00:03:38.851]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:11.8936379Z [00:03:38.851]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:11.8936812Z [00:03:38.851]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:11.8937222Z [00:03:38.851]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:11.8937642Z [00:03:38.851]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:11.8938073Z [00:03:38.851]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:11.8938486Z [00:03:38.851]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:12:11.8938912Z [00:03:38.851]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:11.8939365Z [00:03:38.851]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:11.8940166Z [00:03:38.851]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:11.8940592Z [00:03:38.851]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:11.8941014Z [00:03:38.851]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:11.8941431Z [00:03:38.851]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:11.8941850Z [00:03:38.851]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:11.8942276Z [00:03:38.851]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:11.8942699Z [00:03:38.851]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:11.8943265Z [00:03:38.851]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:11.8943833Z [00:03:38.851]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:11.8944627Z [00:03:38.851]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:11.8945087Z [00:03:38.851]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:11.8945397Z [00:03:38.851]➜  EOF
2025-08-20T21:12:11.8950223Z [00:03:38.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b1834=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid ofFyAAwAVwgWXHmUCuOK/ofFyAAwAVwgWXHmUCuOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/array.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/buf.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go115.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go18.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/connector.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/copy.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/encode.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/error.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/krb.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notice.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notify.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/rows.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl_permissions.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/url.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/user_posix.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/uuid.go
2025-08-20T21:12:12.3357128Z [00:03:39.293]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T21:12:12.3403344Z [00:03:39.298]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T21:12:12.3406564Z [00:03:39.298]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/12/12855fc04f09853ffb411fb4d1dac5fc1e577010017652f396144f6011e39187-d # internal
2025-08-20T21:12:12.3407260Z [00:03:39.299]➜  github.com/vadv/gopher-lua-libs/filepath
2025-08-20T21:12:12.3409287Z [00:03:39.299]➜  mkdir -p $WORK/b1837/
2025-08-20T21:12:12.3410394Z [00:03:39.299]➜  cat >/tmp/go-build2720400589/b1837/importcfg << 'EOF' # internal
2025-08-20T21:12:12.3410921Z [00:03:39.299]➜  # import config
2025-08-20T21:12:12.3420031Z [00:03:39.300]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.3420620Z [00:03:39.300]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:12.3421837Z [00:03:39.300]➜  EOF
2025-08-20T21:12:12.3424181Z [00:03:39.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/filepath=>github.com/vadv/gopher-lua-libs@v0.5.0/filepath;$WORK/b1837=>" -p github.com/vadv/gopher-lua-libs/filepath -lang=go1.16 -complete -installsuffix shared -buildid rDfJPR_ezfmMyr7YXoN8/rDfJPR_ezfmMyr7YXoN8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/filepath/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/filepath/loader.go
2025-08-20T21:12:12.3518465Z [00:03:39.310]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/f2/f26653d7f32f270eff116c05d01027e2c1a9b4ec89c4951cf218601bb0efd2b3-d # internal
2025-08-20T21:12:12.3535890Z [00:03:39.311]➜  github.com/vadv/gopher-lua-libs/db
2025-08-20T21:12:12.3538996Z [00:03:39.312]➜  mkdir -p $WORK/b1827/
2025-08-20T21:12:12.3539607Z [00:03:39.312]➜  cat >/tmp/go-build2720400589/b1827/importcfg << 'EOF' # internal
2025-08-20T21:12:12.3542132Z [00:03:39.312]➜  # import config
2025-08-20T21:12:12.3542673Z [00:03:39.312]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:12.3543141Z [00:03:39.312]➜  packagefile database/sql=/tmp/go-build2720400589/b1828/_pkg_.a
2025-08-20T21:12:12.3543780Z [00:03:39.312]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.3544563Z [00:03:39.312]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2720400589/b1829/_pkg_.a
2025-08-20T21:12:12.3545175Z [00:03:39.312]➜  packagefile github.com/lib/pq=/tmp/go-build2720400589/b1834/_pkg_.a
2025-08-20T21:12:12.3545715Z [00:03:39.312]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.3546195Z [00:03:39.312]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:12.3546602Z [00:03:39.312]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:12.3547014Z [00:03:39.312]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.3547319Z [00:03:39.312]➜  EOF
2025-08-20T21:12:12.3550412Z [00:03:39.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db=>github.com/vadv/gopher-lua-libs@v0.5.0/db;$WORK/b1827=>" -p github.com/vadv/gopher-lua-libs/db -lang=go1.16 -complete -installsuffix shared -buildid LSTLdGMKvSpzKZ_ssP_U/LSTLdGMKvSpzKZ_ssP_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1827/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/api_mysql.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/api_postgres.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/api_stmt.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/db/parse.go
2025-08-20T21:12:12.3818973Z [00:03:39.340]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T21:12:12.3833592Z [00:03:39.341]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/35/35113d7f1109903005cf822c656547780a44dfaa599bf0a3c9a1cc08c14bd1bf-d # internal
2025-08-20T21:12:12.3868327Z [00:03:39.345]➜  github.com/vadv/gopher-lua-libs/goos
2025-08-20T21:12:12.3870142Z [00:03:39.345]➜  mkdir -p $WORK/b1838/
2025-08-20T21:12:12.3880574Z [00:03:39.346]➜  cat >/tmp/go-build2720400589/b1838/importcfg << 'EOF' # internal
2025-08-20T21:12:12.3880979Z [00:03:39.346]➜  # import config
2025-08-20T21:12:12.3881420Z [00:03:39.346]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.3881901Z [00:03:39.346]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.3882204Z [00:03:39.346]➜  EOF
2025-08-20T21:12:12.3884467Z [00:03:39.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/goos=>github.com/vadv/gopher-lua-libs@v0.5.0/goos;$WORK/b1838=>" -p github.com/vadv/gopher-lua-libs/goos -lang=go1.16 -complete -installsuffix shared -buildid CEBxBHGUgvCM5k2wTmfc/CEBxBHGUgvCM5k2wTmfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/goos/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/goos/loader.go
2025-08-20T21:12:12.4088468Z [00:03:39.366]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T21:12:12.4153210Z [00:03:39.373]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T21:12:12.4182410Z [00:03:39.376]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/72/7260fcfa30671df376eccf6683963d35676ba3c49d4d4aa19366bffe303c1d21-d # internal
2025-08-20T21:12:12.4183790Z [00:03:39.376]➜  github.com/vadv/gopher-lua-libs/http/client
2025-08-20T21:12:12.4184731Z [00:03:39.376]➜  mkdir -p $WORK/b1840/
2025-08-20T21:12:12.4185161Z [00:03:39.376]➜  cat >/tmp/go-build2720400589/b1840/importcfg << 'EOF' # internal
2025-08-20T21:12:12.4185519Z [00:03:39.376]➜  # import config
2025-08-20T21:12:12.4185878Z [00:03:39.376]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.4186320Z [00:03:39.376]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:12.4187022Z [00:03:39.376]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:12.4187670Z [00:03:39.376]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:12.4188125Z [00:03:39.376]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.4188669Z [00:03:39.376]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:12.4189271Z [00:03:39.376]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.4189747Z [00:03:39.376]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.4190167Z [00:03:39.376]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:12.4190589Z [00:03:39.376]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:12.4191057Z [00:03:39.376]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:12:12.4191519Z [00:03:39.376]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:12.4191995Z [00:03:39.376]➜  packagefile net/http/cookiejar=/tmp/go-build2720400589/b1603/_pkg_.a
2025-08-20T21:12:12.4192507Z [00:03:39.376]➜  packagefile net/http/httputil=/tmp/go-build2720400589/b251/_pkg_.a
2025-08-20T21:12:12.4192971Z [00:03:39.376]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:12.4193381Z [00:03:39.376]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.4193818Z [00:03:39.376]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:12.4194565Z [00:03:39.376]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.4194949Z [00:03:39.376]➜  EOF
2025-08-20T21:12:12.4197734Z [00:03:39.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client=>github.com/vadv/gopher-lua-libs@v0.5.0/http/client;$WORK/b1840=>" -p github.com/vadv/gopher-lua-libs/http/client -lang=go1.16 -complete -installsuffix shared -buildid VB5ukZW86af1LXm_k-mW/VB5ukZW86af1LXm_k-mW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1840/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/client.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/client/request.go
2025-08-20T21:12:12.4354834Z [00:03:39.393]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/17/172159ad6cf67315b010ab1a1377ad252b2200e4657f133233f84928bf375618-d # internal
2025-08-20T21:12:12.4359678Z [00:03:39.394]➜  github.com/vadv/gopher-lua-libs/aws/cloudwatch
2025-08-20T21:12:12.4360491Z [00:03:39.394]➜  mkdir -p $WORK/b1779/
2025-08-20T21:12:12.4368239Z [00:03:39.395]➜  cat >/tmp/go-build2720400589/b1779/importcfg << 'EOF' # internal
2025-08-20T21:12:12.4368683Z [00:03:39.395]➜  # import config
2025-08-20T21:12:12.4369049Z [00:03:39.395]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.4369558Z [00:03:39.395]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:12.4370166Z [00:03:39.395]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build2720400589/b1780/_pkg_.a
2025-08-20T21:12:12.4371080Z [00:03:39.395]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatch=/tmp/go-build2720400589/b1814/_pkg_.a
2025-08-20T21:12:12.4371783Z [00:03:39.395]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatchlogs=/tmp/go-build2720400589/b1816/_pkg_.a
2025-08-20T21:12:12.4372417Z [00:03:39.395]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.4372895Z [00:03:39.395]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.4373301Z [00:03:39.395]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.4373615Z [00:03:39.395]➜  EOF
2025-08-20T21:12:12.4377215Z [00:03:39.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch=>github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch;$WORK/b1779=>" -p github.com/vadv/gopher-lua-libs/aws/cloudwatch -lang=go1.16 -complete -installsuffix shared -buildid lcctu3tIWgAeZpMm8H_Z/lcctu3tIWgAeZpMm8H_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch/cloudwatch.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch/cloudwatchlogs.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch/get_metric_data.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/aws/cloudwatch/loader.go
2025-08-20T21:12:12.4430056Z [00:03:39.401]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T21:12:12.4449721Z [00:03:39.403]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/d0/d05848df2492e16a7ffb15d4d5110090c847b64c52c83fc841dafbb7537ae4ca-d # internal
2025-08-20T21:12:12.4450424Z [00:03:39.403]➜  github.com/vadv/gopher-lua-libs/http/util
2025-08-20T21:12:12.4450759Z [00:03:39.403]➜  mkdir -p $WORK/b1842/
2025-08-20T21:12:12.4458737Z [00:03:39.404]➜  cat >/tmp/go-build2720400589/b1842/importcfg << 'EOF' # internal
2025-08-20T21:12:12.4459553Z [00:03:39.404]➜  # import config
2025-08-20T21:12:12.4460212Z [00:03:39.404]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.4460904Z [00:03:39.404]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:12.4461383Z [00:03:39.404]➜  EOF
2025-08-20T21:12:12.4464168Z [00:03:39.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/util=>github.com/vadv/gopher-lua-libs@v0.5.0/http/util;$WORK/b1842=>" -p github.com/vadv/gopher-lua-libs/http/util -lang=go1.16 -complete -installsuffix shared -buildid dTBMQuiAZ0r_ABC4wLPf/dTBMQuiAZ0r_ABC4wLPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1842/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/util/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/util/util.go
2025-08-20T21:12:12.4899281Z [00:03:39.448]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T21:12:12.4906652Z [00:03:39.448]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/a8/a81b67e7f869a4877ebebc811c82e2124ad0bf21eb2ff5bacb8085644497b7cf-d # internal
2025-08-20T21:12:12.4913708Z [00:03:39.449]➜  github.com/dustin/go-humanize
2025-08-20T21:12:12.4914235Z [00:03:39.449]➜  mkdir -p $WORK/b1844/
2025-08-20T21:12:12.4914833Z [00:03:39.449]➜  cat >/tmp/go-build2720400589/b1844/importcfg << 'EOF' # internal
2025-08-20T21:12:12.4915328Z [00:03:39.449]➜  # import config
2025-08-20T21:12:12.4915800Z [00:03:39.449]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.4916344Z [00:03:39.449]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.4916891Z [00:03:39.449]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.4917424Z [00:03:39.449]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:12.4918262Z [00:03:39.449]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:12.4918785Z [00:03:39.449]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:12.4919295Z [00:03:39.449]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.4919812Z [00:03:39.449]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.4920376Z [00:03:39.449]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.4920898Z [00:03:39.449]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.4921436Z [00:03:39.449]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:12.4921914Z [00:03:39.449]➜  EOF
2025-08-20T21:12:12.4926249Z [00:03:39.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b1844=>" -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/b1844/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T21:12:12.5031425Z [00:03:39.461]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T21:12:12.5115103Z [00:03:39.469]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/53/53bebfc32621dce6888c59512553b68b8d9600635775a7bd0b0d263f040c0a27-d # internal
2025-08-20T21:12:12.5115858Z [00:03:39.469]➜  github.com/vadv/gopher-lua-libs/inspect
2025-08-20T21:12:12.5116183Z [00:03:39.469]➜  mkdir -p $WORK/b1845/
2025-08-20T21:12:12.5116564Z [00:03:39.469]➜  cat >/tmp/go-build2720400589/b1845/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5116917Z [00:03:39.469]➜  # import config
2025-08-20T21:12:12.5117253Z [00:03:39.469]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:12:12.5118069Z [00:03:39.469]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.5118510Z [00:03:39.469]➜  EOF
2025-08-20T21:12:12.5118846Z [00:03:39.469]➜  cat >/tmp/go-build2720400589/b1845/embedcfg << 'EOF' # internal
2025-08-20T21:12:12.5119163Z [00:03:39.469]➜  {
2025-08-20T21:12:12.5119375Z [00:03:39.469]➜  	"Patterns": {
2025-08-20T21:12:12.5119613Z [00:03:39.469]➜  		"inspect.lua": [
2025-08-20T21:12:12.5119885Z [00:03:39.469]➜  			"inspect.lua"
2025-08-20T21:12:12.5120123Z [00:03:39.469]➜  		]
2025-08-20T21:12:12.5120316Z [00:03:39.469]➜  	},
2025-08-20T21:12:12.5120581Z [00:03:39.469]➜  	"Files": {
2025-08-20T21:12:12.5121042Z [00:03:39.469]➜  		"inspect.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/inspect/inspect.lua"
2025-08-20T21:12:12.5121462Z [00:03:39.469]➜  	}
2025-08-20T21:12:12.5121655Z [00:03:39.469]➜  }EOF
2025-08-20T21:12:12.5123719Z [00:03:39.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/inspect=>github.com/vadv/gopher-lua-libs@v0.5.0/inspect;$WORK/b1845=>" -p github.com/vadv/gopher-lua-libs/inspect -lang=go1.16 -complete -installsuffix shared -buildid SgSpNFIJD6bcu-bYCFU4/SgSpNFIJD6bcu-bYCFU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/importcfg -embedcfg $WORK/b1845/embedcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/inspect/loader.go
2025-08-20T21:12:12.5260151Z [00:03:39.484]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T21:12:12.5276528Z [00:03:39.485]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/6d/6d0bb76bf52e11f07d8219f705c0cec90f6dd9b2ec74c93d011ef063e7928425-d # internal
2025-08-20T21:12:12.5284769Z [00:03:39.486]➜  github.com/vadv/gopher-lua-libs/ioutil
2025-08-20T21:12:12.5291164Z [00:03:39.487]➜  mkdir -p $WORK/b1846/
2025-08-20T21:12:12.5299959Z [00:03:39.488]➜  cat >/tmp/go-build2720400589/b1846/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5302150Z [00:03:39.488]➜  # import config
2025-08-20T21:12:12.5303472Z [00:03:39.488]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:12.5304478Z [00:03:39.488]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.5305072Z [00:03:39.488]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.5305719Z [00:03:39.488]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:12.5306067Z [00:03:39.488]➜  EOF
2025-08-20T21:12:12.5315392Z [00:03:39.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/ioutil=>github.com/vadv/gopher-lua-libs@v0.5.0/ioutil;$WORK/b1846=>" -p github.com/vadv/gopher-lua-libs/ioutil -lang=go1.16 -complete -installsuffix shared -buildid lt5IhBSrX6_ckrWnlpFW/lt5IhBSrX6_ckrWnlpFW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/ioutil/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/ioutil/loader.go
2025-08-20T21:12:12.5325022Z [00:03:39.490]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T21:12:12.5351663Z [00:03:39.493]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/dc/dca5cace6933e6c14d3f94beb5f5d64ff103914bcf9d90cf7710a772b5010036-d # internal
2025-08-20T21:12:12.5357476Z [00:03:39.494]➜  github.com/vadv/gopher-lua-libs/log
2025-08-20T21:12:12.5359037Z [00:03:39.494]➜  mkdir -p $WORK/b1847/
2025-08-20T21:12:12.5359513Z [00:03:39.494]➜  cat >/tmp/go-build2720400589/b1847/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5359871Z [00:03:39.494]➜  # import config
2025-08-20T21:12:12.5360211Z [00:03:39.494]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:12:12.5360624Z [00:03:39.494]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.5361140Z [00:03:39.494]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.5361903Z [00:03:39.494]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:12.5362376Z [00:03:39.494]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.5362679Z [00:03:39.494]➜  EOF
2025-08-20T21:12:12.5363001Z [00:03:39.494]➜  cat >/tmp/go-build2720400589/b1847/embedcfg << 'EOF' # internal
2025-08-20T21:12:12.5363332Z [00:03:39.494]➜  {
2025-08-20T21:12:12.5363535Z [00:03:39.494]➜  	"Patterns": {
2025-08-20T21:12:12.5363785Z [00:03:39.494]➜  		"loglevel.lua": [
2025-08-20T21:12:12.5364039Z [00:03:39.494]➜  			"loglevel.lua"
2025-08-20T21:12:12.5371593Z [00:03:39.494]➜  		]
2025-08-20T21:12:12.5371931Z [00:03:39.494]➜  	},
2025-08-20T21:12:12.5372144Z [00:03:39.494]➜  	"Files": {
2025-08-20T21:12:12.5372604Z [00:03:39.494]➜  		"loglevel.lua": "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log/loglevel.lua"
2025-08-20T21:12:12.5373021Z [00:03:39.494]➜  	}
2025-08-20T21:12:12.5373210Z [00:03:39.494]➜  }EOF
2025-08-20T21:12:12.5375858Z [00:03:39.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log=>github.com/vadv/gopher-lua-libs@v0.5.0/log;$WORK/b1847=>" -p github.com/vadv/gopher-lua-libs/log -lang=go1.16 -complete -installsuffix shared -buildid Ge37Tl5ZaF91ByLQ_ld6/Ge37Tl5ZaF91ByLQ_ld6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1847/importcfg -embedcfg $WORK/b1847/embedcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/log/logger_config.go
2025-08-20T21:12:12.5505274Z [00:03:39.508]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T21:12:12.5516729Z [00:03:39.510]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T21:12:12.5517411Z [00:03:39.510]➜  github.com/vadv/gopher-lua-libs/humanize
2025-08-20T21:12:12.5517730Z [00:03:39.510]➜  mkdir -p $WORK/b1843/
2025-08-20T21:12:12.5530459Z [00:03:39.510]➜  cat >/tmp/go-build2720400589/b1843/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5531184Z [00:03:39.510]➜  # import config
2025-08-20T21:12:12.5531702Z [00:03:39.510]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2720400589/b1844/_pkg_.a
2025-08-20T21:12:12.5532290Z [00:03:39.510]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.5532782Z [00:03:39.510]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.5533097Z [00:03:39.510]➜  EOF
2025-08-20T21:12:12.5535510Z [00:03:39.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/humanize=>github.com/vadv/gopher-lua-libs@v0.5.0/humanize;$WORK/b1843=>" -p github.com/vadv/gopher-lua-libs/humanize -lang=go1.16 -complete -installsuffix shared -buildid UsnTX4ZNZ726XbIFOIuS/UsnTX4ZNZ726XbIFOIuS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1843/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/humanize/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/humanize/loader.go
2025-08-20T21:12:12.5562029Z [00:03:39.514]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T21:12:12.5573044Z [00:03:39.515]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/f7/f70c0d6594e27f05e0994451f4f631325565867f49311d0a08d9df770f1ec755-d # internal
2025-08-20T21:12:12.5573671Z [00:03:39.515]➜  github.com/beorn7/perks/quantile
2025-08-20T21:12:12.5577335Z [00:03:39.516]➜  mkdir -p $WORK/b1850/
2025-08-20T21:12:12.5583124Z [00:03:39.516]➜  cat >/tmp/go-build2720400589/b1850/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5583505Z [00:03:39.516]➜  # import config
2025-08-20T21:12:12.5585005Z [00:03:39.516]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:12.5585435Z [00:03:39.516]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.5585749Z [00:03:39.516]➜  EOF
2025-08-20T21:12:12.5587853Z [00:03:39.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b1850=>" -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/b1850/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T21:12:12.5822419Z [00:03:39.540]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T21:12:12.5834985Z [00:03:39.541]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/99/99bc668ba03d6e0141b0cad7efcc1686af62a6148b48ebfd5316b12153a35b28-d # internal
2025-08-20T21:12:12.5835630Z [00:03:39.541]➜  github.com/prometheus/client_model/go
2025-08-20T21:12:12.5835945Z [00:03:39.541]➜  mkdir -p $WORK/b1852/
2025-08-20T21:12:12.5836344Z [00:03:39.541]➜  cat >/tmp/go-build2720400589/b1852/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5836697Z [00:03:39.541]➜  # import config
2025-08-20T21:12:12.5837257Z [00:03:39.541]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:12.5838269Z [00:03:39.541]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:12.5838995Z [00:03:39.541]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:12.5839770Z [00:03:39.541]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:12.5840199Z [00:03:39.541]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:12.5840504Z [00:03:39.541]➜  EOF
2025-08-20T21:12:12.5842507Z [00:03:39.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go=>github.com/prometheus/client_model@v0.6.2/go;$WORK/b1852=>" -p github.com/prometheus/client_model/go -lang=go1.22 -complete -installsuffix shared -buildid fyPu4NImZHh_KwwnW03K/fyPu4NImZHh_KwwnW03K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go/metrics.pb.go
2025-08-20T21:12:12.5849103Z [00:03:39.543]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T21:12:12.5859881Z [00:03:39.544]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T21:12:12.5860489Z [00:03:39.544]➜  github.com/munnerz/goautoneg
2025-08-20T21:12:12.5860780Z [00:03:39.544]➜  mkdir -p $WORK/b1856/
2025-08-20T21:12:12.5870284Z [00:03:39.545]➜  cat >/tmp/go-build2720400589/b1856/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5870700Z [00:03:39.545]➜  # import config
2025-08-20T21:12:12.5871037Z [00:03:39.545]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.5871477Z [00:03:39.545]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.5871906Z [00:03:39.545]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.5872229Z [00:03:39.545]➜  EOF
2025-08-20T21:12:12.5874485Z [00:03:39.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1856/_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/b1856=>" -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/b1856/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:12:12.5953861Z [00:03:39.553]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T21:12:12.5955509Z [00:03:39.553]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/85/85bd9a7f739bd541f72dd112a7b35e598f560cc9ce9eaf355090dc9536437684-d # internal
2025-08-20T21:12:12.5956253Z [00:03:39.553]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T21:12:12.5956612Z [00:03:39.553]➜  mkdir -p $WORK/b1857/
2025-08-20T21:12:12.5957003Z [00:03:39.553]➜  cat >/tmp/go-build2720400589/b1857/importcfg << 'EOF' # internal
2025-08-20T21:12:12.5957359Z [00:03:39.553]➜  # import config
2025-08-20T21:12:12.5957703Z [00:03:39.553]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:12.5958158Z [00:03:39.553]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:12.5958631Z [00:03:39.553]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.5959203Z [00:03:39.553]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:12:12.5959899Z [00:03:39.553]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:12:12.5960543Z [00:03:39.553]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:12.5961039Z [00:03:39.553]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.5961543Z [00:03:39.553]➜  EOF
2025-08-20T21:12:12.5963709Z [00:03:39.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1857/_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/b1857=>" -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/b1857/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim/protodelim.go
2025-08-20T21:12:12.6057006Z [00:03:39.564]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T21:12:12.6058150Z [00:03:39.564]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T21:12:12.6059659Z [00:03:39.564]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T21:12:12.6060013Z [00:03:39.564]➜  mkdir -p $WORK/b1859/
2025-08-20T21:12:12.6060397Z [00:03:39.564]➜  cat >/tmp/go-build2720400589/b1859/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6060755Z [00:03:39.564]➜  # import config
2025-08-20T21:12:12.6061090Z [00:03:39.564]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.6061499Z [00:03:39.564]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.6061939Z [00:03:39.564]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:12.6062280Z [00:03:39.564]➜  EOF
2025-08-20T21:12:12.6064232Z [00:03:39.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/fs=>github.com/prometheus/procfs@v0.16.1/internal/fs;$WORK/b1859=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.23 -complete -installsuffix shared -buildid 9XtCmIfefleDrGiE_p99/9XtCmIfefleDrGiE_p99 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/fs/fs.go
2025-08-20T21:12:12.6192368Z [00:03:39.577]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T21:12:12.6196949Z [00:03:39.577]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/2e/2eeadbd850df114e7bfc1545b38ea6a301065d43ef249698b5a8b7eb06800d63-d # internal
2025-08-20T21:12:12.6204861Z [00:03:39.578]➜  github.com/prometheus/procfs/internal/util
2025-08-20T21:12:12.6205826Z [00:03:39.578]➜  mkdir -p $WORK/b1860/
2025-08-20T21:12:12.6220884Z [00:03:39.580]➜  cat >/tmp/go-build2720400589/b1860/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6221731Z [00:03:39.580]➜  # import config
2025-08-20T21:12:12.6222084Z [00:03:39.580]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.6222806Z [00:03:39.580]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.6223277Z [00:03:39.580]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.6223680Z [00:03:39.580]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.6224102Z [00:03:39.580]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.6224766Z [00:03:39.580]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.6225216Z [00:03:39.580]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:12.6225531Z [00:03:39.580]➜  EOF
2025-08-20T21:12:12.6228610Z [00:03:39.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/util=>github.com/prometheus/procfs@v0.16.1/internal/util;$WORK/b1860=>" -p github.com/prometheus/procfs/internal/util -lang=go1.23 -complete -installsuffix shared -buildid XkmN607gHKTu7fsmMn5R/XkmN607gHKTu7fsmMn5R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/internal/util/valueparser.go
2025-08-20T21:12:12.6392264Z [00:03:39.597]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T21:12:12.6405305Z [00:03:39.598]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/c8/c869155729eb9c238ed317fdfe0fd6435dc3d9f50be54b3b3169f45f33bd1a0a-d # internal
2025-08-20T21:12:12.6411558Z [00:03:39.599]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
2025-08-20T21:12:12.6412068Z [00:03:39.599]➜  mkdir -p $WORK/b1863/
2025-08-20T21:12:12.6417726Z [00:03:39.600]➜  cat >/tmp/go-build2720400589/b1863/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6419581Z [00:03:39.600]➜  # import config
2025-08-20T21:12:12.6420392Z [00:03:39.600]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:12.6421050Z [00:03:39.600]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.6421940Z [00:03:39.600]➜  EOF
2025-08-20T21:12:12.6425322Z [00:03:39.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header=>github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header;$WORK/b1863=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header -lang=go1.22 -complete -installsuffix shared -buildid LTqgaexGwyTwDXPrFOTo/LTqgaexGwyTwDXPrFOTo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1863/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header/header.go
2025-08-20T21:12:12.6524786Z [00:03:39.610]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T21:12:12.6544901Z [00:03:39.612]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/db/dbeb1f1dd0bec79c455ef89f671c5e0b9a5a5d0edc838cb5874292f260311655-d # internal
2025-08-20T21:12:12.6558344Z [00:03:39.614]➜  github.com/prometheus/common/model
2025-08-20T21:12:12.6559534Z [00:03:39.614]➜  mkdir -p $WORK/b1853/
2025-08-20T21:12:12.6578821Z [00:03:39.616]➜  cat >/tmp/go-build2720400589/b1853/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6581811Z [00:03:39.616]➜  # import config
2025-08-20T21:12:12.6582183Z [00:03:39.616]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.6582637Z [00:03:39.616]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:12.6583086Z [00:03:39.616]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.6583500Z [00:03:39.616]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.6584239Z [00:03:39.616]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:12.6585273Z [00:03:39.616]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:12.6585781Z [00:03:39.616]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:12.6586205Z [00:03:39.616]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:12.6586627Z [00:03:39.616]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:12.6587039Z [00:03:39.616]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.6587514Z [00:03:39.616]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.6587935Z [00:03:39.616]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.6588349Z [00:03:39.616]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.6588787Z [00:03:39.616]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:12.6589121Z [00:03:39.616]➜  EOF
2025-08-20T21:12:12.6595339Z [00:03:39.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model=>github.com/prometheus/common@v0.63.0/model;$WORK/b1853=>" -p github.com/prometheus/common/model -lang=go1.21 -complete -installsuffix shared -buildid iPNMukUGHC0R4rENqjuL/iPNMukUGHC0R4rENqjuL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_type.go
2025-08-20T21:12:12.6635323Z [00:03:39.621]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T21:12:12.6644688Z [00:03:39.622]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/c1/c1d1bfe4907c9b4838ff2bf58ef4eca34b57c2f02f0c58efd4c00d96c4a7f72d-d # internal
2025-08-20T21:12:12.6646526Z [00:03:39.622]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
2025-08-20T21:12:12.6647680Z [00:03:39.622]➜  mkdir -p $WORK/b1862/
2025-08-20T21:12:12.6651675Z [00:03:39.623]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T21:12:12.6652631Z [00:03:39.623]➜  cat >/tmp/go-build2720400589/b1862/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6652992Z [00:03:39.623]➜  # import config
2025-08-20T21:12:12.6653645Z [00:03:39.623]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build2720400589/b1863/_pkg_.a
2025-08-20T21:12:12.6654490Z [00:03:39.623]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:12.6654876Z [00:03:39.623]➜  EOF
2025-08-20T21:12:12.6664502Z [00:03:39.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil=>github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil;$WORK/b1862=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil -lang=go1.22 -complete -installsuffix shared -buildid Q_NgEqpTf2I95EW6i6r0/Q_NgEqpTf2I95EW6i6r0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/negotiate.go
2025-08-20T21:12:12.6669515Z [00:03:39.624]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/43/432c25107c1d3748ecf02c079ef70a730291ddbc2b9a11e5307ed00b006c9ccb-d # internal
2025-08-20T21:12:12.6680606Z [00:03:39.625]➜  github.com/prometheus/procfs
2025-08-20T21:12:12.6680917Z [00:03:39.625]➜  mkdir -p $WORK/b1858/
2025-08-20T21:12:12.6681295Z [00:03:39.625]➜  cat >/tmp/go-build2720400589/b1858/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6681645Z [00:03:39.625]➜  # import config
2025-08-20T21:12:12.6681978Z [00:03:39.625]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:12.6682393Z [00:03:39.625]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.6682844Z [00:03:39.625]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:12.6683438Z [00:03:39.625]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.6683910Z [00:03:39.625]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.6684902Z [00:03:39.625]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build2720400589/b1859/_pkg_.a
2025-08-20T21:12:12.6685770Z [00:03:39.625]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build2720400589/b1860/_pkg_.a
2025-08-20T21:12:12.6686372Z [00:03:39.625]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:12:12.6686827Z [00:03:39.625]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.6687244Z [00:03:39.625]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:12.6687667Z [00:03:39.625]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:12.6688070Z [00:03:39.625]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.6688512Z [00:03:39.625]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:12.6688956Z [00:03:39.625]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:12.6689377Z [00:03:39.625]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.6689801Z [00:03:39.625]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.6690229Z [00:03:39.625]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.6690655Z [00:03:39.625]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:12.6691073Z [00:03:39.625]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.6691380Z [00:03:39.625]➜  EOF
2025-08-20T21:12:12.6708712Z [00:03:39.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1=>github.com/prometheus/procfs@v0.16.1;$WORK/b1858=>" -p github.com/prometheus/procfs -lang=go1.23 -complete -installsuffix shared -buildid 3wb6tKuzac2YXrq4kKmk/3wb6tKuzac2YXrq4kKmk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_dev_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.1/zoneinfo.go
2025-08-20T21:12:12.6852529Z [00:03:39.643]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T21:12:12.6858358Z [00:03:39.644]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/51/51bdab1a4bf354479f9ebb57203f2d4d50ddae1e5633d9320797f5fcb1b4c3b6-d # internal
2025-08-20T21:12:12.6901285Z [00:03:39.648]➜  github.com/prometheus/client_golang/prometheus/promhttp/internal
2025-08-20T21:12:12.6901764Z [00:03:39.648]➜  mkdir -p $WORK/b1864/
2025-08-20T21:12:12.6903395Z [00:03:39.648]➜  cat >/tmp/go-build2720400589/b1864/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6905169Z [00:03:39.648]➜  # import config
2025-08-20T21:12:12.6906974Z [00:03:39.648]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.6908679Z [00:03:39.648]➜  EOF
2025-08-20T21:12:12.6911995Z [00:03:39.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal=>github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal;$WORK/b1864=>" -p github.com/prometheus/client_golang/prometheus/promhttp/internal -lang=go1.22 -complete -installsuffix shared -buildid KomRO6K9rciPoKKhjJnL/KomRO6K9rciPoKKhjJnL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1864/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal/compression.go
2025-08-20T21:12:12.6979051Z [00:03:39.656]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T21:12:12.6982747Z [00:03:39.656]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/7e/7e88cd6eeb2a2793e392d8047554037fdd5ef496092bf83dcec7ad281205a371-d # internal
2025-08-20T21:12:12.6983392Z [00:03:39.656]➜  github.com/vadv/gopher-lua-libs/regexp
2025-08-20T21:12:12.6983747Z [00:03:39.656]➜  mkdir -p $WORK/b1865/
2025-08-20T21:12:12.6987964Z [00:03:39.657]➜  cat >/tmp/go-build2720400589/b1865/importcfg << 'EOF' # internal
2025-08-20T21:12:12.6989008Z [00:03:39.657]➜  # import config
2025-08-20T21:12:12.6989551Z [00:03:39.657]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.6990257Z [00:03:39.657]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:12.6990707Z [00:03:39.657]➜  EOF
2025-08-20T21:12:12.6992899Z [00:03:39.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/regexp=>github.com/vadv/gopher-lua-libs@v0.5.0/regexp;$WORK/b1865=>" -p github.com/vadv/gopher-lua-libs/regexp -lang=go1.16 -complete -installsuffix shared -buildid ALudQ0oh8dx_sNnqM7mD/ALudQ0oh8dx_sNnqM7mD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/regexp/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/regexp/loader.go
2025-08-20T21:12:12.7560436Z [00:03:39.714]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T21:12:12.7577193Z [00:03:39.716]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/91/913cf92c74b2bc421e16116c6bd63860c7103827599074da890e83ba7d12d2e4-d # internal
2025-08-20T21:12:12.7580559Z [00:03:39.716]➜  github.com/vadv/gopher-lua-libs/runtime
2025-08-20T21:12:12.7581498Z [00:03:39.716]➜  mkdir -p $WORK/b1866/
2025-08-20T21:12:12.7581891Z [00:03:39.716]➜  cat >/tmp/go-build2720400589/b1866/importcfg << 'EOF' # internal
2025-08-20T21:12:12.7582250Z [00:03:39.716]➜  # import config
2025-08-20T21:12:12.7582668Z [00:03:39.716]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.7583163Z [00:03:39.716]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:12.7583483Z [00:03:39.716]➜  EOF
2025-08-20T21:12:12.7586104Z [00:03:39.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/runtime=>github.com/vadv/gopher-lua-libs@v0.5.0/runtime;$WORK/b1866=>" -p github.com/vadv/gopher-lua-libs/runtime -lang=go1.16 -complete -installsuffix shared -buildid uXGgZWw7mwWc-8fcrH2e/uXGgZWw7mwWc-8fcrH2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/runtime/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/runtime/loader.go
2025-08-20T21:12:12.7867295Z [00:03:39.745]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T21:12:12.7873430Z [00:03:39.745]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/63/63106c34e3ee5e15b633fd12331a4e0fca6a8235ff7893a3d0576dfd8abc6d46-d # internal
2025-08-20T21:12:12.7889187Z [00:03:39.747]➜  github.com/vadv/gopher-lua-libs/storage/drivers/interfaces
2025-08-20T21:12:12.7890392Z [00:03:39.747]➜  mkdir -p $WORK/b1869/
2025-08-20T21:12:12.7894068Z [00:03:39.747]➜  cat >/tmp/go-build2720400589/b1869/importcfg << 'EOF' # internal
2025-08-20T21:12:12.7894605Z [00:03:39.747]➜  # import config
2025-08-20T21:12:12.7895879Z [00:03:39.747]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.7896957Z [00:03:39.747]➜  EOF
2025-08-20T21:12:12.7970106Z [00:03:39.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/interfaces=>github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/interfaces;$WORK/b1869=>" -p github.com/vadv/gopher-lua-libs/storage/drivers/interfaces -lang=go1.16 -complete -installsuffix shared -buildid c--kTaFnd47dkBatHIcv/c--kTaFnd47dkBatHIcv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1869/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/interfaces/interfaces.go
2025-08-20T21:12:12.8214361Z [00:03:39.779]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T21:12:12.8221073Z [00:03:39.780]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/32/32fa039ad820954da1a0d0efba43df15372a53ff82bc8ccd3c37c23414ae02fb-d # internal
2025-08-20T21:12:12.8236331Z [00:03:39.780]➜  github.com/vadv/gopher-lua-libs/storage/drivers/memory
2025-08-20T21:12:12.8236732Z [00:03:39.780]➜  mkdir -p $WORK/b1870/
2025-08-20T21:12:12.8237282Z [00:03:39.780]➜  cat >/tmp/go-build2720400589/b1870/importcfg << 'EOF' # internal
2025-08-20T21:12:12.8237779Z [00:03:39.780]➜  # import config
2025-08-20T21:12:12.8238147Z [00:03:39.780]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:12.8238712Z [00:03:39.780]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:12.8239432Z [00:03:39.780]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build2720400589/b1869/_pkg_.a
2025-08-20T21:12:12.8240106Z [00:03:39.780]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.8240601Z [00:03:39.780]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:12.8241016Z [00:03:39.780]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:12.8241421Z [00:03:39.780]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:12.8241836Z [00:03:39.780]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:12.8242245Z [00:03:39.780]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:12.8242560Z [00:03:39.780]➜  EOF
2025-08-20T21:12:12.8245421Z [00:03:39.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/memory=>github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/memory;$WORK/b1870=>" -p github.com/vadv/gopher-lua-libs/storage/drivers/memory -lang=go1.16 -complete -installsuffix shared -buildid NBC9S1Y9QRWEZE1sxZip/NBC9S1Y9QRWEZE1sxZip -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1870/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/memory/storage.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/memory/storage_set_get.go
2025-08-20T21:12:12.8550943Z [00:03:39.813]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T21:12:12.8590073Z [00:03:39.817]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/2d/2dfaa51c12528f650153d8846e1395b575d8c2b8b628a095a354b4490ce55bf8-d # internal
2025-08-20T21:12:12.8598202Z [00:03:39.817]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T21:12:12.8601840Z [00:03:39.818]➜  mkdir -p $WORK/b1851/
2025-08-20T21:12:12.8620663Z [00:03:39.820]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T21:12:12.8622169Z [00:03:39.820]➜  cat >/tmp/go-build2720400589/b1851/importcfg << 'EOF' # internal
2025-08-20T21:12:12.8623325Z [00:03:39.820]➜  # import config
2025-08-20T21:12:12.8624481Z [00:03:39.820]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:12.8625013Z [00:03:39.820]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.8625462Z [00:03:39.820]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.8625996Z [00:03:39.820]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:12.8626645Z [00:03:39.820]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2720400589/b1853/_pkg_.a
2025-08-20T21:12:12.8627158Z [00:03:39.820]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.8627874Z [00:03:39.820]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:12.8628285Z [00:03:39.820]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:12.8628702Z [00:03:39.820]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:12.8629161Z [00:03:39.820]➜  packagefile runtime/metrics=/tmp/go-build2720400589/b1854/_pkg_.a
2025-08-20T21:12:12.8629609Z [00:03:39.820]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:12.8630029Z [00:03:39.820]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.8630461Z [00:03:39.820]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.8630777Z [00:03:39.820]➜  EOF
2025-08-20T21:12:12.8634800Z [00:03:39.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal=>github.com/prometheus/client_golang@v1.22.0/prometheus/internal;$WORK/b1851=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.22 -complete -installsuffix shared -buildid g4j5u2vDbxxPcbkKyCav/g4j5u2vDbxxPcbkKyCav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1851/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/metric.go
2025-08-20T21:12:12.8638512Z [00:03:39.820]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/b9/b908dcb5f1ba7539ff33196083b0a61bb455f170d7be85354a7a6c58cd315c08-d # internal
2025-08-20T21:12:12.8639109Z [00:03:39.820]➜  github.com/prometheus/common/expfmt
2025-08-20T21:12:12.8639417Z [00:03:39.820]➜  mkdir -p $WORK/b1855/
2025-08-20T21:12:12.8639790Z [00:03:39.820]➜  cat >/tmp/go-build2720400589/b1855/importcfg << 'EOF' # internal
2025-08-20T21:12:12.8640134Z [00:03:39.820]➜  # import config
2025-08-20T21:12:12.8640468Z [00:03:39.820]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:12.8640886Z [00:03:39.820]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:12.8641304Z [00:03:39.820]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:12.8641718Z [00:03:39.820]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:12.8642340Z [00:03:39.820]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build2720400589/b1856/_pkg_.a
2025-08-20T21:12:12.8643022Z [00:03:39.820]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:12.8643678Z [00:03:39.820]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2720400589/b1853/_pkg_.a
2025-08-20T21:12:12.8644491Z [00:03:39.820]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build2720400589/b1857/_pkg_.a
2025-08-20T21:12:12.8645297Z [00:03:39.820]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2720400589/b1240/_pkg_.a
2025-08-20T21:12:12.8645947Z [00:03:39.820]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:12.8646627Z [00:03:39.820]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:12.8647191Z [00:03:39.820]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:12.8647600Z [00:03:39.820]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:12.8648016Z [00:03:39.820]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:12:12.8648438Z [00:03:39.820]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:12.8648876Z [00:03:39.820]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:12.8649525Z [00:03:39.820]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.8649944Z [00:03:39.820]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:12.8650381Z [00:03:39.820]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:12.8650714Z [00:03:39.820]➜  EOF
2025-08-20T21:12:12.8654073Z [00:03:39.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt=>github.com/prometheus/common@v0.63.0/expfmt;$WORK/b1855=>" -p github.com/prometheus/common/expfmt -lang=go1.21 -complete -installsuffix shared -buildid tySNg6uBXFJSKT0sLO56/tySNg6uBXFJSKT0sLO56 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/text_parse.go
2025-08-20T21:12:12.9304669Z [00:03:39.888]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T21:12:12.9319038Z [00:03:39.890]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/2c/2cc4f9b7213a599269f7c8f45acd0b13e2a4ce63563fe606f14cbe37d032cf35-d # internal
2025-08-20T21:12:12.9323923Z [00:03:39.890]➜  github.com/vadv/gopher-lua-libs/storage/drivers
2025-08-20T21:12:12.9324987Z [00:03:39.890]➜  mkdir -p $WORK/b1868/
2025-08-20T21:12:12.9325455Z [00:03:39.890]➜  cat >/tmp/go-build2720400589/b1868/importcfg << 'EOF' # internal
2025-08-20T21:12:12.9325815Z [00:03:39.890]➜  # import config
2025-08-20T21:12:12.9326373Z [00:03:39.890]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build2720400589/b1869/_pkg_.a
2025-08-20T21:12:12.9327164Z [00:03:39.890]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/memory=/tmp/go-build2720400589/b1870/_pkg_.a
2025-08-20T21:12:12.9327631Z [00:03:39.890]➜  EOF
2025-08-20T21:12:12.9329959Z [00:03:39.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers=>github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers;$WORK/b1868=>" -p github.com/vadv/gopher-lua-libs/storage/drivers -lang=go1.16 -complete -installsuffix shared -buildid cXoVlLXvmI1DH6TF89Sb/cXoVlLXvmI1DH6TF89Sb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1868/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/drivers/drivers.go
2025-08-20T21:12:12.9481679Z [00:03:39.906]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T21:12:12.9486995Z [00:03:39.907]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/be/be241494c615bbfeb0be918d0661f9b1dbcb9ae6eba0586685aaa6d8958b3b8b-d # internal
2025-08-20T21:12:12.9488141Z [00:03:39.907]➜  github.com/vadv/gopher-lua-libs/storage
2025-08-20T21:12:12.9488537Z [00:03:39.907]➜  mkdir -p $WORK/b1867/
2025-08-20T21:12:12.9491873Z [00:03:39.907]➜  cat >/tmp/go-build2720400589/b1867/importcfg << 'EOF' # internal
2025-08-20T21:12:12.9492264Z [00:03:39.907]➜  # import config
2025-08-20T21:12:12.9492773Z [00:03:39.907]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers=/tmp/go-build2720400589/b1868/_pkg_.a
2025-08-20T21:12:12.9493555Z [00:03:39.907]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build2720400589/b1869/_pkg_.a
2025-08-20T21:12:12.9494235Z [00:03:39.907]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.9494786Z [00:03:39.907]➜  EOF
2025-08-20T21:12:12.9497043Z [00:03:39.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage=>github.com/vadv/gopher-lua-libs@v0.5.0/storage;$WORK/b1867=>" -p github.com/vadv/gopher-lua-libs/storage -lang=go1.16 -complete -installsuffix shared -buildid YXQVn5CViUkVeNxXl3Q2/YXQVn5CViUkVeNxXl3Q2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1867/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/storage/loader.go
2025-08-20T21:12:12.9878918Z [00:03:39.946]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T21:12:12.9887228Z [00:03:39.946]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/1f/1f0059752536b51ebb83280944ae8c76adf76418aeaabf69e1e9e30fc7ad3294-d # internal
2025-08-20T21:12:12.9889477Z [00:03:39.947]➜  github.com/vadv/gopher-lua-libs/strings
2025-08-20T21:12:12.9890050Z [00:03:39.947]➜  mkdir -p $WORK/b1871/
2025-08-20T21:12:12.9890594Z [00:03:39.947]➜  cat >/tmp/go-build2720400589/b1871/importcfg << 'EOF' # internal
2025-08-20T21:12:12.9890950Z [00:03:39.947]➜  # import config
2025-08-20T21:12:12.9891409Z [00:03:39.947]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:12.9892007Z [00:03:39.947]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:12.9892504Z [00:03:39.947]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:12.9892825Z [00:03:39.947]➜  EOF
2025-08-20T21:12:12.9896854Z [00:03:39.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/strings=>github.com/vadv/gopher-lua-libs@v0.5.0/strings;$WORK/b1871=>" -p github.com/vadv/gopher-lua-libs/strings -lang=go1.16 -complete -installsuffix shared -buildid _pwG7KP1BDt5Joplok1o/_pwG7KP1BDt5Joplok1o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1871/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/strings/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/strings/builder.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/strings/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/strings/reader.go
2025-08-20T21:12:13.0535243Z [00:03:40.011]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T21:12:13.0543913Z [00:03:40.012]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/92/9254eede158b4df2908f1bfb969ac023ac887a3527803cbea56fa18d7d4e7360-d # internal
2025-08-20T21:12:13.0546968Z [00:03:40.013]➜  github.com/vadv/gopher-lua-libs/tac
2025-08-20T21:12:13.0547827Z [00:03:40.013]➜  mkdir -p $WORK/b1872/
2025-08-20T21:12:13.0549445Z [00:03:40.013]➜  cat >/tmp/go-build2720400589/b1872/importcfg << 'EOF' # internal
2025-08-20T21:12:13.0549903Z [00:03:40.013]➜  # import config
2025-08-20T21:12:13.0550768Z [00:03:40.013]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:13.0551311Z [00:03:40.013]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.0551833Z [00:03:40.013]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.0552331Z [00:03:40.013]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.0552730Z [00:03:40.013]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.0553034Z [00:03:40.013]➜  EOF
2025-08-20T21:12:13.0555678Z [00:03:40.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tac=>github.com/vadv/gopher-lua-libs@v0.5.0/tac;$WORK/b1872=>" -p github.com/vadv/gopher-lua-libs/tac -lang=go1.16 -complete -installsuffix shared -buildid 5HkgvSN2kvEbGVPe9wV7/5HkgvSN2kvEbGVPe9wV7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1872/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tac/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tac/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tac/tac_scanner.go
2025-08-20T21:12:13.0569548Z [00:03:40.015]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T21:12:13.0627722Z [00:03:40.021]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/ca/ca1222a668d3d10b8145ad212dadeb614183cdac9af21d750f08e15c4fcf9f5b-d # internal
2025-08-20T21:12:13.0629042Z [00:03:40.021]➜  github.com/vadv/gopher-lua-libs/tcp
2025-08-20T21:12:13.0632700Z [00:03:40.021]➜  mkdir -p $WORK/b1873/
2025-08-20T21:12:13.0648385Z [00:03:40.023]➜  cat >/tmp/go-build2720400589/b1873/importcfg << 'EOF' # internal
2025-08-20T21:12:13.0649127Z [00:03:40.023]➜  # import config
2025-08-20T21:12:13.0649856Z [00:03:40.023]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:13.0650992Z [00:03:40.023]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.0652208Z [00:03:40.023]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:13.0652820Z [00:03:40.023]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.0653138Z [00:03:40.023]➜  EOF
2025-08-20T21:12:13.0655403Z [00:03:40.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tcp=>github.com/vadv/gopher-lua-libs@v0.5.0/tcp;$WORK/b1873=>" -p github.com/vadv/gopher-lua-libs/tcp -lang=go1.16 -complete -installsuffix shared -buildid KPaLiW2XLUSS0muOZpCj/KPaLiW2XLUSS0muOZpCj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1873/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tcp/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/tcp/loader.go
2025-08-20T21:12:13.1059728Z [00:03:40.064]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T21:12:13.1067571Z [00:03:40.065]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/52/5291f393c6054f30a344a22a16078a6d9f8bf75155844aba60c62b89e0a3ab5a-d # internal
2025-08-20T21:12:13.1068927Z [00:03:40.065]➜  github.com/technoweenie/multipartstreamer
2025-08-20T21:12:13.1069794Z [00:03:40.065]➜  mkdir -p $WORK/b1875/
2025-08-20T21:12:13.1073461Z [00:03:40.065]➜  cat >/tmp/go-build2720400589/b1875/importcfg << 'EOF' # internal
2025-08-20T21:12:13.1084989Z [00:03:40.065]➜  # import config
2025-08-20T21:12:13.1086200Z [00:03:40.065]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.1086640Z [00:03:40.065]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.1087049Z [00:03:40.065]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.1087472Z [00:03:40.065]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:13.1088246Z [00:03:40.065]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:12:13.1088779Z [00:03:40.065]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:13.1089209Z [00:03:40.065]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.1089661Z [00:03:40.065]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:13.1090003Z [00:03:40.065]➜  EOF
2025-08-20T21:12:13.1099956Z [00:03:40.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/technoweenie/multipartstreamer@v1.0.1=>github.com/technoweenie/multipartstreamer@v1.0.1;$WORK/b1875=>" -p github.com/technoweenie/multipartstreamer -lang=go1.16 -complete -installsuffix shared -buildid x6CAHjJDulsaF4BsGq-y/x6CAHjJDulsaF4BsGq-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/importcfg -pack /root/go/pkg/mod/github.com/technoweenie/multipartstreamer@v1.0.1/multipartstreamer.go
2025-08-20T21:12:13.1158516Z [00:03:40.074]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T21:12:13.1168371Z [00:03:40.075]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/8c/8c07da73c457f00c1f9bb935e826b4a4593474b2036898d44184cc229a7b068f-d # internal
2025-08-20T21:12:13.1178531Z [00:03:40.076]➜  github.com/cbroglie/mustache
2025-08-20T21:12:13.1180652Z [00:03:40.076]➜  mkdir -p $WORK/b1877/
2025-08-20T21:12:13.1186431Z [00:03:40.076]➜  cat >/tmp/go-build2720400589/b1877/importcfg << 'EOF' # internal
2025-08-20T21:12:13.1187563Z [00:03:40.076]➜  # import config
2025-08-20T21:12:13.1187913Z [00:03:40.076]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.1188333Z [00:03:40.076]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.1188777Z [00:03:40.076]➜  packagefile html/template=/tmp/go-build2720400589/b1251/_pkg_.a
2025-08-20T21:12:13.1189291Z [00:03:40.076]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.1189804Z [00:03:40.076]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:13.1190227Z [00:03:40.076]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.1190859Z [00:03:40.076]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:13.1191426Z [00:03:40.076]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:13.1191855Z [00:03:40.076]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:13.1192285Z [00:03:40.076]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.1192716Z [00:03:40.076]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.1193033Z [00:03:40.076]➜  EOF
2025-08-20T21:12:13.1195462Z [00:03:40.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cbroglie/mustache@v1.4.0=>github.com/cbroglie/mustache@v1.4.0;$WORK/b1877=>" -p github.com/cbroglie/mustache -lang=go1.17 -complete -installsuffix shared -buildid M-j-SB6UZhBvf2tTviJg/M-j-SB6UZhBvf2tTviJg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack /root/go/pkg/mod/github.com/cbroglie/mustache@v1.4.0/error.go /root/go/pkg/mod/github.com/cbroglie/mustache@v1.4.0/mustache.go /root/go/pkg/mod/github.com/cbroglie/mustache@v1.4.0/partials.go
2025-08-20T21:12:13.1543104Z [00:03:40.112]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T21:12:13.1552769Z [00:03:40.113]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/68/682bcfee14617d33053209dc1f7c90758a854effeea1195216f8df078b722e37-d # internal
2025-08-20T21:12:13.1558005Z [00:03:40.113]➜  github.com/vadv/gopher-lua-libs/telegram
2025-08-20T21:12:13.1558361Z [00:03:40.113]➜  mkdir -p $WORK/b1874/
2025-08-20T21:12:13.1560021Z [00:03:40.114]➜  cat >/tmp/go-build2720400589/b1874/importcfg << 'EOF' # internal
2025-08-20T21:12:13.1560878Z [00:03:40.114]➜  # import config
2025-08-20T21:12:13.1561591Z [00:03:40.114]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.1562738Z [00:03:40.114]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:13.1563494Z [00:03:40.114]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.1564448Z [00:03:40.114]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.1565510Z [00:03:40.114]➜  packagefile github.com/technoweenie/multipartstreamer=/tmp/go-build2720400589/b1875/_pkg_.a
2025-08-20T21:12:13.1566477Z [00:03:40.114]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build2720400589/b1823/_pkg_.a
2025-08-20T21:12:13.1567542Z [00:03:40.114]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:13.1568850Z [00:03:40.114]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.1569333Z [00:03:40.114]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.1569758Z [00:03:40.114]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:13.1570207Z [00:03:40.114]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:13.1570649Z [00:03:40.114]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:13.1571064Z [00:03:40.114]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.1571488Z [00:03:40.114]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.1572180Z [00:03:40.114]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.1572604Z [00:03:40.114]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.1572913Z [00:03:40.114]➜  EOF
2025-08-20T21:12:13.1587612Z [00:03:40.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram=>github.com/vadv/gopher-lua-libs@v0.5.0/telegram;$WORK/b1874=>" -p github.com/vadv/gopher-lua-libs/telegram -lang=go1.16 -complete -installsuffix shared -buildid JNNmo1o6bJLKDED7JnbT/JNNmo1o6bJLKDED7JnbT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1874/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/bot.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/config.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/passport.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/types.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/telegram/types_util.go
2025-08-20T21:12:13.2119703Z [00:03:40.170]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T21:12:13.2150298Z [00:03:40.173]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/c6/c6ebf8652340adcbda994e11d47d26f4dcfde51a2463d700571287f94f9c2e0e-d # internal
2025-08-20T21:12:13.2153348Z [00:03:40.173]➜  github.com/yuin/gluamapper
2025-08-20T21:12:13.2153700Z [00:03:40.173]➜  mkdir -p $WORK/b1878/
2025-08-20T21:12:13.2154683Z [00:03:40.173]➜  cat >/tmp/go-build2720400589/b1878/importcfg << 'EOF' # internal
2025-08-20T21:12:13.2155312Z [00:03:40.173]➜  # import config
2025-08-20T21:12:13.2155855Z [00:03:40.173]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.2156743Z [00:03:40.173]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.2157534Z [00:03:40.173]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build2720400589/b1730/_pkg_.a
2025-08-20T21:12:13.2158521Z [00:03:40.173]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.2159216Z [00:03:40.173]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:13.2159950Z [00:03:40.173]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.2160536Z [00:03:40.173]➜  EOF
2025-08-20T21:12:13.2163567Z [00:03:40.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gluamapper@v0.0.0-20150323120927-d836955830e7=>github.com/yuin/gluamapper@v0.0.0-20150323120927-d836955830e7;$WORK/b1878=>" -p github.com/yuin/gluamapper -lang=go1.16 -complete -installsuffix shared -buildid yBat0qYk0YRrqzDwcako/yBat0qYk0YRrqzDwcako -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/importcfg -pack /root/go/pkg/mod/github.com/yuin/gluamapper@v0.0.0-20150323120927-d836955830e7/gluamapper.go
2025-08-20T21:12:13.2297820Z [00:03:40.187]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T21:12:13.2337594Z [00:03:40.192]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/ec/ecedb58a3e2a95ae10207ca74539bae6a16e5c9531435f5588dd340f4fcda427-d # internal
2025-08-20T21:12:13.2348724Z [00:03:40.193]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T21:12:13.2349351Z [00:03:40.193]➜  mkdir -p $WORK/b1849/
2025-08-20T21:12:13.2359791Z [00:03:40.194]➜  cat >/tmp/go-build2720400589/b1849/importcfg << 'EOF' # internal
2025-08-20T21:12:13.2360445Z [00:03:40.194]➜  # import config
2025-08-20T21:12:13.2361038Z [00:03:40.194]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.2362206Z [00:03:40.194]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:13.2362940Z [00:03:40.194]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.2364734Z [00:03:40.194]➜  packagefile expvar=/tmp/go-build2720400589/b188/_pkg_.a
2025-08-20T21:12:13.2365503Z [00:03:40.194]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.2366054Z [00:03:40.194]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build2720400589/b1850/_pkg_.a
2025-08-20T21:12:13.2366650Z [00:03:40.194]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2720400589/b1582/_pkg_.a
2025-08-20T21:12:13.2367343Z [00:03:40.194]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build2720400589/b1851/_pkg_.a
2025-08-20T21:12:13.2368052Z [00:03:40.194]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:13.2368857Z [00:03:40.194]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build2720400589/b1855/_pkg_.a
2025-08-20T21:12:13.2369546Z [00:03:40.194]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2720400589/b1853/_pkg_.a
2025-08-20T21:12:13.2370289Z [00:03:40.194]➜  packagefile github.com/prometheus/procfs=/tmp/go-build2720400589/b1858/_pkg_.a
2025-08-20T21:12:13.2370886Z [00:03:40.194]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:13.2371570Z [00:03:40.194]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:13.2372141Z [00:03:40.194]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:13.2372548Z [00:03:40.194]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.2372992Z [00:03:40.194]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:13.2373445Z [00:03:40.194]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:13.2373897Z [00:03:40.194]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:13.2374587Z [00:03:40.194]➜  packagefile runtime/metrics=/tmp/go-build2720400589/b1854/_pkg_.a
2025-08-20T21:12:13.2375103Z [00:03:40.194]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:13.2375523Z [00:03:40.194]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.2375944Z [00:03:40.194]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.2376362Z [00:03:40.194]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.2376793Z [00:03:40.194]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:13.2377228Z [00:03:40.194]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.2377849Z [00:03:40.194]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:13.2378238Z [00:03:40.194]➜  EOF
2025-08-20T21:12:13.2403319Z [00:03:40.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus=>github.com/prometheus/client_golang@v1.22.0/prometheus;$WORK/b1849=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.22 -complete -installsuffix shared -buildid Oeiq3p6rxtEvQgDR3AN7/Oeiq3p6rxtEvQgDR3AN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collectorfunc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector_procfsenabled.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/wrap.go
2025-08-20T21:12:13.2412658Z [00:03:40.196]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T21:12:13.2413345Z [00:03:40.197]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/cc/cc01d19db16bb389e0fc29988e4d24f16e4df7bf32e4ba042d39d1a5397d510e-d # internal
2025-08-20T21:12:13.2413949Z [00:03:40.197]➜  github.com/vadv/gopher-lua-libs/template
2025-08-20T21:12:13.2414381Z [00:03:40.197]➜  mkdir -p $WORK/b1876/
2025-08-20T21:12:13.2414830Z [00:03:40.197]➜  cat >/tmp/go-build2720400589/b1876/importcfg << 'EOF' # internal
2025-08-20T21:12:13.2415181Z [00:03:40.197]➜  # import config
2025-08-20T21:12:13.2415512Z [00:03:40.197]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.2416009Z [00:03:40.197]➜  packagefile github.com/cbroglie/mustache=/tmp/go-build2720400589/b1877/_pkg_.a
2025-08-20T21:12:13.2416579Z [00:03:40.197]➜  packagefile github.com/yuin/gluamapper=/tmp/go-build2720400589/b1878/_pkg_.a
2025-08-20T21:12:13.2417144Z [00:03:40.197]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.2417638Z [00:03:40.197]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:13.2418213Z [00:03:40.197]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.2418618Z [00:03:40.197]➜  EOF
2025-08-20T21:12:13.2421103Z [00:03:40.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/template=>github.com/vadv/gopher-lua-libs@v0.5.0/template;$WORK/b1876=>" -p github.com/vadv/gopher-lua-libs/template -lang=go1.16 -complete -installsuffix shared -buildid B_XSKGcXc703-yENLP6B/B_XSKGcXc703-yENLP6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1876/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/template/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/template/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/template/mustache.go
2025-08-20T21:12:13.2862030Z [00:03:40.244]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T21:12:13.2869061Z [00:03:40.245]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/d5/d50a30824f4d48f99538af6ed944a938f9cd06af0358ba927d67c5d96b028b37-d # internal
2025-08-20T21:12:13.2870582Z [00:03:40.245]➜  github.com/vadv/gopher-lua-libs/time
2025-08-20T21:12:13.2870970Z [00:03:40.245]➜  mkdir -p $WORK/b1879/
2025-08-20T21:12:13.2899770Z [00:03:40.248]➜  cat >/tmp/go-build2720400589/b1879/importcfg << 'EOF' # internal
2025-08-20T21:12:13.2901565Z [00:03:40.248]➜  # import config
2025-08-20T21:12:13.2902408Z [00:03:40.248]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.2902914Z [00:03:40.248]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.2903225Z [00:03:40.248]➜  EOF
2025-08-20T21:12:13.2905697Z [00:03:40.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/time=>github.com/vadv/gopher-lua-libs@v0.5.0/time;$WORK/b1879=>" -p github.com/vadv/gopher-lua-libs/time -lang=go1.16 -complete -installsuffix shared -buildid agqUXR2r4KeTCaWuHR31/agqUXR2r4KeTCaWuHR31 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/time/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/time/loader.go
2025-08-20T21:12:13.3267837Z [00:03:40.285]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T21:12:13.3277952Z [00:03:40.286]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/d3/d3e4b40e9b6a1f6ec76462a2eda13c214dd5ac4e20dd43b95d16baa98ac80ea6-d # internal
2025-08-20T21:12:13.3282908Z [00:03:40.286]➜  golang.org/x/net/html
2025-08-20T21:12:13.3283262Z [00:03:40.286]➜  mkdir -p $WORK/b1882/
2025-08-20T21:12:13.3299530Z [00:03:40.288]➜  cat >/tmp/go-build2720400589/b1882/importcfg << 'EOF' # internal
2025-08-20T21:12:13.3300012Z [00:03:40.288]➜  # import config
2025-08-20T21:12:13.3300362Z [00:03:40.288]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:13.3300783Z [00:03:40.288]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.3301225Z [00:03:40.288]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.3301649Z [00:03:40.288]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.3302153Z [00:03:40.288]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build2720400589/b1883/_pkg_.a
2025-08-20T21:12:13.3302636Z [00:03:40.288]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.3303051Z [00:03:40.288]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:12:13.3303469Z [00:03:40.288]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.3303895Z [00:03:40.288]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.3304470Z [00:03:40.288]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:13.3304872Z [00:03:40.288]➜  EOF
2025-08-20T21:12:13.3308836Z [00:03:40.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1882/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/html=>golang.org/x/net@v0.39.0/html;$WORK/b1882=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid i9hBH9QgDP902nuVF69T/i9hBH9QgDP902nuVF69T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/html/token.go
2025-08-20T21:12:13.3854351Z [00:03:40.343]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T21:12:13.3893164Z [00:03:40.347]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/c4/c457711a5d01c08cf2ef6058f8238ffbfa2e55b60f61a294f9e144b20c77e20f-d # internal
2025-08-20T21:12:13.3899865Z [00:03:40.348]➜  gopkg.in/yaml.v2
2025-08-20T21:12:13.3903371Z [00:03:40.348]➜  mkdir -p $WORK/b1885/
2025-08-20T21:12:13.3912004Z [00:03:40.349]➜  cat >/tmp/go-build2720400589/b1885/importcfg << 'EOF' # internal
2025-08-20T21:12:13.3913006Z [00:03:40.349]➜  # import config
2025-08-20T21:12:13.3913390Z [00:03:40.349]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.3913863Z [00:03:40.349]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:13.3915269Z [00:03:40.349]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:13.3916364Z [00:03:40.349]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.3916810Z [00:03:40.349]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.3917231Z [00:03:40.349]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.3917641Z [00:03:40.349]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:13.3918254Z [00:03:40.349]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:13.3918831Z [00:03:40.349]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:13.3919246Z [00:03:40.349]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:13.3919821Z [00:03:40.349]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.3920256Z [00:03:40.349]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.3920676Z [00:03:40.349]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.3921082Z [00:03:40.349]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.3921502Z [00:03:40.349]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:13.3921954Z [00:03:40.349]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:13.3922286Z [00:03:40.349]➜  EOF
2025-08-20T21:12:13.3926209Z [00:03:40.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1885/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b1885=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/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-20T21:12:13.6469813Z [00:03:40.605]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T21:12:13.6530371Z [00:03:40.611]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/63/638e86893c32c12e01fd9e105a09b0446c1b2f303a3f06a160ebed7f413f8cd8-d # internal
2025-08-20T21:12:13.6537782Z [00:03:40.612]➜  gopkg.in/xmlpath.v2
2025-08-20T21:12:13.6542452Z [00:03:40.612]➜  mkdir -p $WORK/b1881/
2025-08-20T21:12:13.6560678Z [00:03:40.614]➜  cat >/tmp/go-build2720400589/b1881/importcfg << 'EOF' # internal
2025-08-20T21:12:13.6561582Z [00:03:40.614]➜  # import config
2025-08-20T21:12:13.6562040Z [00:03:40.614]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:13.6562500Z [00:03:40.614]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.6563004Z [00:03:40.614]➜  packagefile golang.org/x/net/html=/tmp/go-build2720400589/b1882/_pkg_.a
2025-08-20T21:12:13.6563471Z [00:03:40.614]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.6563896Z [00:03:40.614]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.6564466Z [00:03:40.614]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.6564990Z [00:03:40.614]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:13.6565642Z [00:03:40.614]➜  EOF
2025-08-20T21:12:13.6568245Z [00:03:40.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1881/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/xmlpath.v2@v2.0.0-20150820204837-860cbeca3ebc=>gopkg.in/xmlpath.v2@v2.0.0-20150820204837-860cbeca3ebc;$WORK/b1881=>" -p gopkg.in/xmlpath.v2 -lang=go1.16 -complete -installsuffix shared -buildid f0eyO1cCujVuMy7y4A6_/f0eyO1cCujVuMy7y4A6_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/importcfg -pack /root/go/pkg/mod/gopkg.in/xmlpath.v2@v2.0.0-20150820204837-860cbeca3ebc/doc.go /root/go/pkg/mod/gopkg.in/xmlpath.v2@v2.0.0-20150820204837-860cbeca3ebc/parser.go /root/go/pkg/mod/gopkg.in/xmlpath.v2@v2.0.0-20150820204837-860cbeca3ebc/path.go
2025-08-20T21:12:13.7590738Z [00:03:40.717]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T21:12:13.7608389Z [00:03:40.719]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/43/43c8ee0791ae57606b2bae312f8381a633a91575d90a428c35863cdc70d1fcf3-d # internal
2025-08-20T21:12:13.7610666Z [00:03:40.719]➜  github.com/vadv/gopher-lua-libs/xmlpath
2025-08-20T21:12:13.7610990Z [00:03:40.719]➜  mkdir -p $WORK/b1880/
2025-08-20T21:12:13.7621366Z [00:03:40.720]➜  cat >/tmp/go-build2720400589/b1880/importcfg << 'EOF' # internal
2025-08-20T21:12:13.7622096Z [00:03:40.720]➜  # import config
2025-08-20T21:12:13.7622743Z [00:03:40.720]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.7625558Z [00:03:40.720]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.7630129Z [00:03:40.720]➜  packagefile gopkg.in/xmlpath.v2=/tmp/go-build2720400589/b1881/_pkg_.a
2025-08-20T21:12:13.7630507Z [00:03:40.720]➜  EOF
2025-08-20T21:12:13.7632728Z [00:03:40.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/xmlpath=>github.com/vadv/gopher-lua-libs@v0.5.0/xmlpath;$WORK/b1880=>" -p github.com/vadv/gopher-lua-libs/xmlpath -lang=go1.16 -complete -installsuffix shared -buildid LEGdgn6ggIi4TxQfqwX8/LEGdgn6ggIi4TxQfqwX8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/xmlpath/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/xmlpath/loader.go
2025-08-20T21:12:13.7974716Z [00:03:40.755]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T21:12:13.7988913Z [00:03:40.757]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/57/57cba39002f27ed80a5117380d2c173d2740417eff2da78414b95a89b8a95baa-d # internal
2025-08-20T21:12:13.7997975Z [00:03:40.758]➜  github.com/vadv/gopher-lua-libs/zabbix
2025-08-20T21:12:13.7999435Z [00:03:40.758]➜  mkdir -p $WORK/b1886/
2025-08-20T21:12:13.8012364Z [00:03:40.759]➜  cat >/tmp/go-build2720400589/b1886/importcfg << 'EOF' # internal
2025-08-20T21:12:13.8013205Z [00:03:40.759]➜  # import config
2025-08-20T21:12:13.8018983Z [00:03:40.759]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:13.8019495Z [00:03:40.759]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:13.8019940Z [00:03:40.759]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.8020541Z [00:03:40.759]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build2720400589/b1823/_pkg_.a
2025-08-20T21:12:13.8021233Z [00:03:40.759]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:13.8021828Z [00:03:40.759]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.8022315Z [00:03:40.759]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.8022725Z [00:03:40.759]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:13.8023148Z [00:03:40.759]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:13.8023880Z [00:03:40.759]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:13.8035940Z [00:03:40.759]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.8036426Z [00:03:40.759]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.8036861Z [00:03:40.759]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.8037282Z [00:03:40.759]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.8037590Z [00:03:40.759]➜  EOF
2025-08-20T21:12:13.8040547Z [00:03:40.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/zabbix=>github.com/vadv/gopher-lua-libs@v0.5.0/zabbix;$WORK/b1886=>" -p github.com/vadv/gopher-lua-libs/zabbix -lang=go1.16 -complete -installsuffix shared -buildid 2nU5ni1XcRZjrw3AHLJG/2nU5ni1XcRZjrw3AHLJG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1886/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/zabbix/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/zabbix/bot.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/zabbix/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/zabbix/types.go
2025-08-20T21:12:13.8214195Z [00:03:40.779]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T21:12:13.8254713Z [00:03:40.783]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T21:12:13.8259463Z [00:03:40.783]➜  github.com/vadv/gopher-lua-libs/yaml
2025-08-20T21:12:13.8264110Z [00:03:40.783]➜  mkdir -p $WORK/b1884/
2025-08-20T21:12:13.8264731Z [00:03:40.784]➜  cat >/tmp/go-build2720400589/b1884/importcfg << 'EOF' # internal
2025-08-20T21:12:13.8265098Z [00:03:40.784]➜  # import config
2025-08-20T21:12:13.8265450Z [00:03:40.784]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.8265990Z [00:03:40.784]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:13.8266590Z [00:03:40.784]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.8267117Z [00:03:40.784]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2720400589/b1885/_pkg_.a
2025-08-20T21:12:13.8267467Z [00:03:40.784]➜  EOF
2025-08-20T21:12:13.8270376Z [00:03:40.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/yaml=>github.com/vadv/gopher-lua-libs@v0.5.0/yaml;$WORK/b1884=>" -p github.com/vadv/gopher-lua-libs/yaml -lang=go1.16 -complete -installsuffix shared -buildid YR4mD0-JgLSwlx8Z9CRv/YR4mD0-JgLSwlx8Z9CRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/yaml/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/yaml/decoder.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/yaml/encoder.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/yaml/loader.go
2025-08-20T21:12:13.8335620Z [00:03:40.791]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T21:12:13.8375909Z [00:03:40.795]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/18/18ddcf543e41d0bff945de244732959bf59ad46b540075f36274096d23a63d6b-d # internal
2025-08-20T21:12:13.8383027Z [00:03:40.795]➜  github.com/prometheus/client_golang/prometheus/promhttp
2025-08-20T21:12:13.8383419Z [00:03:40.795]➜  mkdir -p $WORK/b1861/
2025-08-20T21:12:13.8383801Z [00:03:40.796]➜  cat >/tmp/go-build2720400589/b1861/importcfg << 'EOF' # internal
2025-08-20T21:12:13.8384152Z [00:03:40.796]➜  # import config
2025-08-20T21:12:13.8384766Z [00:03:40.796]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:13.8385470Z [00:03:40.796]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:12:13.8386015Z [00:03:40.796]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:13.8386665Z [00:03:40.796]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:13.8387298Z [00:03:40.796]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.8387714Z [00:03:40.796]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.8388402Z [00:03:40.796]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build2720400589/b1862/_pkg_.a
2025-08-20T21:12:13.8389210Z [00:03:40.796]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2720400589/b1849/_pkg_.a
2025-08-20T21:12:13.8390000Z [00:03:40.796]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build2720400589/b1864/_pkg_.a
2025-08-20T21:12:13.8390752Z [00:03:40.796]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:13.8391387Z [00:03:40.796]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build2720400589/b1855/_pkg_.a
2025-08-20T21:12:13.8391898Z [00:03:40.796]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.8392302Z [00:03:40.796]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:13.8392722Z [00:03:40.796]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:13.8393196Z [00:03:40.796]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:12:13.8393659Z [00:03:40.796]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.8394083Z [00:03:40.796]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.8394750Z [00:03:40.796]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.8395164Z [00:03:40.796]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.8395475Z [00:03:40.796]➜  EOF
2025-08-20T21:12:13.8405005Z [00:03:40.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp=>github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp;$WORK/b1861=>" -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.22 -complete -installsuffix shared -buildid -GgjKBt87GnKNlKKF2TU/-GgjKBt87GnKNlKKF2TU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/delegator.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/http.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/instrument_client.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/instrument_server.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/option.go
2025-08-20T21:12:13.8650653Z [00:03:40.820]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T21:12:13.8652486Z [00:03:40.822]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/8d/8db0c0f32696f6ebb85095339d2591d509fe98f481d18adbfae6df41127a30a7-d # internal
2025-08-20T21:12:13.8653109Z [00:03:40.822]➜  os/signal
2025-08-20T21:12:13.8653359Z [00:03:40.822]➜  mkdir -p $WORK/b1891/
2025-08-20T21:12:13.8653674Z [00:03:40.822]➜  echo -n > $WORK/b1891/go_asm.h # internal
2025-08-20T21:12:13.8653989Z [00:03:40.823]➜  cd /root/.go/src/os/signal
2025-08-20T21:12:13.8655198Z [00:03:40.823]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1891=>" -I $WORK/b1891/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1891/symabis ./sig.s
2025-08-20T21:12:13.8672852Z [00:03:40.825]➜  cat >/tmp/go-build2720400589/b1891/importcfg << 'EOF' # internal
2025-08-20T21:12:13.8673656Z [00:03:40.825]➜  # import config
2025-08-20T21:12:13.8674880Z [00:03:40.825]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:13.8675670Z [00:03:40.825]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.8676592Z [00:03:40.825]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:13.8677364Z [00:03:40.825]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.8677796Z [00:03:40.825]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:13.8678122Z [00:03:40.825]➜  EOF
2025-08-20T21:12:13.8678370Z [00:03:40.825]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:13.8680263Z [00:03:40.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1891/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1891=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b1891/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack -asmhdr $WORK/b1891/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:12:13.8690788Z [00:03:40.827]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T21:12:13.8704989Z [00:03:40.828]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/bf/bf600f2dd23dbb988e50b7a72dc830c89e64e219686278b3d90dfb6b83883410-d # internal
2025-08-20T21:12:13.8705657Z [00:03:40.828]➜  github.com/fatih/color
2025-08-20T21:12:13.8705935Z [00:03:40.828]➜  mkdir -p $WORK/b1892/
2025-08-20T21:12:13.8728945Z [00:03:40.831]➜  cat >/tmp/go-build2720400589/b1892/importcfg << 'EOF' # internal
2025-08-20T21:12:13.8729601Z [00:03:40.831]➜  # import config
2025-08-20T21:12:13.8729956Z [00:03:40.831]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.8730480Z [00:03:40.831]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2720400589/b217/_pkg_.a
2025-08-20T21:12:13.8731047Z [00:03:40.831]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2720400589/b218/_pkg_.a
2025-08-20T21:12:13.8731527Z [00:03:40.831]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:13.8731935Z [00:03:40.831]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.8732348Z [00:03:40.831]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:13.8732782Z [00:03:40.831]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.8733197Z [00:03:40.831]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.8733501Z [00:03:40.831]➜  EOF
2025-08-20T21:12:13.8735804Z [00:03:40.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b1892=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid 7RbWWSLwHVCWhX7gP2Bf/7RbWWSLwHVCWhX7gP2Bf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.18.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.18.0/doc.go
2025-08-20T21:12:13.9094663Z [00:03:40.867]➜  cd /root/.go/src/os/signal
2025-08-20T21:12:13.9095895Z [00:03:40.867]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b1891=>" -I $WORK/b1891/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1891/sig.o ./sig.s
2025-08-20T21:12:13.9118040Z [00:03:40.870]➜  go tool pack r $WORK/b1891/_pkg_.a $WORK/b1891/sig.o # internal
2025-08-20T21:12:13.9119092Z [00:03:40.870]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T21:12:13.9128041Z [00:03:40.871]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T21:12:13.9134991Z [00:03:40.871]➜  github.com/cheggaaa/pb/v3/termutil
2025-08-20T21:12:13.9135662Z [00:03:40.871]➜  mkdir -p $WORK/b1890/
2025-08-20T21:12:13.9136575Z [00:03:40.871]➜  cat >/tmp/go-build2720400589/b1890/importcfg << 'EOF' # internal
2025-08-20T21:12:13.9137288Z [00:03:40.871]➜  # import config
2025-08-20T21:12:13.9137799Z [00:03:40.871]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:13.9138223Z [00:03:40.871]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:13.9138822Z [00:03:40.871]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.9139252Z [00:03:40.871]➜  packagefile os/signal=/tmp/go-build2720400589/b1891/_pkg_.a
2025-08-20T21:12:13.9139679Z [00:03:40.871]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:13.9140098Z [00:03:40.871]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:13.9140414Z [00:03:40.871]➜  EOF
2025-08-20T21:12:13.9140659Z [00:03:40.871]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:13.9143379Z [00:03:40.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/termutil=>github.com/cheggaaa/pb/v3@v3.1.7/termutil;$WORK/b1890=>" -p github.com/cheggaaa/pb/v3/termutil -lang=go1.18 -complete -installsuffix shared -buildid ex5s8UYT4NnKkiDpZ10B/ex5s8UYT4NnKkiDpZ10B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1890/importcfg -pack /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/termutil/term.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/termutil/term_linux.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/termutil/term_nix.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/termutil/term_x.go
2025-08-20T21:12:13.9338629Z [00:03:40.892]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T21:12:13.9366483Z [00:03:40.894]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/4b/4b1144ca173d11c20aa4e1aa3f84c788e4f065a0d5dc97ddce046459acab9d85-d # internal
2025-08-20T21:12:13.9367313Z [00:03:40.895]➜  github.com/mattn/go-runewidth
2025-08-20T21:12:13.9367797Z [00:03:40.895]➜  mkdir -p $WORK/b1893/
2025-08-20T21:12:13.9369641Z [00:03:40.895]➜  cat >/tmp/go-build2720400589/b1893/importcfg << 'EOF' # internal
2025-08-20T21:12:13.9370007Z [00:03:40.895]➜  # import config
2025-08-20T21:12:13.9370425Z [00:03:40.895]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2720400589/b1894/_pkg_.a
2025-08-20T21:12:13.9370892Z [00:03:40.895]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:13.9371313Z [00:03:40.895]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:13.9371735Z [00:03:40.895]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.9372053Z [00:03:40.895]➜  EOF
2025-08-20T21:12:13.9374810Z [00:03:40.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b1893=>" -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/b1893/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T21:12:13.9376980Z [00:03:40.895]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T21:12:13.9390430Z [00:03:40.897]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/d9/d97a4da7258246bbc1c831be2a01397d328032c0f2fad249b0a89381a7ab3936-d # internal
2025-08-20T21:12:13.9401719Z [00:03:40.898]➜  github.com/vadv/gopher-lua-libs/pprof
2025-08-20T21:12:13.9402133Z [00:03:40.898]➜  mkdir -p $WORK/b1895/
2025-08-20T21:12:13.9402518Z [00:03:40.898]➜  cat >/tmp/go-build2720400589/b1895/importcfg << 'EOF' # internal
2025-08-20T21:12:13.9402867Z [00:03:40.898]➜  # import config
2025-08-20T21:12:13.9403234Z [00:03:40.898]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:13.9403740Z [00:03:40.898]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.9404583Z [00:03:40.898]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:13.9405200Z [00:03:40.898]➜  packagefile net/http/pprof=/tmp/go-build2720400589/b190/_pkg_.a
2025-08-20T21:12:13.9405650Z [00:03:40.898]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:13.9406131Z [00:03:40.898]➜  EOF
2025-08-20T21:12:13.9408301Z [00:03:40.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pprof=>github.com/vadv/gopher-lua-libs@v0.5.0/pprof;$WORK/b1895=>" -p github.com/vadv/gopher-lua-libs/pprof -lang=go1.16 -complete -installsuffix shared -buildid C9sNDaX8LriwxW21b89u/C9sNDaX8LriwxW21b89u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pprof/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pprof/loader.go
2025-08-20T21:12:13.9805860Z [00:03:40.936]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T21:12:13.9806622Z [00:03:40.937]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/81/811fba06d063a11fb499e81fd205d31a84cf28379280abe5e3c3a1a995629ee8-d # internal
2025-08-20T21:12:13.9807809Z [00:03:40.937]➜  github.com/alessio/shellescape
2025-08-20T21:12:13.9808129Z [00:03:40.937]➜  mkdir -p $WORK/b1897/
2025-08-20T21:12:13.9808508Z [00:03:40.938]➜  cat >/tmp/go-build2720400589/b1897/importcfg << 'EOF' # internal
2025-08-20T21:12:13.9808853Z [00:03:40.938]➜  # import config
2025-08-20T21:12:13.9809195Z [00:03:40.938]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:13.9809624Z [00:03:40.938]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:13.9810050Z [00:03:40.938]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:13.9810374Z [00:03:40.938]➜  EOF
2025-08-20T21:12:13.9812209Z [00:03:40.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alessio/shellescape@v1.4.2=>github.com/alessio/shellescape@v1.4.2;$WORK/b1897=>" -p github.com/alessio/shellescape -lang=go1.14 -complete -installsuffix shared -buildid 5u2PORr0BH1Hj6WxGfq7/5u2PORr0BH1Hj6WxGfq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/importcfg -pack /root/go/pkg/mod/github.com/alessio/shellescape@v1.4.2/shellescape.go
2025-08-20T21:12:13.9919125Z [00:03:40.950]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T21:12:13.9923649Z [00:03:40.950]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/cd/cd66592591c983de3a2a9c93fbcae2891195d45f8d981ae28b3a45a27a7ab984-d # internal
2025-08-20T21:12:13.9925455Z [00:03:40.950]➜  github.com/vadv/gopher-lua-libs/shellescape
2025-08-20T21:12:13.9926384Z [00:03:40.951]➜  mkdir -p $WORK/b1896/
2025-08-20T21:12:13.9931095Z [00:03:40.951]➜  cat >/tmp/go-build2720400589/b1896/importcfg << 'EOF' # internal
2025-08-20T21:12:13.9931555Z [00:03:40.951]➜  # import config
2025-08-20T21:12:13.9932007Z [00:03:40.951]➜  packagefile github.com/alessio/shellescape=/tmp/go-build2720400589/b1897/_pkg_.a
2025-08-20T21:12:13.9932600Z [00:03:40.951]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:13.9932981Z [00:03:40.951]➜  EOF
2025-08-20T21:12:13.9935601Z [00:03:40.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/shellescape=>github.com/vadv/gopher-lua-libs@v0.5.0/shellescape;$WORK/b1896=>" -p github.com/vadv/gopher-lua-libs/shellescape -lang=go1.16 -complete -installsuffix shared -buildid O57L6qjTyqo3Edzkve2Q/O57L6qjTyqo3Edzkve2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/shellescape/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/shellescape/loader.go
2025-08-20T21:12:14.0077719Z [00:03:40.966]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T21:12:14.0085250Z [00:03:40.966]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T21:12:14.0088884Z [00:03:40.967]➜  github.com/cheggaaa/pb/v3
2025-08-20T21:12:14.0095161Z [00:03:40.967]➜  mkdir -p $WORK/b1888/
2025-08-20T21:12:14.0095688Z [00:03:40.967]➜  cat >/tmp/go-build2720400589/b1888/importcfg << 'EOF' # internal
2025-08-20T21:12:14.0096097Z [00:03:40.967]➜  # import config
2025-08-20T21:12:14.0096443Z [00:03:40.967]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.0096859Z [00:03:40.967]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.0097355Z [00:03:40.967]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build2720400589/b1889/_pkg_.a
2025-08-20T21:12:14.0097961Z [00:03:40.967]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build2720400589/b1890/_pkg_.a
2025-08-20T21:12:14.0098541Z [00:03:40.967]➜  packagefile github.com/fatih/color=/tmp/go-build2720400589/b1892/_pkg_.a
2025-08-20T21:12:14.0099101Z [00:03:40.967]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2720400589/b217/_pkg_.a
2025-08-20T21:12:14.0099665Z [00:03:40.967]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2720400589/b218/_pkg_.a
2025-08-20T21:12:14.0100235Z [00:03:40.967]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2720400589/b1893/_pkg_.a
2025-08-20T21:12:14.0100719Z [00:03:40.967]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.0101124Z [00:03:40.967]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.0101551Z [00:03:40.967]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:14.0101964Z [00:03:40.967]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:14.0102373Z [00:03:40.967]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:14.0103044Z [00:03:40.967]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.0103550Z [00:03:40.967]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.0103970Z [00:03:40.967]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.0111509Z [00:03:40.967]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:14.0112040Z [00:03:40.969]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:12:14.0112487Z [00:03:40.969]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.0112796Z [00:03:40.969]➜  EOF
2025-08-20T21:12:14.0116955Z [00:03:40.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7=>github.com/cheggaaa/pb/v3@v3.1.7;$WORK/b1888=>" -p github.com/cheggaaa/pb/v3 -lang=go1.18 -complete -installsuffix shared -buildid PRo7-3cg0fW__658ZUhg/PRo7-3cg0fW__658ZUhg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/importcfg -pack /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/element.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/io.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/pb.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/pool.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/pool_x.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/preset.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/speed.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/template.go /root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.7/util.go
2025-08-20T21:12:14.0181903Z [00:03:40.976]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T21:12:14.0188467Z [00:03:40.977]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/22/22b9abbba30bce79ea1ffafe07bc9f8e0057a6c78f56f769756c6315df6e47a1-d # internal
2025-08-20T21:12:14.0198238Z [00:03:40.978]➜  github.com/montanaflynn/stats
2025-08-20T21:12:14.0199448Z [00:03:40.978]➜  mkdir -p $WORK/b1899/
2025-08-20T21:12:14.0199915Z [00:03:40.978]➜  cat >/tmp/go-build2720400589/b1899/importcfg << 'EOF' # internal
2025-08-20T21:12:14.0200546Z [00:03:40.978]➜  # import config
2025-08-20T21:12:14.0200964Z [00:03:40.978]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:14.0201510Z [00:03:40.978]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.0201921Z [00:03:40.978]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.0202327Z [00:03:40.978]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.0202754Z [00:03:40.978]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:14.0203180Z [00:03:40.978]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.0203599Z [00:03:40.978]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.0204027Z [00:03:40.978]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.0204636Z [00:03:40.978]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.0204949Z [00:03:40.978]➜  EOF
2025-08-20T21:12:14.0213807Z [00:03:40.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1899=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid ylE0TOWIsryPVJihBIUO/ylE0TOWIsryPVJihBIUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/correlation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/cumulative_sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/data.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/describe.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/deviation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/distances.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/doc.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/entropy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/errors.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/geometric_distribution.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/legacy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/load.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/max.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/mean.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/median.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/min.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/mode.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/norm.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/outlier.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/percentile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/quartile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/ranksum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/regression.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/round.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sample.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sigmoid.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/softmax.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/util.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1/variance.go
2025-08-20T21:12:14.1185722Z [00:03:41.073]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T21:12:14.1223665Z [00:03:41.079]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/c0/c0f68b435e66edfb9b24fb57c3cd2e48d7b5af8e25c76e9883628b1c52ea695c-d # internal
2025-08-20T21:12:14.1224495Z [00:03:41.080]➜  github.com/vadv/gopher-lua-libs/prometheus/client
2025-08-20T21:12:14.1224891Z [00:03:41.080]➜  mkdir -p $WORK/b1848/
2025-08-20T21:12:14.1234709Z [00:03:41.081]➜  cat >/tmp/go-build2720400589/b1848/importcfg << 'EOF' # internal
2025-08-20T21:12:14.1235137Z [00:03:41.081]➜  # import config
2025-08-20T21:12:14.1235504Z [00:03:41.081]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.1236154Z [00:03:41.081]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.1236869Z [00:03:41.081]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2720400589/b1849/_pkg_.a
2025-08-20T21:12:14.1237632Z [00:03:41.081]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build2720400589/b1861/_pkg_.a
2025-08-20T21:12:14.1238297Z [00:03:41.081]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.1238797Z [00:03:41.081]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:14.1239218Z [00:03:41.081]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.1239639Z [00:03:41.081]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.1240060Z [00:03:41.081]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.1240469Z [00:03:41.081]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.1240782Z [00:03:41.081]➜  EOF
2025-08-20T21:12:14.1244764Z [00:03:41.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client=>github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client;$WORK/b1848=>" -p github.com/vadv/gopher-lua-libs/prometheus/client -lang=go1.16 -complete -installsuffix shared -buildid ePO9454M0nCD-CCTEHMQ/ePO9454M0nCD-CCTEHMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1848/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/metric.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/metric_cache.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/metric_config.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/prometheus/client/utils.go
2025-08-20T21:12:14.1428066Z [00:03:41.101]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T21:12:14.1446938Z [00:03:41.103]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/a1/a12bfe30d51df4845a102b074110bbf8d36fec4e00b56add83574c3dd1b434ee-d # internal
2025-08-20T21:12:14.1480848Z [00:03:41.105]➜  github.com/vadv/gopher-lua-libs/stats
2025-08-20T21:12:14.1481221Z [00:03:41.105]➜  mkdir -p $WORK/b1898/
2025-08-20T21:12:14.1481601Z [00:03:41.105]➜  cat >/tmp/go-build2720400589/b1898/importcfg << 'EOF' # internal
2025-08-20T21:12:14.1481950Z [00:03:41.105]➜  # import config
2025-08-20T21:12:14.1482281Z [00:03:41.105]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.1482785Z [00:03:41.105]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build2720400589/b1899/_pkg_.a
2025-08-20T21:12:14.1483382Z [00:03:41.105]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.1483761Z [00:03:41.105]➜  EOF
2025-08-20T21:12:14.1486063Z [00:03:41.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/stats=>github.com/vadv/gopher-lua-libs@v0.5.0/stats;$WORK/b1898=>" -p github.com/vadv/gopher-lua-libs/stats -lang=go1.16 -complete -installsuffix shared -buildid ba1AzVkdBu14c60-iYwS/ba1AzVkdBu14c60-iYwS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1898/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/stats/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/stats/loader.go
2025-08-20T21:12:14.1502750Z [00:03:41.108]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T21:12:14.1526530Z [00:03:41.110]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/0a/0a86b5198b5b0624887ddb4fffdde76e720e1c0e1832a20d0b19d1e10f6f83b3-d # internal
2025-08-20T21:12:14.1527196Z [00:03:41.111]➜  github.com/vadv/gopher-lua-libs/pb
2025-08-20T21:12:14.1527511Z [00:03:41.111]➜  mkdir -p $WORK/b1887/
2025-08-20T21:12:14.1530452Z [00:03:41.111]➜  cat >/tmp/go-build2720400589/b1887/importcfg << 'EOF' # internal
2025-08-20T21:12:14.1530989Z [00:03:41.111]➜  # import config
2025-08-20T21:12:14.1531330Z [00:03:41.111]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.1531831Z [00:03:41.111]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build2720400589/b1888/_pkg_.a
2025-08-20T21:12:14.1532393Z [00:03:41.111]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.1532869Z [00:03:41.111]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:14.1533283Z [00:03:41.111]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.1533697Z [00:03:41.111]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.1534006Z [00:03:41.111]➜  EOF
2025-08-20T21:12:14.1536283Z [00:03:41.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pb=>github.com/vadv/gopher-lua-libs@v0.5.0/pb;$WORK/b1887=>" -p github.com/vadv/gopher-lua-libs/pb -lang=go1.16 -complete -installsuffix shared -buildid _XxoeSj72ncJy5_r0r-l/_XxoeSj72ncJy5_r0r-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pb/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/pb/loader.go
2025-08-20T21:12:14.1758690Z [00:03:41.134]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T21:12:14.1759463Z [00:03:41.134]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/98/9872abc85844d74339d1cd7cda0d0cad7813299f78f3a637ec008ff27763a0fd-d # internal
2025-08-20T21:12:14.1760082Z [00:03:41.134]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T21:12:14.1760401Z [00:03:41.134]➜  mkdir -p $WORK/b1907/
2025-08-20T21:12:14.1761034Z [00:03:41.134]➜  cat >/tmp/go-build2720400589/b1907/importcfg << 'EOF' # internal
2025-08-20T21:12:14.1761447Z [00:03:41.134]➜  # import config
2025-08-20T21:12:14.1761794Z [00:03:41.134]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.1762243Z [00:03:41.134]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:14.1762693Z [00:03:41.134]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:14.1763161Z [00:03:41.134]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.1763633Z [00:03:41.134]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:14.1764098Z [00:03:41.134]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:14.1768500Z [00:03:41.134]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.1768942Z [00:03:41.134]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.1769363Z [00:03:41.134]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.1769789Z [00:03:41.134]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:14.1770216Z [00:03:41.134]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:14.1770644Z [00:03:41.134]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.1771351Z [00:03:41.134]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.1771795Z [00:03:41.134]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:14.1772225Z [00:03:41.134]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.1772531Z [00:03:41.134]➜  EOF
2025-08-20T21:12:14.1775371Z [00:03:41.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1907/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/primitive=>go.mongodb.org/mongo-driver@v1.17.3/bson/primitive;$WORK/b1907=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid bAK3KObCbvf26pYBtKj2/bAK3KObCbvf26pYBtKj2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1907/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/primitive/decimal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/primitive/objectid.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/primitive/primitive.go
2025-08-20T21:12:14.1896102Z [00:03:41.147]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T21:12:14.1909107Z [00:03:41.149]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/70/70326f9e0b82ea5aada6f2ac09911e42a5e1de171a115b6783164f5d7547b882-d # internal
2025-08-20T21:12:14.1910193Z [00:03:41.149]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T21:12:14.1910557Z [00:03:41.149]➜  mkdir -p $WORK/b1910/
2025-08-20T21:12:14.1915267Z [00:03:41.149]➜  cat >/tmp/go-build2720400589/b1910/importcfg << 'EOF' # internal
2025-08-20T21:12:14.1915683Z [00:03:41.149]➜  # import config
2025-08-20T21:12:14.1916031Z [00:03:41.149]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:14.1916467Z [00:03:41.149]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.1916792Z [00:03:41.149]➜  EOF
2025-08-20T21:12:14.1918752Z [00:03:41.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1910/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/address=>go.mongodb.org/mongo-driver@v1.17.3/mongo/address;$WORK/b1910=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid gV1gsiFL_NlxHetbiO43/gV1gsiFL_NlxHetbiO43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1910/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/address/addr.go
2025-08-20T21:12:14.2014704Z [00:03:41.159]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T21:12:14.2032106Z [00:03:41.161]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T21:12:14.2039278Z [00:03:41.161]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/a6/a6c4796f647f5d405368027376ab418547dc05d91d93b68ed1a5ca3321a45e12-d # internal
2025-08-20T21:12:14.2040043Z [00:03:41.161]➜  github.com/vadv/gopher-lua-libs/http/server
2025-08-20T21:12:14.2040394Z [00:03:41.161]➜  mkdir -p $WORK/b1841/
2025-08-20T21:12:14.2043803Z [00:03:41.162]➜  cat >/tmp/go-build2720400589/b1841/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2044870Z [00:03:41.162]➜  # import config
2025-08-20T21:12:14.2045578Z [00:03:41.162]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:14.2046326Z [00:03:41.162]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:14.2047161Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build2720400589/b1779/_pkg_.a
2025-08-20T21:12:14.2048547Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build2720400589/b1821/_pkg_.a
2025-08-20T21:12:14.2054017Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build2720400589/b1822/_pkg_.a
2025-08-20T21:12:14.2055358Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build2720400589/b1825/_pkg_.a
2025-08-20T21:12:14.2056584Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build2720400589/b1826/_pkg_.a
2025-08-20T21:12:14.2057685Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build2720400589/b1827/_pkg_.a
2025-08-20T21:12:14.2058854Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build2720400589/b1837/_pkg_.a
2025-08-20T21:12:14.2059885Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build2720400589/b1838/_pkg_.a
2025-08-20T21:12:14.2060885Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build2720400589/b1840/_pkg_.a
2025-08-20T21:12:14.2061765Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build2720400589/b1842/_pkg_.a
2025-08-20T21:12:14.2063109Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build2720400589/b1843/_pkg_.a
2025-08-20T21:12:14.2067277Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build2720400589/b1845/_pkg_.a
2025-08-20T21:12:14.2068664Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build2720400589/b1846/_pkg_.a
2025-08-20T21:12:14.2070715Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:14.2071854Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build2720400589/b1847/_pkg_.a
2025-08-20T21:12:14.2072865Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build2720400589/b1848/_pkg_.a
2025-08-20T21:12:14.2077567Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build2720400589/b1865/_pkg_.a
2025-08-20T21:12:14.2078535Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build2720400589/b1866/_pkg_.a
2025-08-20T21:12:14.2079752Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build2720400589/b1867/_pkg_.a
2025-08-20T21:12:14.2080947Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build2720400589/b1871/_pkg_.a
2025-08-20T21:12:14.2082577Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build2720400589/b1872/_pkg_.a
2025-08-20T21:12:14.2083221Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build2720400589/b1873/_pkg_.a
2025-08-20T21:12:14.2083859Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build2720400589/b1874/_pkg_.a
2025-08-20T21:12:14.2084665Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build2720400589/b1876/_pkg_.a
2025-08-20T21:12:14.2085314Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build2720400589/b1879/_pkg_.a
2025-08-20T21:12:14.2086151Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build2720400589/b1880/_pkg_.a
2025-08-20T21:12:14.2090269Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build2720400589/b1884/_pkg_.a
2025-08-20T21:12:14.2091039Z [00:03:41.162]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build2720400589/b1886/_pkg_.a
2025-08-20T21:12:14.2091648Z [00:03:41.162]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.2092148Z [00:03:41.162]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:14.2092569Z [00:03:41.162]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:14.2092974Z [00:03:41.162]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:14.2093390Z [00:03:41.162]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:14.2093814Z [00:03:41.162]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.2094220Z [00:03:41.162]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.2095271Z [00:03:41.162]➜  EOF
2025-08-20T21:12:14.2098505Z [00:03:41.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server=>github.com/vadv/gopher-lua-libs@v0.5.0/http/server;$WORK/b1841=>" -p github.com/vadv/gopher-lua-libs/http/server -lang=go1.16 -complete -installsuffix shared -buildid R6PNcIKqeR9dtpe_sqr2/R6PNcIKqeR9dtpe_sqr2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1841/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server/request.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server/server.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server/static_files_server.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/server/writer.go
2025-08-20T21:12:14.2101985Z [00:03:41.163]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/7c/7c82d9bafc89351f52166ff9b33eaa8d5de38da6b9970f2a8370d3f47f61eb4a-d # internal
2025-08-20T21:12:14.2102622Z [00:03:41.165]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T21:12:14.2103063Z [00:03:41.165]➜  mkdir -p $WORK/b1916/
2025-08-20T21:12:14.2103440Z [00:03:41.166]➜  cat >/tmp/go-build2720400589/b1916/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2103795Z [00:03:41.166]➜  # import config
2025-08-20T21:12:14.2104130Z [00:03:41.166]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.2104718Z [00:03:41.166]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.2105026Z [00:03:41.166]➜  EOF
2025-08-20T21:12:14.2106805Z [00:03:41.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1916/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/tag=>go.mongodb.org/mongo-driver@v1.17.3/tag;$WORK/b1916=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid mWNBaQT8og04ngEB3QoD/mWNBaQT8og04ngEB3QoD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1916/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/tag/tag.go
2025-08-20T21:12:14.2289777Z [00:03:41.186]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T21:12:14.2297504Z [00:03:41.188]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/63/6349d506cbd3f556dd858ca2dc03e0d8289871085a7ebca2bad1077818323bfe-d # internal
2025-08-20T21:12:14.2304626Z [00:03:41.188]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T21:12:14.2305224Z [00:03:41.188]➜  mkdir -p $WORK/b1908/
2025-08-20T21:12:14.2305973Z [00:03:41.188]➜  cat >/tmp/go-build2720400589/b1908/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2306847Z [00:03:41.188]➜  # import config
2025-08-20T21:12:14.2307527Z [00:03:41.188]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.2308493Z [00:03:41.188]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:14.2309536Z [00:03:41.189]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.2310330Z [00:03:41.189]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.2311838Z [00:03:41.189]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.2312675Z [00:03:41.189]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:14.2313893Z [00:03:41.189]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:14.2315276Z [00:03:41.189]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.2325259Z [00:03:41.189]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.2326119Z [00:03:41.189]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.2327054Z [00:03:41.189]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.2327947Z [00:03:41.189]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.2328821Z [00:03:41.189]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.2329496Z [00:03:41.189]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:14.2330029Z [00:03:41.189]➜  EOF
2025-08-20T21:12:14.2335831Z [00:03:41.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1908/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore=>go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore;$WORK/b1908=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid aqeQqq3yRBLQ0WOZGswo/aqeQqq3yRBLQ0WOZGswo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1908/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/array.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/bson_arraybuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/bson_documentbuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/bsoncore.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/document.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/document_sequence.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/bsonx/bsoncore/value.go
2025-08-20T21:12:14.2340954Z [00:03:41.191]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T21:12:14.2342326Z [00:03:41.191]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/53/532fb85d7825f100f8074b32c6bf0479a5bab38700ad8e4afb8b6e314e05b920-d # internal
2025-08-20T21:12:14.2343207Z [00:03:41.192]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T21:12:14.2343699Z [00:03:41.192]➜  mkdir -p $WORK/b1915/
2025-08-20T21:12:14.2344227Z [00:03:41.192]➜  cat >/tmp/go-build2720400589/b1915/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2344839Z [00:03:41.192]➜  # import config
2025-08-20T21:12:14.2345282Z [00:03:41.192]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.2345827Z [00:03:41.192]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.2346399Z [00:03:41.192]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.2347035Z [00:03:41.192]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2720400589/b1916/_pkg_.a
2025-08-20T21:12:14.2347620Z [00:03:41.192]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.2348180Z [00:03:41.192]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.2348611Z [00:03:41.192]➜  EOF
2025-08-20T21:12:14.2351469Z [00:03:41.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1915/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readpref=>go.mongodb.org/mongo-driver@v1.17.3/mongo/readpref;$WORK/b1915=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid NhWGPIrXmzPlh17mEYbN/NhWGPIrXmzPlh17mEYbN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1915/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readpref/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readpref/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readpref/readpref.go
2025-08-20T21:12:14.2576506Z [00:03:41.215]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T21:12:14.2596882Z [00:03:41.217]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/65/65f31ba8d21cfdecfb74394b5c58c0a70f55f0fb8273f6aa2c99f16d387ab50d-d # internal
2025-08-20T21:12:14.2598125Z [00:03:41.217]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T21:12:14.2599065Z [00:03:41.217]➜  mkdir -p $WORK/b1919/
2025-08-20T21:12:14.2599555Z [00:03:41.217]➜  cat >/tmp/go-build2720400589/b1919/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2599927Z [00:03:41.217]➜  # import config
2025-08-20T21:12:14.2600276Z [00:03:41.217]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.2600704Z [00:03:41.217]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.2601307Z [00:03:41.217]➜  EOF
2025-08-20T21:12:14.2603275Z [00:03:41.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1919/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/csot=>go.mongodb.org/mongo-driver@v1.17.3/internal/csot;$WORK/b1919=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid wjqRa5RVhunTh-gVajvm/wjqRa5RVhunTh-gVajvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1919/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/csot/csot.go
2025-08-20T21:12:14.2686444Z [00:03:41.226]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T21:12:14.2692071Z [00:03:41.227]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/00/009fa94293a04d11672f2308efa676062ecba973e09bd293bce1d9b68af36a70-d # internal
2025-08-20T21:12:14.2692867Z [00:03:41.227]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T21:12:14.2693195Z [00:03:41.227]➜  mkdir -p $WORK/b1920/
2025-08-20T21:12:14.2693581Z [00:03:41.227]➜  cat >/tmp/go-build2720400589/b1920/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2693927Z [00:03:41.227]➜  # import config
2025-08-20T21:12:14.2694401Z [00:03:41.227]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:14.2694792Z [00:03:41.227]➜  EOF
2025-08-20T21:12:14.2696863Z [00:03:41.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1920/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/httputil=>go.mongodb.org/mongo-driver@v1.17.3/internal/httputil;$WORK/b1920=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid JMy1Kk2ewlPjB670JqaB/JMy1Kk2ewlPjB670JqaB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1920/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/httputil/httputil.go
2025-08-20T21:12:14.2860350Z [00:03:41.244]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T21:12:14.2865957Z [00:03:41.244]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/bd/bdca969cbd83d3555e26bf4743b4f085e00c230a867acb100abf5eb4873f06ef-d # internal
2025-08-20T21:12:14.2866700Z [00:03:41.245]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T21:12:14.2867646Z [00:03:41.245]➜  mkdir -p $WORK/b1921/
2025-08-20T21:12:14.2869902Z [00:03:41.245]➜  cat >/tmp/go-build2720400589/b1921/importcfg << 'EOF' # internal
2025-08-20T21:12:14.2870755Z [00:03:41.245]➜  # import config
2025-08-20T21:12:14.2871180Z [00:03:41.245]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.2871873Z [00:03:41.245]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:14.2872394Z [00:03:41.245]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.2872955Z [00:03:41.245]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:14.2873493Z [00:03:41.245]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.2873910Z [00:03:41.245]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.2874455Z [00:03:41.245]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:14.2874935Z [00:03:41.245]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.2875362Z [00:03:41.245]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.2875788Z [00:03:41.245]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.2876195Z [00:03:41.245]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.2876507Z [00:03:41.245]➜  EOF
2025-08-20T21:12:14.2879696Z [00:03:41.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1921/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger=>go.mongodb.org/mongo-driver@v1.17.3/internal/logger;$WORK/b1921=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid I4TnHE3OhbDSdVQeW4ua/I4TnHE3OhbDSdVQeW4ua -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1921/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger/component.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger/context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger/io_sink.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger/level.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/logger/logger.go
2025-08-20T21:12:14.3181588Z [00:03:41.276]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T21:12:14.3251831Z [00:03:41.283]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/2b/2bfdee3251a07d8ee003e2bd7ba0f65ef54f6660081fc9888da14a2b19563907-d # internal
2025-08-20T21:12:14.3252595Z [00:03:41.283]➜  github.com/vadv/gopher-lua-libs/http
2025-08-20T21:12:14.3253079Z [00:03:41.283]➜  mkdir -p $WORK/b1839/
2025-08-20T21:12:14.3253473Z [00:03:41.283]➜  cat >/tmp/go-build2720400589/b1839/importcfg << 'EOF' # internal
2025-08-20T21:12:14.3253834Z [00:03:41.283]➜  # import config
2025-08-20T21:12:14.3254448Z [00:03:41.283]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build2720400589/b1840/_pkg_.a
2025-08-20T21:12:14.3255195Z [00:03:41.283]➜  packagefile github.com/vadv/gopher-lua-libs/http/server=/tmp/go-build2720400589/b1841/_pkg_.a
2025-08-20T21:12:14.3255866Z [00:03:41.283]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build2720400589/b1842/_pkg_.a
2025-08-20T21:12:14.3256485Z [00:03:41.283]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.3256864Z [00:03:41.283]➜  EOF
2025-08-20T21:12:14.3258754Z [00:03:41.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http=>github.com/vadv/gopher-lua-libs@v0.5.0/http;$WORK/b1839=>" -p github.com/vadv/gopher-lua-libs/http -lang=go1.16 -complete -installsuffix shared -buildid nAbYRRYqvrDzZBPwfaw5/nAbYRRYqvrDzZBPwfaw5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1839/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/http/loader.go
2025-08-20T21:12:14.3320627Z [00:03:41.290]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T21:12:14.3333715Z [00:03:41.291]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/fe/fe306802261aa8212829d3bcaeae0e754b6ef474180af8ccbc1028261085b74c-d # internal
2025-08-20T21:12:14.3334599Z [00:03:41.291]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T21:12:14.3334978Z [00:03:41.291]➜  mkdir -p $WORK/b1924/
2025-08-20T21:12:14.3335592Z [00:03:41.291]➜  cat >/tmp/go-build2720400589/b1924/importcfg << 'EOF' # internal
2025-08-20T21:12:14.3336014Z [00:03:41.291]➜  # import config
2025-08-20T21:12:14.3336388Z [00:03:41.291]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.3336837Z [00:03:41.291]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.3337252Z [00:03:41.291]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.3337677Z [00:03:41.291]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.3338100Z [00:03:41.291]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.3338406Z [00:03:41.291]➜  EOF
2025-08-20T21:12:14.3341454Z [00:03:41.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1924/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand=>go.mongodb.org/mongo-driver@v1.17.3/internal/rand;$WORK/b1924=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid fzHlwZA5gk2c7QmhW4n-/fzHlwZA5gk2c7QmhW4n- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1924/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand/bits.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand/exp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand/normal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand/rand.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/rand/rng.go
2025-08-20T21:12:14.3708838Z [00:03:41.329]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T21:12:14.3721751Z [00:03:41.330]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T21:12:14.3731249Z [00:03:41.331]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/86/86ecf6006dfa2c34e6a25a08190ca98d9ac9acc51d5919324d226cc898df1289-d # internal
2025-08-20T21:12:14.3739110Z [00:03:41.332]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T21:12:14.3741234Z [00:03:41.332]➜  mkdir -p $WORK/b1923/
2025-08-20T21:12:14.3742140Z [00:03:41.332]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/4f/4f8951a68ea3f2fc5c36fb78021190d22335782a1aca24b7946cd8d4c6acb84f-d # internal
2025-08-20T21:12:14.3748677Z [00:03:41.333]➜  github.com/vadv/gopher-lua-libs/plugin
2025-08-20T21:12:14.3749243Z [00:03:41.333]➜  mkdir -p $WORK/b1773/
2025-08-20T21:12:14.3758949Z [00:03:41.334]➜  cat >/tmp/go-build2720400589/b1923/importcfg << 'EOF' # internal
2025-08-20T21:12:14.3759580Z [00:03:41.334]➜  # import config
2025-08-20T21:12:14.3760051Z [00:03:41.334]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:14.3761450Z [00:03:41.334]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.3762008Z [00:03:41.334]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build2720400589/b1924/_pkg_.a
2025-08-20T21:12:14.3762531Z [00:03:41.334]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.3762852Z [00:03:41.334]➜  EOF
2025-08-20T21:12:14.3775120Z [00:03:41.335]➜  cat >/tmp/go-build2720400589/b1773/importcfg << 'EOF' # internal
2025-08-20T21:12:14.3775522Z [00:03:41.335]➜  # import config
2025-08-20T21:12:14.3775873Z [00:03:41.335]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.3776437Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/argparse=/tmp/go-build2720400589/b1774/_pkg_.a
2025-08-20T21:12:14.3777122Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build2720400589/b1779/_pkg_.a
2025-08-20T21:12:14.3777786Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/base64=/tmp/go-build2720400589/b1819/_pkg_.a
2025-08-20T21:12:14.3778430Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build2720400589/b1821/_pkg_.a
2025-08-20T21:12:14.3779068Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build2720400589/b1822/_pkg_.a
2025-08-20T21:12:14.3779899Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build2720400589/b1825/_pkg_.a
2025-08-20T21:12:14.3780606Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build2720400589/b1826/_pkg_.a
2025-08-20T21:12:14.3781237Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build2720400589/b1827/_pkg_.a
2025-08-20T21:12:14.3781871Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build2720400589/b1837/_pkg_.a
2025-08-20T21:12:14.3782508Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build2720400589/b1838/_pkg_.a
2025-08-20T21:12:14.3783127Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/http=/tmp/go-build2720400589/b1839/_pkg_.a
2025-08-20T21:12:14.3783760Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build2720400589/b1843/_pkg_.a
2025-08-20T21:12:14.3784620Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build2720400589/b1845/_pkg_.a
2025-08-20T21:12:14.3785327Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build2720400589/b1846/_pkg_.a
2025-08-20T21:12:14.3785960Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:14.3786580Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build2720400589/b1847/_pkg_.a
2025-08-20T21:12:14.3787453Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/pb=/tmp/go-build2720400589/b1887/_pkg_.a
2025-08-20T21:12:14.3788078Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/pprof=/tmp/go-build2720400589/b1895/_pkg_.a
2025-08-20T21:12:14.3788759Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build2720400589/b1848/_pkg_.a
2025-08-20T21:12:14.3789433Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build2720400589/b1865/_pkg_.a
2025-08-20T21:12:14.3790077Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build2720400589/b1866/_pkg_.a
2025-08-20T21:12:14.3790826Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/shellescape=/tmp/go-build2720400589/b1896/_pkg_.a
2025-08-20T21:12:14.3791623Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/stats=/tmp/go-build2720400589/b1898/_pkg_.a
2025-08-20T21:12:14.3792260Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build2720400589/b1867/_pkg_.a
2025-08-20T21:12:14.3792905Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build2720400589/b1871/_pkg_.a
2025-08-20T21:12:14.3793525Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build2720400589/b1872/_pkg_.a
2025-08-20T21:12:14.3794136Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build2720400589/b1873/_pkg_.a
2025-08-20T21:12:14.3795027Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build2720400589/b1874/_pkg_.a
2025-08-20T21:12:14.3795687Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build2720400589/b1876/_pkg_.a
2025-08-20T21:12:14.3796324Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build2720400589/b1879/_pkg_.a
2025-08-20T21:12:14.3796960Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build2720400589/b1880/_pkg_.a
2025-08-20T21:12:14.3797594Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build2720400589/b1884/_pkg_.a
2025-08-20T21:12:14.3798217Z [00:03:41.335]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build2720400589/b1886/_pkg_.a
2025-08-20T21:12:14.3798809Z [00:03:41.335]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.3799290Z [00:03:41.335]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.3799700Z [00:03:41.335]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.3800135Z [00:03:41.335]➜  EOF
2025-08-20T21:12:14.3802293Z [00:03:41.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1923/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/randutil=>go.mongodb.org/mongo-driver@v1.17.3/internal/randutil;$WORK/b1923=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid g_AohTwKoaZlfMrFgw17/g_AohTwKoaZlfMrFgw17 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1923/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/randutil/randutil.go
2025-08-20T21:12:14.3815212Z [00:03:41.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/plugin=>github.com/vadv/gopher-lua-libs@v0.5.0/plugin;$WORK/b1773=>" -p github.com/vadv/gopher-lua-libs/plugin -lang=go1.16 -complete -installsuffix shared -buildid tyD72mJpUT_aci2N4Ke9/tyD72mJpUT_aci2N4Ke9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/plugin/api.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/plugin/loader.go /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/plugin/preload.go
2025-08-20T21:12:14.4045155Z [00:03:41.361]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T21:12:14.4052443Z [00:03:41.361]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/f6/f6fb3eaae6dbb29e32f56b836fb5e2f25470593ed4be329d38e8a21d14db183b-d # internal
2025-08-20T21:12:14.4053379Z [00:03:41.361]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T21:12:14.4053713Z [00:03:41.361]➜  mkdir -p $WORK/b1922/
2025-08-20T21:12:14.4061594Z [00:03:41.363]➜  cat >/tmp/go-build2720400589/b1922/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4061965Z [00:03:41.363]➜  # import config
2025-08-20T21:12:14.4062329Z [00:03:41.363]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:14.4062937Z [00:03:41.363]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2720400589/b1923/_pkg_.a
2025-08-20T21:12:14.4065826Z [00:03:41.363]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.4066641Z [00:03:41.363]➜  EOF
2025-08-20T21:12:14.4069191Z [00:03:41.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1922/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/uuid=>go.mongodb.org/mongo-driver@v1.17.3/internal/uuid;$WORK/b1922=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid JtrpeTX8jgj4JYrXnH-3/JtrpeTX8jgj4JYrXnH-3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1922/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/uuid/uuid.go
2025-08-20T21:12:14.4212584Z [00:03:41.379]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T21:12:14.4218317Z [00:03:41.380]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/d7/d7aa50346d87eaf458817acd9101c66bb963519ce24d62caf664ecba8e0185de-d # internal
2025-08-20T21:12:14.4220382Z [00:03:41.380]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:12:14.4222048Z [00:03:41.380]➜  mkdir -p $WORK/b1927/
2025-08-20T21:12:14.4228445Z [00:03:41.381]➜  cat >/tmp/go-build2720400589/b1927/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4229016Z [00:03:41.381]➜  # import config
2025-08-20T21:12:14.4229625Z [00:03:41.381]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:14.4230292Z [00:03:41.381]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:14.4231282Z [00:03:41.381]➜  EOF
2025-08-20T21:12:14.4233277Z [00:03:41.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1927/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2=>golang.org/x/crypto@v0.37.0/pbkdf2;$WORK/b1927=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid KwgmYp-Unma66fMdeLst/KwgmYp-Unma66fMdeLst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2/pbkdf2.go
2025-08-20T21:12:14.4389740Z [00:03:41.397]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T21:12:14.4415839Z [00:03:41.397]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/e3/e376c560022cc0506aa0c741dab29204dd78ddf5eda4e9bd4acc23a221d8a2b4-d # internal
2025-08-20T21:12:14.4417066Z [00:03:41.397]➜  golang.org/x/crypto/scrypt
2025-08-20T21:12:14.4417457Z [00:03:41.398]➜  mkdir -p $WORK/b1928/
2025-08-20T21:12:14.4417846Z [00:03:41.398]➜  cat >/tmp/go-build2720400589/b1928/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4418202Z [00:03:41.398]➜  # import config
2025-08-20T21:12:14.4418566Z [00:03:41.398]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:14.4419048Z [00:03:41.398]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.4419511Z [00:03:41.398]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.4420022Z [00:03:41.398]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2720400589/b1927/_pkg_.a
2025-08-20T21:12:14.4420536Z [00:03:41.398]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.4420859Z [00:03:41.398]➜  EOF
2025-08-20T21:12:14.4422894Z [00:03:41.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1928/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/scrypt=>golang.org/x/crypto@v0.37.0/scrypt;$WORK/b1928=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid a0XqL4jtAZs1O2oXyLS1/a0XqL4jtAZs1O2oXyLS1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/scrypt/scrypt.go
2025-08-20T21:12:14.4483968Z [00:03:41.406]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T21:12:14.4507703Z [00:03:41.409]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/60/60a8507645ade26066d5db07c51520296363bdee7677f95d911b21fbbb9966de-d # internal
2025-08-20T21:12:14.4509530Z [00:03:41.409]➜  github.com/vadv/gopher-lua-libs
2025-08-20T21:12:14.4509862Z [00:03:41.409]➜  mkdir -p $WORK/b1772/
2025-08-20T21:12:14.4510487Z [00:03:41.409]➜  cat >/tmp/go-build2720400589/b1772/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4510883Z [00:03:41.409]➜  # import config
2025-08-20T21:12:14.4511346Z [00:03:41.409]➜  packagefile github.com/vadv/gopher-lua-libs/plugin=/tmp/go-build2720400589/b1773/_pkg_.a
2025-08-20T21:12:14.4511956Z [00:03:41.409]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.4512339Z [00:03:41.409]➜  EOF
2025-08-20T21:12:14.4514139Z [00:03:41.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0=>github.com/vadv/gopher-lua-libs@v0.5.0;$WORK/b1772=>" -p github.com/vadv/gopher-lua-libs -lang=go1.16 -complete -installsuffix shared -buildid HZoE6q7RwHWLlyO4-xdX/HZoE6q7RwHWLlyO4-xdX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/importcfg -pack /root/go/pkg/mod/github.com/vadv/gopher-lua-libs@v0.5.0/preload.go
2025-08-20T21:12:14.4688031Z [00:03:41.427]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T21:12:14.4695063Z [00:03:41.427]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/8a/8a6b8a95833562666ded8ce08baccd229962a28263d28811b650f7f8f9582864-d # internal
2025-08-20T21:12:14.4699558Z [00:03:41.428]➜  github.com/youmark/pkcs8
2025-08-20T21:12:14.4699869Z [00:03:41.428]➜  mkdir -p $WORK/b1926/
2025-08-20T21:12:14.4721874Z [00:03:41.430]➜  cat >/tmp/go-build2720400589/b1926/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4722298Z [00:03:41.430]➜  # import config
2025-08-20T21:12:14.4722645Z [00:03:41.430]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.4723068Z [00:03:41.430]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:14.4723507Z [00:03:41.430]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:14.4724204Z [00:03:41.430]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:14.4724923Z [00:03:41.430]➜  packagefile crypto/des=/tmp/go-build2720400589/b111/_pkg_.a
2025-08-20T21:12:14.4725391Z [00:03:41.430]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:14.4725861Z [00:03:41.430]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:14.4726365Z [00:03:41.430]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:14.4726816Z [00:03:41.430]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:14.4727275Z [00:03:41.430]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:14.4727732Z [00:03:41.430]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:14.4728205Z [00:03:41.430]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:12:14.4728687Z [00:03:41.430]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:14.4729132Z [00:03:41.430]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.4729688Z [00:03:41.430]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.4730327Z [00:03:41.430]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2720400589/b1927/_pkg_.a
2025-08-20T21:12:14.4730893Z [00:03:41.430]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build2720400589/b1928/_pkg_.a
2025-08-20T21:12:14.4731567Z [00:03:41.430]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:14.4731881Z [00:03:41.430]➜  EOF
2025-08-20T21:12:14.4732172Z [00:03:41.430]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T21:12:14.4736131Z [00:03:41.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78=>github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78;$WORK/b1926=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid JyVI_fJYBsc4hC5Sk1bO/JyVI_fJYBsc4hC5Sk1bO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/importcfg -pack /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher_3des.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/cipher_aes.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/kdf_pbkdf2.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/kdf_scrypt.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20240726163527-a2c0da244d78/pkcs8.go
2025-08-20T21:12:14.4752466Z [00:03:41.433]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/8b/8bb19bdc09da5757974c3781934182c7d3e9e6694bb5cfaa58e6ef03dddafbd6-d # internal
2025-08-20T21:12:14.4753846Z [00:03:41.433]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T21:12:14.4754191Z [00:03:41.433]➜  mkdir -p $WORK/b1905/
2025-08-20T21:12:14.4760235Z [00:03:41.434]➜  cat >/tmp/go-build2720400589/b1905/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4760812Z [00:03:41.434]➜  # import config
2025-08-20T21:12:14.4761164Z [00:03:41.434]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.4761625Z [00:03:41.434]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:14.4762119Z [00:03:41.434]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.4762590Z [00:03:41.434]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:14.4763029Z [00:03:41.434]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.4763438Z [00:03:41.434]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.4763980Z [00:03:41.434]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:14.4765062Z [00:03:41.434]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:14.4765859Z [00:03:41.434]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.4766401Z [00:03:41.434]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.4766807Z [00:03:41.434]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.4767222Z [00:03:41.434]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.4767638Z [00:03:41.434]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.4768093Z [00:03:41.434]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.4768512Z [00:03:41.434]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.4768918Z [00:03:41.434]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.4769336Z [00:03:41.434]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:14.4769788Z [00:03:41.434]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:14.4770359Z [00:03:41.434]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:14.4770810Z [00:03:41.434]➜  EOF
2025-08-20T21:12:14.4778743Z [00:03:41.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1905/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw=>go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw;$WORK/b1905=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid gmkLXuRSUY2pXJbymZWt/gmkLXuRSUY2pXJbymZWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1905/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/copier.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/extjson_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/extjson_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/extjson_tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/extjson_wrappers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/extjson_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/json_scanner.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/value_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/value_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsonrw/writer.go
2025-08-20T21:12:14.4817165Z [00:03:41.439]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T21:12:14.4829341Z [00:03:41.441]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/9f/9fdafecb47f7a539dad1adc1a863ae6f1bbe718f29c520be49abf8723655aba9-d # internal
2025-08-20T21:12:14.4830065Z [00:03:41.441]➜  github.com/jrnd-io/jr/pkg/producers/luascript
2025-08-20T21:12:14.4830525Z [00:03:41.441]➜  mkdir -p $WORK/b1771/
2025-08-20T21:12:14.4837261Z [00:03:41.442]➜  cat >/tmp/go-build2720400589/b1771/importcfg << 'EOF' # internal
2025-08-20T21:12:14.4837670Z [00:03:41.442]➜  # import config
2025-08-20T21:12:14.4838044Z [00:03:41.442]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.4838554Z [00:03:41.442]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:14.4839067Z [00:03:41.442]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:14.4839643Z [00:03:41.442]➜  packagefile github.com/vadv/gopher-lua-libs=/tmp/go-build2720400589/b1772/_pkg_.a
2025-08-20T21:12:14.4840220Z [00:03:41.442]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:14.4840973Z [00:03:41.442]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build2720400589/b1777/_pkg_.a
2025-08-20T21:12:14.4841566Z [00:03:41.442]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:14.4841994Z [00:03:41.442]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.4842309Z [00:03:41.442]➜  EOF
2025-08-20T21:12:14.4847805Z [00:03:41.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1771/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript=>github.com/jrnd-io/jr/pkg/producers/luascript;$WORK/b1771=>" -p github.com/jrnd-io/jr/pkg/producers/luascript -lang=go1.24 -complete -installsuffix shared -buildid ACORoDZFqzxobZq4Ls_Z/ACORoDZFqzxobZq4Ls_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/importcfg -pack ./pkg/producers/luascript/config.go ./pkg/producers/luascript/producer.go
2025-08-20T21:12:14.5070682Z [00:03:41.465]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T21:12:14.5080194Z [00:03:41.466]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/2d/2dfde608b63a3a5ef85b515a36e18b8d15657ddb48896fe8154d701096c45f97-d # internal
2025-08-20T21:12:14.5080882Z [00:03:41.466]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T21:12:14.5095721Z [00:03:41.466]➜  mkdir -p $WORK/b1918/
2025-08-20T21:12:14.5096881Z [00:03:41.466]➜  cat >/tmp/go-build2720400589/b1918/importcfg << 'EOF' # internal
2025-08-20T21:12:14.5098025Z [00:03:41.466]➜  # import config
2025-08-20T21:12:14.5098769Z [00:03:41.466]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.5099202Z [00:03:41.466]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.5099774Z [00:03:41.466]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.5100211Z [00:03:41.466]➜  EOF
2025-08-20T21:12:14.5102199Z [00:03:41.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1918/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/csfle=>go.mongodb.org/mongo-driver@v1.17.3/internal/csfle;$WORK/b1918=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid 302c_ftsaj9YnLSUnZrK/302c_ftsaj9YnLSUnZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1918/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/csfle/csfle.go
2025-08-20T21:12:14.5212051Z [00:03:41.479]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T21:12:14.5216647Z [00:03:41.480]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T21:12:14.5219076Z [00:03:41.480]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/23/238b30eb5b0295582b1ace7ca5ef60dc8e20109cae31f7bf123a4b1c7d61cc1b-d # internal
2025-08-20T21:12:14.5221361Z [00:03:41.480]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T21:12:14.5222507Z [00:03:41.480]➜  mkdir -p $WORK/b1929/
2025-08-20T21:12:14.5226478Z [00:03:41.481]➜  cat >/tmp/go-build2720400589/b1929/importcfg << 'EOF' # internal
2025-08-20T21:12:14.5226844Z [00:03:41.481]➜  # import config
2025-08-20T21:12:14.5227210Z [00:03:41.481]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.5227782Z [00:03:41.481]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:14.5228472Z [00:03:41.481]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.5228907Z [00:03:41.481]➜  EOF
2025-08-20T21:12:14.5229975Z [00:03:41.481]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/2d/2df6dcbd8ce576fa30271408ff733baf09b93a3ac37a34bb86b545677be5ceed-d # internal
2025-08-20T21:12:14.5232900Z [00:03:41.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1929/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readconcern=>go.mongodb.org/mongo-driver@v1.17.3/mongo/readconcern;$WORK/b1929=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid MfwoaPixx_ftlc47dZE6/MfwoaPixx_ftlc47dZE6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/readconcern/readconcern.go
2025-08-20T21:12:14.5234936Z [00:03:41.481]➜  github.com/klauspost/compress/fse
2025-08-20T21:12:14.5235790Z [00:03:41.481]➜  mkdir -p $WORK/b1935/
2025-08-20T21:12:14.5237308Z [00:03:41.482]➜  cat >/tmp/go-build2720400589/b1935/importcfg << 'EOF' # internal
2025-08-20T21:12:14.5237689Z [00:03:41.482]➜  # import config
2025-08-20T21:12:14.5238066Z [00:03:41.482]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.5238530Z [00:03:41.482]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.5238944Z [00:03:41.482]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.5239346Z [00:03:41.482]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.5239769Z [00:03:41.482]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.5240480Z [00:03:41.482]➜  EOF
2025-08-20T21:12:14.5243856Z [00:03:41.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b1935=>" -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/b1935/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/fse.go
2025-08-20T21:12:14.5398387Z [00:03:41.498]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T21:12:14.5402818Z [00:03:41.498]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/38/381ec16351e6608dbd0a46ea202ddb52d22670095e988b51ab6f0ac5e588c923-d # internal
2025-08-20T21:12:14.5405178Z [00:03:41.498]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:12:14.5406686Z [00:03:41.499]➜  mkdir -p $WORK/b1937/
2025-08-20T21:12:14.5410275Z [00:03:41.499]➜  cat >/tmp/go-build2720400589/b1937/importcfg << 'EOF' # internal
2025-08-20T21:12:14.5410655Z [00:03:41.499]➜  # import config
2025-08-20T21:12:14.5411034Z [00:03:41.499]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.5411493Z [00:03:41.499]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.5411931Z [00:03:41.499]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:14.5412353Z [00:03:41.499]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.5412657Z [00:03:41.499]➜  EOF
2025-08-20T21:12:14.5416565Z [00:03:41.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1937/_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/b1937=>" -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/b1937/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/snappy.go
2025-08-20T21:12:14.5729626Z [00:03:41.531]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T21:12:14.5741661Z [00:03:41.532]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T21:12:14.5748602Z [00:03:41.533]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:12:14.5766319Z [00:03:41.534]➜  mkdir -p $WORK/b1938/
2025-08-20T21:12:14.5766706Z [00:03:41.535]➜  echo -n > $WORK/b1938/go_asm.h # internal
2025-08-20T21:12:14.5767187Z [00:03:41.535]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:12:14.5768899Z [00:03:41.535]➜  /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/b1938=>" -I $WORK/b1938/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1938/symabis ./xxhash_arm64.s
2025-08-20T21:12:14.5811322Z [00:03:41.539]➜  cat >/tmp/go-build2720400589/b1938/importcfg << 'EOF' # internal
2025-08-20T21:12:14.5811747Z [00:03:41.539]➜  # import config
2025-08-20T21:12:14.5813389Z [00:03:41.539]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.5822729Z [00:03:41.539]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.5823759Z [00:03:41.539]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.5824138Z [00:03:41.539]➜  EOF
2025-08-20T21:12:14.5824883Z [00:03:41.539]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:14.5828011Z [00:03:41.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1938/_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/b1938=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b1938/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1938/importcfg -pack -asmhdr $WORK/b1938/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T21:12:14.6055289Z [00:03:41.563]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T21:12:14.6079612Z [00:03:41.566]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T21:12:14.6080454Z [00:03:41.566]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:12:14.6082392Z [00:03:41.566]➜  /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/b1938=>" -I $WORK/b1938/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1938/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:12:14.6083820Z [00:03:41.566]➜  github.com/klauspost/compress/huff0
2025-08-20T21:12:14.6084134Z [00:03:41.566]➜  mkdir -p $WORK/b1934/
2025-08-20T21:12:14.6084790Z [00:03:41.566]➜  cat >/tmp/go-build2720400589/b1934/importcfg << 'EOF' # internal
2025-08-20T21:12:14.6085152Z [00:03:41.566]➜  # import config
2025-08-20T21:12:14.6085496Z [00:03:41.566]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.6085911Z [00:03:41.566]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.6086428Z [00:03:41.566]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2720400589/b1935/_pkg_.a
2025-08-20T21:12:14.6087078Z [00:03:41.566]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2720400589/b1936/_pkg_.a
2025-08-20T21:12:14.6087605Z [00:03:41.566]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.6088015Z [00:03:41.566]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.6088446Z [00:03:41.566]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.6088885Z [00:03:41.566]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:14.6089305Z [00:03:41.566]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.6089614Z [00:03:41.566]➜  EOF
2025-08-20T21:12:14.6090129Z [00:03:41.566]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:14.6093636Z [00:03:41.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b1934=>" -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/b1934/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:12:14.6105364Z [00:03:41.568]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:12:14.6105965Z [00:03:41.568]➜  go tool pack r $WORK/b1938/_pkg_.a $WORK/b1938/xxhash_arm64.o # internal
2025-08-20T21:12:14.6106448Z [00:03:41.568]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T21:12:14.6107490Z [00:03:41.569]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T21:12:14.6109565Z [00:03:41.569]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T21:12:14.6110182Z [00:03:41.569]➜  mkdir -p $WORK/b1939/
2025-08-20T21:12:14.6119019Z [00:03:41.569]➜  cat >/tmp/go-build2720400589/b1939/importcfg << 'EOF' # internal
2025-08-20T21:12:14.6119467Z [00:03:41.569]➜  # import config
2025-08-20T21:12:14.6119832Z [00:03:41.569]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:14.6120259Z [00:03:41.569]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.6120582Z [00:03:41.569]➜  EOF
2025-08-20T21:12:14.6120827Z [00:03:41.570]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:14.6123490Z [00:03:41.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1939/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/driverutil=>go.mongodb.org/mongo-driver@v1.17.3/internal/driverutil;$WORK/b1939=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid 7v9zrYwuW_fDTXIMXN-P/7v9zrYwuW_fDTXIMXN-P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/driverutil/operation.go
2025-08-20T21:12:14.6357031Z [00:03:41.593]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T21:12:14.6385102Z [00:03:41.594]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/6d/6dfc464d6a3eba454645667e183b1690e2475bed6781ef170a70c053ef6b641a-d # internal
2025-08-20T21:12:14.6385971Z [00:03:41.594]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T21:12:14.6386357Z [00:03:41.594]➜  mkdir -p $WORK/b1941/
2025-08-20T21:12:14.6386737Z [00:03:41.594]➜  cat >/tmp/go-build2720400589/b1941/importcfg << 'EOF' # internal
2025-08-20T21:12:14.6387085Z [00:03:41.594]➜  # import config
2025-08-20T21:12:14.6387556Z [00:03:41.594]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:14.6388250Z [00:03:41.594]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.6388804Z [00:03:41.594]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:14.6389136Z [00:03:41.594]➜  EOF
2025-08-20T21:12:14.6392316Z [00:03:41.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1941/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/options=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/options;$WORK/b1941=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid 2ASpt4zD6BAXO3qRLV4b/2ASpt4zD6BAXO3qRLV4b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/options/mongocrypt_context_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/options/mongocrypt_options.go
2025-08-20T21:12:14.6791196Z [00:03:41.637]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T21:12:14.6844960Z [00:03:41.642]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/41/417aeecb297c6090a25173951dc89031edb38810437a6736328ca4d2c6f00dff-d # internal
2025-08-20T21:12:14.6845833Z [00:03:41.642]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T21:12:14.6846198Z [00:03:41.642]➜  mkdir -p $WORK/b1940/
2025-08-20T21:12:14.6846585Z [00:03:41.642]➜  cat >/tmp/go-build2720400589/b1940/importcfg << 'EOF' # internal
2025-08-20T21:12:14.6846932Z [00:03:41.642]➜  # import config
2025-08-20T21:12:14.6847275Z [00:03:41.642]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.6847850Z [00:03:41.642]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.6848615Z [00:03:41.642]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2720400589/b1941/_pkg_.a
2025-08-20T21:12:14.6849120Z [00:03:41.642]➜  EOF
2025-08-20T21:12:14.6853055Z [00:03:41.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1940/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt;$WORK/b1940=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid AAxI-a539bf_M1T5kAY9/AAxI-a539bf_M1T5kAY9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/errors_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/mongocrypt_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/mongocrypt_kms_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/mongocrypt_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/mongocrypt/state.go
2025-08-20T21:12:14.7191607Z [00:03:41.677]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T21:12:14.7206528Z [00:03:41.678]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/39/39ccde99298096594961cb65b1e2d4a1d82ceb93bc156c8e81ec2a5faa39e165-d # internal
2025-08-20T21:12:14.7215305Z [00:03:41.679]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T21:12:14.7222314Z [00:03:41.680]➜  mkdir -p $WORK/b1943/
2025-08-20T21:12:14.7231068Z [00:03:41.681]➜  cat >/tmp/go-build2720400589/b1943/importcfg << 'EOF' # internal
2025-08-20T21:12:14.7232786Z [00:03:41.681]➜  # import config
2025-08-20T21:12:14.7235487Z [00:03:41.681]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.7241174Z [00:03:41.681]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.7241963Z [00:03:41.681]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.7242547Z [00:03:41.681]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.7243012Z [00:03:41.681]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:14.7243341Z [00:03:41.681]➜  EOF
2025-08-20T21:12:14.7249154Z [00:03:41.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1943/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/wiremessage=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/wiremessage;$WORK/b1943=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid OXYmui-oj6oUUoLUH-cG/OXYmui-oj6oUUoLUH-cG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1943/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T21:12:14.7410020Z [00:03:41.699]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T21:12:14.7424835Z [00:03:41.700]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T21:12:14.7454057Z [00:03:41.703]➜  github.com/klauspost/compress/zstd
2025-08-20T21:12:14.7455318Z [00:03:41.703]➜  mkdir -p $WORK/b1932/
2025-08-20T21:12:14.7469671Z [00:03:41.705]➜  cat >/tmp/go-build2720400589/b1932/importcfg << 'EOF' # internal
2025-08-20T21:12:14.7472585Z [00:03:41.705]➜  # import config
2025-08-20T21:12:14.7473850Z [00:03:41.705]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:14.7474638Z [00:03:41.705]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:14.7475232Z [00:03:41.705]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:14.7476543Z [00:03:41.705]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.7477035Z [00:03:41.705]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:14.7477491Z [00:03:41.705]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.7477905Z [00:03:41.705]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.7478419Z [00:03:41.705]➜  packagefile github.com/klauspost/compress=/tmp/go-build2720400589/b1933/_pkg_.a
2025-08-20T21:12:14.7479040Z [00:03:41.705]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2720400589/b1934/_pkg_.a
2025-08-20T21:12:14.7479707Z [00:03:41.705]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2720400589/b1936/_pkg_.a
2025-08-20T21:12:14.7480411Z [00:03:41.705]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2720400589/b1937/_pkg_.a
2025-08-20T21:12:14.7481150Z [00:03:41.705]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2720400589/b1938/_pkg_.a
2025-08-20T21:12:14.7481737Z [00:03:41.705]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:14.7482351Z [00:03:41.705]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:14.7482828Z [00:03:41.705]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:14.7483240Z [00:03:41.705]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.7483667Z [00:03:41.705]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:14.7484129Z [00:03:41.705]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:14.7484771Z [00:03:41.705]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:14.7485216Z [00:03:41.705]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:14.7485630Z [00:03:41.705]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.7486048Z [00:03:41.705]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.7486472Z [00:03:41.705]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.7486895Z [00:03:41.705]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.7487200Z [00:03:41.705]➜  EOF
2025-08-20T21:12:14.7500031Z [00:03:41.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1932=>" -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/b1932/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:12:14.7903983Z [00:03:41.748]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T21:12:14.7911137Z [00:03:41.749]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T21:12:14.7922594Z [00:03:41.750]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/ff/ffc0af1cbca7095e0204d05fd9e16a8a24b6d7883dc86a90767fb9b2bf6ebb97-d # internal
2025-08-20T21:12:14.7930895Z [00:03:41.750]➜  github.com/xdg-go/pbkdf2
2025-08-20T21:12:14.7931213Z [00:03:41.750]➜  mkdir -p $WORK/b1946/
2025-08-20T21:12:14.7931611Z [00:03:41.751]➜  cat >/tmp/go-build2720400589/b1946/importcfg << 'EOF' # internal
2025-08-20T21:12:14.7933993Z [00:03:41.751]➜  # import config
2025-08-20T21:12:14.7936439Z [00:03:41.751]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:14.7939291Z [00:03:41.751]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:14.7939750Z [00:03:41.751]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:14.7940062Z [00:03:41.751]➜  EOF
2025-08-20T21:12:14.7941761Z [00:03:41.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1946=>" -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/b1946/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T21:12:14.7950002Z [00:03:41.752]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/5a/5ad56626efe624443614048006b80bfd70f448ecb87b25089ce2cdac02ad90bb-d # internal
2025-08-20T21:12:14.7953849Z [00:03:41.753]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T21:12:14.7954184Z [00:03:41.753]➜  mkdir -p $WORK/b1903/
2025-08-20T21:12:14.7966976Z [00:03:41.755]➜  cat >/tmp/go-build2720400589/b1903/importcfg << 'EOF' # internal
2025-08-20T21:12:14.7969976Z [00:03:41.755]➜  # import config
2025-08-20T21:12:14.7970552Z [00:03:41.755]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:14.7971057Z [00:03:41.755]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:14.7971694Z [00:03:41.755]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:14.7972176Z [00:03:41.755]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.7972876Z [00:03:41.755]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build2720400589/b1904/_pkg_.a
2025-08-20T21:12:14.7973547Z [00:03:41.755]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2720400589/b1905/_pkg_.a
2025-08-20T21:12:14.7974200Z [00:03:41.755]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:14.7975036Z [00:03:41.755]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:14.7975716Z [00:03:41.755]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:14.7976259Z [00:03:41.755]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:14.7976681Z [00:03:41.755]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:14.7977116Z [00:03:41.755]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:14.7977537Z [00:03:41.755]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.7977954Z [00:03:41.755]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:14.7978388Z [00:03:41.755]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:14.7978803Z [00:03:41.755]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:14.7979238Z [00:03:41.755]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:14.7979670Z [00:03:41.755]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:14.7979978Z [00:03:41.755]➜  EOF
2025-08-20T21:12:14.7988246Z [00:03:41.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1903/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec=>go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec;$WORK/b1903=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid KIgQTZHQSPG5KBtzzwWt/KIgQTZHQSPG5KBtzzwWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1903/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/array_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/bsoncodec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/byte_slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/codec_cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/cond_addr_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/default_value_decoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/default_value_encoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/empty_interface_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/map_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/pointer_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/proxy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/string_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/struct_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/struct_tag_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/time_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bsoncodec/uint_codec.go
2025-08-20T21:12:14.8080692Z [00:03:41.765]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T21:12:14.8130890Z [00:03:41.766]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/d8/d8d41f36ee26d4692ee33d120c25b35cbda3ad6e0ef93a6e880d95bfc2448f82-d # internal
2025-08-20T21:12:14.8131772Z [00:03:41.766]➜  github.com/xdg-go/stringprep
2025-08-20T21:12:14.8132079Z [00:03:41.766]➜  mkdir -p $WORK/b1947/
2025-08-20T21:12:14.8132464Z [00:03:41.767]➜  cat >/tmp/go-build2720400589/b1947/importcfg << 'EOF' # internal
2025-08-20T21:12:14.8132818Z [00:03:41.767]➜  # import config
2025-08-20T21:12:14.8133149Z [00:03:41.767]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:14.8133655Z [00:03:41.767]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b230/_pkg_.a
2025-08-20T21:12:14.8134150Z [00:03:41.767]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:14.8134694Z [00:03:41.767]➜  EOF
2025-08-20T21:12:14.8138040Z [00:03:41.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1947=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid 0LkzW27PgfLphNzA7uFS/0LkzW27PgfLphNzA7uFS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/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-20T21:12:15.2800950Z [00:03:42.238]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T21:12:15.2843225Z [00:03:42.242]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/74/744998c379c3d17473bab57dc068adee29d66be43a4e8229a38c14a644bf86bf-d # internal
2025-08-20T21:12:15.2849628Z [00:03:42.243]➜  github.com/xdg-go/scram
2025-08-20T21:12:15.2850759Z [00:03:42.243]➜  mkdir -p $WORK/b1945/
2025-08-20T21:12:15.2855385Z [00:03:42.243]➜  cat >/tmp/go-build2720400589/b1945/importcfg << 'EOF' # internal
2025-08-20T21:12:15.2858187Z [00:03:42.243]➜  # import config
2025-08-20T21:12:15.2860614Z [00:03:42.243]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:15.2862974Z [00:03:42.243]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:15.2863456Z [00:03:42.243]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:15.2863931Z [00:03:42.243]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:15.2864520Z [00:03:42.243]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:12:15.2865056Z [00:03:42.243]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:15.2865523Z [00:03:42.243]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.2865947Z [00:03:42.243]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.2866429Z [00:03:42.243]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build2720400589/b1946/_pkg_.a
2025-08-20T21:12:15.2867282Z [00:03:42.243]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2720400589/b1947/_pkg_.a
2025-08-20T21:12:15.2867768Z [00:03:42.243]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:15.2868189Z [00:03:42.243]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.2868619Z [00:03:42.243]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.2869032Z [00:03:42.243]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.2869345Z [00:03:42.243]➜  EOF
2025-08-20T21:12:15.2883112Z [00:03:42.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1945=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid U0OLdvr_rnM4HxIyVxij/U0OLdvr_rnM4HxIyVxij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/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-20T21:12:15.3149384Z [00:03:42.273]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T21:12:15.3314802Z [00:03:42.289]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T21:12:15.3322252Z [00:03:42.289]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T21:12:15.3322812Z [00:03:42.289]➜  mkdir -p $WORK/b1949/
2025-08-20T21:12:15.3333084Z [00:03:42.291]➜  cat >/tmp/go-build2720400589/b1949/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3333785Z [00:03:42.291]➜  # import config
2025-08-20T21:12:15.3334759Z [00:03:42.291]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.3335123Z [00:03:42.291]➜  EOF
2025-08-20T21:12:15.3337790Z [00:03:42.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1949/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/awserr=>go.mongodb.org/mongo-driver@v1.17.3/internal/aws/awserr;$WORK/b1949=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid ojDreWAvjCF3y5_vR3kv/ojDreWAvjCF3y5_vR3kv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/awserr/error.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/awserr/types.go
2025-08-20T21:12:15.3401717Z [00:03:42.298]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T21:12:15.3417608Z [00:03:42.300]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/57/57e465062b7a709ac913d344b3ef26313af46af1fcee06aee34f827b1241f0a7-d # internal
2025-08-20T21:12:15.3420699Z [00:03:42.300]➜  golang.org/x/sync/singleflight
2025-08-20T21:12:15.3421834Z [00:03:42.300]➜  mkdir -p $WORK/b1950/
2025-08-20T21:12:15.3425222Z [00:03:42.300]➜  cat >/tmp/go-build2720400589/b1950/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3426754Z [00:03:42.301]➜  # import config
2025-08-20T21:12:15.3433989Z [00:03:42.301]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.3435040Z [00:03:42.301]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.3436273Z [00:03:42.301]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.3437503Z [00:03:42.301]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:15.3438039Z [00:03:42.301]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:15.3438487Z [00:03:42.301]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.3439082Z [00:03:42.301]➜  EOF
2025-08-20T21:12:15.3440935Z [00:03:42.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1950/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight=>golang.org/x/sync@v0.13.0/singleflight;$WORK/b1950=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid mwLp1WtAC9LnULj8tdYv/mwLp1WtAC9LnULj8tdYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight/singleflight.go
2025-08-20T21:12:15.3551347Z [00:03:42.313]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T21:12:15.3564755Z [00:03:42.314]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T21:12:15.3575621Z [00:03:42.315]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/2a/2a74f6d2dfb5699705a73daa49d3a8aa0af34576552ae365d8746867cea88a3a-d # internal
2025-08-20T21:12:15.3586072Z [00:03:42.316]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T21:12:15.3587048Z [00:03:42.316]➜  mkdir -p $WORK/b1952/
2025-08-20T21:12:15.3587508Z [00:03:42.317]➜  cat >/tmp/go-build2720400589/b1952/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3587869Z [00:03:42.317]➜  # import config
2025-08-20T21:12:15.3588202Z [00:03:42.317]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.3588511Z [00:03:42.317]➜  EOF
2025-08-20T21:12:15.3590482Z [00:03:42.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1952/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws=>go.mongodb.org/mongo-driver@v1.17.3/internal/aws;$WORK/b1952=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid ehrC4B-VsDRGUZwYElvR/ehrC4B-VsDRGUZwYElvR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1952/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/types.go
2025-08-20T21:12:15.3622065Z [00:03:42.320]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/a2/a2721e179e479c8b13574d462019873ef4d6bfa3ec9f26923c0702672e4f82f2-d # internal
2025-08-20T21:12:15.3749531Z [00:03:42.333]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T21:12:15.3757864Z [00:03:42.334]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/71/711597ffacadd20f9620f6d56c98599c24ab0fe5490fdbfc2c021ab1f4f942cd-d # internal
2025-08-20T21:12:15.3761342Z [00:03:42.334]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T21:12:15.3761718Z [00:03:42.334]➜  mkdir -p $WORK/b1948/
2025-08-20T21:12:15.3770805Z [00:03:42.335]➜  cat >/tmp/go-build2720400589/b1948/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3772298Z [00:03:42.335]➜  # import config
2025-08-20T21:12:15.3774715Z [00:03:42.335]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.3777666Z [00:03:42.335]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build2720400589/b1949/_pkg_.a
2025-08-20T21:12:15.3779617Z [00:03:42.335]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2720400589/b1950/_pkg_.a
2025-08-20T21:12:15.3781126Z [00:03:42.335]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.3783165Z [00:03:42.335]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.3783703Z [00:03:42.335]➜  EOF
2025-08-20T21:12:15.3786378Z [00:03:42.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1948/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/credentials=>go.mongodb.org/mongo-driver@v1.17.3/internal/aws/credentials;$WORK/b1948=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid ArCbrJzZB6myEbworyKQ/ArCbrJzZB6myEbworyKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/credentials/chain_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/credentials/credentials.go
2025-08-20T21:12:15.3799919Z [00:03:42.338]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T21:12:15.3807658Z [00:03:42.338]➜  mkdir -p $WORK/b1902/
2025-08-20T21:12:15.3823304Z [00:03:42.340]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T21:12:15.3831642Z [00:03:42.341]➜  cat >/tmp/go-build2720400589/b1902/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3832075Z [00:03:42.341]➜  # import config
2025-08-20T21:12:15.3834101Z [00:03:42.341]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.3834929Z [00:03:42.341]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.3835394Z [00:03:42.341]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.3836117Z [00:03:42.341]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.3836825Z [00:03:42.341]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2720400589/b1903/_pkg_.a
2025-08-20T21:12:15.3837493Z [00:03:42.341]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2720400589/b1905/_pkg_.a
2025-08-20T21:12:15.3838152Z [00:03:42.341]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:15.3838823Z [00:03:42.341]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:15.3839504Z [00:03:42.341]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:15.3840033Z [00:03:42.341]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.3840454Z [00:03:42.341]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:15.3840877Z [00:03:42.341]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.3841286Z [00:03:42.341]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.3841613Z [00:03:42.341]➜  EOF
2025-08-20T21:12:15.3846540Z [00:03:42.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1902/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson=>go.mongodb.org/mongo-driver@v1.17.3/bson;$WORK/b1902=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid xDi4RYHo1cD9kdsIiqWF/xDi4RYHo1cD9kdsIiqWF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/bson.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/decoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/encoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/marshal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/primitive_codecs.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/raw.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/raw_element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/raw_value.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/bson/unmarshal.go
2025-08-20T21:12:15.3850958Z [00:03:42.342]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/9a/9ab7d3740866a375b6108592f6f6e270ff0ceb0f7a1b39e579b936471ac1d135-d # internal
2025-08-20T21:12:15.3852757Z [00:03:42.343]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T21:12:15.3853100Z [00:03:42.343]➜  mkdir -p $WORK/b1958/
2025-08-20T21:12:15.3853486Z [00:03:42.343]➜  cat >/tmp/go-build2720400589/b1958/importcfg << 'EOF' # internal
2025-08-20T21:12:15.3853835Z [00:03:42.343]➜  # import config
2025-08-20T21:12:15.3854177Z [00:03:42.343]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.3854863Z [00:03:42.343]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.3855282Z [00:03:42.343]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:15.3855966Z [00:03:42.343]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:15.3856394Z [00:03:42.343]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.3856707Z [00:03:42.343]➜  EOF
2025-08-20T21:12:15.3858786Z [00:03:42.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1958/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/dns=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/dns;$WORK/b1958=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid hCky3_F_-zHIoJ-5EsCG/hCky3_F_-zHIoJ-5EsCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1958/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/dns/dns.go
2025-08-20T21:12:15.4069951Z [00:03:42.364]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T21:12:15.4076662Z [00:03:42.365]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T21:12:15.4077404Z [00:03:42.365]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/c1/c1228ae292e541b537a54176070282dfc4a6e4a84f1b0dd9428bc5a18710b67f-d # internal
2025-08-20T21:12:15.4077980Z [00:03:42.365]➜  golang.org/x/crypto/ocsp
2025-08-20T21:12:15.4078260Z [00:03:42.365]➜  mkdir -p $WORK/b1961/
2025-08-20T21:12:15.4078633Z [00:03:42.365]➜  cat >/tmp/go-build2720400589/b1961/importcfg << 'EOF' # internal
2025-08-20T21:12:15.4078984Z [00:03:42.365]➜  # import config
2025-08-20T21:12:15.4079321Z [00:03:42.365]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:15.4079778Z [00:03:42.365]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:15.4080255Z [00:03:42.365]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:12:15.4080729Z [00:03:42.365]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:15.4081189Z [00:03:42.365]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:15.4081650Z [00:03:42.365]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:15.4082112Z [00:03:42.365]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:15.4082577Z [00:03:42.365]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:12:15.4083034Z [00:03:42.365]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:15.4083511Z [00:03:42.365]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:12:15.4084382Z [00:03:42.365]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:15.4084957Z [00:03:42.365]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.4085384Z [00:03:42.366]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.4085802Z [00:03:42.366]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:15.4086239Z [00:03:42.366]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.4086662Z [00:03:42.366]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.4086978Z [00:03:42.366]➜  EOF
2025-08-20T21:12:15.4088682Z [00:03:42.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1961/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp=>golang.org/x/crypto@v0.37.0/ocsp;$WORK/b1961=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid w1YLzXzn0hVVP0mCXW-W/w1YLzXzn0hVVP0mCXW-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp/ocsp.go
2025-08-20T21:12:15.4103977Z [00:03:42.368]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/70/70ecfb882db58fb23fa9dc3de63a54bd66fff4f270bcf7a8a297f9519c2d8198-d # internal
2025-08-20T21:12:15.4114528Z [00:03:42.369]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T21:12:15.4114991Z [00:03:42.369]➜  mkdir -p $WORK/b1951/
2025-08-20T21:12:15.4137556Z [00:03:42.371]➜  cat >/tmp/go-build2720400589/b1951/importcfg << 'EOF' # internal
2025-08-20T21:12:15.4138060Z [00:03:42.371]➜  # import config
2025-08-20T21:12:15.4138402Z [00:03:42.371]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.4138848Z [00:03:42.371]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:15.4139313Z [00:03:42.371]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:15.4139774Z [00:03:42.371]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:15.4140225Z [00:03:42.371]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.4140990Z [00:03:42.371]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build2720400589/b1952/_pkg_.a
2025-08-20T21:12:15.4141786Z [00:03:42.371]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2720400589/b1948/_pkg_.a
2025-08-20T21:12:15.4142540Z [00:03:42.371]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.4142973Z [00:03:42.371]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:15.4143409Z [00:03:42.371]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:15.4143840Z [00:03:42.371]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:15.4144387Z [00:03:42.371]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:15.4144882Z [00:03:42.371]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.4145310Z [00:03:42.371]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.4145617Z [00:03:42.371]➜  EOF
2025-08-20T21:12:15.4148676Z [00:03:42.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1951/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4=>go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4;$WORK/b1951=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid n_7bgDn0KytSreVFldNT/n_7bgDn0KytSreVFldNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1951/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4/header_rules.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4/request.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4/uri_path.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/aws/signer/v4/v4.go
2025-08-20T21:12:15.4515265Z [00:03:42.409]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T21:12:15.4531857Z [00:03:42.411]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/26/26910800082045cd09345f69c78dcea72f317831da895c1d2519d54100f38338-d # internal
2025-08-20T21:12:15.4540651Z [00:03:42.412]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T21:12:15.4541301Z [00:03:42.412]➜  mkdir -p $WORK/b1953/
2025-08-20T21:12:15.4560332Z [00:03:42.414]➜  cat >/tmp/go-build2720400589/b1953/importcfg << 'EOF' # internal
2025-08-20T21:12:15.4561083Z [00:03:42.414]➜  # import config
2025-08-20T21:12:15.4562136Z [00:03:42.414]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.4563150Z [00:03:42.414]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.4563701Z [00:03:42.414]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.4564146Z [00:03:42.414]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.4564946Z [00:03:42.414]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2720400589/b1948/_pkg_.a
2025-08-20T21:12:15.4565661Z [00:03:42.414]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2720400589/b1922/_pkg_.a
2025-08-20T21:12:15.4566202Z [00:03:42.414]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:15.4566644Z [00:03:42.414]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:15.4567413Z [00:03:42.414]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:15.4567831Z [00:03:42.414]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:15.4568232Z [00:03:42.414]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.4568540Z [00:03:42.414]➜  EOF
2025-08-20T21:12:15.4572576Z [00:03:42.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1953/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders=>go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders;$WORK/b1953=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid TFIyZwlmGucPSPTyWu8C/TFIyZwlmGucPSPTyWu8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/assume_role_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/ec2_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/ecs_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/env_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/imds_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/credproviders/static_provider.go
2025-08-20T21:12:15.4682172Z [00:03:42.426]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T21:12:15.4694841Z [00:03:42.427]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/41/4109d6cbc36224473cd48d043e3cfd468c9bb03c7ce8c9a0ac1277485a579304-d # internal
2025-08-20T21:12:15.4711549Z [00:03:42.429]➜  golang.org/x/sync/errgroup
2025-08-20T21:12:15.4712218Z [00:03:42.429]➜  mkdir -p $WORK/b1962/
2025-08-20T21:12:15.4713566Z [00:03:42.429]➜  cat >/tmp/go-build2720400589/b1962/importcfg << 'EOF' # internal
2025-08-20T21:12:15.4713957Z [00:03:42.429]➜  # import config
2025-08-20T21:12:15.4714419Z [00:03:42.429]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.4714919Z [00:03:42.429]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.4715333Z [00:03:42.429]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.4715645Z [00:03:42.429]➜  EOF
2025-08-20T21:12:15.4717671Z [00:03:42.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1962/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup=>golang.org/x/sync@v0.13.0/errgroup;$WORK/b1962=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid uUMWpLhzFtbNzrV7cKrq/uUMWpLhzFtbNzrV7cKrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup/errgroup.go
2025-08-20T21:12:15.5078184Z [00:03:42.465]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T21:12:15.5082727Z [00:03:42.466]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/39/3920d99a2592ad03573bbef349025e7e348b723dcc5d140bbf340230bb2c6ce4-d # internal
2025-08-20T21:12:15.5085733Z [00:03:42.466]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T21:12:15.5086401Z [00:03:42.467]➜  mkdir -p $WORK/b1960/
2025-08-20T21:12:15.5091616Z [00:03:42.467]➜  cat >/tmp/go-build2720400589/b1960/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5092488Z [00:03:42.467]➜  # import config
2025-08-20T21:12:15.5092988Z [00:03:42.467]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.5093489Z [00:03:42.467]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.5094017Z [00:03:42.467]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:15.5094961Z [00:03:42.467]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:15.5095862Z [00:03:42.467]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:15.5096589Z [00:03:42.467]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:12:15.5098054Z [00:03:42.467]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:15.5098888Z [00:03:42.467]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.5099591Z [00:03:42.467]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.5100320Z [00:03:42.467]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2720400589/b1920/_pkg_.a
2025-08-20T21:12:15.5101352Z [00:03:42.467]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build2720400589/b1961/_pkg_.a
2025-08-20T21:12:15.5102414Z [00:03:42.467]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2720400589/b1962/_pkg_.a
2025-08-20T21:12:15.5103397Z [00:03:42.467]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:15.5104376Z [00:03:42.467]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:15.5105455Z [00:03:42.467]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:15.5106226Z [00:03:42.467]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.5106970Z [00:03:42.467]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.5107586Z [00:03:42.467]➜  EOF
2025-08-20T21:12:15.5110972Z [00:03:42.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1960/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp;$WORK/b1960=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid BlLKlAWJNV3zvKzOyyTl/BlLKlAWJNV3zvKzOyyTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1960/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp/cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp/config.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp/ocsp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/ocsp/options.go
2025-08-20T21:12:15.5184447Z [00:03:42.476]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T21:12:15.5208964Z [00:03:42.479]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/86/863f4ca78b60179ed281ced611d0382d0fea732a300d96ad1b2dc3282db4f284-d # internal
2025-08-20T21:12:15.5210324Z [00:03:42.479]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T21:12:15.5211360Z [00:03:42.479]➜  mkdir -p $WORK/b1954/
2025-08-20T21:12:15.5211929Z [00:03:42.479]➜  cat >/tmp/go-build2720400589/b1954/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5212651Z [00:03:42.479]➜  # import config
2025-08-20T21:12:15.5213607Z [00:03:42.479]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.5214788Z [00:03:42.479]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.5215428Z [00:03:42.479]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.5216205Z [00:03:42.479]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2720400589/b1948/_pkg_.a
2025-08-20T21:12:15.5217441Z [00:03:42.479]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2720400589/b1953/_pkg_.a
2025-08-20T21:12:15.5218638Z [00:03:42.479]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:15.5223824Z [00:03:42.479]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:15.5224869Z [00:03:42.479]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:15.5226004Z [00:03:42.479]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:15.5226711Z [00:03:42.479]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.5227512Z [00:03:42.479]➜  EOF
2025-08-20T21:12:15.5230999Z [00:03:42.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1954/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds;$WORK/b1954=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid dqxpdKCl8jFne9mBIuZs/dqxpdKCl8jFne9mBIuZs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1954/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds/awscreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds/azurecreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/creds/gcpcreds.go
2025-08-20T21:12:15.5556466Z [00:03:42.513]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T21:12:15.5565994Z [00:03:42.514]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/d5/d5cd75aa5240c33fc03ce31d281c5cda62d367c6bcd44a04f2ca578f22ad530b-d # internal
2025-08-20T21:12:15.5568235Z [00:03:42.515]➜  github.com/redis/go-redis/v9/internal/rand
2025-08-20T21:12:15.5569175Z [00:03:42.515]➜  mkdir -p $WORK/b1967/
2025-08-20T21:12:15.5571254Z [00:03:42.515]➜  cat >/tmp/go-build2720400589/b1967/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5572121Z [00:03:42.515]➜  # import config
2025-08-20T21:12:15.5572772Z [00:03:42.515]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:15.5574459Z [00:03:42.515]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.5575261Z [00:03:42.515]➜  EOF
2025-08-20T21:12:15.5577497Z [00:03:42.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/rand=>github.com/redis/go-redis/v9@v9.7.3/internal/rand;$WORK/b1967=>" -p github.com/redis/go-redis/v9/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid Wv7_ckAedmqPz3TAOLkT/Wv7_ckAedmqPz3TAOLkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1967/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/rand/rand.go
2025-08-20T21:12:15.5627005Z [00:03:42.521]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T21:12:15.5638265Z [00:03:42.522]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T21:12:15.5640603Z [00:03:42.522]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/a4/a49190a6c25eeca9702e608f1570718739605394dd22dded7dca7dd7f5bb81eb-d # internal
2025-08-20T21:12:15.5643166Z [00:03:42.522]➜  github.com/redis/go-redis/v9/internal/util
2025-08-20T21:12:15.5644427Z [00:03:42.522]➜  mkdir -p $WORK/b1968/
2025-08-20T21:12:15.5648880Z [00:03:42.523]➜  cat >/tmp/go-build2720400589/b1968/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5649722Z [00:03:42.523]➜  # import config
2025-08-20T21:12:15.5650412Z [00:03:42.523]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.5651166Z [00:03:42.523]➜  EOF
2025-08-20T21:12:15.5662539Z [00:03:42.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util=>github.com/redis/go-redis/v9@v9.7.3/internal/util;$WORK/b1968=>" -p github.com/redis/go-redis/v9/internal/util -lang=go1.18 -complete -installsuffix shared -buildid x2a5JtF9Fr5c1Ed1mUKr/x2a5JtF9Fr5c1Ed1mUKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1968/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/strconv.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/type.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/unsafe.go
2025-08-20T21:12:15.5678125Z [00:03:42.526]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/d2/d286e431941d78b83fe9802dee23ca552f4fe92bb0bfe32d4d5f559cdd4cdf89-d # internal
2025-08-20T21:12:15.5686348Z [00:03:42.526]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T21:12:15.5686697Z [00:03:42.526]➜  mkdir -p $WORK/b1912/
2025-08-20T21:12:15.5687360Z [00:03:42.526]➜  cat >/tmp/go-build2720400589/b1912/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5687834Z [00:03:42.526]➜  # import config
2025-08-20T21:12:15.5688172Z [00:03:42.526]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.5688688Z [00:03:42.526]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.5689080Z [00:03:42.526]➜  EOF
2025-08-20T21:12:15.5691187Z [00:03:42.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1912/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/bsonutil=>go.mongodb.org/mongo-driver@v1.17.3/internal/bsonutil;$WORK/b1912=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid tJ3mIr-RjXwJmlFPoBfX/tJ3mIr-RjXwJmlFPoBfX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1912/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/bsonutil/bsonutil.go
2025-08-20T21:12:15.5718750Z [00:03:42.530]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T21:12:15.5724498Z [00:03:42.530]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/28/28b55e5814f314dd21fdeacb12bc61b8ce36f0e081eccc9b2cc4bccee69e719d-d # internal
2025-08-20T21:12:15.5726354Z [00:03:42.530]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T21:12:15.5726991Z [00:03:42.530]➜  mkdir -p $WORK/b1917/
2025-08-20T21:12:15.5729671Z [00:03:42.531]➜  cat >/tmp/go-build2720400589/b1917/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5731059Z [00:03:42.531]➜  # import config
2025-08-20T21:12:15.5731504Z [00:03:42.531]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.5731954Z [00:03:42.531]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.5734188Z [00:03:42.531]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.5734892Z [00:03:42.531]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.5735551Z [00:03:42.531]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:15.5736094Z [00:03:42.531]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.5736510Z [00:03:42.531]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:15.5736821Z [00:03:42.531]➜  EOF
2025-08-20T21:12:15.5739104Z [00:03:42.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1917/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/codecutil=>go.mongodb.org/mongo-driver@v1.17.3/internal/codecutil;$WORK/b1917=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid xZb0DyGSJrvYHCZ1tmYU/xZb0DyGSJrvYHCZ1tmYU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1917/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/internal/codecutil/encoding.go
2025-08-20T21:12:15.5817112Z [00:03:42.538]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T21:12:15.5822873Z [00:03:42.539]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/f5/f562fa11e1755eebd1bbba6727e49b40935707343d0b8e14fc5241574ed53a77-d # internal
2025-08-20T21:12:15.5823549Z [00:03:42.539]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T21:12:15.5823885Z [00:03:42.539]➜  mkdir -p $WORK/b1930/
2025-08-20T21:12:15.5824453Z [00:03:42.539]➜  cat >/tmp/go-build2720400589/b1930/importcfg << 'EOF' # internal
2025-08-20T21:12:15.5824873Z [00:03:42.539]➜  # import config
2025-08-20T21:12:15.5825219Z [00:03:42.539]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.5825650Z [00:03:42.539]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.5826160Z [00:03:42.539]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.5827021Z [00:03:42.539]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:15.5827843Z [00:03:42.539]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:15.5828517Z [00:03:42.539]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.5828824Z [00:03:42.539]➜  EOF
2025-08-20T21:12:15.5830899Z [00:03:42.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1930/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/writeconcern=>go.mongodb.org/mongo-driver@v1.17.3/mongo/writeconcern;$WORK/b1930=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid fmygKO-lEe65pa5vdj02/fmygKO-lEe65pa5vdj02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/writeconcern/writeconcern.go
2025-08-20T21:12:15.6588764Z [00:03:42.616]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T21:12:15.6617867Z [00:03:42.619]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/4d/4debd08376701416187e92a0c3885ea33c7752eeebf1cf0055d3a54aa96c5507-d # internal
2025-08-20T21:12:15.6621932Z [00:03:42.619]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T21:12:15.6622279Z [00:03:42.620]➜  mkdir -p $WORK/b1911/
2025-08-20T21:12:15.6632119Z [00:03:42.621]➜  cat >/tmp/go-build2720400589/b1911/importcfg << 'EOF' # internal
2025-08-20T21:12:15.6632768Z [00:03:42.621]➜  # import config
2025-08-20T21:12:15.6633477Z [00:03:42.621]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.6634711Z [00:03:42.621]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.6635255Z [00:03:42.621]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.6635784Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.6636443Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:15.6637142Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2720400589/b1912/_pkg_.a
2025-08-20T21:12:15.6637845Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2720400589/b1913/_pkg_.a
2025-08-20T21:12:15.6638533Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2720400589/b1914/_pkg_.a
2025-08-20T21:12:15.6639205Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:15.6639870Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:15.6640791Z [00:03:42.621]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2720400589/b1916/_pkg_.a
2025-08-20T21:12:15.6641359Z [00:03:42.621]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:15.6641777Z [00:03:42.621]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.6642089Z [00:03:42.621]➜  EOF
2025-08-20T21:12:15.6646694Z [00:03:42.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1911/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description=>go.mongodb.org/mongo-driver@v1.17.3/mongo/description;$WORK/b1911=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid mb_JWfX0knKXHGo8vGQZ/mb_JWfX0knKXHGo8vGQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1911/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/description.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/server_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/server_selector.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/topology_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/topology_version.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/description/version_range.go
2025-08-20T21:12:15.6673574Z [00:03:42.625]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T21:12:15.6703426Z [00:03:42.628]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/1b/1b3e1e9cfd98eb1b212ad63dd3ce3a6bc6d225cb7e5f82d58463431efe604cb9-d # internal
2025-08-20T21:12:15.6704070Z [00:03:42.628]➜  github.com/redis/go-redis/v9/internal
2025-08-20T21:12:15.6704579Z [00:03:42.628]➜  mkdir -p $WORK/b1966/
2025-08-20T21:12:15.6704994Z [00:03:42.628]➜  cat >/tmp/go-build2720400589/b1966/importcfg << 'EOF' # internal
2025-08-20T21:12:15.6705372Z [00:03:42.628]➜  # import config
2025-08-20T21:12:15.6705726Z [00:03:42.628]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.6706147Z [00:03:42.628]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.6706704Z [00:03:42.628]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build2720400589/b1967/_pkg_.a
2025-08-20T21:12:15.6707379Z [00:03:42.628]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build2720400589/b1968/_pkg_.a
2025-08-20T21:12:15.6707902Z [00:03:42.628]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:15.6708308Z [00:03:42.628]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:15.6708709Z [00:03:42.628]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:15.6709123Z [00:03:42.628]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.6709560Z [00:03:42.628]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.6709982Z [00:03:42.628]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.6710421Z [00:03:42.628]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:15.6710862Z [00:03:42.628]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.6711165Z [00:03:42.628]➜  EOF
2025-08-20T21:12:15.6714426Z [00:03:42.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal=>github.com/redis/go-redis/v9@v9.7.3/internal;$WORK/b1966=>" -p github.com/redis/go-redis/v9/internal -lang=go1.18 -complete -installsuffix shared -buildid HRgUV4mSEnrG9G1_Fl1C/HRgUV4mSEnrG9G1_Fl1C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1966/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/arg.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/internal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/log.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/once.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util.go
2025-08-20T21:12:15.6750567Z [00:03:42.633]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T21:12:15.6775605Z [00:03:42.635]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/a0/a06ede4e046980b2884330540ce7455e3f76e36596ebf0f7bff9c04fc20868bb-d # internal
2025-08-20T21:12:15.6776393Z [00:03:42.635]➜  github.com/redis/go-redis/v9/internal/hashtag
2025-08-20T21:12:15.6776734Z [00:03:42.635]➜  mkdir -p $WORK/b1969/
2025-08-20T21:12:15.6779096Z [00:03:42.636]➜  cat >/tmp/go-build2720400589/b1969/importcfg << 'EOF' # internal
2025-08-20T21:12:15.6779880Z [00:03:42.636]➜  # import config
2025-08-20T21:12:15.6781804Z [00:03:42.636]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build2720400589/b1967/_pkg_.a
2025-08-20T21:12:15.6782439Z [00:03:42.636]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.6782779Z [00:03:42.636]➜  EOF
2025-08-20T21:12:15.6785200Z [00:03:42.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hashtag=>github.com/redis/go-redis/v9@v9.7.3/internal/hashtag;$WORK/b1969=>" -p github.com/redis/go-redis/v9/internal/hashtag -lang=go1.18 -complete -installsuffix shared -buildid xZgQU0dcVGvNCMgZ7sOv/xZgQU0dcVGvNCMgZ7sOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1969/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hashtag/hashtag.go
2025-08-20T21:12:15.6892129Z [00:03:42.647]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T21:12:15.6898896Z [00:03:42.648]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/f4/f43c8a0a75dd2fabc3cd22bb353180b21e4be3d3eaee1228bec59c2b0fa859dd-d # internal
2025-08-20T21:12:15.6900102Z [00:03:42.648]➜  github.com/redis/go-redis/v9/internal/hscan
2025-08-20T21:12:15.6900771Z [00:03:42.648]➜  mkdir -p $WORK/b1970/
2025-08-20T21:12:15.6907342Z [00:03:42.649]➜  cat >/tmp/go-build2720400589/b1970/importcfg << 'EOF' # internal
2025-08-20T21:12:15.6907758Z [00:03:42.649]➜  # import config
2025-08-20T21:12:15.6909261Z [00:03:42.649]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:15.6910058Z [00:03:42.649]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.6910538Z [00:03:42.649]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.6911096Z [00:03:42.649]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build2720400589/b1968/_pkg_.a
2025-08-20T21:12:15.6911638Z [00:03:42.649]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:15.6912062Z [00:03:42.649]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.6912487Z [00:03:42.649]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.6912912Z [00:03:42.649]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.6913226Z [00:03:42.649]➜  EOF
2025-08-20T21:12:15.6915706Z [00:03:42.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan=>github.com/redis/go-redis/v9@v9.7.3/internal/hscan;$WORK/b1970=>" -p github.com/redis/go-redis/v9/internal/hscan -lang=go1.18 -complete -installsuffix shared -buildid nBZ9nmw0AorGuabohLRe/nBZ9nmw0AorGuabohLRe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1970/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan/hscan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan/structmap.go
2025-08-20T21:12:15.7018780Z [00:03:42.660]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T21:12:15.7029934Z [00:03:42.661]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/ea/ea74bd8d710f6913ee1322240d639cbf3e13290a710ad5c5527ba30e525a1047-d # internal
2025-08-20T21:12:15.7030914Z [00:03:42.661]➜  github.com/redis/go-redis/v9/internal/proto
2025-08-20T21:12:15.7031313Z [00:03:42.661]➜  mkdir -p $WORK/b1972/
2025-08-20T21:12:15.7034940Z [00:03:42.661]➜  cat >/tmp/go-build2720400589/b1972/importcfg << 'EOF' # internal
2025-08-20T21:12:15.7036984Z [00:03:42.661]➜  # import config
2025-08-20T21:12:15.7056570Z [00:03:42.661]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:15.7057060Z [00:03:42.661]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:15.7057495Z [00:03:42.661]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.7057908Z [00:03:42.661]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.7058462Z [00:03:42.661]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build2720400589/b1968/_pkg_.a
2025-08-20T21:12:15.7058989Z [00:03:42.661]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.7059404Z [00:03:42.661]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:15.7059830Z [00:03:42.661]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:15.7060435Z [00:03:42.661]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:15.7061001Z [00:03:42.661]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:15.7061432Z [00:03:42.661]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.7062036Z [00:03:42.661]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.7062349Z [00:03:42.661]➜  EOF
2025-08-20T21:12:15.7065173Z [00:03:42.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto=>github.com/redis/go-redis/v9@v9.7.3/internal/proto;$WORK/b1972=>" -p github.com/redis/go-redis/v9/internal/proto -lang=go1.18 -complete -installsuffix shared -buildid YsDKhONlE6MbS6KuVxhQ/YsDKhONlE6MbS6KuVxhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1972/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/reader.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/scan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/writer.go
2025-08-20T21:12:15.7829559Z [00:03:42.741]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T21:12:15.7854671Z [00:03:42.743]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/66/66a41bbeb23c830aee9c60e5a4f0e545e0e50cf3007c9eaf67108d4210cf562d-d # internal
2025-08-20T21:12:15.7860242Z [00:03:42.744]➜  github.com/redis/go-redis/v9/internal/pool
2025-08-20T21:12:15.7873485Z [00:03:42.745]➜  mkdir -p $WORK/b1971/
2025-08-20T21:12:15.7882741Z [00:03:42.746]➜  cat >/tmp/go-build2720400589/b1971/importcfg << 'EOF' # internal
2025-08-20T21:12:15.7884537Z [00:03:42.746]➜  # import config
2025-08-20T21:12:15.7885004Z [00:03:42.746]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:15.7885771Z [00:03:42.746]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.7886292Z [00:03:42.746]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.7886717Z [00:03:42.746]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.7887256Z [00:03:42.746]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build2720400589/b1966/_pkg_.a
2025-08-20T21:12:15.7887924Z [00:03:42.746]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build2720400589/b1972/_pkg_.a
2025-08-20T21:12:15.7888454Z [00:03:42.746]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.7888856Z [00:03:42.746]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:15.7889265Z [00:03:42.746]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.7889696Z [00:03:42.746]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:15.7890135Z [00:03:42.746]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:15.7890560Z [00:03:42.746]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.7890866Z [00:03:42.746]➜  EOF
2025-08-20T21:12:15.7906539Z [00:03:42.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool=>github.com/redis/go-redis/v9@v9.7.3/internal/pool;$WORK/b1971=>" -p github.com/redis/go-redis/v9/internal/pool -lang=go1.18 -complete -installsuffix shared -buildid 7NZfphXZ9SFwdaZ7W6Yz/7NZfphXZ9SFwdaZ7W6Yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1971/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/conn.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/conn_check.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool_single.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool_sticky.go
2025-08-20T21:12:15.7912059Z [00:03:42.749]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T21:12:15.7941472Z [00:03:42.752]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/b4/b471dbefe1430ce43f70bb2f5a4c0ab75ff207401e897fbd9c7a366804337dc8-d # internal
2025-08-20T21:12:15.7946143Z [00:03:42.753]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T21:12:15.7946580Z [00:03:42.753]➜  mkdir -p $WORK/b1975/
2025-08-20T21:12:15.7952312Z [00:03:42.753]➜  cat >/tmp/go-build2720400589/b1975/importcfg << 'EOF' # internal
2025-08-20T21:12:15.7952750Z [00:03:42.753]➜  # import config
2025-08-20T21:12:15.7953094Z [00:03:42.753]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:15.7953548Z [00:03:42.753]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:15.7954033Z [00:03:42.753]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:15.7954714Z [00:03:42.753]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:15.7955184Z [00:03:42.753]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.7955626Z [00:03:42.753]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.7956141Z [00:03:42.753]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:15.7956775Z [00:03:42.753]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:15.7957224Z [00:03:42.753]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:15.7957642Z [00:03:42.753]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.7958056Z [00:03:42.753]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.7958474Z [00:03:42.753]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.7958781Z [00:03:42.753]➜  EOF
2025-08-20T21:12:15.7963510Z [00:03:42.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1975/_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/b1975=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid ikN35vzvdRqNsE7gDApZ/ikN35vzvdRqNsE7gDApZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/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-20T21:12:15.8737631Z [00:03:42.831]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T21:12:15.8778169Z [00:03:42.836]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/92/9201050435f32fd02a887c78b51425f7e6f16b4af20a46e4d13dff8f1480be49-d # internal
2025-08-20T21:12:15.8786894Z [00:03:42.837]➜  go.mongodb.org/mongo-driver/event
2025-08-20T21:12:15.8787546Z [00:03:42.837]➜  mkdir -p $WORK/b1909/
2025-08-20T21:12:15.8800450Z [00:03:42.838]➜  cat >/tmp/go-build2720400589/b1909/importcfg << 'EOF' # internal
2025-08-20T21:12:15.8801064Z [00:03:42.838]➜  # import config
2025-08-20T21:12:15.8801611Z [00:03:42.838]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.8802490Z [00:03:42.838]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.8803420Z [00:03:42.838]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:15.8805159Z [00:03:42.838]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:15.8805981Z [00:03:42.838]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:15.8806832Z [00:03:42.838]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.8807161Z [00:03:42.838]➜  EOF
2025-08-20T21:12:15.8812969Z [00:03:42.839]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T21:12:15.8823215Z [00:03:42.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1909/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/event=>go.mongodb.org/mongo-driver@v1.17.3/event;$WORK/b1909=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid J7TAHCnKc046lz0AhZ78/J7TAHCnKc046lz0AhZ78 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1909/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/event/monitoring.go
2025-08-20T21:12:15.8837558Z [00:03:42.841]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/9b/9b0d03f3d245e227d6b10905fb1bb67d47bf45a2a4fa74957f70893b740142db-d # internal
2025-08-20T21:12:15.8838742Z [00:03:42.841]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T21:12:15.8839532Z [00:03:42.841]➜  mkdir -p $WORK/b1942/
2025-08-20T21:12:15.8846115Z [00:03:42.841]➜  cat >/tmp/go-build2720400589/b1942/importcfg << 'EOF' # internal
2025-08-20T21:12:15.8846506Z [00:03:42.841]➜  # import config
2025-08-20T21:12:15.8846858Z [00:03:42.841]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.8847286Z [00:03:42.841]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.8847801Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:15.8848735Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:15.8849482Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2720400589/b1922/_pkg_.a
2025-08-20T21:12:15.8850153Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:15.8850836Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:15.8851525Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:15.8852201Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:15.8852883Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:15.8853576Z [00:03:42.841]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:15.8854112Z [00:03:42.841]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.8854975Z [00:03:42.841]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:15.8855478Z [00:03:42.841]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.8856000Z [00:03:42.841]➜  EOF
2025-08-20T21:12:15.8859935Z [00:03:42.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1942/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session;$WORK/b1942=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid pKBbqhmrSkE2w2KzLTzL/pKBbqhmrSkE2w2KzLTzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1942/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/client_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/cluster_clock.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/server_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/session/session_pool.go
2025-08-20T21:12:15.9086146Z [00:03:42.866]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T21:12:15.9108179Z [00:03:42.868]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/7f/7feaf540762926a8a77492bea6c5bf8af506007951bfc235b3a4fcaed7a4f06c-d # internal
2025-08-20T21:12:15.9118179Z [00:03:42.870]➜  github.com/redis/go-redis/v9
2025-08-20T21:12:15.9120936Z [00:03:42.870]➜  mkdir -p $WORK/b1964/
2025-08-20T21:12:15.9124585Z [00:03:42.870]➜  cat >/tmp/go-build2720400589/b1964/importcfg << 'EOF' # internal
2025-08-20T21:12:15.9135418Z [00:03:42.870]➜  # import config
2025-08-20T21:12:15.9135889Z [00:03:42.870]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:15.9136338Z [00:03:42.870]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.9136799Z [00:03:42.870]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:15.9137256Z [00:03:42.870]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:15.9137708Z [00:03:42.870]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:15.9138159Z [00:03:42.870]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:15.9138627Z [00:03:42.870]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:15.9139069Z [00:03:42.870]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:15.9139483Z [00:03:42.870]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.9140304Z [00:03:42.870]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2720400589/b1582/_pkg_.a
2025-08-20T21:12:15.9140982Z [00:03:42.870]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build2720400589/b1965/_pkg_.a
2025-08-20T21:12:15.9141661Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build2720400589/b1966/_pkg_.a
2025-08-20T21:12:15.9142333Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build2720400589/b1969/_pkg_.a
2025-08-20T21:12:15.9143012Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build2720400589/b1970/_pkg_.a
2025-08-20T21:12:15.9143681Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build2720400589/b1971/_pkg_.a
2025-08-20T21:12:15.9144582Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build2720400589/b1972/_pkg_.a
2025-08-20T21:12:15.9145318Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build2720400589/b1967/_pkg_.a
2025-08-20T21:12:15.9145991Z [00:03:42.870]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build2720400589/b1968/_pkg_.a
2025-08-20T21:12:15.9146513Z [00:03:42.870]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.9146923Z [00:03:42.870]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:15.9147330Z [00:03:42.870]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:15.9148017Z [00:03:42.870]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:15.9148447Z [00:03:42.870]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:15.9148871Z [00:03:42.870]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:15.9149293Z [00:03:42.870]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:15.9149710Z [00:03:42.870]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:15.9150133Z [00:03:42.870]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:15.9150558Z [00:03:42.870]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:15.9151082Z [00:03:42.870]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:15.9151647Z [00:03:42.870]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:15.9152079Z [00:03:42.870]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:15.9152388Z [00:03:42.870]➜  EOF
2025-08-20T21:12:15.9162961Z [00:03:42.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3=>github.com/redis/go-redis/v9@v9.7.3;$WORK/b1964=>" -p github.com/redis/go-redis/v9 -lang=go1.18 -complete -installsuffix shared -buildid 3ni43TBaxKXpIhp2OVtD/3ni43TBaxKXpIhp2OVtD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/acl_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/bitmap_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/cluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/command.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/doc.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/error.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/gears_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/generic_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/geo_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/hash_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/hyperloglog_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/iterator.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/json.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/list_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/options.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/osscluster.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/osscluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pipeline.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/probabilistic.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pubsub.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pubsub_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/redis.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/result.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/ring.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/script.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/scripting_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/search_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/sentinel.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/set_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/sortedset_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/stream_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/string_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/timeseries_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/tx.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/universal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/version.go
2025-08-20T21:12:15.9829092Z [00:03:42.941]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T21:12:15.9849444Z [00:03:42.943]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/4a/4a4dca123b89a121bf40bae9a481e701518449953638ff67b0520da062e863cf-d # internal
2025-08-20T21:12:15.9850591Z [00:03:42.943]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T21:12:15.9851561Z [00:03:42.943]➜  mkdir -p $WORK/b1976/
2025-08-20T21:12:15.9856656Z [00:03:42.944]➜  cat >/tmp/go-build2720400589/b1976/importcfg << 'EOF' # internal
2025-08-20T21:12:15.9857366Z [00:03:42.944]➜  # import config
2025-08-20T21:12:15.9858217Z [00:03:42.944]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:15.9858717Z [00:03:42.944]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:15.9859510Z [00:03:42.944]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:15.9860301Z [00:03:42.944]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:15.9860822Z [00:03:42.944]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:15.9861127Z [00:03:42.944]➜  EOF
2025-08-20T21:12:15.9864548Z [00:03:42.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1976/_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/b1976=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid Jr0ZCMIlh3jpCjGUUmsN/Jr0ZCMIlh3jpCjGUUmsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/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-20T21:12:16.0065362Z [00:03:42.963]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T21:12:16.0072028Z [00:03:42.965]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/c7/c75069407c55ba680818a2c4379c47d88a6b2bc87bbcfab0c87de321b8596556-d # internal
2025-08-20T21:12:16.0072765Z [00:03:42.965]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T21:12:16.0073131Z [00:03:42.965]➜  mkdir -p $WORK/b1978/
2025-08-20T21:12:16.0073508Z [00:03:42.965]➜  cat >/tmp/go-build2720400589/b1978/importcfg << 'EOF' # internal
2025-08-20T21:12:16.0074107Z [00:03:42.965]➜  # import config
2025-08-20T21:12:16.0074658Z [00:03:42.965]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.0075124Z [00:03:42.965]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:16.0075613Z [00:03:42.965]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:12:16.0076082Z [00:03:42.965]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:16.0076554Z [00:03:42.965]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:16.0077029Z [00:03:42.965]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:16.0077471Z [00:03:42.965]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.0077877Z [00:03:42.965]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:16.0078291Z [00:03:42.965]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:16.0078716Z [00:03:42.965]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:16.0079039Z [00:03:42.965]➜  EOF
2025-08-20T21:12:16.0081626Z [00:03:42.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/crypto=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/crypto;$WORK/b1978=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid QwIHKY7A7e7Td-NiDPON/QwIHKY7A7e7Td-NiDPON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/crypto/compare.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/crypto/ecc.go
2025-08-20T21:12:16.0221248Z [00:03:42.980]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T21:12:16.0249389Z [00:03:42.983]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T21:12:16.0254331Z [00:03:42.983]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/77/770e50dd37039b10f77581827f8405c735fffc263ee0790714236977cfc9bb6c-d # internal
2025-08-20T21:12:16.0259694Z [00:03:42.984]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/07/074f9ded3c9252c27bac8314240fa24c6653d76473eb631578ea40f69f2b3704-d # internal
2025-08-20T21:12:16.0263823Z [00:03:42.984]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T21:12:16.0264835Z [00:03:42.984]➜  mkdir -p $WORK/b1979/
2025-08-20T21:12:16.0266118Z [00:03:42.984]➜  cat >/tmp/go-build2720400589/b1979/importcfg << 'EOF' # internal
2025-08-20T21:12:16.0268053Z [00:03:42.984]➜  # import config
2025-08-20T21:12:16.0268493Z [00:03:42.984]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:16.0268973Z [00:03:42.984]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:16.0269608Z [00:03:42.984]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2720400589/b278/_pkg_.a
2025-08-20T21:12:16.0270218Z [00:03:42.984]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.0270662Z [00:03:42.984]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:16.0271089Z [00:03:42.984]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.0271515Z [00:03:42.984]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.0271836Z [00:03:42.984]➜  EOF
2025-08-20T21:12:16.0276387Z [00:03:42.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4;$WORK/b1979=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid LR50jR469_Do6dumLkXm/LR50jR469_Do6dumLkXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/internal/v4/util.go
2025-08-20T21:12:16.0280135Z [00:03:42.984]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T21:12:16.0280457Z [00:03:42.984]➜  mkdir -p $WORK/b1931/
2025-08-20T21:12:16.0280834Z [00:03:42.985]➜  cat >/tmp/go-build2720400589/b1931/importcfg << 'EOF' # internal
2025-08-20T21:12:16.0281182Z [00:03:42.985]➜  # import config
2025-08-20T21:12:16.0281515Z [00:03:42.985]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.0281969Z [00:03:42.985]➜  packagefile compress/zlib=/tmp/go-build2720400589/b1830/_pkg_.a
2025-08-20T21:12:16.0282427Z [00:03:42.985]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.0282864Z [00:03:42.985]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:16.0283303Z [00:03:42.985]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.0283914Z [00:03:42.985]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.0284533Z [00:03:42.985]➜  packagefile github.com/golang/snappy=/tmp/go-build2720400589/b382/_pkg_.a
2025-08-20T21:12:16.0285185Z [00:03:42.985]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2720400589/b1932/_pkg_.a
2025-08-20T21:12:16.0285795Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:16.0286426Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:16.0287099Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:16.0287862Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:16.0288651Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2720400589/b1917/_pkg_.a
2025-08-20T21:12:16.0289336Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2720400589/b1919/_pkg_.a
2025-08-20T21:12:16.0290014Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2720400589/b1939/_pkg_.a
2025-08-20T21:12:16.0290713Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2720400589/b1913/_pkg_.a
2025-08-20T21:12:16.0291394Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:16.0292062Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:16.0292744Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:16.0293428Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:16.0294106Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:16.0304593Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:16.0305380Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:16.0306110Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2720400589/b1940/_pkg_.a
2025-08-20T21:12:16.0307186Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2720400589/b1941/_pkg_.a
2025-08-20T21:12:16.0308054Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:16.0308810Z [00:03:42.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2720400589/b1943/_pkg_.a
2025-08-20T21:12:16.0309382Z [00:03:42.985]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.0309790Z [00:03:42.985]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:16.0310195Z [00:03:42.985]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:16.0310610Z [00:03:42.985]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.0311035Z [00:03:42.985]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.0311453Z [00:03:42.985]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.0311868Z [00:03:42.985]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.0312176Z [00:03:42.985]➜  EOF
2025-08-20T21:12:16.0317199Z [00:03:42.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1931/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver;$WORK/b1931=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid qwu7C9BrpR7Jv5Lg48gi/qwu7C9BrpR7Jv5Lg48gi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1931/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/batches.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/compression.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/crypt.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/driver.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation_exhaust.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/serverapioptions.go
2025-08-20T21:12:16.0901793Z [00:03:43.048]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T21:12:16.0920422Z [00:03:43.049]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/b8/b838e1dcf5c9b19ea63017f314af4ee3094dfe2e2a8324cb7826455a1d8f6d78-d # internal
2025-08-20T21:12:16.0923120Z [00:03:43.049]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T21:12:16.0923459Z [00:03:43.049]➜  mkdir -p $WORK/b1977/
2025-08-20T21:12:16.0923850Z [00:03:43.050]➜  cat >/tmp/go-build2720400589/b1977/importcfg << 'EOF' # internal
2025-08-20T21:12:16.0924204Z [00:03:43.050]➜  # import config
2025-08-20T21:12:16.0924696Z [00:03:43.050]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.0925129Z [00:03:43.050]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.0925562Z [00:03:43.050]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:16.0926015Z [00:03:43.050]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:16.0926486Z [00:03:43.050]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:12:16.0926963Z [00:03:43.050]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:16.0927421Z [00:03:43.050]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:16.0927881Z [00:03:43.050]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:16.0928315Z [00:03:43.050]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.0928814Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:16.0929699Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:16.0930439Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:16.0931095Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:12:16.0931764Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:12:16.0932422Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:12:16.0933138Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build2720400589/b1978/_pkg_.a
2025-08-20T21:12:16.0933894Z [00:03:43.050]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build2720400589/b1979/_pkg_.a
2025-08-20T21:12:16.0934688Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:16.0935256Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:12:16.0935895Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:12:16.0936534Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:16.0937390Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:16.0938022Z [00:03:43.050]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:16.0938542Z [00:03:43.050]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:16.0938965Z [00:03:43.050]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:16.0939403Z [00:03:43.050]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.0939854Z [00:03:43.050]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:12:16.0940405Z [00:03:43.050]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:16.0940970Z [00:03:43.050]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:16.0941394Z [00:03:43.050]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.0941825Z [00:03:43.050]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.0942242Z [00:03:43.050]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.0942675Z [00:03:43.050]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:16.0943103Z [00:03:43.050]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.0943410Z [00:03:43.050]➜  EOF
2025-08-20T21:12:16.0947607Z [00:03:43.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34;$WORK/b1977=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid NuaK5UJAO2GA1TU8YTsJ/NuaK5UJAO2GA1TU8YTsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.34/v4a.go
2025-08-20T21:12:16.1802064Z [00:03:43.138]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T21:12:16.1816201Z [00:03:43.139]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/ad/ad29bd4054886e4872d6b336d1d0c47a85e3ced22ea94a4e3df3c023f98b8d50-d # internal
2025-08-20T21:12:16.1868933Z [00:03:43.143]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T21:12:16.1869387Z [00:03:43.143]➜  mkdir -p $WORK/b1980/
2025-08-20T21:12:16.1889556Z [00:03:43.145]➜  cat >/tmp/go-build2720400589/b1980/importcfg << 'EOF' # internal
2025-08-20T21:12:16.1890002Z [00:03:43.145]➜  # import config
2025-08-20T21:12:16.1890344Z [00:03:43.145]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.1890771Z [00:03:43.145]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.1891214Z [00:03:43.145]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:16.1891669Z [00:03:43.145]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:16.1892137Z [00:03:43.145]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:16.1892611Z [00:03:43.145]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:16.1893094Z [00:03:43.145]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:16.1893530Z [00:03:43.145]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.1894036Z [00:03:43.145]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:16.1895110Z [00:03:43.145]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:16.1895770Z [00:03:43.145]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:16.1896434Z [00:03:43.145]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:12:16.1897180Z [00:03:43.145]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2720400589/b302/_pkg_.a
2025-08-20T21:12:16.1897837Z [00:03:43.145]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:16.1898537Z [00:03:43.145]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:16.1899289Z [00:03:43.145]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:16.1899923Z [00:03:43.145]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:16.1900442Z [00:03:43.145]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:16.1900870Z [00:03:43.145]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:16.1901316Z [00:03:43.145]➜  packagefile hash/crc64=/tmp/go-build2720400589/b366/_pkg_.a
2025-08-20T21:12:16.1901736Z [00:03:43.145]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.1902156Z [00:03:43.145]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.1902588Z [00:03:43.145]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.1903018Z [00:03:43.145]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.1903441Z [00:03:43.145]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.1903750Z [00:03:43.145]➜  EOF
2025-08-20T21:12:16.1909041Z [00:03:43.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0=>github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0;$WORK/b1980=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid 96O_8Fenr367VPVcw1_W/96O_8Fenr367VPVcw1_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/algorithms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/aws_chunked_encoding.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/middleware_add.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/middleware_checksum_metrics_tracking.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/middleware_compute_input_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/middleware_setup_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.0/middleware_validate_output.go
2025-08-20T21:12:16.2975828Z [00:03:43.255]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T21:12:16.2993747Z [00:03:43.257]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/56/56238e3dcfdc057fbef2d12b1928df2ac4d2ad95d2c8ab870395380223d7e556-d # internal
2025-08-20T21:12:16.2994585Z [00:03:43.257]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T21:12:16.2995441Z [00:03:43.257]➜  mkdir -p $WORK/b1982/
2025-08-20T21:12:16.3000363Z [00:03:43.258]➜  cat >/tmp/go-build2720400589/b1982/importcfg << 'EOF' # internal
2025-08-20T21:12:16.3002659Z [00:03:43.258]➜  # import config
2025-08-20T21:12:16.3003042Z [00:03:43.258]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.3003801Z [00:03:43.258]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.3004127Z [00:03:43.258]➜  EOF
2025-08-20T21:12:16.3006182Z [00:03:43.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/arn=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/arn;$WORK/b1982=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid 4-2tGJPOsVHBLNsSjoPP/4-2tGJPOsVHBLNsSjoPP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1982/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/arn/arn.go
2025-08-20T21:12:16.3128375Z [00:03:43.271]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T21:12:16.3133309Z [00:03:43.271]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/cf/cfc94eb6aa50c7804e35f4dd79140543d0888a0a904e0c1a9e52151f95b4356e-d # internal
2025-08-20T21:12:16.3135669Z [00:03:43.271]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T21:12:16.3136757Z [00:03:43.271]➜  mkdir -p $WORK/b1983/
2025-08-20T21:12:16.3138143Z [00:03:43.272]➜  cat >/tmp/go-build2720400589/b1983/importcfg << 'EOF' # internal
2025-08-20T21:12:16.3138510Z [00:03:43.272]➜  # import config
2025-08-20T21:12:16.3138848Z [00:03:43.272]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.3139379Z [00:03:43.272]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2720400589/b1982/_pkg_.a
2025-08-20T21:12:16.3139897Z [00:03:43.272]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.3140231Z [00:03:43.272]➜  EOF
2025-08-20T21:12:16.3166085Z [00:03:43.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1983/_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/b1983=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid 347UGedJgDPi1w4en5Cq/347UGedJgDPi1w4en5Cq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1983/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-20T21:12:16.3520558Z [00:03:43.310]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T21:12:16.3528609Z [00:03:43.311]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/bd/bdc5cd37326634a3cdd318838f583c656a1bc9db33a23d3b770f348571a69087-d # internal
2025-08-20T21:12:16.3532309Z [00:03:43.311]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T21:12:16.3532705Z [00:03:43.311]➜  mkdir -p $WORK/b1981/
2025-08-20T21:12:16.3537985Z [00:03:43.312]➜  cat >/tmp/go-build2720400589/b1981/importcfg << 'EOF' # internal
2025-08-20T21:12:16.3538992Z [00:03:43.312]➜  # import config
2025-08-20T21:12:16.3539669Z [00:03:43.312]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.3540641Z [00:03:43.312]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:16.3541588Z [00:03:43.312]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.3542101Z [00:03:43.312]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.3542646Z [00:03:43.312]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2720400589/b1982/_pkg_.a
2025-08-20T21:12:16.3543297Z [00:03:43.312]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:16.3543987Z [00:03:43.312]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:12:16.3545179Z [00:03:43.312]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2720400589/b1983/_pkg_.a
2025-08-20T21:12:16.3545886Z [00:03:43.312]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:16.3546488Z [00:03:43.312]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:12:16.3547112Z [00:03:43.312]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:16.3547661Z [00:03:43.312]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.3548213Z [00:03:43.312]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.3548713Z [00:03:43.312]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.3549176Z [00:03:43.312]➜  EOF
2025-08-20T21:12:16.3555497Z [00:03:43.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1981/_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/b1981=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid aqGT8exyI5TttTqz5bZO/aqGT8exyI5TttTqz5bZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1981/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-20T21:12:16.4195743Z [00:03:43.377]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T21:12:16.4210591Z [00:03:43.379]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/7d/7d6db1983acf60bec1d5aba1b7fd39d3f82276a0fea72e3b7ff1980e4f6323a7-d # internal
2025-08-20T21:12:16.4211411Z [00:03:43.379]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T21:12:16.4211795Z [00:03:43.379]➜  mkdir -p $WORK/b1984/
2025-08-20T21:12:16.4216738Z [00:03:43.380]➜  cat >/tmp/go-build2720400589/b1984/importcfg << 'EOF' # internal
2025-08-20T21:12:16.4217164Z [00:03:43.380]➜  # import config
2025-08-20T21:12:16.4217514Z [00:03:43.380]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.4217837Z [00:03:43.380]➜  EOF
2025-08-20T21:12:16.4220176Z [00:03:43.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1984/_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/b1984=>" -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/b1984/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/config/config.go
2025-08-20T21:12:16.4346236Z [00:03:43.392]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T21:12:16.4351896Z [00:03:43.393]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/08/0885396085b3a57f21f9ae6d55f3768ae48a4d4a22733d1631f45b713f0ffad9-d # internal
2025-08-20T21:12:16.4353117Z [00:03:43.393]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T21:12:16.4353751Z [00:03:43.393]➜  mkdir -p $WORK/b1986/
2025-08-20T21:12:16.4358694Z [00:03:43.394]➜  cat >/tmp/go-build2720400589/b1986/importcfg << 'EOF' # internal
2025-08-20T21:12:16.4359082Z [00:03:43.394]➜  # import config
2025-08-20T21:12:16.4359439Z [00:03:43.394]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.4360188Z [00:03:43.394]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2720400589/b1982/_pkg_.a
2025-08-20T21:12:16.4360982Z [00:03:43.394]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2720400589/b1983/_pkg_.a
2025-08-20T21:12:16.4371296Z [00:03:43.394]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.4371700Z [00:03:43.394]➜  EOF
2025-08-20T21:12:16.4373912Z [00:03:43.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/arn=>github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/arn;$WORK/b1986=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid J2ctgXZB2mgZ5smE84Q9/J2ctgXZB2mgZ5smE84Q9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1986/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/arn/arn_parser.go
2025-08-20T21:12:16.4562148Z [00:03:43.414]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T21:12:16.4567569Z [00:03:43.415]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/64/646abfc1ae8d956b5964228503cf2f7853fb21f823590d0c462d204cdcaad9d5-d # internal
2025-08-20T21:12:16.4578355Z [00:03:43.416]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T21:12:16.4578890Z [00:03:43.416]➜  mkdir -p $WORK/b1987/
2025-08-20T21:12:16.4583224Z [00:03:43.416]➜  cat >/tmp/go-build2720400589/b1987/importcfg << 'EOF' # internal
2025-08-20T21:12:16.4585686Z [00:03:43.416]➜  # import config
2025-08-20T21:12:16.4588275Z [00:03:43.416]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.4588812Z [00:03:43.416]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:16.4589728Z [00:03:43.416]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:12:16.4590455Z [00:03:43.416]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:16.4590962Z [00:03:43.416]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:16.4591395Z [00:03:43.416]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.4591719Z [00:03:43.416]➜  EOF
2025-08-20T21:12:16.4594006Z [00:03:43.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/endpoints;$WORK/b1987=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid CkCDlDESU8zOjnsI2c5P/CkCDlDESU8zOjnsI2c5P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1987/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/endpoints/endpoints.go
2025-08-20T21:12:16.4705236Z [00:03:43.426]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T21:12:16.4745711Z [00:03:43.432]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/bc/bc936a6586fd0afc157f7fc2254a21fd121631c4c256dded9d5c677971109517-d # internal
2025-08-20T21:12:16.4756469Z [00:03:43.433]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T21:12:16.4759221Z [00:03:43.434]➜  mkdir -p $WORK/b1955/
2025-08-20T21:12:16.4767612Z [00:03:43.435]➜  cat >/tmp/go-build2720400589/b1955/importcfg << 'EOF' # internal
2025-08-20T21:12:16.4768100Z [00:03:43.435]➜  # import config
2025-08-20T21:12:16.4768457Z [00:03:43.435]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.4768890Z [00:03:43.435]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.4769304Z [00:03:43.435]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.4769829Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:16.4770652Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:16.4771360Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:16.4772020Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2720400589/b1912/_pkg_.a
2025-08-20T21:12:16.4772724Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2720400589/b1939/_pkg_.a
2025-08-20T21:12:16.4773425Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2720400589/b1913/_pkg_.a
2025-08-20T21:12:16.4774110Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:16.4774984Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:16.4775670Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:16.4776362Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:16.4777042Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:16.4777730Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:16.4778384Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build2720400589/b1956/_pkg_.a
2025-08-20T21:12:16.4779037Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:16.4779711Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:16.4780555Z [00:03:43.435]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:16.4781192Z [00:03:43.435]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:16.4781609Z [00:03:43.435]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:16.4782041Z [00:03:43.435]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.4782472Z [00:03:43.435]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.4782890Z [00:03:43.435]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.4783197Z [00:03:43.435]➜  EOF
2025-08-20T21:12:16.4802650Z [00:03:43.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1955/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation;$WORK/b1955=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid 6_McByz96TeZLbhVsrYM/6_McByz96TeZLbhVsrYM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1955/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/abort_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/aggregate.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/command.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/commit_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/count.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/create.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/create_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/create_search_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/delete.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/distinct.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/drop_collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/drop_database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/drop_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/drop_search_index.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/end_sessions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/find.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/find_and_modify.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/insert.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/listDatabases.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/list_collections.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/list_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/update.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/operation/update_search_index.go
2025-08-20T21:12:16.5014878Z [00:03:43.458]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T21:12:16.5017163Z [00:03:43.459]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/96/966b8e82d7e2ac856f7af80ef08d3b779b51b0e9d2d3df280882541736a247a9-d # internal
2025-08-20T21:12:16.5017889Z [00:03:43.459]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T21:12:16.5018274Z [00:03:43.459]➜  mkdir -p $WORK/b1985/
2025-08-20T21:12:16.5018901Z [00:03:43.459]➜  cat >/tmp/go-build2720400589/b1985/importcfg << 'EOF' # internal
2025-08-20T21:12:16.5019356Z [00:03:43.459]➜  # import config
2025-08-20T21:12:16.5019709Z [00:03:43.459]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.5020146Z [00:03:43.459]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.5020651Z [00:03:43.459]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:16.5021100Z [00:03:43.459]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.5021610Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:16.5022241Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:16.5022898Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:16.5023581Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:12:16.5024561Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:12:16.5026205Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:12:16.5027741Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2720400589/b1977/_pkg_.a
2025-08-20T21:12:16.5028813Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2720400589/b1980/_pkg_.a
2025-08-20T21:12:16.5029897Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2720400589/b1981/_pkg_.a
2025-08-20T21:12:16.5030831Z [00:03:43.459]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2720400589/b1983/_pkg_.a
2025-08-20T21:12:16.5031641Z [00:03:43.460]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build2720400589/b1986/_pkg_.a
2025-08-20T21:12:16.5032413Z [00:03:43.460]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2720400589/b1987/_pkg_.a
2025-08-20T21:12:16.5033066Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:16.5033632Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:12:16.5034384Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:12:16.5035096Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2720400589/b305/_pkg_.a
2025-08-20T21:12:16.5035701Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:16.5036304Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:16.5036938Z [00:03:43.460]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:16.5037458Z [00:03:43.460]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.5037884Z [00:03:43.460]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:16.5038312Z [00:03:43.460]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:16.5038738Z [00:03:43.460]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.5039165Z [00:03:43.460]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:16.5039591Z [00:03:43.460]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.5040023Z [00:03:43.460]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.5040453Z [00:03:43.460]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.5040760Z [00:03:43.460]➜  EOF
2025-08-20T21:12:16.5051437Z [00:03:43.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations;$WORK/b1985=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid PUFwSZ9dFPUFpZYEwgQA/PUFwSZ9dFPUFpZYEwgQA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express_default_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express_properties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express_signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/express_signer_smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/handle_200_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/presigned_expires.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/process_arn_resource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/remove_bucket_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/s3_object_lambda.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/signer_wrapper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/internal/customizations/update_endpoint.go
2025-08-20T21:12:16.6069728Z [00:03:43.565]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T21:12:16.6090072Z [00:03:43.567]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/09/0958df40fffe20214994a3f4d440251bd203d686752b51ea6e445d86f847ced8-d # internal
2025-08-20T21:12:16.6093943Z [00:03:43.567]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T21:12:16.6108166Z [00:03:43.567]➜  mkdir -p $WORK/b1988/
2025-08-20T21:12:16.6108590Z [00:03:43.567]➜  cat >/tmp/go-build2720400589/b1988/importcfg << 'EOF' # internal
2025-08-20T21:12:16.6108948Z [00:03:43.568]➜  # import config
2025-08-20T21:12:16.6109284Z [00:03:43.568]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.6109775Z [00:03:43.568]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:16.6110375Z [00:03:43.568]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:12:16.6110897Z [00:03:43.568]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.6111212Z [00:03:43.568]➜  EOF
2025-08-20T21:12:16.6113813Z [00:03:43.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/types=>github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/types;$WORK/b1988=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid 15f3I4aa4UBS-P9B6iqt/15f3I4aa4UBS-P9B6iqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1988/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/types/types.go
2025-08-20T21:12:16.8252079Z [00:03:43.783]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T21:12:16.8305411Z [00:03:43.788]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/06/0631370251706b623e58f135ec33aba100b17d7571d147716df38cec4accd8ff-d # internal
2025-08-20T21:12:16.8307680Z [00:03:43.788]➜  github.com/aws/smithy-go/sync
2025-08-20T21:12:16.8310028Z [00:03:43.789]➜  mkdir -p $WORK/b1991/
2025-08-20T21:12:16.8311910Z [00:03:43.789]➜  cat >/tmp/go-build2720400589/b1991/importcfg << 'EOF' # internal
2025-08-20T21:12:16.8312360Z [00:03:43.789]➜  # import config
2025-08-20T21:12:16.8312711Z [00:03:43.789]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.8313033Z [00:03:43.789]➜  EOF
2025-08-20T21:12:16.8314959Z [00:03:43.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/sync=>github.com/aws/smithy-go@v1.22.3/sync;$WORK/b1991=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid t1M6yxJV1rPbqI842mp3/t1M6yxJV1rPbqI842mp3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.3/sync/error.go
2025-08-20T21:12:16.8423750Z [00:03:43.800]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T21:12:16.8427332Z [00:03:43.800]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/1a/1ac47d2837eb4a5856ba74a144e39b9d2e917bae15cc52d138b542b0ffb9b1d1-d # internal
2025-08-20T21:12:16.8461993Z [00:03:43.804]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T21:12:16.8462354Z [00:03:43.804]➜  mkdir -p $WORK/b1974/
2025-08-20T21:12:16.8466367Z [00:03:43.805]➜  cat >/tmp/go-build2720400589/b1974/importcfg << 'EOF' # internal
2025-08-20T21:12:16.8466734Z [00:03:43.805]➜  # import config
2025-08-20T21:12:16.8467078Z [00:03:43.805]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.8467505Z [00:03:43.805]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.8467970Z [00:03:43.805]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:16.8468437Z [00:03:43.805]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:16.8470527Z [00:03:43.805]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:16.8471026Z [00:03:43.805]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:16.8471513Z [00:03:43.805]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:16.8472187Z [00:03:43.805]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:16.8472752Z [00:03:43.805]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.8473273Z [00:03:43.805]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.8473903Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:16.8474778Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:12:16.8475565Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:16.8476405Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build2720400589/b1975/_pkg_.a
2025-08-20T21:12:16.8477367Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build2720400589/b1976/_pkg_.a
2025-08-20T21:12:16.8478252Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2720400589/b300/_pkg_.a
2025-08-20T21:12:16.8478991Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:12:16.8479725Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:16.8480766Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:12:16.8481633Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:12:16.8482461Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:12:16.8483290Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:12:16.8484092Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:12:16.8487307Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:12:16.8488060Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:12:16.8488798Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:12:16.8489471Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:12:16.8490326Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2720400589/b238/_pkg_.a
2025-08-20T21:12:16.8491152Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2720400589/b1977/_pkg_.a
2025-08-20T21:12:16.8492022Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2720400589/b301/_pkg_.a
2025-08-20T21:12:16.8492794Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2720400589/b1980/_pkg_.a
2025-08-20T21:12:16.8493561Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2720400589/b302/_pkg_.a
2025-08-20T21:12:16.8494473Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2720400589/b1981/_pkg_.a
2025-08-20T21:12:16.8495304Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build2720400589/b1984/_pkg_.a
2025-08-20T21:12:16.8496126Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build2720400589/b1985/_pkg_.a
2025-08-20T21:12:16.8496934Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2720400589/b1987/_pkg_.a
2025-08-20T21:12:16.8497662Z [00:03:43.805]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2720400589/b1988/_pkg_.a
2025-08-20T21:12:16.8498267Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:16.8498827Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:12:16.8499469Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2720400589/b1989/_pkg_.a
2025-08-20T21:12:16.8500205Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build2720400589/b1990/_pkg_.a
2025-08-20T21:12:16.8500876Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:12:16.8501533Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:12:16.8502192Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2720400589/b305/_pkg_.a
2025-08-20T21:12:16.8502807Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:12:16.8503477Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build2720400589/b316/_pkg_.a
2025-08-20T21:12:16.8504114Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:12:16.8505002Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:16.8505670Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:12:16.8506272Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:16.8506864Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:12:16.8507437Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build2720400589/b1991/_pkg_.a
2025-08-20T21:12:16.8508005Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:12:16.8508583Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:12:16.8509198Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:16.8509807Z [00:03:43.805]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2720400589/b317/_pkg_.a
2025-08-20T21:12:16.8510293Z [00:03:43.805]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.8510816Z [00:03:43.805]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:16.8511363Z [00:03:43.805]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:16.8511784Z [00:03:43.805]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.8512344Z [00:03:43.805]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:16.8512750Z [00:03:43.805]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:16.8513155Z [00:03:43.805]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:16.8513570Z [00:03:43.805]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:16.8513995Z [00:03:43.805]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.8517818Z [00:03:43.805]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.8518296Z [00:03:43.805]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:16.8518734Z [00:03:43.805]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.8519048Z [00:03:43.805]➜  EOF
2025-08-20T21:12:16.8582263Z [00:03:43.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2=>github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2;$WORK/b1974=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid LWov3Zz-bRXEtNO6e1nr/LWov3Zz-bRXEtNO6e1nr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_AbortMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CompleteMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CopyObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CreateBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CreateBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CreateMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_CreateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketLifecycle.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeleteObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_DeletePublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketLocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketPolicyStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetObjectTorrent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_GetPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_HeadBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_HeadObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListBucketAnalyticsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListBucketIntelligentTieringConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListBucketInventoryConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListBucketMetricsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListDirectoryBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListMultipartUploads.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListObjectVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListObjectsV2.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_ListParts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_PutPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_RestoreObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_SelectObjectContent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_UploadPart.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_UploadPartCopy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/api_op_WriteGetObjectResponse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/bucket_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/bucketer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/create_mpu_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/endpoint_auth_resolver.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/eventstream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/express_default.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/express_resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/express_user_agent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/presign_post.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/serialize_immutable_hostname_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/uri_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.79.2/validators.go
2025-08-20T21:12:16.9272312Z [00:03:43.885]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T21:12:16.9353913Z [00:03:43.893]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/6f/6fcd6cf014865cdc3639f28987cdd482d602d6a56cdf1170a791ad773b6bec0c-d # internal
2025-08-20T21:12:16.9369683Z [00:03:43.895]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T21:12:16.9370071Z [00:03:43.895]➜  mkdir -p $WORK/b1944/
2025-08-20T21:12:16.9370492Z [00:03:43.895]➜  cat >/tmp/go-build2720400589/b1944/importcfg << 'EOF' # internal
2025-08-20T21:12:16.9370859Z [00:03:43.895]➜  # import config
2025-08-20T21:12:16.9371202Z [00:03:43.895]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:16.9371630Z [00:03:43.895]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:16.9372073Z [00:03:43.895]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:16.9372532Z [00:03:43.895]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:16.9373008Z [00:03:43.895]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:16.9373791Z [00:03:43.895]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:16.9375328Z [00:03:43.895]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:16.9375853Z [00:03:43.895]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:16.9376347Z [00:03:43.895]➜  packagefile github.com/xdg-go/scram=/tmp/go-build2720400589/b1945/_pkg_.a
2025-08-20T21:12:16.9376914Z [00:03:43.895]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2720400589/b1947/_pkg_.a
2025-08-20T21:12:16.9377495Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:16.9378131Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:16.9378847Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2720400589/b1948/_pkg_.a
2025-08-20T21:12:16.9379585Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build2720400589/b1951/_pkg_.a
2025-08-20T21:12:16.9380337Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2720400589/b1953/_pkg_.a
2025-08-20T21:12:16.9381029Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:16.9381710Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:16.9382678Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:16.9383355Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:16.9384064Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build2720400589/b1954/_pkg_.a
2025-08-20T21:12:16.9385007Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2720400589/b1955/_pkg_.a
2025-08-20T21:12:16.9385888Z [00:03:43.895]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:16.9386501Z [00:03:43.895]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:16.9387069Z [00:03:43.895]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:16.9387504Z [00:03:43.895]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:16.9387927Z [00:03:43.895]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:16.9388352Z [00:03:43.895]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:16.9388770Z [00:03:43.895]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:16.9389180Z [00:03:43.895]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:16.9389489Z [00:03:43.895]➜  EOF
2025-08-20T21:12:16.9396197Z [00:03:43.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1944/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth;$WORK/b1944=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid gBp89_FQ9rHEbLrXcY9u/gBp89_FQ9rHEbLrXcY9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1944/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/auth.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/aws_conv.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/conversation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/cred.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/default.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/gssapi_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/mongodbaws.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/mongodbcr.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/oidc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/plain.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/sasl.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/scram.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/util.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/auth/x509.go
2025-08-20T21:12:17.1350211Z [00:03:44.093]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T21:12:17.1395969Z [00:03:44.097]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/32/327afe1848a32ffbbb575d6360cb7e3132f02b0b4f4c18029826ad93765095fc-d # internal
2025-08-20T21:12:17.1407113Z [00:03:44.099]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T21:12:17.1407955Z [00:03:44.099]➜  mkdir -p $WORK/b1957/
2025-08-20T21:12:17.1421811Z [00:03:44.100]➜  cat >/tmp/go-build2720400589/b1957/importcfg << 'EOF' # internal
2025-08-20T21:12:17.1422502Z [00:03:44.100]➜  # import config
2025-08-20T21:12:17.1425260Z [00:03:44.100]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:17.1425934Z [00:03:44.100]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:17.1427013Z [00:03:44.100]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2720400589/b1923/_pkg_.a
2025-08-20T21:12:17.1431996Z [00:03:44.100]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:17.1432721Z [00:03:44.100]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2720400589/b1944/_pkg_.a
2025-08-20T21:12:17.1433422Z [00:03:44.100]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2720400589/b1958/_pkg_.a
2025-08-20T21:12:17.1434172Z [00:03:44.100]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2720400589/b1943/_pkg_.a
2025-08-20T21:12:17.1439947Z [00:03:44.100]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:17.1440526Z [00:03:44.100]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:17.1440956Z [00:03:44.100]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:17.1441390Z [00:03:44.100]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:17.1441806Z [00:03:44.100]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:17.1442114Z [00:03:44.100]➜  EOF
2025-08-20T21:12:17.1449485Z [00:03:44.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1957/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/connstring=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/connstring;$WORK/b1957=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid BhEWr7w9NvAjjdkQRO_G/BhEWr7w9NvAjjdkQRO_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1957/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/connstring/connstring.go
2025-08-20T21:12:17.2234586Z [00:03:44.181]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T21:12:17.2250523Z [00:03:44.183]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/d2/d2ea4b759621606af9466b5d80f82e716280b76ac469db72b958f34d048c640f-d # internal
2025-08-20T21:12:17.2263194Z [00:03:44.184]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T21:12:17.2285166Z [00:03:44.186]➜  mkdir -p $WORK/b1925/
2025-08-20T21:12:17.2285597Z [00:03:44.186]➜  cat >/tmp/go-build2720400589/b1925/importcfg << 'EOF' # internal
2025-08-20T21:12:17.2285956Z [00:03:44.186]➜  # import config
2025-08-20T21:12:17.2286292Z [00:03:44.186]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:17.2286972Z [00:03:44.186]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:17.2287520Z [00:03:44.186]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:17.2287994Z [00:03:44.186]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:17.2288465Z [00:03:44.186]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:17.2288914Z [00:03:44.186]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:17.2289322Z [00:03:44.186]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:17.2289807Z [00:03:44.186]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build2720400589/b1926/_pkg_.a
2025-08-20T21:12:17.2290383Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:17.2291019Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2720400589/b1903/_pkg_.a
2025-08-20T21:12:17.2291689Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:17.2292324Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:17.2292975Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2720400589/b1920/_pkg_.a
2025-08-20T21:12:17.2293667Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:17.2294878Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:17.2295580Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:17.2296269Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:17.2296914Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2720400589/b1916/_pkg_.a
2025-08-20T21:12:17.2297556Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:17.2298394Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:17.2299226Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2720400589/b1944/_pkg_.a
2025-08-20T21:12:17.2299963Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2720400589/b1957/_pkg_.a
2025-08-20T21:12:17.2300725Z [00:03:44.186]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2720400589/b1943/_pkg_.a
2025-08-20T21:12:17.2301318Z [00:03:44.186]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:17.2301745Z [00:03:44.186]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:17.2302157Z [00:03:44.186]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:17.2302579Z [00:03:44.186]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:17.2303013Z [00:03:44.186]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:17.2303441Z [00:03:44.186]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:17.2303868Z [00:03:44.186]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:17.2304442Z [00:03:44.186]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:17.2304805Z [00:03:44.186]➜  EOF
2025-08-20T21:12:17.2317694Z [00:03:44.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1925/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options=>go.mongodb.org/mongo-driver@v1.17.3/mongo/options;$WORK/b1925=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid 7wDzgUJupaZwoAtP-heg/7wDzgUJupaZwoAtP-heg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1925/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/aggregateoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/autoencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/bulkwriteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/changestreamoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/clientencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/clientoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/collectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/countoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/createcollectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/datakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/dboptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/deleteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/distinctoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/encryptoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/estimatedcountoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/findoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/gridfsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/indexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/insertoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/listcollectionsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/listdatabasesoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/loggeroptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/mongooptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/replaceoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/rewrapdatakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/runcmdoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/searchindexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/serverapioptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/sessionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/transactionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/options/updateoptions.go
2025-08-20T21:12:17.4882067Z [00:03:44.444]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T21:12:17.4918010Z [00:03:44.450]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/e5/e53357c853411f76a927763b3cff96ffcef5a26bd808e4a741f7a5b88cc6b402-d # internal
2025-08-20T21:12:17.4929451Z [00:03:44.451]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T21:12:17.4936128Z [00:03:44.452]➜  mkdir -p $WORK/b1959/
2025-08-20T21:12:17.4948437Z [00:03:44.453]➜  cat >/tmp/go-build2720400589/b1959/importcfg << 'EOF' # internal
2025-08-20T21:12:17.4951130Z [00:03:44.453]➜  # import config
2025-08-20T21:12:17.4952607Z [00:03:44.453]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:17.4953131Z [00:03:44.453]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:17.4953579Z [00:03:44.453]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:17.4954053Z [00:03:44.453]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:17.4954722Z [00:03:44.453]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:17.4955138Z [00:03:44.453]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:17.4955873Z [00:03:44.453]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build2720400589/b1899/_pkg_.a
2025-08-20T21:12:17.4956541Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:17.4957179Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2720400589/b1903/_pkg_.a
2025-08-20T21:12:17.4957856Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:17.4958495Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:17.4959142Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2720400589/b1919/_pkg_.a
2025-08-20T21:12:17.4959833Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2720400589/b1939/_pkg_.a
2025-08-20T21:12:17.4960532Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2720400589/b1920/_pkg_.a
2025-08-20T21:12:17.4961219Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:17.4961906Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2720400589/b1914/_pkg_.a
2025-08-20T21:12:17.4962597Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2720400589/b1923/_pkg_.a
2025-08-20T21:12:17.4963468Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:17.4964143Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:17.4965058Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2720400589/b1925/_pkg_.a
2025-08-20T21:12:17.4965739Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:17.4966425Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:17.4967234Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2720400589/b1944/_pkg_.a
2025-08-20T21:12:17.4968150Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2720400589/b1957/_pkg_.a
2025-08-20T21:12:17.4968882Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2720400589/b1958/_pkg_.a
2025-08-20T21:12:17.4969578Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build2720400589/b1960/_pkg_.a
2025-08-20T21:12:17.4970300Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2720400589/b1955/_pkg_.a
2025-08-20T21:12:17.4971032Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:17.4971780Z [00:03:44.453]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2720400589/b1943/_pkg_.a
2025-08-20T21:12:17.4972352Z [00:03:44.453]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:17.4972761Z [00:03:44.453]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:17.4973173Z [00:03:44.453]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:17.4973597Z [00:03:44.453]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:17.4974012Z [00:03:44.453]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:17.4986453Z [00:03:44.453]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:17.4986948Z [00:03:44.453]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:17.4987372Z [00:03:44.453]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:17.4987809Z [00:03:44.453]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:17.4988459Z [00:03:44.453]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:17.4988832Z [00:03:44.453]➜  EOF
2025-08-20T21:12:17.4996060Z [00:03:44.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1959/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology=>go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology;$WORK/b1959=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid 7DCrdonhVlC0PNRc9TtF/7DCrdonhVlC0PNRc9TtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1959/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/cancellation_listener.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/connection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/connection_legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/connection_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/diff.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/fsm.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/pool.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/pool_generation_counter.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/rtt_monitor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/server_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/tls_connection_source_1_17.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/x/mongo/driver/topology/topology_options.go
2025-08-20T21:12:17.7887534Z [00:03:44.746]➜  cd $WORK/b1605
2025-08-20T21:12:17.7892874Z [00:03:44.746]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x001.o -c _cgo_export.c
2025-08-20T21:12:17.8359570Z [00:03:44.790]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x002.o -c 00version.cgo2.c
2025-08-20T21:12:17.9047963Z [00:03:44.862]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x003.o -c adminapi.cgo2.c
2025-08-20T21:12:18.0090541Z [00:03:44.967]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T21:12:18.0235560Z [00:03:44.981]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/0c/0cfde435ff0d8c64308e0e490c11da9fc0ff46f56529e5d2d001f9e4ee39a295-d # internal
2025-08-20T21:12:18.0260883Z [00:03:44.984]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T21:12:18.0264444Z [00:03:44.984]➜  mkdir -p $WORK/b1901/
2025-08-20T21:12:18.0267299Z [00:03:44.984]➜  cat >/tmp/go-build2720400589/b1901/importcfg << 'EOF' # internal
2025-08-20T21:12:18.0268640Z [00:03:44.984]➜  # import config
2025-08-20T21:12:18.0269698Z [00:03:44.984]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:18.0270227Z [00:03:44.984]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:18.0270663Z [00:03:44.984]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:18.0271086Z [00:03:44.984]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:18.0271600Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:18.0272264Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2720400589/b1903/_pkg_.a
2025-08-20T21:12:18.0272931Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2720400589/b1905/_pkg_.a
2025-08-20T21:12:18.0273586Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:18.0274446Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:18.0275421Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:18.0276080Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2720400589/b1917/_pkg_.a
2025-08-20T21:12:18.0276763Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build2720400589/b1918/_pkg_.a
2025-08-20T21:12:18.0277424Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2720400589/b1919/_pkg_.a
2025-08-20T21:12:18.0278106Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2720400589/b1920/_pkg_.a
2025-08-20T21:12:18.0278928Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:18.0279761Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2720400589/b1922/_pkg_.a
2025-08-20T21:12:18.0280448Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:18.0281119Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2720400589/b1925/_pkg_.a
2025-08-20T21:12:18.0281798Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:18.0282486Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:18.0283176Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:18.0283875Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:18.0284775Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:18.0285537Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2720400589/b1944/_pkg_.a
2025-08-20T21:12:18.0286276Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2720400589/b1940/_pkg_.a
2025-08-20T21:12:18.0287077Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2720400589/b1941/_pkg_.a
2025-08-20T21:12:18.0287857Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2720400589/b1955/_pkg_.a
2025-08-20T21:12:18.0288753Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:18.0289553Z [00:03:44.985]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build2720400589/b1959/_pkg_.a
2025-08-20T21:12:18.0290115Z [00:03:44.985]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:18.0290517Z [00:03:44.985]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:18.0290942Z [00:03:44.985]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:18.0291369Z [00:03:44.985]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:18.0291795Z [00:03:44.985]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:18.0292223Z [00:03:44.985]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:18.0292644Z [00:03:44.985]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:18.0293064Z [00:03:44.985]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:18.0293370Z [00:03:44.985]➜  EOF
2025-08-20T21:12:18.0293626Z [00:03:44.985]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:18.0312140Z [00:03:44.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1901/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo=>go.mongodb.org/mongo-driver@v1.17.3/mongo;$WORK/b1901=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid pASiqfaIVUp7HMoOJdz6/pASiqfaIVUp7HMoOJdz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/background_context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/bulk_write.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/bulk_write_models.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/change_stream.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/change_stream_deployment.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/client.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/client_encryption.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/crypt_retrievers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/index_options_builder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/mongo.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/mongocryptd.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/results.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/search_index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/single_result.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.3/mongo/util.go
2025-08-20T21:12:18.2250604Z [00:03:45.183]➜  cd $WORK/b1605
2025-08-20T21:12:18.2253543Z [00:03:45.183]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x004.o -c adminoptions.cgo2.c
2025-08-20T21:12:18.2608519Z [00:03:45.218]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x005.o -c build_glibc_linux_arm64.cgo2.c
2025-08-20T21:12:18.2795304Z [00:03:45.237]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x006.o -c config.cgo2.c
2025-08-20T21:12:18.3113955Z [00:03:45.269]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x007.o -c consumer.cgo2.c
2025-08-20T21:12:18.3680105Z [00:03:45.326]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x008.o -c error.cgo2.c
2025-08-20T21:12:18.4246019Z [00:03:45.382]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x009.o -c error_gen.cgo2.c
2025-08-20T21:12:18.4871795Z [00:03:45.445]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x010.o -c event.cgo2.c
2025-08-20T21:12:18.5919606Z [00:03:45.550]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x011.o -c generated_errors.cgo2.c
2025-08-20T21:12:18.6441648Z [00:03:45.602]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x012.o -c handle.cgo2.c
2025-08-20T21:12:18.7303399Z [00:03:45.688]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x013.o -c header.cgo2.c
2025-08-20T21:12:18.7923422Z [00:03:45.750]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x014.o -c kafka.cgo2.c
2025-08-20T21:12:18.8551955Z [00:03:45.813]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x015.o -c log.cgo2.c
2025-08-20T21:12:18.8965224Z [00:03:45.854]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T21:12:18.9127000Z [00:03:45.870]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x016.o -c message.cgo2.c
2025-08-20T21:12:18.9195331Z [00:03:45.877]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/60/6007d14d358df7df9f779afc6e3851ebdef5163b5d2dca414bb612c3d0feead7-d # internal
2025-08-20T21:12:18.9198113Z [00:03:45.877]➜  github.com/jrnd-io/jr/pkg/producers/mongodb
2025-08-20T21:12:18.9198483Z [00:03:45.877]➜  mkdir -p $WORK/b1900/
2025-08-20T21:12:18.9198866Z [00:03:45.877]➜  cat >/tmp/go-build2720400589/b1900/importcfg << 'EOF' # internal
2025-08-20T21:12:18.9199226Z [00:03:45.877]➜  # import config
2025-08-20T21:12:18.9199576Z [00:03:45.877]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:18.9200029Z [00:03:45.877]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:18.9200547Z [00:03:45.877]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:18.9201133Z [00:03:45.877]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build2720400589/b1901/_pkg_.a
2025-08-20T21:12:18.9202098Z [00:03:45.877]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2720400589/b1925/_pkg_.a
2025-08-20T21:12:18.9202701Z [00:03:45.877]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:18.9203004Z [00:03:45.877]➜  EOF
2025-08-20T21:12:18.9203257Z [00:03:45.877]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:18.9205318Z [00:03:45.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1900/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb=>github.com/jrnd-io/jr/pkg/producers/mongodb;$WORK/b1900=>" -p github.com/jrnd-io/jr/pkg/producers/mongodb -lang=go1.24 -complete -installsuffix shared -buildid oxuN3YOkl1iJg3QQIP7t/oxuN3YOkl1iJg3QQIP7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/importcfg -pack ./pkg/producers/mongodb/mongoProducer.go
2025-08-20T21:12:18.9441863Z [00:03:45.902]➜  cd $WORK/b1605
2025-08-20T21:12:18.9445924Z [00:03:45.902]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x017.o -c metadata.cgo2.c
2025-08-20T21:12:18.9803252Z [00:03:45.938]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x018.o -c misc.cgo2.c
2025-08-20T21:12:18.9978764Z [00:03:45.955]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x019.o -c mockcluster.cgo2.c
2025-08-20T21:12:19.0296128Z [00:03:45.987]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x020.o -c offset.cgo2.c
2025-08-20T21:12:19.0585656Z [00:03:46.016]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x021.o -c producer.cgo2.c
2025-08-20T21:12:19.0818635Z [00:03:46.040]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T21:12:19.0878368Z [00:03:46.046]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/69/693d192d2f50c227eb97e5fb22b3cea3d9121318ca82380b924a4ada9c331316-d # internal
2025-08-20T21:12:19.0879631Z [00:03:46.046]➜  github.com/jrnd-io/jr/pkg/producers/server
2025-08-20T21:12:19.0880223Z [00:03:46.046]➜  mkdir -p $WORK/b1992/
2025-08-20T21:12:19.0882578Z [00:03:46.046]➜  cat >/tmp/go-build2720400589/b1992/importcfg << 'EOF' # internal
2025-08-20T21:12:19.0882968Z [00:03:46.046]➜  # import config
2025-08-20T21:12:19.0883329Z [00:03:46.046]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:19.0883841Z [00:03:46.046]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build2720400589/b386/_pkg_.a
2025-08-20T21:12:19.0884602Z [00:03:46.046]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:19.0885161Z [00:03:46.046]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:19.0885485Z [00:03:46.046]➜  EOF
2025-08-20T21:12:19.0885735Z [00:03:46.046]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:19.0887601Z [00:03:46.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1992/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/server=>github.com/jrnd-io/jr/pkg/producers/server;$WORK/b1992=>" -p github.com/jrnd-io/jr/pkg/producers/server -lang=go1.24 -complete -installsuffix shared -buildid T1AzzUNx8e537N1afbfG/T1AzzUNx8e537N1afbfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack ./pkg/producers/server/JsonProducer.go
2025-08-20T21:12:19.0988714Z [00:03:46.057]➜  cd $WORK/b1605
2025-08-20T21:12:19.0991764Z [00:03:46.057]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_x022.o -c time.cgo2.c
2025-08-20T21:12:19.1154586Z [00:03:46.073]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1605/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB -ffile-prefix-map=/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0=/_/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0 -frandom-seed=pPaU94oXVdZiYJ13OwVo -o $WORK/b1605/_cgo_main.o -c _cgo_main.c
2025-08-20T21:12:19.1286265Z [00:03:46.086]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T21:12:19.1295345Z [00:03:46.087]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/3b/3ba2cb520144f7a65fc08ed91421c0428215e35d4f6e7b81b13e5b0d92c70f7f-d # internal
2025-08-20T21:12:19.1309978Z [00:03:46.089]➜  github.com/gammazero/nexus/v3/wamp
2025-08-20T21:12:19.1310545Z [00:03:46.089]➜  mkdir -p $WORK/b1997/
2025-08-20T21:12:19.1312199Z [00:03:46.089]➜  cat >/tmp/go-build2720400589/b1997/importcfg << 'EOF' # internal
2025-08-20T21:12:19.1312760Z [00:03:46.089]➜  # import config
2025-08-20T21:12:19.1313157Z [00:03:46.089]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:19.1321782Z [00:03:46.089]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:19.1322432Z [00:03:46.089]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:19.1322898Z [00:03:46.089]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:19.1323325Z [00:03:46.089]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:19.1323743Z [00:03:46.089]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:19.1324162Z [00:03:46.089]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:19.1325059Z [00:03:46.089]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:19.1325437Z [00:03:46.089]➜  EOF
2025-08-20T21:12:19.1325711Z [00:03:46.089]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:19.1330224Z [00:03:46.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp=>github.com/gammazero/nexus/v3@v3.2.2/wamp;$WORK/b1997=>" -p github.com/gammazero/nexus/v3/wamp -lang=go1.20 -complete -installsuffix shared -buildid yEbpG2IjgZLZxmM03xVj/yEbpG2IjgZLZxmM03xVj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1997/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/convert.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/dict.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/identifier.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/idgen.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/iso8601.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/message.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/options.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/peer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/roles_reatures.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/session.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/uris.go
2025-08-20T21:12:19.1343227Z [00:03:46.092]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1605/_cgo_.o $WORK/b1605/_cgo_main.o $WORK/b1605/preferlinkext $WORK/b1605/_x001.o $WORK/b1605/_x002.o $WORK/b1605/_x003.o $WORK/b1605/_x004.o $WORK/b1605/_x005.o $WORK/b1605/_x006.o $WORK/b1605/_x007.o $WORK/b1605/_x008.o $WORK/b1605/_x009.o $WORK/b1605/_x010.o $WORK/b1605/_x011.o $WORK/b1605/_x012.o $WORK/b1605/_x013.o $WORK/b1605/_x014.o $WORK/b1605/_x015.o $WORK/b1605/_x016.o $WORK/b1605/_x017.o $WORK/b1605/_x018.o $WORK/b1605/_x019.o $WORK/b1605/_x020.o $WORK/b1605/_x021.o $WORK/b1605/_x022.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a -lm -ldl -lpthread -lrt -lpthread -lrt
2025-08-20T21:12:19.2182434Z [00:03:46.176]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T21:12:19.2204930Z [00:03:46.178]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/b8/b8ed78ea5947b88fba10cf2b592c56e3d740ba249f3607f135cc9490d75157c2-d # internal
2025-08-20T21:12:19.2220233Z [00:03:46.180]➜  github.com/gammazero/nexus/v3/wamp/crsign
2025-08-20T21:12:19.2222550Z [00:03:46.180]➜  mkdir -p $WORK/b1998/
2025-08-20T21:12:19.2223491Z [00:03:46.180]➜  cat >/tmp/go-build2720400589/b1998/importcfg << 'EOF' # internal
2025-08-20T21:12:19.2223852Z [00:03:46.180]➜  # import config
2025-08-20T21:12:19.2224213Z [00:03:46.180]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:19.2224878Z [00:03:46.180]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:19.2225559Z [00:03:46.180]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:19.2226265Z [00:03:46.180]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:19.2226972Z [00:03:46.180]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2720400589/b1927/_pkg_.a
2025-08-20T21:12:19.2227587Z [00:03:46.180]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:19.2228034Z [00:03:46.180]➜  EOF
2025-08-20T21:12:19.2236216Z [00:03:46.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/crsign=>github.com/gammazero/nexus/v3@v3.2.2/wamp/crsign;$WORK/b1998=>" -p github.com/gammazero/nexus/v3/wamp/crsign -lang=go1.20 -complete -installsuffix shared -buildid zNOPoiF7h20OfJxSIyq0/zNOPoiF7h20OfJxSIyq0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1998/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/wamp/crsign/crsign.go
2025-08-20T21:12:19.2495188Z [00:03:46.207]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T21:12:19.2500707Z [00:03:46.208]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/0b/0b30035ffd3a19ae37a9f5dd683d1850b653c5aeac1413faed38850f14001927-d # internal
2025-08-20T21:12:19.2502213Z [00:03:46.208]➜  golang.org/x/crypto/nacl/sign
2025-08-20T21:12:19.2502551Z [00:03:46.208]➜  mkdir -p $WORK/b1999/
2025-08-20T21:12:19.2507926Z [00:03:46.209]➜  cat >/tmp/go-build2720400589/b1999/importcfg << 'EOF' # internal
2025-08-20T21:12:19.2508309Z [00:03:46.209]➜  # import config
2025-08-20T21:12:19.2508684Z [00:03:46.209]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:12:19.2509243Z [00:03:46.209]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b1386/_pkg_.a
2025-08-20T21:12:19.2509764Z [00:03:46.209]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:19.2510066Z [00:03:46.209]➜  EOF
2025-08-20T21:12:19.2511840Z [00:03:46.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1999/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/sign=>golang.org/x/crypto@v0.37.0/nacl/sign;$WORK/b1999=>" -p golang.org/x/crypto/nacl/sign -lang=go1.23 -complete -installsuffix shared -buildid BlrH7t34-eqWhMximnFL/BlrH7t34-eqWhMximnFL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/sign/sign.go
2025-08-20T21:12:19.2830398Z [00:03:46.241]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T21:12:19.2838853Z [00:03:46.241]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/aa/aa190695bdda0b8d2aa82e37e1da31382256e7f44a355cf045f87a0bcd3069b4-d # internal
2025-08-20T21:12:19.2839672Z [00:03:46.242]➜  github.com/gammazero/nexus/v3/router/auth
2025-08-20T21:12:19.2840477Z [00:03:46.242]➜  mkdir -p $WORK/b1996/
2025-08-20T21:12:19.2841712Z [00:03:46.242]➜  cat >/tmp/go-build2720400589/b1996/importcfg << 'EOF' # internal
2025-08-20T21:12:19.2842109Z [00:03:46.242]➜  # import config
2025-08-20T21:12:19.2843075Z [00:03:46.242]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:19.2843836Z [00:03:46.242]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:19.2844412Z [00:03:46.242]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:19.2844919Z [00:03:46.242]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:19.2845331Z [00:03:46.242]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:19.2845865Z [00:03:46.242]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:19.2846523Z [00:03:46.242]➜  packagefile github.com/gammazero/nexus/v3/wamp/crsign=/tmp/go-build2720400589/b1998/_pkg_.a
2025-08-20T21:12:19.2847161Z [00:03:46.242]➜  packagefile golang.org/x/crypto/nacl/sign=/tmp/go-build2720400589/b1999/_pkg_.a
2025-08-20T21:12:19.2847660Z [00:03:46.242]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:19.2848085Z [00:03:46.242]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:19.2848403Z [00:03:46.242]➜  EOF
2025-08-20T21:12:19.2851720Z [00:03:46.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth=>github.com/gammazero/nexus/v3@v3.2.2/router/auth;$WORK/b1996=>" -p github.com/gammazero/nexus/v3/router/auth -lang=go1.20 -complete -installsuffix shared -buildid mG3EVWX4UZqCzEw5WLk3/mG3EVWX4UZqCzEw5WLk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth/anonymous.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth/authenticator.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth/crauth.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth/cryptosign.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/auth/ticket.go
2025-08-20T21:12:19.3569528Z [00:03:46.315]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T21:12:19.3596358Z [00:03:46.316]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/6e/6e92569c5a72578e11e0f609e0b6fd97aac9f7acf0e0175456f5ec4942775fcc-d # internal
2025-08-20T21:12:19.3738229Z [00:03:46.332]➜  github.com/ugorji/go/codec
2025-08-20T21:12:19.3739203Z [00:03:46.332]➜  mkdir -p $WORK/b2003/
2025-08-20T21:12:19.3743168Z [00:03:46.332]➜  echo -n > $WORK/b2003/go_asm.h # internal
2025-08-20T21:12:19.3744502Z [00:03:46.332]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12
2025-08-20T21:12:19.3748682Z [00:03:46.333]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/ugorji/go/codec -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12=>github.com/ugorji/go/codec@v1.2.12;$WORK/b2003=>" -I $WORK/b2003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b2003/symabis ./helper.s
2025-08-20T21:12:19.3889679Z [00:03:46.347]➜  cat >/tmp/go-build2720400589/b2003/importcfg << 'EOF' # internal
2025-08-20T21:12:19.3890268Z [00:03:46.347]➜  # import config
2025-08-20T21:12:19.3890765Z [00:03:46.347]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:19.3891261Z [00:03:46.347]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:19.3892102Z [00:03:46.347]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:19.3892748Z [00:03:46.347]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:19.3893445Z [00:03:46.347]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:19.3893935Z [00:03:46.347]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:19.3894781Z [00:03:46.347]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:19.3895268Z [00:03:46.347]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:19.3895678Z [00:03:46.347]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:19.3896276Z [00:03:46.347]➜  packagefile net/rpc=/tmp/go-build2720400589/b1369/_pkg_.a
2025-08-20T21:12:19.3896856Z [00:03:46.347]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:19.3897285Z [00:03:46.347]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:19.3897709Z [00:03:46.347]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:19.3898130Z [00:03:46.347]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:19.3898555Z [00:03:46.347]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:19.3898970Z [00:03:46.347]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:19.3899399Z [00:03:46.347]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:19.3899834Z [00:03:46.347]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:19.3900254Z [00:03:46.347]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:19.3900708Z [00:03:46.347]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:19.3901176Z [00:03:46.347]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:19.3901505Z [00:03:46.347]➜  EOF
2025-08-20T21:12:19.3901757Z [00:03:46.347]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:19.3910711Z [00:03:46.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12=>github.com/ugorji/go/codec@v1.2.12;$WORK/b2003=>" -p github.com/ugorji/go/codec -lang=go1.11 -installsuffix shared -buildid 1LyXmvAxp3uRUVZN26om/1LyXmvAxp3uRUVZN26om -goversion go1.25.0 -symabis $WORK/b2003/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2003/importcfg -pack -asmhdr $WORK/b2003/go_asm.h /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/0_importpath.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/binc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/cbor.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/decimal.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/decode.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/doc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/encode.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/fast-path.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/gen-helper.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_arrayof_gte_go15.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_fmt_time_gte_go15.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_growslice_unsafe_gte_go120.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_makemap_unsafe_gte_go110.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_unexportedembeddedptr_gte_go110.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/goversion_vendor_gte_go17.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/helper.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/helper_internal.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/helper_unsafe.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/helper_unsafe_compiler_gc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/json.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/msgpack.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/reader.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/register_ext.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/rpc.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/simple.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/sort-slice.generated.go /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12/writer.go
2025-08-20T21:12:19.6037198Z [00:03:46.561]➜  gcc -I /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1605=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1605/_cgo_.o $WORK/b1605/_cgo_main.o $WORK/b1605/preferlinkext $WORK/b1605/_x001.o $WORK/b1605/_x002.o $WORK/b1605/_x003.o $WORK/b1605/_x004.o $WORK/b1605/_x005.o $WORK/b1605/_x006.o $WORK/b1605/_x007.o $WORK/b1605/_x008.o $WORK/b1605/_x009.o $WORK/b1605/_x010.o $WORK/b1605/_x011.o $WORK/b1605/_x012.o $WORK/b1605/_x013.o $WORK/b1605/_x014.o $WORK/b1605/_x015.o $WORK/b1605/_x016.o $WORK/b1605/_x017.o $WORK/b1605/_x018.o $WORK/b1605/_x019.o $WORK/b1605/_x020.o $WORK/b1605/_x021.o $WORK/b1605/_x022.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a -lm -ldl -lpthread -lrt -lpthread -lrt # test for internal linking errors (failed)
2025-08-20T21:12:19.6040132Z [00:03:46.561]➜  echo -n > $WORK/b1605/dynimportfail # internal
2025-08-20T21:12:19.6126814Z [00:03:46.569]➜  cat >/tmp/go-build2720400589/b1605/importcfg << 'EOF' # internal
2025-08-20T21:12:19.6127264Z [00:03:46.569]➜  # import config
2025-08-20T21:12:19.6130657Z [00:03:46.569]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:19.6131114Z [00:03:46.569]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:19.6131808Z [00:03:46.569]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor=/tmp/go-build2720400589/b1606/_pkg_.a
2025-08-20T21:12:19.6132462Z [00:03:46.569]➜  packagefile go/types=/tmp/go-build2720400589/b1607/_pkg_.a
2025-08-20T21:12:19.6132891Z [00:03:46.569]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:19.6133292Z [00:03:46.569]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:19.6133705Z [00:03:46.569]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:19.6134132Z [00:03:46.569]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:19.6134766Z [00:03:46.569]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:19.6135474Z [00:03:46.569]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:19.6135985Z [00:03:46.569]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:19.6136422Z [00:03:46.569]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:19.6136865Z [00:03:46.569]➜  packagefile runtime/cgo=/tmp/go-build2720400589/b164/_pkg_.a
2025-08-20T21:12:19.6137312Z [00:03:46.569]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:19.6137629Z [00:03:46.569]➜  EOF
2025-08-20T21:12:19.6141991Z [00:03:46.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka=>github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka;$WORK/b1605=>" -p github.com/confluentinc/confluent-kafka-go/v2/kafka -lang=go1.21 -installsuffix shared -buildid pPaU94oXVdZiYJ13OwVo/pPaU94oXVdZiYJ13OwVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/context.go $WORK/b1605/_cgo_gotypes.go $WORK/b1605/00version.cgo1.go $WORK/b1605/adminapi.cgo1.go $WORK/b1605/adminoptions.cgo1.go $WORK/b1605/build_glibc_linux_arm64.cgo1.go $WORK/b1605/config.cgo1.go $WORK/b1605/consumer.cgo1.go $WORK/b1605/error.cgo1.go $WORK/b1605/error_gen.cgo1.go $WORK/b1605/event.cgo1.go $WORK/b1605/generated_errors.cgo1.go $WORK/b1605/handle.cgo1.go $WORK/b1605/header.cgo1.go $WORK/b1605/kafka.cgo1.go $WORK/b1605/log.cgo1.go $WORK/b1605/message.cgo1.go $WORK/b1605/metadata.cgo1.go $WORK/b1605/misc.cgo1.go $WORK/b1605/mockcluster.cgo1.go $WORK/b1605/offset.cgo1.go $WORK/b1605/producer.cgo1.go $WORK/b1605/time.cgo1.go
2025-08-20T21:12:20.8620968Z [00:03:47.820]➜  cd /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka
2025-08-20T21:12:20.8623966Z [00:03:47.820]➜  go tool pack r $WORK/b1605/_pkg_.a $WORK/b1605/preferlinkext $WORK/b1605/_x001.o $WORK/b1605/_x002.o $WORK/b1605/_x003.o $WORK/b1605/_x004.o $WORK/b1605/_x005.o $WORK/b1605/_x006.o $WORK/b1605/_x007.o $WORK/b1605/_x008.o $WORK/b1605/_x009.o $WORK/b1605/_x010.o $WORK/b1605/_x011.o $WORK/b1605/_x012.o $WORK/b1605/_x013.o $WORK/b1605/_x014.o $WORK/b1605/_x015.o $WORK/b1605/_x016.o $WORK/b1605/_x017.o $WORK/b1605/_x018.o $WORK/b1605/_x019.o $WORK/b1605/_x020.o $WORK/b1605/_x021.o $WORK/b1605/_x022.o $WORK/b1605/dynimportfail # internal
2025-08-20T21:12:20.8630980Z [00:03:47.821]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T21:12:20.9075670Z [00:03:47.865]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/a2/a27706c7d61dd495d852b557f4af33e63d3801f493c4ea92375ca84df8ad1468-d # internal
2025-08-20T21:12:20.9126500Z [00:03:47.870]➜  github.com/jrnd-io/jr/pkg/producers/kafka
2025-08-20T21:12:20.9127506Z [00:03:47.870]➜  mkdir -p $WORK/b1604/
2025-08-20T21:12:20.9127943Z [00:03:47.870]➜  cat >/tmp/go-build2720400589/b1604/importcfg << 'EOF' # internal
2025-08-20T21:12:20.9128337Z [00:03:47.870]➜  # import config
2025-08-20T21:12:20.9128686Z [00:03:47.870]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:20.9129125Z [00:03:47.870]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:20.9129584Z [00:03:47.870]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:20.9130023Z [00:03:47.870]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:20.9130628Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka=/tmp/go-build2720400589/b1605/_pkg_.a
2025-08-20T21:12:20.9131419Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:20.9132321Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:20.9133514Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms=/tmp/go-build2720400589/b1673/_pkg_.a
2025-08-20T21:12:20.9134790Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms=/tmp/go-build2720400589/b1677/_pkg_.a
2025-08-20T21:12:20.9135879Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms=/tmp/go-build2720400589/b1713/_pkg_.a
2025-08-20T21:12:20.9136896Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault=/tmp/go-build2720400589/b1716/_pkg_.a
2025-08-20T21:12:20.9137827Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build2720400589/b1625/_pkg_.a
2025-08-20T21:12:20.9138719Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2=/tmp/go-build2720400589/b1741/_pkg_.a
2025-08-20T21:12:20.9139660Z [00:03:47.870]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema=/tmp/go-build2720400589/b1747/_pkg_.a
2025-08-20T21:12:20.9140426Z [00:03:47.870]➜  packagefile github.com/jrnd-io/jr/pkg/types=/tmp/go-build2720400589/b1760/_pkg_.a
2025-08-20T21:12:20.9141201Z [00:03:47.870]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:20.9141672Z [00:03:47.870]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:20.9142200Z [00:03:47.870]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:20.9142641Z [00:03:47.870]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:20.9143084Z [00:03:47.870]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:20.9143508Z [00:03:47.870]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:20.9143955Z [00:03:47.870]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:20.9144522Z [00:03:47.870]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:20.9144955Z [00:03:47.870]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:20.9145398Z [00:03:47.870]➜  EOF
2025-08-20T21:12:20.9145706Z [00:03:47.870]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:20.9147553Z [00:03:47.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1604/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka=>github.com/jrnd-io/jr/pkg/producers/kafka;$WORK/b1604=>" -p github.com/jrnd-io/jr/pkg/producers/kafka -lang=go1.24 -complete -installsuffix shared -buildid NabjKU9laN7cF4ejhLG7/NabjKU9laN7cF4ejhLG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack ./pkg/producers/kafka/kafkaProducer.go
2025-08-20T21:12:21.2523076Z [00:03:48.210]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T21:12:21.2619791Z [00:03:48.220]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/d8/d8a24e327e45ea79915e391e415e9b4821e8017d03e53481d0eeb1ee6449b28a-d # internal
2025-08-20T21:12:21.2629374Z [00:03:48.221]➜  github.com/gorilla/websocket
2025-08-20T21:12:21.2629866Z [00:03:48.221]➜  mkdir -p $WORK/b2004/
2025-08-20T21:12:21.2640432Z [00:03:48.222]➜  cat >/tmp/go-build2720400589/b2004/importcfg << 'EOF' # internal
2025-08-20T21:12:21.2641035Z [00:03:48.222]➜  # import config
2025-08-20T21:12:21.2641517Z [00:03:48.222]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:21.2642051Z [00:03:48.222]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:21.2642636Z [00:03:48.222]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:12:21.2643218Z [00:03:48.222]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:21.2643742Z [00:03:48.222]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:21.2644408Z [00:03:48.222]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:21.2645246Z [00:03:48.222]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:21.2645874Z [00:03:48.222]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:21.2646527Z [00:03:48.222]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:21.2647153Z [00:03:48.222]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:21.2647730Z [00:03:48.222]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:21.2648294Z [00:03:48.222]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:21.2648829Z [00:03:48.222]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:21.2649330Z [00:03:48.222]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:21.2649874Z [00:03:48.222]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:21.2650394Z [00:03:48.222]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:21.2650926Z [00:03:48.222]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:21.2651487Z [00:03:48.222]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:12:21.2652213Z [00:03:48.222]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:21.2652875Z [00:03:48.222]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:21.2653385Z [00:03:48.222]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:21.2654083Z [00:03:48.222]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:21.2654856Z [00:03:48.222]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:21.2655385Z [00:03:48.222]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:21.2655903Z [00:03:48.222]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:21.2656320Z [00:03:48.222]➜  EOF
2025-08-20T21:12:21.2660882Z [00:03:48.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b2004=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid _lr5xcn4NGPlq_bxcRLX/_lr5xcn4NGPlq_bxcRLX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2004/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-20T21:12:21.6881995Z [00:03:48.646]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T21:12:21.6982293Z [00:03:48.656]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/09/09ae192215e3c6796ceb955bdd96c3bd4dc0fc1f9b5eff02e4ffd24252922491-d # internal
2025-08-20T21:12:21.6988786Z [00:03:48.657]➜  github.com/tetratelabs/wazero/api
2025-08-20T21:12:21.6991608Z [00:03:48.657]➜  mkdir -p $WORK/b2007/
2025-08-20T21:12:21.7000307Z [00:03:48.658]➜  cat >/tmp/go-build2720400589/b2007/importcfg << 'EOF' # internal
2025-08-20T21:12:21.7005657Z [00:03:48.658]➜  # import config
2025-08-20T21:12:21.7006052Z [00:03:48.658]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:21.7006477Z [00:03:48.658]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:21.7007340Z [00:03:48.658]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:21.7008009Z [00:03:48.658]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:21.7008442Z [00:03:48.658]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:21.7008767Z [00:03:48.658]➜  EOF
2025-08-20T21:12:21.7010886Z [00:03:48.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api=>github.com/tetratelabs/wazero@v1.9.0/api;$WORK/b2007=>" -p github.com/tetratelabs/wazero/api -lang=go1.22 -complete -installsuffix shared -buildid ObFfKTP28h5K1g098wae/ObFfKTP28h5K1g098wae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api/features.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api/wasm.go
2025-08-20T21:12:21.7820370Z [00:03:48.740]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T21:12:21.7831188Z [00:03:48.741]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/cd/cd5cadb19e9cade2b0b6093067ffc91cb319230a7ef8832651e9ea9e36df6d74-d # internal
2025-08-20T21:12:21.7834655Z [00:03:48.741]➜  github.com/tetratelabs/wazero/experimental
2025-08-20T21:12:21.7835168Z [00:03:48.741]➜  mkdir -p $WORK/b2009/
2025-08-20T21:12:21.7847074Z [00:03:48.742]➜  cat >/tmp/go-build2720400589/b2009/importcfg << 'EOF' # internal
2025-08-20T21:12:21.7849410Z [00:03:48.742]➜  # import config
2025-08-20T21:12:21.7849804Z [00:03:48.742]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:21.7850338Z [00:03:48.742]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:21.7851030Z [00:03:48.743]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:21.7851494Z [00:03:48.743]➜  EOF
2025-08-20T21:12:21.7855525Z [00:03:48.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental=>github.com/tetratelabs/wazero@v1.9.0/experimental;$WORK/b2009=>" -p github.com/tetratelabs/wazero/experimental -lang=go1.22 -complete -installsuffix shared -buildid IMZwRRCqZqvHA1qfns3V/IMZwRRCqZqvHA1qfns3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/checkpoint.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/close.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/experimental.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/features.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/importresolver.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/listener.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/memory.go
2025-08-20T21:12:21.8518848Z [00:03:48.810]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T21:12:21.8530279Z [00:03:48.811]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/81/81b32721651e58642996be7c4e5983739007847a2b0855538c86e53c4dc56826-d # internal
2025-08-20T21:12:21.8536225Z [00:03:48.811]➜  github.com/tetratelabs/wazero/sys
2025-08-20T21:12:21.8536565Z [00:03:48.811]➜  mkdir -p $WORK/b2012/
2025-08-20T21:12:21.8539999Z [00:03:48.812]➜  cat >/tmp/go-build2720400589/b2012/importcfg << 'EOF' # internal
2025-08-20T21:12:21.8540380Z [00:03:48.812]➜  # import config
2025-08-20T21:12:21.8540736Z [00:03:48.812]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:21.8565660Z [00:03:48.812]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:21.8566306Z [00:03:48.812]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:21.8566747Z [00:03:48.812]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:21.8567068Z [00:03:48.812]➜  EOF
2025-08-20T21:12:21.8569993Z [00:03:48.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys=>github.com/tetratelabs/wazero@v1.9.0/sys;$WORK/b2012=>" -p github.com/tetratelabs/wazero/sys -lang=go1.22 -complete -installsuffix shared -buildid PdXNePv5Entf7tSITCCG/PdXNePv5Entf7tSITCCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys/error.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys/stat.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys/stat_linux.go
2025-08-20T21:12:21.8951070Z [00:03:48.853]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T21:12:21.8959798Z [00:03:48.854]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/c3/c3f3f06c9e706196366d6d364cb75029ed6e7603821518a1588afa6ea9e7ac21-d # internal
2025-08-20T21:12:21.8990009Z [00:03:48.857]➜  github.com/tetratelabs/wazero/experimental/sys
2025-08-20T21:12:21.8990959Z [00:03:48.857]➜  mkdir -p $WORK/b2011/
2025-08-20T21:12:21.9013939Z [00:03:48.859]➜  cat >/tmp/go-build2720400589/b2011/importcfg << 'EOF' # internal
2025-08-20T21:12:21.9015057Z [00:03:48.859]➜  # import config
2025-08-20T21:12:21.9016061Z [00:03:48.859]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:21.9017253Z [00:03:48.859]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:21.9018112Z [00:03:48.859]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:21.9018690Z [00:03:48.859]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:21.9019109Z [00:03:48.859]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:21.9019516Z [00:03:48.859]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:21.9019931Z [00:03:48.859]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:21.9020371Z [00:03:48.859]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:21.9020687Z [00:03:48.859]➜  EOF
2025-08-20T21:12:21.9026902Z [00:03:48.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys=>github.com/tetratelabs/wazero@v1.9.0/experimental/sys;$WORK/b2011=>" -p github.com/tetratelabs/wazero/experimental/sys -lang=go1.22 -complete -installsuffix shared -buildid SE57Dh5hnoHRvkSz8j8L/SE57Dh5hnoHRvkSz8j8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2011/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/dir.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/error.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/oflag.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/syscall_errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/syscall_errno_notwindows.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/time.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental/sys/unimplemented.go
2025-08-20T21:12:21.9699745Z [00:03:48.928]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T21:12:21.9723618Z [00:03:48.930]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/8e/8e3f0f8007e0c4917c3b0ca3998bb4e164387ebe0fce6ccfe40f1cfbdd6408d9-d # internal
2025-08-20T21:12:21.9734911Z [00:03:48.931]➜  github.com/tetratelabs/wazero/internal/filecache
2025-08-20T21:12:21.9743647Z [00:03:48.932]➜  mkdir -p $WORK/b2014/
2025-08-20T21:12:21.9760859Z [00:03:48.934]➜  cat >/tmp/go-build2720400589/b2014/importcfg << 'EOF' # internal
2025-08-20T21:12:21.9761767Z [00:03:48.934]➜  # import config
2025-08-20T21:12:21.9763025Z [00:03:48.934]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:21.9763631Z [00:03:48.934]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:21.9764085Z [00:03:48.934]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:21.9764694Z [00:03:48.934]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:21.9765105Z [00:03:48.934]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:21.9765513Z [00:03:48.934]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:21.9765956Z [00:03:48.934]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:21.9766294Z [00:03:48.934]➜  EOF
2025-08-20T21:12:21.9777688Z [00:03:48.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/filecache=>github.com/tetratelabs/wazero@v1.9.0/internal/filecache;$WORK/b2014=>" -p github.com/tetratelabs/wazero/internal/filecache -lang=go1.22 -complete -installsuffix shared -buildid xNPhCuLG0LEXV-uAofld/xNPhCuLG0LEXV-uAofld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/filecache/compilationcache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/filecache/file_cache.go
2025-08-20T21:12:22.0432940Z [00:03:49.001]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T21:12:22.0446220Z [00:03:49.002]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/55/555f2bae1665bd3fe4ce4128aa31bd6bf851f443dd6c413b62c25310e85b799c-d # internal
2025-08-20T21:12:22.0451780Z [00:03:49.003]➜  github.com/tetratelabs/wazero/internal/leb128
2025-08-20T21:12:22.0457637Z [00:03:49.003]➜  mkdir -p $WORK/b2015/
2025-08-20T21:12:22.0472688Z [00:03:49.005]➜  cat >/tmp/go-build2720400589/b2015/importcfg << 'EOF' # internal
2025-08-20T21:12:22.0473205Z [00:03:49.005]➜  # import config
2025-08-20T21:12:22.0473596Z [00:03:49.005]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.0474021Z [00:03:49.005]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.0474578Z [00:03:49.005]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.0474907Z [00:03:49.005]➜  EOF
2025-08-20T21:12:22.0482045Z [00:03:49.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/leb128=>github.com/tetratelabs/wazero@v1.9.0/internal/leb128;$WORK/b2015=>" -p github.com/tetratelabs/wazero/internal/leb128 -lang=go1.22 -complete -installsuffix shared -buildid SAdg9mQlwwvtMj1c97W9/SAdg9mQlwwvtMj1c97W9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/leb128/leb128.go
2025-08-20T21:12:22.0839996Z [00:03:49.042]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12
2025-08-20T21:12:22.0844903Z [00:03:49.042]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/ugorji/go/codec -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.12=>github.com/ugorji/go/codec@v1.2.12;$WORK/b2003=>" -I $WORK/b2003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b2003/helper.o ./helper.s
2025-08-20T21:12:22.0864594Z [00:03:49.044]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T21:12:22.0866263Z [00:03:49.045]➜  go tool pack r $WORK/b2003/_pkg_.a $WORK/b2003/helper.o # internal
2025-08-20T21:12:22.0869042Z [00:03:49.045]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T21:12:22.0882087Z [00:03:49.046]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/cd/cd09f03b2d35e763b9534aadf93aebe4f1bb8a5cddc0d6b82c03f91a546de74f-d # internal
2025-08-20T21:12:22.0884649Z [00:03:49.046]➜  github.com/tetratelabs/wazero/internal/ieee754
2025-08-20T21:12:22.0885397Z [00:03:49.046]➜  mkdir -p $WORK/b2018/
2025-08-20T21:12:22.0897975Z [00:03:49.048]➜  cat >/tmp/go-build2720400589/b2018/importcfg << 'EOF' # internal
2025-08-20T21:12:22.0899338Z [00:03:49.048]➜  # import config
2025-08-20T21:12:22.0901254Z [00:03:49.048]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:22.0902283Z [00:03:49.048]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.0902812Z [00:03:49.048]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:22.0903421Z [00:03:49.048]➜  EOF
2025-08-20T21:12:22.0903678Z [00:03:49.048]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:22.0906034Z [00:03:49.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2018/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/ieee754=>github.com/tetratelabs/wazero@v1.9.0/internal/ieee754;$WORK/b2018=>" -p github.com/tetratelabs/wazero/internal/ieee754 -lang=go1.22 -complete -installsuffix shared -buildid QK7MVMYlarWR5dDPEKyT/QK7MVMYlarWR5dDPEKyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2018/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/ieee754/ieee754.go
2025-08-20T21:12:22.1057695Z [00:03:49.064]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T21:12:22.1068566Z [00:03:49.065]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/12/1204260f791e8308c8e532475b96ba5b29f9d867c12e14076fed37f8cabacc6d-d # internal
2025-08-20T21:12:22.1071681Z [00:03:49.065]➜  github.com/tetratelabs/wazero/internal/fsapi
2025-08-20T21:12:22.1072422Z [00:03:49.065]➜  mkdir -p $WORK/b2021/
2025-08-20T21:12:22.1083541Z [00:03:49.066]➜  cat >/tmp/go-build2720400589/b2021/importcfg << 'EOF' # internal
2025-08-20T21:12:22.1083963Z [00:03:49.066]➜  # import config
2025-08-20T21:12:22.1084596Z [00:03:49.066]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:22.1085105Z [00:03:49.066]➜  EOF
2025-08-20T21:12:22.1087807Z [00:03:49.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/fsapi=>github.com/tetratelabs/wazero@v1.9.0/internal/fsapi;$WORK/b2021=>" -p github.com/tetratelabs/wazero/internal/fsapi -lang=go1.22 -complete -installsuffix shared -buildid BCxnyZq_0YAsyhEOEUe_/BCxnyZq_0YAsyhEOEUe_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2021/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/fsapi/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/fsapi/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/fsapi/unimplemented.go
2025-08-20T21:12:22.1228981Z [00:03:49.081]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/3e/3eaf8fd418e7e4c158659fc97ade5fd2deb7f6766c84745558b5a76a09ddf373-d # internal
2025-08-20T21:12:22.1237586Z [00:03:49.081]➜  github.com/gammazero/nexus/v3/transport/serialize
2025-08-20T21:12:22.1238440Z [00:03:49.082]➜  mkdir -p $WORK/b2002/
2025-08-20T21:12:22.1249447Z [00:03:49.083]➜  cat >/tmp/go-build2720400589/b2002/importcfg << 'EOF' # internal
2025-08-20T21:12:22.1251894Z [00:03:49.083]➜  # import config
2025-08-20T21:12:22.1252718Z [00:03:49.083]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:22.1254932Z [00:03:49.083]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.1256077Z [00:03:49.083]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.1258733Z [00:03:49.083]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:22.1259346Z [00:03:49.083]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build2720400589/b2003/_pkg_.a
2025-08-20T21:12:22.1259838Z [00:03:49.083]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:22.1260267Z [00:03:49.083]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.1260581Z [00:03:49.083]➜  EOF
2025-08-20T21:12:22.1263826Z [00:03:49.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/serialize=>github.com/gammazero/nexus/v3@v3.2.2/transport/serialize;$WORK/b2002=>" -p github.com/gammazero/nexus/v3/transport/serialize -lang=go1.20 -complete -installsuffix shared -buildid GktJSDeXPsNvPNfPDatB/GktJSDeXPsNvPNfPDatB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/serialize/cborserializer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/serialize/jsonserializer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/serialize/msgpackserializer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/serialize/serializer.go
2025-08-20T21:12:22.1409831Z [00:03:49.099]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T21:12:22.1416610Z [00:03:49.099]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/f3/f3eaa437c2eecfd5bee0387674e8c10ab6db8220437c44095cca2b00330d5833-d # internal
2025-08-20T21:12:22.1431973Z [00:03:49.101]➜  github.com/tetratelabs/wazero/internal/platform
2025-08-20T21:12:22.1437402Z [00:03:49.102]➜  mkdir -p $WORK/b2022/
2025-08-20T21:12:22.1450832Z [00:03:49.103]➜  echo -n > $WORK/b2022/go_asm.h # internal
2025-08-20T21:12:22.1456998Z [00:03:49.103]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T21:12:22.1460745Z [00:03:49.103]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/platform -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform=>github.com/tetratelabs/wazero@v1.9.0/internal/platform;$WORK/b2022=>" -I $WORK/b2022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b2022/symabis ./cpuid_arm64.s
2025-08-20T21:12:22.1567209Z [00:03:49.115]➜  cat >/tmp/go-build2720400589/b2022/importcfg << 'EOF' # internal
2025-08-20T21:12:22.1569692Z [00:03:49.115]➜  # import config
2025-08-20T21:12:22.1570471Z [00:03:49.115]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:22.1571336Z [00:03:49.115]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:22.1572757Z [00:03:49.115]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:22.1589265Z [00:03:49.115]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.1590090Z [00:03:49.115]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:22.1590751Z [00:03:49.115]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:22.1592024Z [00:03:49.115]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:22.1592469Z [00:03:49.115]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:22.1592892Z [00:03:49.115]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:22.1593311Z [00:03:49.115]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:22.1593941Z [00:03:49.115]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.1594662Z [00:03:49.115]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:22.1595185Z [00:03:49.115]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:22.1595610Z [00:03:49.115]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.1595916Z [00:03:49.115]➜  EOF
2025-08-20T21:12:22.1596164Z [00:03:49.115]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:22.1601424Z [00:03:49.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform=>github.com/tetratelabs/wazero@v1.9.0/internal/platform;$WORK/b2022=>" -p github.com/tetratelabs/wazero/internal/platform -lang=go1.22 -installsuffix shared -buildid Eb-hO2ZDqkGT-nJJ4AJp/Eb-hO2ZDqkGT-nJJ4AJp -goversion go1.25.0 -symabis $WORK/b2022/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2022/importcfg -pack -asmhdr $WORK/b2022/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/cpuid.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/cpuid_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/crypto.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mmap_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mmap_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/mprotect_syscall.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/path.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/platform.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/time.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform/time_cgo.go
2025-08-20T21:12:22.1960368Z [00:03:49.154]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T21:12:22.1965318Z [00:03:49.154]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/platform -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform=>github.com/tetratelabs/wazero@v1.9.0/internal/platform;$WORK/b2022=>" -I $WORK/b2022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b2022/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T21:12:22.2031719Z [00:03:49.161]➜  go tool pack r $WORK/b2022/_pkg_.a $WORK/b2022/cpuid_arm64.o # internal
2025-08-20T21:12:22.2042580Z [00:03:49.161]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T21:12:22.2043287Z [00:03:49.161]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/2f/2f1191f2958d5a8455fb86348dbbcda07864378d6ecdc631fa98855d9df2e6bc-d # internal
2025-08-20T21:12:22.2043897Z [00:03:49.162]➜  github.com/tetratelabs/wazero/internal/sock
2025-08-20T21:12:22.2044223Z [00:03:49.162]➜  mkdir -p $WORK/b2023/
2025-08-20T21:12:22.2044800Z [00:03:49.162]➜  cat >/tmp/go-build2720400589/b2023/importcfg << 'EOF' # internal
2025-08-20T21:12:22.2045158Z [00:03:49.162]➜  # import config
2025-08-20T21:12:22.2045496Z [00:03:49.162]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.2046080Z [00:03:49.162]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:22.2046640Z [00:03:49.162]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:22.2047071Z [00:03:49.162]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:22.2047390Z [00:03:49.162]➜  EOF
2025-08-20T21:12:22.2070326Z [00:03:49.165]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:22.2075033Z [00:03:49.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sock=>github.com/tetratelabs/wazero@v1.9.0/internal/sock;$WORK/b2023=>" -p github.com/tetratelabs/wazero/internal/sock -lang=go1.22 -complete -installsuffix shared -buildid YRO_jphCZEfIBRL137ub/YRO_jphCZEfIBRL137ub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2023/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sock/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sock/sock_supported.go
2025-08-20T21:12:22.2077237Z [00:03:49.165]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T21:12:22.2080309Z [00:03:49.166]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/fe/fe0b22b78db5ac27190a92b58ca50cdfc76b460ac91a0c0a139a2340005eee65-d # internal
2025-08-20T21:12:22.2098845Z [00:03:49.168]➜  github.com/gammazero/nexus/v3/transport
2025-08-20T21:12:22.2100035Z [00:03:49.168]➜  mkdir -p $WORK/b2001/
2025-08-20T21:12:22.2102131Z [00:03:49.168]➜  cat >/tmp/go-build2720400589/b2001/importcfg << 'EOF' # internal
2025-08-20T21:12:22.2104664Z [00:03:49.168]➜  # import config
2025-08-20T21:12:22.2106006Z [00:03:49.168]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:22.2106729Z [00:03:49.168]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:22.2107562Z [00:03:49.168]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.2108217Z [00:03:49.168]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.2109069Z [00:03:49.168]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build2720400589/b2000/_pkg_.a
2025-08-20T21:12:22.2110286Z [00:03:49.168]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build2720400589/b2002/_pkg_.a
2025-08-20T21:12:22.2111249Z [00:03:49.168]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:22.2112092Z [00:03:49.168]➜  packagefile github.com/gorilla/websocket=/tmp/go-build2720400589/b2004/_pkg_.a
2025-08-20T21:12:22.2113092Z [00:03:49.168]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.2113499Z [00:03:49.168]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:22.2113930Z [00:03:49.168]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:22.2114643Z [00:03:49.168]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:22.2115143Z [00:03:49.168]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.2115723Z [00:03:49.168]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:22.2116165Z [00:03:49.168]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.2116473Z [00:03:49.168]➜  EOF
2025-08-20T21:12:22.2119327Z [00:03:49.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport=>github.com/gammazero/nexus/v3@v3.2.2/transport;$WORK/b2001=>" -p github.com/gammazero/nexus/v3/transport -lang=go1.20 -complete -installsuffix shared -buildid qDMSzQKFajVgrcpJoIX2/qDMSzQKFajVgrcpJoIX2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2001/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/doc.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/localpeer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/rawsocketpeer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/transport/websocketpeer.go
2025-08-20T21:12:22.2840363Z [00:03:49.242]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T21:12:22.2848470Z [00:03:49.243]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/73/733bfa81d2c4bc8d847e332bb345bca4f5a620dfd1a42ee646c8f27462fc4799-d # internal
2025-08-20T21:12:22.2852264Z [00:03:49.243]➜  github.com/tetratelabs/wazero/internal/sysfs
2025-08-20T21:12:22.2867259Z [00:03:49.245]➜  mkdir -p $WORK/b2024/
2025-08-20T21:12:22.2870345Z [00:03:49.245]➜  cat >/tmp/go-build2720400589/b2024/importcfg << 'EOF' # internal
2025-08-20T21:12:22.2873906Z [00:03:49.245]➜  # import config
2025-08-20T21:12:22.2876841Z [00:03:49.245]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.2877637Z [00:03:49.245]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:22.2878441Z [00:03:49.245]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2720400589/b2021/_pkg_.a
2025-08-20T21:12:22.2879178Z [00:03:49.245]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2720400589/b2022/_pkg_.a
2025-08-20T21:12:22.2879898Z [00:03:49.245]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2720400589/b2023/_pkg_.a
2025-08-20T21:12:22.2880553Z [00:03:49.245]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:22.2881049Z [00:03:49.245]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.2881460Z [00:03:49.245]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:22.2881869Z [00:03:49.245]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:22.2882279Z [00:03:49.245]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:22.2882688Z [00:03:49.245]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:22.2883114Z [00:03:49.245]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:22.2883535Z [00:03:49.245]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.2883840Z [00:03:49.245]➜  EOF
2025-08-20T21:12:22.2897342Z [00:03:49.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs=>github.com/tetratelabs/wazero@v1.9.0/internal/sysfs;$WORK/b2024=>" -p github.com/tetratelabs/wazero/internal/sysfs -lang=go1.22 -complete -installsuffix shared -buildid k_KMrmaJoo_f3kJZBd9u/k_KMrmaJoo_f3kJZBd9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2024/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/adapter.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/datasync_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/dir.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/dirfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/dirfs_supported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/file_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/futimens.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/futimens_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/ino.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/nonblock_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/oflag.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/open_file_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/open_file_notwindows.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/osfile.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/poll_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/readfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/rename.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/sock_supported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/sock_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/stat.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/stat_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/sync.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/sysfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sysfs/unlink.go
2025-08-20T21:12:22.3354037Z [00:03:49.293]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T21:12:22.3381238Z [00:03:49.296]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/59/5976b6a28ff701d5c2c3d84c4a6fb170a0a7604d38275b5c060103ba2f176998-d # internal
2025-08-20T21:12:22.3390228Z [00:03:49.297]➜  github.com/gammazero/nexus/v3/router
2025-08-20T21:12:22.3393575Z [00:03:49.297]➜  mkdir -p $WORK/b1995/
2025-08-20T21:12:22.3420129Z [00:03:49.298]➜  cat >/tmp/go-build2720400589/b1995/importcfg << 'EOF' # internal
2025-08-20T21:12:22.3420516Z [00:03:49.298]➜  # import config
2025-08-20T21:12:22.3420858Z [00:03:49.298]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:22.3421312Z [00:03:49.298]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:22.3421765Z [00:03:49.298]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:22.3422247Z [00:03:49.298]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:22.3422699Z [00:03:49.298]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.3423115Z [00:03:49.298]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.3423670Z [00:03:49.298]➜  packagefile github.com/gammazero/nexus/v3/router/auth=/tmp/go-build2720400589/b1996/_pkg_.a
2025-08-20T21:12:22.3425253Z [00:03:49.298]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build2720400589/b2000/_pkg_.a
2025-08-20T21:12:22.3426193Z [00:03:49.298]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build2720400589/b2001/_pkg_.a
2025-08-20T21:12:22.3426900Z [00:03:49.298]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build2720400589/b2002/_pkg_.a
2025-08-20T21:12:22.3427579Z [00:03:49.298]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:22.3428175Z [00:03:49.298]➜  packagefile github.com/gorilla/websocket=/tmp/go-build2720400589/b2004/_pkg_.a
2025-08-20T21:12:22.3428664Z [00:03:49.298]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.3429190Z [00:03:49.298]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:22.3429678Z [00:03:49.298]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:22.3430284Z [00:03:49.298]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:22.3430715Z [00:03:49.298]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:22.3431144Z [00:03:49.298]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:22.3431555Z [00:03:49.298]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:22.3431993Z [00:03:49.298]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:22.3432441Z [00:03:49.298]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:22.3432866Z [00:03:49.298]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:22.3433296Z [00:03:49.298]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.3433718Z [00:03:49.298]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:22.3434123Z [00:03:49.298]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.3434653Z [00:03:49.298]➜  EOF
2025-08-20T21:12:22.3439410Z [00:03:49.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router=>github.com/gammazero/nexus/v3@v3.2.2/router;$WORK/b1995=>" -p github.com/gammazero/nexus/v3/router -lang=go1.20 -complete -installsuffix shared -buildid 9pFxxI26unwCaH3N8o_0/9pFxxI26unwCaH3N8o_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/authorizer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/broker.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/config.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/dealer.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/error.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/helpers.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/publishfilter.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/rawsocketserver.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/realm.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/router.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/router/websocketserver.go
2025-08-20T21:12:22.5271381Z [00:03:49.485]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T21:12:22.5400329Z [00:03:49.498]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/48/48f1eb7fbd97d865b6b6fdeca29441accd3d47f5fbcd8eb594540fd1ccf10ae9-d # internal
2025-08-20T21:12:22.5401936Z [00:03:49.498]➜  github.com/tetratelabs/wazero/internal/sys
2025-08-20T21:12:22.5408683Z [00:03:49.499]➜  mkdir -p $WORK/b2019/
2025-08-20T21:12:22.5418256Z [00:03:49.500]➜  cat >/tmp/go-build2720400589/b2019/importcfg << 'EOF' # internal
2025-08-20T21:12:22.5422334Z [00:03:49.500]➜  # import config
2025-08-20T21:12:22.5424546Z [00:03:49.500]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.5425361Z [00:03:49.500]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.5426547Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:22.5428092Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2720400589/b2020/_pkg_.a
2025-08-20T21:12:22.5428821Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2720400589/b2021/_pkg_.a
2025-08-20T21:12:22.5429541Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2720400589/b2022/_pkg_.a
2025-08-20T21:12:22.5430259Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2720400589/b2023/_pkg_.a
2025-08-20T21:12:22.5431131Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2720400589/b2024/_pkg_.a
2025-08-20T21:12:22.5431850Z [00:03:49.500]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:22.5432504Z [00:03:49.500]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.5432920Z [00:03:49.500]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:22.5433329Z [00:03:49.500]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:22.5433727Z [00:03:49.500]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:22.5434129Z [00:03:49.500]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.5434655Z [00:03:49.500]➜  EOF
2025-08-20T21:12:22.5437513Z [00:03:49.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sys=>github.com/tetratelabs/wazero@v1.9.0/internal/sys;$WORK/b2019=>" -p github.com/tetratelabs/wazero/internal/sys -lang=go1.22 -complete -installsuffix shared -buildid 1i7YQaVjh8569-7l-zpo/1i7YQaVjh8569-7l-zpo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2019/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sys/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sys/lazy.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sys/stdio.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/sys/sys.go
2025-08-20T21:12:22.7517946Z [00:03:49.709]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T21:12:22.7581803Z [00:03:49.716]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/ef/ef367f868b7c7f9b34c5ec522d1b830d2cec8f059b3bdc94cb419cc18e87e81d-d # internal
2025-08-20T21:12:22.7589217Z [00:03:49.716]➜  debug/dwarf
2025-08-20T21:12:22.7589512Z [00:03:49.716]➜  mkdir -p $WORK/b2026/
2025-08-20T21:12:22.7611067Z [00:03:49.719]➜  cat >/tmp/go-build2720400589/b2026/importcfg << 'EOF' # internal
2025-08-20T21:12:22.7612823Z [00:03:49.719]➜  # import config
2025-08-20T21:12:22.7615561Z [00:03:49.719]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:22.7616393Z [00:03:49.719]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:22.7617238Z [00:03:49.719]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.7617909Z [00:03:49.719]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.7618860Z [00:03:49.719]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:22.7619351Z [00:03:49.719]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:22.7619785Z [00:03:49.719]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:22.7620216Z [00:03:49.719]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:22.7620664Z [00:03:49.719]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.7620986Z [00:03:49.719]➜  EOF
2025-08-20T21:12:22.7623739Z [00:03:49.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2026/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b2026=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T21:12:22.8334474Z [00:03:49.791]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T21:12:22.8444850Z [00:03:49.802]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/58/58c59092e8a58d7b369fae2d66ecf87de3f102935e05778482014a7cd49c1ec1-d # internal
2025-08-20T21:12:22.8454178Z [00:03:49.803]➜  github.com/gammazero/nexus/v3/client
2025-08-20T21:12:22.8455662Z [00:03:49.803]➜  mkdir -p $WORK/b1994/
2025-08-20T21:12:22.8460610Z [00:03:49.804]➜  cat >/tmp/go-build2720400589/b1994/importcfg << 'EOF' # internal
2025-08-20T21:12:22.8461017Z [00:03:49.804]➜  # import config
2025-08-20T21:12:22.8461369Z [00:03:49.804]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:22.8461818Z [00:03:49.804]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:22.8462258Z [00:03:49.804]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:22.8462669Z [00:03:49.804]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:22.8463201Z [00:03:49.804]➜  packagefile github.com/gammazero/nexus/v3/router=/tmp/go-build2720400589/b1995/_pkg_.a
2025-08-20T21:12:22.8463847Z [00:03:49.804]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build2720400589/b2000/_pkg_.a
2025-08-20T21:12:22.8464760Z [00:03:49.804]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build2720400589/b2001/_pkg_.a
2025-08-20T21:12:22.8465542Z [00:03:49.804]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build2720400589/b2002/_pkg_.a
2025-08-20T21:12:22.8466227Z [00:03:49.804]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:22.8466732Z [00:03:49.804]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:22.8467147Z [00:03:49.804]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:22.8467557Z [00:03:49.804]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:22.8467964Z [00:03:49.804]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:22.8468650Z [00:03:49.804]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:22.8469132Z [00:03:49.804]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:22.8469550Z [00:03:49.804]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:22.8469862Z [00:03:49.804]➜  EOF
2025-08-20T21:12:22.8489449Z [00:03:49.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client=>github.com/gammazero/nexus/v3@v3.2.2/client;$WORK/b1994=>" -p github.com/gammazero/nexus/v3/client -lang=go1.20 -complete -installsuffix shared -buildid ib3Diw1WQQOBRh4_Aa-2/ib3Diw1WQQOBRh4_Aa-2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/client.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/config.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/const.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/error.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/local.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/network.go /root/go/pkg/mod/github.com/gammazero/nexus/v3@v3.2.2/client/roles.go
2025-08-20T21:12:23.0156078Z [00:03:49.973]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T21:12:23.0176691Z [00:03:49.975]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/28/284c95ffd22b03bf7418b7423f181abf41a58cafae46e7a853bbf3e1892d26e9-d # internal
2025-08-20T21:12:23.0209110Z [00:03:49.979]➜  github.com/jrnd-io/jr/pkg/producers/wamp
2025-08-20T21:12:23.0213803Z [00:03:49.979]➜  mkdir -p $WORK/b1993/
2025-08-20T21:12:23.0217304Z [00:03:49.979]➜  cat >/tmp/go-build2720400589/b1993/importcfg << 'EOF' # internal
2025-08-20T21:12:23.0220390Z [00:03:49.979]➜  # import config
2025-08-20T21:12:23.0221424Z [00:03:49.979]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:23.0221891Z [00:03:49.979]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:23.0222479Z [00:03:49.979]➜  packagefile github.com/gammazero/nexus/v3/client=/tmp/go-build2720400589/b1994/_pkg_.a
2025-08-20T21:12:23.0223344Z [00:03:49.980]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:23.0224083Z [00:03:49.980]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:23.0224758Z [00:03:49.980]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:23.0225079Z [00:03:49.980]➜  EOF
2025-08-20T21:12:23.0226835Z [00:03:49.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1993/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp=>github.com/jrnd-io/jr/pkg/producers/wamp;$WORK/b1993=>" -p github.com/jrnd-io/jr/pkg/producers/wamp -lang=go1.24 -complete -installsuffix shared -buildid ME5cOM3Y5aZ4AfzAEpNw/ME5cOM3Y5aZ4AfzAEpNw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1993/importcfg -pack ./pkg/producers/wamp/wampProducer.go
2025-08-20T21:12:23.0689138Z [00:03:50.027]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T21:12:23.0694541Z [00:03:50.027]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/09/0946f41824baec281b748b345a488803a86c2708fb93944fafef6a9c44494176-d # internal
2025-08-20T21:12:23.0696291Z [00:03:50.028]➜  github.com/tetratelabs/wazero/internal/version
2025-08-20T21:12:23.0699667Z [00:03:50.028]➜  mkdir -p $WORK/b2037/
2025-08-20T21:12:23.0700808Z [00:03:50.028]➜  cat >/tmp/go-build2720400589/b2037/importcfg << 'EOF' # internal
2025-08-20T21:12:23.0701634Z [00:03:50.028]➜  # import config
2025-08-20T21:12:23.0702313Z [00:03:50.028]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:23.0703287Z [00:03:50.028]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.0703878Z [00:03:50.028]➜  EOF
2025-08-20T21:12:23.0706872Z [00:03:50.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/version=>github.com/tetratelabs/wazero@v1.9.0/internal/version;$WORK/b2037=>" -p github.com/tetratelabs/wazero/internal/version -lang=go1.22 -complete -installsuffix shared -buildid n7K0lUH0q42mFKLPjE_K/n7K0lUH0q42mFKLPjE_K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2037/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/version/version.go
2025-08-20T21:12:23.0967091Z [00:03:50.055]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T21:12:23.0971402Z [00:03:50.055]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/b6/b6307c55c33e82373d2f427439ac6699bfdbd4ccbae57d8296609419de1a770a-d # internal
2025-08-20T21:12:23.0974985Z [00:03:50.055]➜  github.com/tetratelabs/wazero/internal/wasip1
2025-08-20T21:12:23.0975801Z [00:03:50.056]➜  mkdir -p $WORK/b2040/
2025-08-20T21:12:23.0980309Z [00:03:50.056]➜  cat >/tmp/go-build2720400589/b2040/importcfg << 'EOF' # internal
2025-08-20T21:12:23.0981641Z [00:03:50.056]➜  # import config
2025-08-20T21:12:23.0982109Z [00:03:50.056]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.0983462Z [00:03:50.056]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:23.0984044Z [00:03:50.056]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.0984610Z [00:03:50.056]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.0985320Z [00:03:50.056]➜  EOF
2025-08-20T21:12:23.0990811Z [00:03:50.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1=>github.com/tetratelabs/wazero@v1.9.0/internal/wasip1;$WORK/b2040=>" -p github.com/tetratelabs/wazero/internal/wasip1 -lang=go1.22 -complete -installsuffix shared -buildid r2kl89peG4BbpmidEZYW/r2kl89peG4BbpmidEZYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2040/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/args.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/environ.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/proc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/random.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/rights.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/sched.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasip1/wasi.go
2025-08-20T21:12:23.1270737Z [00:03:50.085]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T21:12:23.1299262Z [00:03:50.088]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T21:12:23.1318197Z [00:03:50.089]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/81/81323cf012eccfd7b3527747ecdff9c57c06aa20d29e9a9d7ff7c6345922c814-d # internal
2025-08-20T21:12:23.1342500Z [00:03:50.092]➜  github.com/spf13/pflag
2025-08-20T21:12:23.1342913Z [00:03:50.092]➜  mkdir -p $WORK/b2042/
2025-08-20T21:12:23.1343307Z [00:03:50.092]➜  cat >/tmp/go-build2720400589/b2042/importcfg << 'EOF' # internal
2025-08-20T21:12:23.1343679Z [00:03:50.092]➜  # import config
2025-08-20T21:12:23.1344019Z [00:03:50.092]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:23.1344744Z [00:03:50.092]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:23.1345230Z [00:03:50.092]➜  packagefile encoding/csv=/tmp/go-build2720400589/b210/_pkg_.a
2025-08-20T21:12:23.1345695Z [00:03:50.092]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:23.1346392Z [00:03:50.092]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.1346887Z [00:03:50.092]➜  packagefile flag=/tmp/go-build2720400589/b339/_pkg_.a
2025-08-20T21:12:23.1347305Z [00:03:50.092]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.1347718Z [00:03:50.092]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:23.1348121Z [00:03:50.092]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:23.1348527Z [00:03:50.092]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:23.1348943Z [00:03:50.092]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:23.1349355Z [00:03:50.092]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:23.1349774Z [00:03:50.092]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.1350201Z [00:03:50.092]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.1350626Z [00:03:50.092]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:23.1350935Z [00:03:50.092]➜  EOF
2025-08-20T21:12:23.1381320Z [00:03:50.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b2042=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid 2Qws1NvN_YkwYR0K2uQK/2Qws1NvN_YkwYR0K2uQK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint_slice.go
2025-08-20T21:12:23.1390021Z [00:03:50.094]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T21:12:23.1390649Z [00:03:50.094]➜  github.com/tetratelabs/wazero/internal/wasmdebug
2025-08-20T21:12:23.1390983Z [00:03:50.094]➜  mkdir -p $WORK/b2025/
2025-08-20T21:12:23.1391471Z [00:03:50.095]➜  cat >/tmp/go-build2720400589/b2025/importcfg << 'EOF' # internal
2025-08-20T21:12:23.1391924Z [00:03:50.095]➜  # import config
2025-08-20T21:12:23.1392299Z [00:03:50.095]➜  packagefile debug/dwarf=/tmp/go-build2720400589/b2026/_pkg_.a
2025-08-20T21:12:23.1392747Z [00:03:50.095]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.1393167Z [00:03:50.095]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.1393704Z [00:03:50.095]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:23.1414908Z [00:03:50.095]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2720400589/b2027/_pkg_.a
2025-08-20T21:12:23.1415802Z [00:03:50.095]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:23.1416321Z [00:03:50.095]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:23.1416737Z [00:03:50.095]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:23.1417208Z [00:03:50.095]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:23.1417656Z [00:03:50.095]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:23.1418080Z [00:03:50.095]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.1418514Z [00:03:50.095]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.1419217Z [00:03:50.095]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:23.1419529Z [00:03:50.095]➜  EOF
2025-08-20T21:12:23.1422038Z [00:03:50.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmdebug=>github.com/tetratelabs/wazero@v1.9.0/internal/wasmdebug;$WORK/b2025=>" -p github.com/tetratelabs/wazero/internal/wasmdebug -lang=go1.22 -complete -installsuffix shared -buildid bxEVIzVIqt5jitKf_ep0/bxEVIzVIqt5jitKf_ep0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2025/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmdebug/debug.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmdebug/dwarf.go
2025-08-20T21:12:23.1962076Z [00:03:50.154]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T21:12:23.1970713Z [00:03:50.155]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/73/739601cd84eb9787964b7625b3b3afa9ac56abe4d70ad028253923f2303854e7-d # internal
2025-08-20T21:12:23.1977271Z [00:03:50.155]➜  github.com/tetratelabs/wazero/internal/wasm
2025-08-20T21:12:23.1977697Z [00:03:50.156]➜  mkdir -p $WORK/b2017/
2025-08-20T21:12:23.1982332Z [00:03:50.156]➜  cat >/tmp/go-build2720400589/b2017/importcfg << 'EOF' # internal
2025-08-20T21:12:23.1985309Z [00:03:50.156]➜  # import config
2025-08-20T21:12:23.1985664Z [00:03:50.156]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:23.1986165Z [00:03:50.156]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:12:23.1986639Z [00:03:50.156]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:23.1987104Z [00:03:50.156]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:23.1987585Z [00:03:50.156]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:23.1988047Z [00:03:50.156]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.1988468Z [00:03:50.156]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.1988991Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:23.1989658Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:23.1990387Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:23.1991357Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2720400589/b2018/_pkg_.a
2025-08-20T21:12:23.1992184Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:23.1992912Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2720400589/b2015/_pkg_.a
2025-08-20T21:12:23.1993613Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2720400589/b2019/_pkg_.a
2025-08-20T21:12:23.1994474Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:23.1995282Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2720400589/b2027/_pkg_.a
2025-08-20T21:12:23.1995962Z [00:03:50.156]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:23.1996462Z [00:03:50.156]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:23.1996870Z [00:03:50.156]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:23.1997297Z [00:03:50.156]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:23.1997719Z [00:03:50.156]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:23.1998146Z [00:03:50.156]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.1998818Z [00:03:50.156]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.1999240Z [00:03:50.156]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:23.1999681Z [00:03:50.156]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:23.2000108Z [00:03:50.156]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:23.2000416Z [00:03:50.156]➜  EOF
2025-08-20T21:12:23.2029732Z [00:03:50.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm=>github.com/tetratelabs/wazero@v1.9.0/internal/wasm;$WORK/b2017=>" -p github.com/tetratelabs/wazero/internal/wasm -lang=go1.22 -complete -installsuffix shared -buildid LTpLUGVUDl5rK5uUzRxB/LTpLUGVUDl5rK5uUzRxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2017/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/counts.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/func_validation.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/function_definition.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/global.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/gofunc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/host.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/instruction.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/memory.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/memory_definition.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/module.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/module_instance.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/module_instance_lookup.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/store.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/store_module_list.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/table.go
2025-08-20T21:12:23.7566857Z [00:03:50.714]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T21:12:23.7733384Z [00:03:50.731]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T21:12:23.7742446Z [00:03:50.732]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/15/1573673c032792145228fd892eca14a86d08284b949bb114cd5fa93f7099dab8-d # internal
2025-08-20T21:12:23.7751193Z [00:03:50.732]➜  github.com/spf13/cobra
2025-08-20T21:12:23.7751786Z [00:03:50.732]➜  mkdir -p $WORK/b2041/
2025-08-20T21:12:23.7752291Z [00:03:50.733]➜  cat >/tmp/go-build2720400589/b2041/importcfg << 'EOF' # internal
2025-08-20T21:12:23.7752648Z [00:03:50.733]➜  # import config
2025-08-20T21:12:23.7753002Z [00:03:50.733]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:23.7753427Z [00:03:50.733]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:23.7753860Z [00:03:50.733]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.7754410Z [00:03:50.733]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.7754928Z [00:03:50.733]➜  packagefile github.com/spf13/pflag=/tmp/go-build2720400589/b2042/_pkg_.a
2025-08-20T21:12:23.7755391Z [00:03:50.733]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:23.7755783Z [00:03:50.733]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:23.7756227Z [00:03:50.733]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:23.7756678Z [00:03:50.733]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:23.7757108Z [00:03:50.733]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:23.7757784Z [00:03:50.733]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:23.7758213Z [00:03:50.733]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.7758864Z [00:03:50.733]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.7759284Z [00:03:50.733]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:23.7759725Z [00:03:50.733]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:12:23.7760162Z [00:03:50.733]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:23.7760578Z [00:03:50.733]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:23.7760895Z [00:03:50.733]➜  EOF
2025-08-20T21:12:23.7779491Z [00:03:50.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b2041=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid X6114ZP4a5pe0D_uMDFt/X6114ZP4a5pe0D_uMDFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T21:12:23.8579210Z [00:03:50.816]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T21:12:23.8639688Z [00:03:50.822]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/48/483d616399e0ed4c6302b5399d2cb5e30d85217d19239c762eeeefb46d4fd766-d # internal
2025-08-20T21:12:23.8673921Z [00:03:50.822]➜  github.com/tetratelabs/wazero/internal/engine/interpreter
2025-08-20T21:12:23.8675577Z [00:03:50.822]➜  mkdir -p $WORK/b2013/
2025-08-20T21:12:23.8675991Z [00:03:50.823]➜  cat >/tmp/go-build2720400589/b2013/importcfg << 'EOF' # internal
2025-08-20T21:12:23.8676343Z [00:03:50.823]➜  # import config
2025-08-20T21:12:23.8676674Z [00:03:50.823]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:23.8677362Z [00:03:50.823]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:23.8677878Z [00:03:50.823]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:23.8678345Z [00:03:50.823]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.8678772Z [00:03:50.823]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.8679294Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:23.8679964Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:23.8680686Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:23.8681424Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2720400589/b2014/_pkg_.a
2025-08-20T21:12:23.8682172Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:23.8682898Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2720400589/b2015/_pkg_.a
2025-08-20T21:12:23.8683648Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2720400589/b2016/_pkg_.a
2025-08-20T21:12:23.8684750Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:23.8685682Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:23.8686430Z [00:03:50.823]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2720400589/b2027/_pkg_.a
2025-08-20T21:12:23.8686995Z [00:03:50.823]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:23.8687422Z [00:03:50.823]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:23.8687862Z [00:03:50.823]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.8688283Z [00:03:50.823]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:23.8688586Z [00:03:50.823]➜  EOF
2025-08-20T21:12:23.8692506Z [00:03:50.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter;$WORK/b2013=>" -p github.com/tetratelabs/wazero/internal/engine/interpreter -lang=go1.22 -complete -installsuffix shared -buildid _WpOdXMClqzvYJcG8jYv/_WpOdXMClqzvYJcG8jYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2013/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter/compiler.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter/format.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter/interpreter.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter/operations.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/interpreter/signature.go
2025-08-20T21:12:23.9302310Z [00:03:50.888]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/20/20cf4d2d10e8b6b1a4898a4a71b6c0ea9287fc9071bdbffc3a9bd89962afb9d7-d # internal
2025-08-20T21:12:23.9310884Z [00:03:50.889]➜  github.com/jrnd-io/jr/pkg/producers/redis
2025-08-20T21:12:23.9327293Z [00:03:50.891]➜  mkdir -p $WORK/b1963/
2025-08-20T21:12:23.9337931Z [00:03:50.892]➜  cat >/tmp/go-build2720400589/b1963/importcfg << 'EOF' # internal
2025-08-20T21:12:23.9338648Z [00:03:50.892]➜  # import config
2025-08-20T21:12:23.9339376Z [00:03:50.892]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:23.9340365Z [00:03:50.892]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:23.9340892Z [00:03:50.892]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:23.9341663Z [00:03:50.892]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:23.9342154Z [00:03:50.892]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:23.9342789Z [00:03:50.892]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build2720400589/b1964/_pkg_.a
2025-08-20T21:12:23.9343419Z [00:03:50.892]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:23.9343900Z [00:03:50.892]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:23.9344415Z [00:03:50.892]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:23.9344900Z [00:03:50.892]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:23.9345331Z [00:03:50.892]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:23.9345747Z [00:03:50.892]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:23.9346055Z [00:03:50.892]➜  EOF
2025-08-20T21:12:23.9348168Z [00:03:50.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1963/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis=>github.com/jrnd-io/jr/pkg/producers/redis;$WORK/b1963=>" -p github.com/jrnd-io/jr/pkg/producers/redis -lang=go1.24 -complete -installsuffix shared -buildid lAWZu81R5vkLKMZ2BEzj/lAWZu81R5vkLKMZ2BEzj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/importcfg -pack ./pkg/producers/redis/jsonWriter.go ./pkg/producers/redis/redisProducer.go
2025-08-20T21:12:24.0168234Z [00:03:50.975]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T21:12:24.0180646Z [00:03:50.976]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/c6/c6d490ee62c04ba1cb8be241756a8c28b60595456d20c6703614d842a9c15550-d # internal
2025-08-20T21:12:24.0184950Z [00:03:50.976]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
2025-08-20T21:12:24.0185407Z [00:03:50.976]➜  mkdir -p $WORK/b2032/
2025-08-20T21:12:24.0189450Z [00:03:50.977]➜  cat >/tmp/go-build2720400589/b2032/importcfg << 'EOF' # internal
2025-08-20T21:12:24.0191017Z [00:03:50.977]➜  # import config
2025-08-20T21:12:24.0192428Z [00:03:50.977]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:24.0192914Z [00:03:50.977]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:24.0193370Z [00:03:50.977]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.0193950Z [00:03:50.977]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:24.0194635Z [00:03:50.977]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:24.0195060Z [00:03:50.977]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.0195478Z [00:03:50.977]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.0195899Z [00:03:50.977]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.0196309Z [00:03:50.977]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.0196621Z [00:03:50.977]➜  EOF
2025-08-20T21:12:24.0202466Z [00:03:50.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi;$WORK/b2032=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi -lang=go1.22 -complete -installsuffix shared -buildid YGelDGSCuR1TTUHkf9ux/YGelDGSCuR1TTUHkf9ux -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2032/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/debug_options.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/exitcode.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/offsetdata.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/perfmap.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/perfmap_disabled.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/pool.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/ptr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/queue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/wazevoapi/resetmap.go
2025-08-20T21:12:24.0381504Z [00:03:50.996]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T21:12:24.0387022Z [00:03:50.997]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T21:12:24.0425316Z [00:03:51.000]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/37/377275ceb7f0c0f7bbee5c61a74e513e698c674de6427e8cae93dc181eb92947-d # internal
2025-08-20T21:12:24.0431304Z [00:03:51.001]➜  github.com/tetratelabs/wazero/internal/wasm/binary
2025-08-20T21:12:24.0431707Z [00:03:51.001]➜  mkdir -p $WORK/b2038/
2025-08-20T21:12:24.0437734Z [00:03:51.002]➜  cat >/tmp/go-build2720400589/b2038/importcfg << 'EOF' # internal
2025-08-20T21:12:24.0438189Z [00:03:51.002]➜  # import config
2025-08-20T21:12:24.0464604Z [00:03:51.002]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:24.0465403Z [00:03:51.002]➜  packagefile debug/dwarf=/tmp/go-build2720400589/b2026/_pkg_.a
2025-08-20T21:12:24.0466251Z [00:03:51.002]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.0466864Z [00:03:51.002]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.0467394Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:24.0468061Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:24.0468766Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2720400589/b2018/_pkg_.a
2025-08-20T21:12:24.0469486Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2720400589/b2015/_pkg_.a
2025-08-20T21:12:24.0470189Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:24.0470901Z [00:03:51.002]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:24.0471461Z [00:03:51.002]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:24.0471872Z [00:03:51.002]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:24.0472308Z [00:03:51.002]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:24.0472645Z [00:03:51.002]➜  EOF
2025-08-20T21:12:24.0480641Z [00:03:51.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary=>github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary;$WORK/b2038=>" -p github.com/tetratelabs/wazero/internal/wasm/binary -lang=go1.22 -complete -installsuffix shared -buildid 1pTeS2v1Xa9nzE50KZmR/1pTeS2v1Xa9nzE50KZmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2038/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/code.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/const_expr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/custom.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/data.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/decoder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/element.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/errors.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/export.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/function.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/global.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/header.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/import.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/limits.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/memory.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/names.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/section.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/table.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasm/binary/value.go
2025-08-20T21:12:24.0621670Z [00:03:51.020]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T21:12:24.0637838Z [00:03:51.022]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/da/da7986b119457c737c9251b126f23e110c22381b5313b808d2b4d8609423fd52-d # internal
2025-08-20T21:12:24.0649726Z [00:03:51.023]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/ssa
2025-08-20T21:12:24.0650315Z [00:03:51.023]➜  mkdir -p $WORK/b2031/
2025-08-20T21:12:24.0660215Z [00:03:51.024]➜  cat >/tmp/go-build2720400589/b2031/importcfg << 'EOF' # internal
2025-08-20T21:12:24.0661094Z [00:03:51.024]➜  # import config
2025-08-20T21:12:24.0662078Z [00:03:51.024]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.0662818Z [00:03:51.024]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:24.0663791Z [00:03:51.024]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:24.0664218Z [00:03:51.024]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:24.0664805Z [00:03:51.024]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:24.0665236Z [00:03:51.024]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.0665669Z [00:03:51.024]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.0665997Z [00:03:51.024]➜  EOF
2025-08-20T21:12:24.0688357Z [00:03:51.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa;$WORK/b2031=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/ssa -lang=go1.22 -complete -installsuffix shared -buildid sqE0JV_kHBx4Mtc0zg4t/sqE0JV_kHBx4Mtc0zg4t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2031/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/basic_block.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/basic_block_sort.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/builder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/cmp.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/funcref.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/instructions.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/pass.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/pass_blk_layouts.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/pass_cfg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/signature.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/ssa.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/type.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/ssa/vs.go
2025-08-20T21:12:24.1215524Z [00:03:51.079]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/a1/a1798dd0f7ea7d9e131422bb7c20d04b72991ca8d3d4bd1cb6595d3c1be1b146-d # internal
2025-08-20T21:12:24.1250382Z [00:03:51.083]➜  github.com/jrnd-io/jr/pkg/producers/s3
2025-08-20T21:12:24.1256860Z [00:03:51.083]➜  mkdir -p $WORK/b1973/
2025-08-20T21:12:24.1266298Z [00:03:51.084]➜  cat >/tmp/go-build2720400589/b1973/importcfg << 'EOF' # internal
2025-08-20T21:12:24.1269080Z [00:03:51.084]➜  # import config
2025-08-20T21:12:24.1269465Z [00:03:51.084]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:24.1269897Z [00:03:51.084]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:24.1270361Z [00:03:51.084]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:24.1270897Z [00:03:51.084]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:24.1271491Z [00:03:51.084]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2720400589/b234/_pkg_.a
2025-08-20T21:12:24.1272114Z [00:03:51.084]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build2720400589/b1974/_pkg_.a
2025-08-20T21:12:24.1272700Z [00:03:51.084]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:24.1273239Z [00:03:51.084]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:24.1273941Z [00:03:51.084]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.1274662Z [00:03:51.084]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.1274989Z [00:03:51.084]➜  EOF
2025-08-20T21:12:24.1288768Z [00:03:51.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1973/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3=>github.com/jrnd-io/jr/pkg/producers/s3;$WORK/b1973=>" -p github.com/jrnd-io/jr/pkg/producers/s3 -lang=go1.24 -complete -installsuffix shared -buildid tD0531eWzMJ0hv2-9aWC/tD0531eWzMJ0hv2-9aWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/importcfg -pack ./pkg/producers/s3/s3Producer.go
2025-08-20T21:12:24.1353630Z [00:03:51.091]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T21:12:24.1354574Z [00:03:51.093]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/31/31de02ba0d716e6788eeb8a2a47ee9cc563dcb5fb3def8d30946e42e4d17a3a9-d # internal
2025-08-20T21:12:24.1359913Z [00:03:51.093]➜  github.com/fsnotify/fsnotify/internal
2025-08-20T21:12:24.1360280Z [00:03:51.093]➜  mkdir -p $WORK/b2045/
2025-08-20T21:12:24.1360674Z [00:03:51.094]➜  cat >/tmp/go-build2720400589/b2045/importcfg << 'EOF' # internal
2025-08-20T21:12:24.1361029Z [00:03:51.094]➜  # import config
2025-08-20T21:12:24.1361362Z [00:03:51.094]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.1361832Z [00:03:51.094]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:12:24.1362291Z [00:03:51.094]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.1362712Z [00:03:51.094]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.1363145Z [00:03:51.094]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:24.1363573Z [00:03:51.094]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.1363886Z [00:03:51.094]➜  EOF
2025-08-20T21:12:24.1366809Z [00:03:51.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal=>github.com/fsnotify/fsnotify@v1.9.0/internal;$WORK/b2045=>" -p github.com/fsnotify/fsnotify/internal -lang=go1.17 -complete -installsuffix shared -buildid u4Mu1lq9XeY7xAmU1yzb/u4Mu1lq9XeY7xAmU1yzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/debug_linux.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/internal.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix2.go
2025-08-20T21:12:24.1719617Z [00:03:51.130]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T21:12:24.1739852Z [00:03:51.132]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/db/db2d83c2b4a171d0cf97c8e8477379fe67f5619bd46f752fe5f9be635bb4496e-d # internal
2025-08-20T21:12:24.1748141Z [00:03:51.133]➜  github.com/go-viper/mapstructure/v2/internal/errors
2025-08-20T21:12:24.1755525Z [00:03:51.133]➜  mkdir -p $WORK/b2047/
2025-08-20T21:12:24.1766078Z [00:03:51.134]➜  cat >/tmp/go-build2720400589/b2047/importcfg << 'EOF' # internal
2025-08-20T21:12:24.1771548Z [00:03:51.134]➜  # import config
2025-08-20T21:12:24.1773623Z [00:03:51.134]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.1773993Z [00:03:51.134]➜  EOF
2025-08-20T21:12:24.1776911Z [00:03:51.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors=>github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors;$WORK/b2047=>" -p github.com/go-viper/mapstructure/v2/internal/errors -lang=go1.18 -complete -installsuffix shared -buildid FSAGlrqXoSgrUPv0TxA5/FSAGlrqXoSgrUPv0TxA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2047/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/internal/errors/join.go
2025-08-20T21:12:24.1845701Z [00:03:51.142]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T21:12:24.1851938Z [00:03:51.143]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/44/44e574c95aa67f8d7aa5cf8e5523666b73f677b6bd1ecae44976ede3d2b82dc3-d # internal
2025-08-20T21:12:24.1858485Z [00:03:51.143]➜  github.com/fsnotify/fsnotify
2025-08-20T21:12:24.1858814Z [00:03:51.144]➜  mkdir -p $WORK/b2044/
2025-08-20T21:12:24.1863955Z [00:03:51.144]➜  cat >/tmp/go-build2720400589/b2044/importcfg << 'EOF' # internal
2025-08-20T21:12:24.1864912Z [00:03:51.144]➜  # import config
2025-08-20T21:12:24.1865363Z [00:03:51.144]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.1868206Z [00:03:51.144]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.1868772Z [00:03:51.144]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build2720400589/b2045/_pkg_.a
2025-08-20T21:12:24.1869472Z [00:03:51.144]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:12:24.1869998Z [00:03:51.144]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:24.1870413Z [00:03:51.144]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:24.1870826Z [00:03:51.144]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.1871267Z [00:03:51.144]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:24.1871716Z [00:03:51.144]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.1872136Z [00:03:51.144]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.1872549Z [00:03:51.144]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.1872857Z [00:03:51.144]➜  EOF
2025-08-20T21:12:24.1875497Z [00:03:51.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0=>github.com/fsnotify/fsnotify@v1.9.0;$WORK/b2044=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid eIxHa8q-4mcE0hHfmeBt/eIxHa8q-4mcE0hHfmeBt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/fsnotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/shared.go
2025-08-20T21:12:24.2133223Z [00:03:51.171]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T21:12:24.2139918Z [00:03:51.171]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/e0/e0462aefbdc9ddbae9bb9a24359e72c5bb97e68402728932cedcdd1bb863ee13-d # internal
2025-08-20T21:12:24.2140588Z [00:03:51.171]➜  github.com/go-viper/mapstructure/v2
2025-08-20T21:12:24.2140928Z [00:03:51.171]➜  mkdir -p $WORK/b2046/
2025-08-20T21:12:24.2141311Z [00:03:51.171]➜  cat >/tmp/go-build2720400589/b2046/importcfg << 'EOF' # internal
2025-08-20T21:12:24.2141671Z [00:03:51.171]➜  # import config
2025-08-20T21:12:24.2142029Z [00:03:51.171]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:24.2142497Z [00:03:51.171]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:24.2143287Z [00:03:51.171]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.2143708Z [00:03:51.171]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.2144541Z [00:03:51.171]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build2720400589/b2047/_pkg_.a
2025-08-20T21:12:24.2145176Z [00:03:51.171]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:24.2145607Z [00:03:51.171]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:12:24.2146052Z [00:03:51.171]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:24.2146478Z [00:03:51.171]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:24.2147047Z [00:03:51.171]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:24.2147675Z [00:03:51.171]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.2148100Z [00:03:51.171]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.2148528Z [00:03:51.171]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.2148834Z [00:03:51.171]➜  EOF
2025-08-20T21:12:24.2151299Z [00:03:51.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1=>github.com/go-viper/mapstructure/v2@v2.2.1;$WORK/b2046=>" -p github.com/go-viper/mapstructure/v2 -lang=go1.18 -complete -installsuffix shared -buildid chqGX8zmrJj6RvCO6e6q/chqGX8zmrJj6RvCO6e6q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2046/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/decode_hooks.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/mapstructure.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.2.1/reflect_go1_20.go
2025-08-20T21:12:24.3112703Z [00:03:51.269]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T21:12:24.3173754Z [00:03:51.275]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/48/48313fa89550530a19fab3744b0535dde1abf47f5a148377e10f56bb6914539c-d # internal
2025-08-20T21:12:24.3196589Z [00:03:51.275]➜  github.com/sourcegraph/conc/panics
2025-08-20T21:12:24.3196942Z [00:03:51.275]➜  mkdir -p $WORK/b2051/
2025-08-20T21:12:24.3197331Z [00:03:51.276]➜  cat >/tmp/go-build2720400589/b2051/importcfg << 'EOF' # internal
2025-08-20T21:12:24.3197681Z [00:03:51.276]➜  # import config
2025-08-20T21:12:24.3198014Z [00:03:51.276]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.3198752Z [00:03:51.276]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:24.3199268Z [00:03:51.276]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:24.3199740Z [00:03:51.276]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:24.3200080Z [00:03:51.276]➜  EOF
2025-08-20T21:12:24.3202206Z [00:03:51.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics=>github.com/sourcegraph/conc@v0.3.0/panics;$WORK/b2051=>" -p github.com/sourcegraph/conc/panics -lang=go1.19 -complete -installsuffix shared -buildid HzxH2HCsoFH0bCsJu8Hs/HzxH2HCsoFH0bCsJu8Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2051/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/panics.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/try.go
2025-08-20T21:12:24.3638552Z [00:03:51.322]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T21:12:24.3680045Z [00:03:51.326]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/82/828a02e90227d1b4044a90e17dae034df201b57bdb5752b811aaac4af6ac5067-d # internal
2025-08-20T21:12:24.3710348Z [00:03:51.329]➜  github.com/sourcegraph/conc
2025-08-20T21:12:24.3711037Z [00:03:51.329]➜  mkdir -p $WORK/b2050/
2025-08-20T21:12:24.3711702Z [00:03:51.329]➜  cat >/tmp/go-build2720400589/b2050/importcfg << 'EOF' # internal
2025-08-20T21:12:24.3712549Z [00:03:51.329]➜  # import config
2025-08-20T21:12:24.3713168Z [00:03:51.329]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build2720400589/b2051/_pkg_.a
2025-08-20T21:12:24.3713825Z [00:03:51.329]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.3715110Z [00:03:51.329]➜  EOF
2025-08-20T21:12:24.3717081Z [00:03:51.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0=>github.com/sourcegraph/conc@v0.3.0;$WORK/b2050=>" -p github.com/sourcegraph/conc -lang=go1.19 -complete -installsuffix shared -buildid 8f-M9dXbjEUGew891sz1/8f-M9dXbjEUGew891sz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2050/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/waitgroup.go
2025-08-20T21:12:24.4093429Z [00:03:51.367]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T21:12:24.4095079Z [00:03:51.367]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/90/90dddb76e82dd3beb05a3aa45613aa759e5d0f5751920e6cf1c44cd80c61afc4-d # internal
2025-08-20T21:12:24.4097831Z [00:03:51.368]➜  github.com/sourcegraph/conc/internal/multierror
2025-08-20T21:12:24.4098207Z [00:03:51.368]➜  mkdir -p $WORK/b2052/
2025-08-20T21:12:24.4102022Z [00:03:51.368]➜  cat >/tmp/go-build2720400589/b2052/importcfg << 'EOF' # internal
2025-08-20T21:12:24.4104143Z [00:03:51.368]➜  # import config
2025-08-20T21:12:24.4104606Z [00:03:51.368]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.4104970Z [00:03:51.368]➜  EOF
2025-08-20T21:12:24.4107153Z [00:03:51.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror=>github.com/sourcegraph/conc@v0.3.0/internal/multierror;$WORK/b2052=>" -p github.com/sourcegraph/conc/internal/multierror -lang=go1.19 -complete -installsuffix shared -buildid zRcurVuCrvOCMgIwAVLi/zRcurVuCrvOCMgIwAVLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2052/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror/multierror_go120.go
2025-08-20T21:12:24.4327458Z [00:03:51.390]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T21:12:24.4347602Z [00:03:51.393]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T21:12:24.4354421Z [00:03:51.393]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/68/68991a4b903eaef78f3449f2ea1dd567857ed30a527d3fc7962f27690a61705e-d # internal
2025-08-20T21:12:24.4363951Z [00:03:51.394]➜  github.com/sourcegraph/conc/iter
2025-08-20T21:12:24.4364705Z [00:03:51.394]➜  mkdir -p $WORK/b2049/
2025-08-20T21:12:24.4369738Z [00:03:51.395]➜  cat >/tmp/go-build2720400589/b2049/importcfg << 'EOF' # internal
2025-08-20T21:12:24.4370587Z [00:03:51.395]➜  # import config
2025-08-20T21:12:24.4372175Z [00:03:51.395]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build2720400589/b2050/_pkg_.a
2025-08-20T21:12:24.4373183Z [00:03:51.395]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build2720400589/b2052/_pkg_.a
2025-08-20T21:12:24.4374115Z [00:03:51.395]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:24.4375176Z [00:03:51.395]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.4375666Z [00:03:51.395]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:24.4375998Z [00:03:51.395]➜  EOF
2025-08-20T21:12:24.4397972Z [00:03:51.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter=>github.com/sourcegraph/conc@v0.3.0/iter;$WORK/b2049=>" -p github.com/sourcegraph/conc/iter -lang=go1.19 -complete -installsuffix shared -buildid oZZm_wNdmyUuiETq-n2h/oZZm_wNdmyUuiETq-n2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2049/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/iter.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/map.go
2025-08-20T21:12:24.4403939Z [00:03:51.397]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/12/12f2ee7571cecf06888e07c7b3b7ccb8ea0c2ef54cff73eb387973f09029a5b5-d # internal
2025-08-20T21:12:24.4404789Z [00:03:51.398]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc
2025-08-20T21:12:24.4410919Z [00:03:51.399]➜  mkdir -p $WORK/b2030/
2025-08-20T21:12:24.4411338Z [00:03:51.399]➜  cat >/tmp/go-build2720400589/b2030/importcfg << 'EOF' # internal
2025-08-20T21:12:24.4411686Z [00:03:51.399]➜  # import config
2025-08-20T21:12:24.4412012Z [00:03:51.399]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.4412643Z [00:03:51.399]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:24.4413691Z [00:03:51.399]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:24.4414648Z [00:03:51.399]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:24.4415097Z [00:03:51.399]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.4415413Z [00:03:51.399]➜  EOF
2025-08-20T21:12:24.4419116Z [00:03:51.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc;$WORK/b2030=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc -lang=go1.22 -complete -installsuffix shared -buildid Gu3WT-RGsbSbwJSG4Ozx/Gu3WT-RGsbSbwJSG4Ozx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2030/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc/api.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc/regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/regalloc/regset.go
2025-08-20T21:12:24.4508437Z [00:03:51.409]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T21:12:24.4513670Z [00:03:51.409]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/59/59438294e28d90a303a064b882fbd48bddd057c73307400ba262fa1cf4da0ac7-d # internal
2025-08-20T21:12:24.4517199Z [00:03:51.409]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/frontend
2025-08-20T21:12:24.4548020Z [00:03:51.413]➜  mkdir -p $WORK/b2034/
2025-08-20T21:12:24.4555121Z [00:03:51.413]➜  cat >/tmp/go-build2720400589/b2034/importcfg << 'EOF' # internal
2025-08-20T21:12:24.4555566Z [00:03:51.413]➜  # import config
2025-08-20T21:12:24.4555916Z [00:03:51.413]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:24.4556374Z [00:03:51.413]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:24.4556823Z [00:03:51.413]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.4557348Z [00:03:51.413]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:24.4558066Z [00:03:51.413]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:24.4558887Z [00:03:51.413]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:24.4559663Z [00:03:51.413]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2720400589/b2015/_pkg_.a
2025-08-20T21:12:24.4560365Z [00:03:51.413]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:24.4560911Z [00:03:51.413]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:24.4561335Z [00:03:51.413]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:24.4561766Z [00:03:51.413]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:24.4562381Z [00:03:51.413]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.4562695Z [00:03:51.413]➜  EOF
2025-08-20T21:12:24.4566426Z [00:03:51.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend;$WORK/b2034=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/frontend -lang=go1.22 -complete -installsuffix shared -buildid evGKsNb56vuYLN5W_yEJ/evGKsNb56vuYLN5W_yEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2034/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend/frontend.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend/lower.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend/misc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/frontend/sort_id.go
2025-08-20T21:12:24.4893631Z [00:03:51.447]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T21:12:24.4903767Z [00:03:51.448]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/ad/adc903167371020e0ae810a8a9fab43e445dd8bb304882322768ea7da4fb874d-d # internal
2025-08-20T21:12:24.4914168Z [00:03:51.448]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend
2025-08-20T21:12:24.4914731Z [00:03:51.448]➜  mkdir -p $WORK/b2029/
2025-08-20T21:12:24.4915122Z [00:03:51.449]➜  cat >/tmp/go-build2720400589/b2029/importcfg << 'EOF' # internal
2025-08-20T21:12:24.4915503Z [00:03:51.449]➜  # import config
2025-08-20T21:12:24.4915852Z [00:03:51.449]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:24.4916284Z [00:03:51.449]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.4916977Z [00:03:51.449]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2720400589/b2030/_pkg_.a
2025-08-20T21:12:24.4917842Z [00:03:51.449]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:24.4918675Z [00:03:51.449]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:24.4919191Z [00:03:51.449]➜  EOF
2025-08-20T21:12:24.4924043Z [00:03:51.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend;$WORK/b2029=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend -lang=go1.22 -complete -installsuffix shared -buildid ue4aZEp_gkV-EwAPAVfn/ue4aZEp_gkV-EwAPAVfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/backend.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/compiler.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/compiler_lower.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/vdef.go
2025-08-20T21:12:24.5047365Z [00:03:51.462]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T21:12:24.5069186Z [00:03:51.465]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/6b/6be07bdc70ebc1f182cfda8a398be9fc213ab23ecacae0ba2fb4ae38b5cfc418-d # internal
2025-08-20T21:12:24.5078592Z [00:03:51.465]➜  github.com/spf13/afero/internal/common
2025-08-20T21:12:24.5078935Z [00:03:51.465]➜  mkdir -p $WORK/b2054/
2025-08-20T21:12:24.5079651Z [00:03:51.465]➜  cat >/tmp/go-build2720400589/b2054/importcfg << 'EOF' # internal
2025-08-20T21:12:24.5080005Z [00:03:51.465]➜  # import config
2025-08-20T21:12:24.5080343Z [00:03:51.465]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:24.5080653Z [00:03:51.465]➜  EOF
2025-08-20T21:12:24.5082745Z [00:03:51.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common=>github.com/spf13/afero@v1.14.0/internal/common;$WORK/b2054=>" -p github.com/spf13/afero/internal/common -lang=go1.23 -complete -installsuffix shared -buildid CRHcFTAVW0fRHZe9xxbd/CRHcFTAVW0fRHZe9xxbd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2054/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common/adapters.go
2025-08-20T21:12:24.5206055Z [00:03:51.478]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T21:12:24.5210998Z [00:03:51.479]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/52/524c52fcc3158311669f16d56c8d7b086688d8d06ce16ca1a78d07ecafe188d8-d # internal
2025-08-20T21:12:24.5211631Z [00:03:51.479]➜  github.com/spf13/afero/mem
2025-08-20T21:12:24.5211915Z [00:03:51.479]➜  mkdir -p $WORK/b2055/
2025-08-20T21:12:24.5212847Z [00:03:51.479]➜  cat >/tmp/go-build2720400589/b2055/importcfg << 'EOF' # internal
2025-08-20T21:12:24.5213560Z [00:03:51.479]➜  # import config
2025-08-20T21:12:24.5214123Z [00:03:51.479]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:24.5215045Z [00:03:51.479]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.5215913Z [00:03:51.479]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build2720400589/b2054/_pkg_.a
2025-08-20T21:12:24.5216705Z [00:03:51.479]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:24.5217377Z [00:03:51.479]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:24.5217913Z [00:03:51.479]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.5218718Z [00:03:51.479]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:24.5219381Z [00:03:51.479]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:24.5220460Z [00:03:51.479]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.5221514Z [00:03:51.479]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:24.5221961Z [00:03:51.479]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.5222272Z [00:03:51.479]➜  EOF
2025-08-20T21:12:24.5225140Z [00:03:51.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem=>github.com/spf13/afero@v1.14.0/mem;$WORK/b2055=>" -p github.com/spf13/afero/mem -lang=go1.23 -complete -installsuffix shared -buildid NqsvtEAWJM6In6UOTVFM/NqsvtEAWJM6In6UOTVFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dir.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dirmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/file.go
2025-08-20T21:12:24.5759345Z [00:03:51.534]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T21:12:24.5770697Z [00:03:51.535]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/09/09f67d82ecd7f5e0df56cc09ed88d42c0770faa3e02ca0bdc99a53da7370d3c9-d # internal
2025-08-20T21:12:24.5774827Z [00:03:51.535]➜  golang.org/x/text/runes
2025-08-20T21:12:24.5775132Z [00:03:51.535]➜  mkdir -p $WORK/b2056/
2025-08-20T21:12:24.5785724Z [00:03:51.536]➜  cat >/tmp/go-build2720400589/b2056/importcfg << 'EOF' # internal
2025-08-20T21:12:24.5786391Z [00:03:51.536]➜  # import config
2025-08-20T21:12:24.5787167Z [00:03:51.536]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:24.5788217Z [00:03:51.536]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:24.5788719Z [00:03:51.536]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:24.5789447Z [00:03:51.536]➜  EOF
2025-08-20T21:12:24.5791382Z [00:03:51.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2056/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/runes=>golang.org/x/text@v0.24.0/runes;$WORK/b2056=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid mIjnw3BkKS9Gtv2mAo75/mIjnw3BkKS9Gtv2mAo75 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/runes/runes.go
2025-08-20T21:12:24.5897039Z [00:03:51.548]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T21:12:24.5923068Z [00:03:51.550]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/30/302b2c49fbe3fd49328d4ebafcb017d2e2bf5053799427f22a21869014aed1a6-d # internal
2025-08-20T21:12:24.5931033Z [00:03:51.551]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64
2025-08-20T21:12:24.5931572Z [00:03:51.551]➜  mkdir -p $WORK/b2033/
2025-08-20T21:12:24.5934684Z [00:03:51.551]➜  echo -n > $WORK/b2033/go_asm.h # internal
2025-08-20T21:12:24.5937404Z [00:03:51.551]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T21:12:24.5939534Z [00:03:51.552]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b2033=>" -I $WORK/b2033/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b2033/symabis ./abi_entry_arm64.s
2025-08-20T21:12:24.5966854Z [00:03:51.554]➜  cat >/tmp/go-build2720400589/b2033/importcfg << 'EOF' # internal
2025-08-20T21:12:24.5967754Z [00:03:51.554]➜  # import config
2025-08-20T21:12:24.5969157Z [00:03:51.554]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:24.5970365Z [00:03:51.554]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:24.5970865Z [00:03:51.554]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.5971503Z [00:03:51.554]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2720400589/b2029/_pkg_.a
2025-08-20T21:12:24.5972381Z [00:03:51.554]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2720400589/b2030/_pkg_.a
2025-08-20T21:12:24.5973524Z [00:03:51.554]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:24.5974602Z [00:03:51.554]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:24.5975427Z [00:03:51.554]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:24.5976000Z [00:03:51.554]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:24.5976419Z [00:03:51.554]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:24.5976840Z [00:03:51.554]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:24.5977258Z [00:03:51.554]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.5977688Z [00:03:51.554]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.5978004Z [00:03:51.554]➜  EOF
2025-08-20T21:12:24.5978262Z [00:03:51.554]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:24.5988268Z [00:03:51.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b2033=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -lang=go1.22 -installsuffix shared -buildid JrqUwTvx0HHB0OkpLBUv/JrqUwTvx0HHB0OkpLBUv -goversion go1.25.0 -symabis $WORK/b2033/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2033/importcfg -pack -asmhdr $WORK/b2033/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_preamble.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/abi_go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/cond.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/instr_encoding.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_constant.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_instr_operands.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/lower_mem.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_pro_epi_logue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/machine_relocation.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64/unwind_stack.go
2025-08-20T21:12:24.6228161Z [00:03:51.581]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T21:12:24.6277307Z [00:03:51.581]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/8a/8a4299e18016201362646675bd8113325848717a044893530dc9ea6e676fcf6f-d # internal
2025-08-20T21:12:24.6278147Z [00:03:51.582]➜  github.com/spf13/afero
2025-08-20T21:12:24.6278437Z [00:03:51.582]➜  mkdir -p $WORK/b2053/
2025-08-20T21:12:24.6278813Z [00:03:51.582]➜  cat >/tmp/go-build2720400589/b2053/importcfg << 'EOF' # internal
2025-08-20T21:12:24.6279413Z [00:03:51.582]➜  # import config
2025-08-20T21:12:24.6279833Z [00:03:51.582]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:24.6280268Z [00:03:51.582]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.6280694Z [00:03:51.582]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.6281234Z [00:03:51.582]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build2720400589/b2054/_pkg_.a
2025-08-20T21:12:24.6281846Z [00:03:51.582]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build2720400589/b2055/_pkg_.a
2025-08-20T21:12:24.6282394Z [00:03:51.582]➜  packagefile golang.org/x/text/runes=/tmp/go-build2720400589/b2056/_pkg_.a
2025-08-20T21:12:24.6282953Z [00:03:51.582]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:24.6283529Z [00:03:51.582]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b230/_pkg_.a
2025-08-20T21:12:24.6284021Z [00:03:51.582]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:24.6284616Z [00:03:51.582]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:24.6285046Z [00:03:51.582]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:24.6285473Z [00:03:51.582]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:24.6285889Z [00:03:51.582]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:24.6286496Z [00:03:51.582]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:24.6286944Z [00:03:51.582]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:24.6287388Z [00:03:51.582]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:24.6287810Z [00:03:51.582]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:24.6288226Z [00:03:51.582]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:24.6288649Z [00:03:51.582]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.6289072Z [00:03:51.582]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.6289581Z [00:03:51.582]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:24.6290136Z [00:03:51.582]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:24.6290552Z [00:03:51.582]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.6290976Z [00:03:51.582]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:24.6291288Z [00:03:51.582]➜  EOF
2025-08-20T21:12:24.6298242Z [00:03:51.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0=>github.com/spf13/afero@v1.14.0;$WORK/b2053=>" -p github.com/spf13/afero -lang=go1.23 -complete -installsuffix shared -buildid hgBu6h5tVkP08t1y2si8/hgBu6h5tVkP08t1y2si8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/afero.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/basepath.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/cacheOnReadFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/const_win_unix.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/copyOnWriteFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/httpFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/iofs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/ioutil.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/lstater.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/match.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/memmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/os.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/path.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/readonlyfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/regexpfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/symlink.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/unionFile.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/util.go
2025-08-20T21:12:24.8607998Z [00:03:51.818]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T21:12:24.8654127Z [00:03:51.823]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/88/88507cd5142491ec4bfb32eaa9c4ffd6b2bb6ad38efaa71fde5b895e1a27c064-d # internal
2025-08-20T21:12:24.8655022Z [00:03:51.823]➜  github.com/sagikazarmark/locafero
2025-08-20T21:12:24.8657714Z [00:03:51.823]➜  mkdir -p $WORK/b2048/
2025-08-20T21:12:24.8662997Z [00:03:51.824]➜  cat >/tmp/go-build2720400589/b2048/importcfg << 'EOF' # internal
2025-08-20T21:12:24.8663765Z [00:03:51.824]➜  # import config
2025-08-20T21:12:24.8664508Z [00:03:51.824]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.8665299Z [00:03:51.824]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.8666979Z [00:03:51.824]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build2720400589/b2049/_pkg_.a
2025-08-20T21:12:24.8667591Z [00:03:51.824]➜  packagefile github.com/spf13/afero=/tmp/go-build2720400589/b2053/_pkg_.a
2025-08-20T21:12:24.8668068Z [00:03:51.824]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:24.8668521Z [00:03:51.824]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:24.8668988Z [00:03:51.824]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.8669306Z [00:03:51.824]➜  EOF
2025-08-20T21:12:24.8672314Z [00:03:51.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0=>github.com/sagikazarmark/locafero@v0.9.0;$WORK/b2048=>" -p github.com/sagikazarmark/locafero -lang=go1.23 -complete -installsuffix shared -buildid cvNSq4Cp9satT7RPXr1z/cvNSq4Cp9satT7RPXr1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2048/importcfg -pack /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/file_type.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/finder.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/glob.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/helpers.go
2025-08-20T21:12:24.9058579Z [00:03:51.864]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T21:12:24.9075487Z [00:03:51.865]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/46/46da954b14ea72c522e827669d7c8133e629b53a397146796ff0a43268b5d7c6-d # internal
2025-08-20T21:12:24.9085499Z [00:03:51.866]➜  github.com/spf13/cast
2025-08-20T21:12:24.9092222Z [00:03:51.867]➜  mkdir -p $WORK/b2057/
2025-08-20T21:12:24.9126558Z [00:03:51.870]➜  cat >/tmp/go-build2720400589/b2057/importcfg << 'EOF' # internal
2025-08-20T21:12:24.9127490Z [00:03:51.870]➜  # import config
2025-08-20T21:12:24.9127941Z [00:03:51.870]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:24.9128412Z [00:03:51.871]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:24.9128834Z [00:03:51.871]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:24.9129303Z [00:03:51.871]➜  packagefile html/template=/tmp/go-build2720400589/b1251/_pkg_.a
2025-08-20T21:12:24.9129768Z [00:03:51.871]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:24.9130200Z [00:03:51.871]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:24.9130637Z [00:03:51.871]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:24.9131067Z [00:03:51.871]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:24.9131374Z [00:03:51.871]➜  EOF
2025-08-20T21:12:24.9133734Z [00:03:51.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.7.1=>github.com/spf13/cast@v1.7.1;$WORK/b2057=>" -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/b2057/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/caste.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/timeformattype_string.go
2025-08-20T21:12:25.0290028Z [00:03:51.987]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T21:12:25.0314030Z [00:03:51.989]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/ae/ae89949675679e80e337d42294e3dbf7363cd50ed668cd43bcfa44f73e38eeb7-d # internal
2025-08-20T21:12:25.0349155Z [00:03:51.993]➜  golang.org/x/text/encoding
2025-08-20T21:12:25.0349664Z [00:03:51.993]➜  mkdir -p $WORK/b2061/
2025-08-20T21:12:25.0353849Z [00:03:51.993]➜  cat >/tmp/go-build2720400589/b2061/importcfg << 'EOF' # internal
2025-08-20T21:12:25.0354219Z [00:03:51.993]➜  # import config
2025-08-20T21:12:25.0354670Z [00:03:51.993]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.0355279Z [00:03:51.993]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2720400589/b2062/_pkg_.a
2025-08-20T21:12:25.0355946Z [00:03:51.993]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:25.0356428Z [00:03:51.993]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.0356854Z [00:03:51.993]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:25.0357315Z [00:03:51.993]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:25.0357651Z [00:03:51.993]➜  EOF
2025-08-20T21:12:25.0370352Z [00:03:51.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2061/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding=>golang.org/x/text@v0.24.0/encoding;$WORK/b2061=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid THQGvXOE-OVkfUTQPVru/THQGvXOE-OVkfUTQPVru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/encoding.go
2025-08-20T21:12:25.1041301Z [00:03:52.062]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T21:12:25.1053259Z [00:03:52.063]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/4b/4bc6fefa8d74f52b1baef510c82d0a30bea9259742a85502b2a37e0249d68b4c-d # internal
2025-08-20T21:12:25.1054337Z [00:03:52.063]➜  golang.org/x/text/encoding/internal
2025-08-20T21:12:25.1054867Z [00:03:52.063]➜  mkdir -p $WORK/b2063/
2025-08-20T21:12:25.1059877Z [00:03:52.064]➜  cat >/tmp/go-build2720400589/b2063/importcfg << 'EOF' # internal
2025-08-20T21:12:25.1060263Z [00:03:52.064]➜  # import config
2025-08-20T21:12:25.1060685Z [00:03:52.064]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2720400589/b2061/_pkg_.a
2025-08-20T21:12:25.1061346Z [00:03:52.064]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2720400589/b2062/_pkg_.a
2025-08-20T21:12:25.1061992Z [00:03:52.064]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:25.1062370Z [00:03:52.064]➜  EOF
2025-08-20T21:12:25.1072929Z [00:03:52.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2063/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal=>golang.org/x/text@v0.24.0/encoding/internal;$WORK/b2063=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid uoS2hOp7kCC2kAMfhjBj/uoS2hOp7kCC2kAMfhjBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2063/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/internal/internal.go
2025-08-20T21:12:25.1337620Z [00:03:52.091]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T21:12:25.1343033Z [00:03:52.092]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/c2/c22f2cc01fc7aa9996143d5ffa5acac2456a57b82263a1eff838aaf046a272be-d # internal
2025-08-20T21:12:25.1343703Z [00:03:52.092]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:12:25.1349749Z [00:03:52.093]➜  mkdir -p $WORK/b2060/
2025-08-20T21:12:25.1351815Z [00:03:52.093]➜  cat >/tmp/go-build2720400589/b2060/importcfg << 'EOF' # internal
2025-08-20T21:12:25.1352618Z [00:03:52.093]➜  # import config
2025-08-20T21:12:25.1355069Z [00:03:52.093]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.1356910Z [00:03:52.093]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.1357874Z [00:03:52.093]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2720400589/b2061/_pkg_.a
2025-08-20T21:12:25.1358810Z [00:03:52.093]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2720400589/b2063/_pkg_.a
2025-08-20T21:12:25.1360017Z [00:03:52.093]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2720400589/b2062/_pkg_.a
2025-08-20T21:12:25.1360772Z [00:03:52.093]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2720400589/b2064/_pkg_.a
2025-08-20T21:12:25.1361382Z [00:03:52.093]➜  packagefile golang.org/x/text/runes=/tmp/go-build2720400589/b2056/_pkg_.a
2025-08-20T21:12:25.1361944Z [00:03:52.093]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:25.1362488Z [00:03:52.093]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:25.1362957Z [00:03:52.093]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:25.1363299Z [00:03:52.093]➜  EOF
2025-08-20T21:12:25.1365617Z [00:03:52.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2060/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/unicode=>golang.org/x/text@v0.24.0/encoding/unicode;$WORK/b2060=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid GChyMHiLYb8WkggkVT-l/GChyMHiLYb8WkggkVT-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2060/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/encoding/unicode/unicode.go
2025-08-20T21:12:25.2070243Z [00:03:52.165]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T21:12:25.2079770Z [00:03:52.166]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/b4/b4f5930822de1be816c260f523d5016d8b3aa3215cf09693acc54bf49e67c19c-d # internal
2025-08-20T21:12:25.2080401Z [00:03:52.166]➜  github.com/subosito/gotenv
2025-08-20T21:12:25.2085368Z [00:03:52.166]➜  mkdir -p $WORK/b2059/
2025-08-20T21:12:25.2085983Z [00:03:52.166]➜  cat >/tmp/go-build2720400589/b2059/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2086573Z [00:03:52.166]➜  # import config
2025-08-20T21:12:25.2086934Z [00:03:52.166]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:25.2087351Z [00:03:52.166]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.2087765Z [00:03:52.166]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.2088292Z [00:03:52.166]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2720400589/b2060/_pkg_.a
2025-08-20T21:12:25.2088893Z [00:03:52.166]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:25.2089371Z [00:03:52.166]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.2089776Z [00:03:52.166]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:25.2090223Z [00:03:52.166]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:25.2090675Z [00:03:52.166]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:25.2091092Z [00:03:52.166]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:25.2091519Z [00:03:52.166]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:25.2091947Z [00:03:52.166]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:25.2092264Z [00:03:52.166]➜  EOF
2025-08-20T21:12:25.2094173Z [00:03:52.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0=>github.com/subosito/gotenv@v1.6.0;$WORK/b2059=>" -p github.com/subosito/gotenv -lang=go1.18 -complete -installsuffix shared -buildid RcFUOOJ-6okBwnUKvY9o/RcFUOOJ-6okBwnUKvY9o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2059/importcfg -pack /root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0/gotenv.go
2025-08-20T21:12:25.2239867Z [00:03:52.182]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T21:12:25.2404153Z [00:03:52.198]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/22/2289879114b2a35c9bff7f86b43c0785d20343ec685ede666418e2120d5f0fe2-d # internal
2025-08-20T21:12:25.2414690Z [00:03:52.198]➜  github.com/spf13/viper/internal/encoding/json
2025-08-20T21:12:25.2415052Z [00:03:52.198]➜  mkdir -p $WORK/b2065/
2025-08-20T21:12:25.2415438Z [00:03:52.198]➜  cat >/tmp/go-build2720400589/b2065/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2415789Z [00:03:52.198]➜  # import config
2025-08-20T21:12:25.2416155Z [00:03:52.198]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:25.2416495Z [00:03:52.198]➜  EOF
2025-08-20T21:12:25.2418588Z [00:03:52.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json=>github.com/spf13/viper@v1.20.1/internal/encoding/json;$WORK/b2065=>" -p github.com/spf13/viper/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid 1Gu99zE03b1LWdyW3l02/1Gu99zE03b1LWdyW3l02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json/codec.go
2025-08-20T21:12:25.2543781Z [00:03:52.211]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T21:12:25.2545783Z [00:03:52.212]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/b6/b6287373a97a606b594c43cc9d23af4c3482783256e6af9f186093e4e8d25bef-d # internal
2025-08-20T21:12:25.2546426Z [00:03:52.212]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T21:12:25.2546767Z [00:03:52.212]➜  mkdir -p $WORK/b2069/
2025-08-20T21:12:25.2547167Z [00:03:52.212]➜  cat >/tmp/go-build2720400589/b2069/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2547539Z [00:03:52.212]➜  # import config
2025-08-20T21:12:25.2547874Z [00:03:52.212]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.2548552Z [00:03:52.212]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:25.2549038Z [00:03:52.212]➜  EOF
2025-08-20T21:12:25.2551558Z [00:03:52.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger=>github.com/pelletier/go-toml/v2@v2.2.4/internal/danger;$WORK/b2069=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.21 -complete -installsuffix shared -buildid lUCXc1RNGbt2liI6Q6LE/lUCXc1RNGbt2liI6Q6LE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2069/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger/danger.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger/typeid.go
2025-08-20T21:12:25.2587722Z [00:03:52.216]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T21:12:25.2596123Z [00:03:52.217]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/30/30cdab7a98d30be6dd270b5efe1fd1cc8049e6dbd94874a205e4a99326c2dc0b-d # internal
2025-08-20T21:12:25.2596775Z [00:03:52.217]➜  github.com/spf13/viper/internal/encoding/dotenv
2025-08-20T21:12:25.2597121Z [00:03:52.217]➜  mkdir -p $WORK/b2058/
2025-08-20T21:12:25.2597500Z [00:03:52.217]➜  cat >/tmp/go-build2720400589/b2058/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2597856Z [00:03:52.217]➜  # import config
2025-08-20T21:12:25.2598193Z [00:03:52.217]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.2598606Z [00:03:52.217]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.2599079Z [00:03:52.217]➜  packagefile github.com/spf13/cast=/tmp/go-build2720400589/b2057/_pkg_.a
2025-08-20T21:12:25.2607427Z [00:03:52.217]➜  packagefile github.com/subosito/gotenv=/tmp/go-build2720400589/b2059/_pkg_.a
2025-08-20T21:12:25.2608216Z [00:03:52.217]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:25.2608705Z [00:03:52.217]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:25.2609031Z [00:03:52.217]➜  EOF
2025-08-20T21:12:25.2611451Z [00:03:52.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv=>github.com/spf13/viper@v1.20.1/internal/encoding/dotenv;$WORK/b2058=>" -p github.com/spf13/viper/internal/encoding/dotenv -lang=go1.21 -complete -installsuffix shared -buildid wrY3Yh_xMuwo6Ymiy1rt/wrY3Yh_xMuwo6Ymiy1rt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2058/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/codec.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/map_utils.go
2025-08-20T21:12:25.2848424Z [00:03:52.243]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T21:12:25.2853822Z [00:03:52.243]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/49/49d120179239c6afedc2fad542681757c01f1e45fca694b1fa8fb29011fc06fe-d # internal
2025-08-20T21:12:25.2857644Z [00:03:52.244]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T21:12:25.2857990Z [00:03:52.244]➜  mkdir -p $WORK/b2071/
2025-08-20T21:12:25.2861452Z [00:03:52.244]➜  cat >/tmp/go-build2720400589/b2071/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2863382Z [00:03:52.244]➜  # import config
2025-08-20T21:12:25.2863740Z [00:03:52.244]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.2864165Z [00:03:52.244]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.2864880Z [00:03:52.244]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build2720400589/b2068/_pkg_.a
2025-08-20T21:12:25.2865626Z [00:03:52.244]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build2720400589/b2069/_pkg_.a
2025-08-20T21:12:25.2866190Z [00:03:52.244]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:25.2866524Z [00:03:52.244]➜  EOF
2025-08-20T21:12:25.2870275Z [00:03:52.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable=>github.com/pelletier/go-toml/v2@v2.2.4/unstable;$WORK/b2071=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.21 -complete -installsuffix shared -buildid T74YBu3OF2aIBzTBwwwc/T74YBu3OF2aIBzTBwwwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2071/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/ast.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/builder.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/kind.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/scanner.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/unmarshaler.go
2025-08-20T21:12:25.2929409Z [00:03:52.251]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T21:12:25.2942606Z [00:03:52.252]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/29/292b6412379983d432eb57c811190797f44ae5bb7220697d188f18add865a7e8-d # internal
2025-08-20T21:12:25.2949181Z [00:03:52.252]➜  github.com/spf13/viper/internal/encoding/yaml
2025-08-20T21:12:25.2949542Z [00:03:52.252]➜  mkdir -p $WORK/b2072/
2025-08-20T21:12:25.2949923Z [00:03:52.252]➜  cat >/tmp/go-build2720400589/b2072/importcfg << 'EOF' # internal
2025-08-20T21:12:25.2950271Z [00:03:52.252]➜  # import config
2025-08-20T21:12:25.2950648Z [00:03:52.252]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2720400589/b1754/_pkg_.a
2025-08-20T21:12:25.2951901Z [00:03:52.252]➜  EOF
2025-08-20T21:12:25.2954236Z [00:03:52.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml=>github.com/spf13/viper@v1.20.1/internal/encoding/yaml;$WORK/b2072=>" -p github.com/spf13/viper/internal/encoding/yaml -lang=go1.21 -complete -installsuffix shared -buildid jX-KqlySsrAxJC8uOY1X/jX-KqlySsrAxJC8uOY1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2072/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml/codec.go
2025-08-20T21:12:25.3209365Z [00:03:52.279]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T21:12:25.3212789Z [00:03:52.279]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/be/be211f663b439c72daff9bed254dbed38d0d3186534a1a27f48accebd3519078-d # internal
2025-08-20T21:12:25.3788314Z [00:03:52.337]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T21:12:25.3793941Z [00:03:52.337]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/8c/8cba868904d62cec25fd42c29c2a1173afd92d828a921eedd80671ffb1da84f4-d # internal
2025-08-20T21:12:25.3798333Z [00:03:52.338]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T21:12:25.3799111Z [00:03:52.338]➜  mkdir -p $WORK/b2070/
2025-08-20T21:12:25.3811016Z [00:03:52.339]➜  cat >/tmp/go-build2720400589/b2070/importcfg << 'EOF' # internal
2025-08-20T21:12:25.3812466Z [00:03:52.339]➜  # import config
2025-08-20T21:12:25.3813102Z [00:03:52.339]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.3814370Z [00:03:52.339]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.3815297Z [00:03:52.339]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build2720400589/b2071/_pkg_.a
2025-08-20T21:12:25.3816021Z [00:03:52.339]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:25.3816704Z [00:03:52.339]➜  EOF
2025-08-20T21:12:25.3820087Z [00:03:52.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker=>github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker;$WORK/b2070=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.21 -complete -installsuffix shared -buildid vQeWGvLn1pu_yYe2-DSv/vQeWGvLn1pu_yYe2-DSv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2070/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/key.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/seen.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/tracker.go
2025-08-20T21:12:25.4340328Z [00:03:52.392]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T21:12:25.4353316Z [00:03:52.393]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/60/60d25576fa2066fcbf3eef7fa0737a3c59f914f624492fdfa31318d59984bee9-d # internal
2025-08-20T21:12:25.4360442Z [00:03:52.394]➜  github.com/pelletier/go-toml/v2
2025-08-20T21:12:25.4361556Z [00:03:52.394]➜  mkdir -p $WORK/b2067/
2025-08-20T21:12:25.4370686Z [00:03:52.395]➜  cat >/tmp/go-build2720400589/b2067/importcfg << 'EOF' # internal
2025-08-20T21:12:25.4371538Z [00:03:52.395]➜  # import config
2025-08-20T21:12:25.4373642Z [00:03:52.395]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.4374181Z [00:03:52.395]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:25.4374806Z [00:03:52.395]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:25.4375267Z [00:03:52.395]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.4375716Z [00:03:52.395]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.4376311Z [00:03:52.395]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build2720400589/b2068/_pkg_.a
2025-08-20T21:12:25.4377040Z [00:03:52.395]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build2720400589/b2069/_pkg_.a
2025-08-20T21:12:25.4377751Z [00:03:52.395]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build2720400589/b2070/_pkg_.a
2025-08-20T21:12:25.4378668Z [00:03:52.395]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build2720400589/b2071/_pkg_.a
2025-08-20T21:12:25.4379255Z [00:03:52.395]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.4379670Z [00:03:52.395]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:25.4380097Z [00:03:52.395]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:25.4380518Z [00:03:52.395]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:25.4380944Z [00:03:52.395]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:25.4381369Z [00:03:52.395]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:25.4381808Z [00:03:52.395]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:25.4382237Z [00:03:52.395]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:25.4382657Z [00:03:52.395]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:25.4382971Z [00:03:52.395]➜  EOF
2025-08-20T21:12:25.4386724Z [00:03:52.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4=>github.com/pelletier/go-toml/v2@v2.2.4;$WORK/b2067=>" -p github.com/pelletier/go-toml/v2 -lang=go1.21 -complete -installsuffix shared -buildid pPoHaOMY6IaGv4XTbMYe/pPoHaOMY6IaGv4XTbMYe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2067/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/decode.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/errors.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/marshaler.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/strict.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/types.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unmarshaler.go
2025-08-20T21:12:25.5160845Z [00:03:52.474]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T21:12:25.5415453Z [00:03:52.499]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/1c/1c5ad49bd02e65d9673e028ea052e3a99e3d147251df8578e579a44c973f0abe-d # internal
2025-08-20T21:12:25.5433249Z [00:03:52.501]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T21:12:25.5437989Z [00:03:52.501]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b2033=>" -I $WORK/b2033/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b2033/abi_entry_arm64.o ./abi_entry_arm64.s
2025-08-20T21:12:25.5515237Z [00:03:52.509]➜  go tool pack r $WORK/b2033/_pkg_.a $WORK/b2033/abi_entry_arm64.o # internal
2025-08-20T21:12:25.5515773Z [00:03:52.509]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T21:12:25.5629008Z [00:03:52.521]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/8c/8cb44ee4ef15de7e7f2b5ef18c8630a4e1f6402a7e642a7217701d77dfca0055-d # internal
2025-08-20T21:12:25.5635129Z [00:03:52.521]➜  github.com/tetratelabs/wazero/internal/engine/wazevo
2025-08-20T21:12:25.5636516Z [00:03:52.521]➜  mkdir -p $WORK/b2028/
2025-08-20T21:12:25.5638591Z [00:03:52.522]➜  cat >/tmp/go-build2720400589/b2028/importcfg << 'EOF' # internal
2025-08-20T21:12:25.5641663Z [00:03:52.522]➜  # import config
2025-08-20T21:12:25.5642785Z [00:03:52.522]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.5643558Z [00:03:52.522]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:25.5646317Z [00:03:52.522]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:25.5675249Z [00:03:52.522]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:25.5678550Z [00:03:52.522]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:25.5679524Z [00:03:52.522]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.5681230Z [00:03:52.522]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.5682056Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:25.5683054Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:25.5684556Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2720400589/b2029/_pkg_.a
2025-08-20T21:12:25.5685857Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2720400589/b2033/_pkg_.a
2025-08-20T21:12:25.5687033Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2720400589/b2034/_pkg_.a
2025-08-20T21:12:25.5688203Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:25.5689864Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:25.5690867Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:25.5691814Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2720400589/b2014/_pkg_.a
2025-08-20T21:12:25.5692568Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:25.5693309Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2720400589/b2022/_pkg_.a
2025-08-20T21:12:25.5694013Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2720400589/b2035/_pkg_.a
2025-08-20T21:12:25.5694888Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2720400589/b2036/_pkg_.a
2025-08-20T21:12:25.5695611Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2720400589/b2037/_pkg_.a
2025-08-20T21:12:25.5696319Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:25.5697040Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:25.5697788Z [00:03:52.522]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2720400589/b2027/_pkg_.a
2025-08-20T21:12:25.5698379Z [00:03:52.522]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:25.5698805Z [00:03:52.522]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.5699218Z [00:03:52.522]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:25.5699646Z [00:03:52.522]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:25.5700066Z [00:03:52.522]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:25.5700475Z [00:03:52.522]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:25.5700910Z [00:03:52.522]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:25.5701242Z [00:03:52.522]➜  EOF
2025-08-20T21:12:25.5701506Z [00:03:52.522]➜  cd /tmp/tmp.hU6mRqrzK8/TEMPREPO
2025-08-20T21:12:25.5706552Z [00:03:52.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo=>github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo;$WORK/b2028=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo -lang=go1.22 -complete -installsuffix shared -buildid OMKrhFycOqghyDy5cEuF/OMKrhFycOqghyDy5cEuF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2028/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/call_engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/engine_cache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/entrypoint_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/hostmodule.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/isa_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/memmove.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/module_engine.go
2025-08-20T21:12:25.6159759Z [00:03:52.574]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T21:12:25.6187242Z [00:03:52.576]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/6d/6dfddc4e2e228c76db2ff06713b6d64610fbee8b54de884f925b52bec72f3936-d # internal
2025-08-20T21:12:25.6189027Z [00:03:52.577]➜  github.com/spf13/viper/internal/encoding/toml
2025-08-20T21:12:25.6189480Z [00:03:52.577]➜  mkdir -p $WORK/b2066/
2025-08-20T21:12:25.6191827Z [00:03:52.577]➜  cat >/tmp/go-build2720400589/b2066/importcfg << 'EOF' # internal
2025-08-20T21:12:25.6192405Z [00:03:52.577]➜  # import config
2025-08-20T21:12:25.6192843Z [00:03:52.577]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build2720400589/b2067/_pkg_.a
2025-08-20T21:12:25.6194043Z [00:03:52.577]➜  EOF
2025-08-20T21:12:25.6196789Z [00:03:52.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml=>github.com/spf13/viper@v1.20.1/internal/encoding/toml;$WORK/b2066=>" -p github.com/spf13/viper/internal/encoding/toml -lang=go1.21 -complete -installsuffix shared -buildid AbybQ8M95PI3UvZe0rIZ/AbybQ8M95PI3UvZe0rIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml/codec.go
2025-08-20T21:12:25.6283405Z [00:03:52.586]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T21:12:25.6289966Z [00:03:52.587]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/3a/3a33eb0653621a2f3e8c8c51c161d8dd5e7d6d6de7135347bfbaf449eff80ecd-d # internal
2025-08-20T21:12:25.6294459Z [00:03:52.587]➜  github.com/spf13/viper
2025-08-20T21:12:25.6295304Z [00:03:52.587]➜  mkdir -p $WORK/b2043/
2025-08-20T21:12:25.6295752Z [00:03:52.587]➜  cat >/tmp/go-build2720400589/b2043/importcfg << 'EOF' # internal
2025-08-20T21:12:25.6296117Z [00:03:52.587]➜  # import config
﻿2025-08-20T21:12:25.6298623Z [00:03:52.587]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:25.6299054Z [00:03:52.587]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:25.6299505Z [00:03:52.587]➜  packagefile encoding/csv=/tmp/go-build2720400589/b210/_pkg_.a
2025-08-20T21:12:25.6299947Z [00:03:52.587]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.6300371Z [00:03:52.587]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.6300884Z [00:03:52.587]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build2720400589/b2044/_pkg_.a
2025-08-20T21:12:25.6301492Z [00:03:52.587]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build2720400589/b2046/_pkg_.a
2025-08-20T21:12:25.6302136Z [00:03:52.587]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build2720400589/b2048/_pkg_.a
2025-08-20T21:12:25.6302744Z [00:03:52.587]➜  packagefile github.com/spf13/afero=/tmp/go-build2720400589/b2053/_pkg_.a
2025-08-20T21:12:25.6303277Z [00:03:52.587]➜  packagefile github.com/spf13/cast=/tmp/go-build2720400589/b2057/_pkg_.a
2025-08-20T21:12:25.6303852Z [00:03:52.587]➜  packagefile github.com/spf13/pflag=/tmp/go-build2720400589/b2042/_pkg_.a
2025-08-20T21:12:25.6304769Z [00:03:52.587]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build2720400589/b2058/_pkg_.a
2025-08-20T21:12:25.6305764Z [00:03:52.587]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build2720400589/b2065/_pkg_.a
2025-08-20T21:12:25.6306535Z [00:03:52.587]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build2720400589/b2066/_pkg_.a
2025-08-20T21:12:25.6307243Z [00:03:52.587]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build2720400589/b2072/_pkg_.a
2025-08-20T21:12:25.6307929Z [00:03:52.587]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build2720400589/b2073/_pkg_.a
2025-08-20T21:12:25.6308454Z [00:03:52.587]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.6308877Z [00:03:52.587]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:12:25.6309292Z [00:03:52.587]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:25.6309726Z [00:03:52.587]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:25.6310180Z [00:03:52.587]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:25.6310607Z [00:03:52.587]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:25.6311140Z [00:03:52.587]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:25.6311644Z [00:03:52.587]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:25.6312069Z [00:03:52.587]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:25.6312634Z [00:03:52.587]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:25.6313042Z [00:03:52.587]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:25.6313467Z [00:03:52.587]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:25.6313782Z [00:03:52.587]➜  EOF
2025-08-20T21:12:25.6317322Z [00:03:52.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1=>github.com/spf13/viper@v1.20.1;$WORK/b2043=>" -p github.com/spf13/viper -lang=go1.21 -complete -installsuffix shared -buildid LwC3firfcnfub0WwJ-kH/LwC3firfcnfub0WwJ-kH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/encoding.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/experimental.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/file.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/finder.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/flags.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/logger.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/remote.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/util.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/viper.go
2025-08-20T21:12:25.7880965Z [00:03:52.746]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T21:12:25.7882125Z [00:03:52.746]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T21:12:25.7911892Z [00:03:52.749]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/71/71b30af52372413e3f4be456aadc5844315d9a756de35312ca76270ee28ee36f-d # internal
2025-08-20T21:12:25.7934487Z [00:03:52.751]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/f5/f578f864d382d06c5aa91eb8b55bf99a6ef0e663dd4d6dc648c78f841f0990e7-d # internal
2025-08-20T21:12:25.7935719Z [00:03:52.751]➜  github.com/tetratelabs/wazero
2025-08-20T21:12:25.7938405Z [00:03:52.752]➜  mkdir -p $WORK/b2006/
2025-08-20T21:12:25.7941145Z [00:03:52.752]➜  cat >/tmp/go-build2720400589/b2006/importcfg << 'EOF' # internal
2025-08-20T21:12:25.7941512Z [00:03:52.752]➜  # import config
2025-08-20T21:12:25.7941863Z [00:03:52.752]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:25.7942307Z [00:03:52.752]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:25.7942729Z [00:03:52.752]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:25.7943420Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:25.7944479Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:25.7945330Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:25.7946110Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2720400589/b2013/_pkg_.a
2025-08-20T21:12:25.7947078Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2720400589/b2028/_pkg_.a
2025-08-20T21:12:25.7947833Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:25.7948575Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2720400589/b2014/_pkg_.a
2025-08-20T21:12:25.7949316Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:25.7950106Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2720400589/b2022/_pkg_.a
2025-08-20T21:12:25.7950920Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2720400589/b2023/_pkg_.a
2025-08-20T21:12:25.7951699Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2720400589/b2019/_pkg_.a
2025-08-20T21:12:25.7952403Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2720400589/b2024/_pkg_.a
2025-08-20T21:12:25.7953111Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2720400589/b2037/_pkg_.a
2025-08-20T21:12:25.7953815Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:25.7954680Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2720400589/b2038/_pkg_.a
2025-08-20T21:12:25.7955374Z [00:03:52.752]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:25.7955885Z [00:03:52.752]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.7956297Z [00:03:52.752]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:25.7956709Z [00:03:52.752]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:25.7957110Z [00:03:52.752]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:25.7957512Z [00:03:52.752]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:25.7957914Z [00:03:52.752]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:25.7958607Z [00:03:52.752]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:25.7959067Z [00:03:52.752]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:25.7959485Z [00:03:52.752]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:25.7959999Z [00:03:52.752]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:25.7960497Z [00:03:52.752]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:25.7960813Z [00:03:52.752]➜  EOF
2025-08-20T21:12:25.7963591Z [00:03:52.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0=>github.com/tetratelabs/wazero@v1.9.0;$WORK/b2006=>" -p github.com/tetratelabs/wazero -lang=go1.22 -complete -installsuffix shared -buildid h8fYhNEEAeOsyQJtlqG4/h8fYhNEEAeOsyQJtlqG4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2006/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/builder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/cache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/config.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/fsconfig.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/runtime.go
2025-08-20T21:12:25.9007745Z [00:03:52.859]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T21:12:25.9044688Z [00:03:52.862]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/67/67580dfc3803dad6d04964cd405c4ebed9dfcc76b82528b75ea75b4b72b7aa68-d # internal
2025-08-20T21:12:25.9046755Z [00:03:52.863]➜  github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1
2025-08-20T21:12:25.9047340Z [00:03:52.863]➜  mkdir -p $WORK/b2039/
2025-08-20T21:12:25.9050371Z [00:03:52.863]➜  cat >/tmp/go-build2720400589/b2039/importcfg << 'EOF' # internal
2025-08-20T21:12:25.9050743Z [00:03:52.863]➜  # import config
2025-08-20T21:12:25.9051095Z [00:03:52.863]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:25.9051593Z [00:03:52.863]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:25.9052142Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2720400589/b2006/_pkg_.a
2025-08-20T21:12:25.9052744Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:25.9053433Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:25.9054696Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2720400589/b2021/_pkg_.a
2025-08-20T21:12:25.9055493Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2720400589/b2023/_pkg_.a
2025-08-20T21:12:25.9056194Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2720400589/b2019/_pkg_.a
2025-08-20T21:12:25.9056884Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2720400589/b2024/_pkg_.a
2025-08-20T21:12:25.9057598Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2720400589/b2040/_pkg_.a
2025-08-20T21:12:25.9058294Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:25.9058950Z [00:03:52.863]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:25.9059458Z [00:03:52.863]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:25.9059866Z [00:03:52.863]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:25.9060275Z [00:03:52.863]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:25.9060698Z [00:03:52.863]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:25.9061120Z [00:03:52.863]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:25.9061536Z [00:03:52.863]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:25.9062075Z [00:03:52.863]➜  EOF
2025-08-20T21:12:25.9067792Z [00:03:52.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1=>github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1;$WORK/b2039=>" -p github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1 -lang=go1.22 -complete -installsuffix shared -buildid eTdl0zi68F_4t3HN3wgO/eTdl0zi68F_4t3HN3wgO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/args.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/environ.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/proc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/random.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/sched.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/imports/wasi_snapshot_preview1/wasi.go
2025-08-20T21:12:26.0237465Z [00:03:52.981]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T21:12:26.0270084Z [00:03:52.985]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/d5/d5c5f6f0d6c48f67fb259859b3b538bfd249f52a3f61e2e58d6295f75b3b5324-d # internal
2025-08-20T21:12:26.0271094Z [00:03:52.985]➜  github.com/jrnd-io/jr/pkg/producers/wasm
2025-08-20T21:12:26.0275553Z [00:03:52.985]➜  mkdir -p $WORK/b2005/
2025-08-20T21:12:26.0275995Z [00:03:52.985]➜  cat >/tmp/go-build2720400589/b2005/importcfg << 'EOF' # internal
2025-08-20T21:12:26.0276372Z [00:03:52.985]➜  # import config
2025-08-20T21:12:26.0276706Z [00:03:52.985]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:26.0277133Z [00:03:52.985]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:26.0277594Z [00:03:52.985]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:26.0278037Z [00:03:52.985]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:26.0278749Z [00:03:52.985]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:26.0279389Z [00:03:52.985]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2720400589/b2006/_pkg_.a
2025-08-20T21:12:26.0280000Z [00:03:52.985]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:26.0280732Z [00:03:52.985]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2720400589/b2039/_pkg_.a
2025-08-20T21:12:26.0281331Z [00:03:52.985]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:26.0281737Z [00:03:52.985]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:26.0282045Z [00:03:52.985]➜  EOF
2025-08-20T21:12:26.0283940Z [00:03:52.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2005/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm=>github.com/jrnd-io/jr/pkg/producers/wasm;$WORK/b2005=>" -p github.com/jrnd-io/jr/pkg/producers/wasm -lang=go1.24 -complete -installsuffix shared -buildid JypRuA6xGZoKD-2OrYOn/JypRuA6xGZoKD-2OrYOn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/importcfg -pack ./pkg/producers/wasm/wasm_config.go ./pkg/producers/wasm/wasm_producer.go
2025-08-20T21:12:26.0495277Z [00:03:53.007]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T21:12:26.0501435Z [00:03:53.008]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/a1/a13628fc24b5b5f3bbdd8ee6d944f1a157182c3d81a4586e0eb441423dbba836-d # internal
2025-08-20T21:12:26.0502534Z [00:03:53.008]➜  github.com/jrnd-io/jr/pkg/emitter
2025-08-20T21:12:26.0503092Z [00:03:53.008]➜  mkdir -p $WORK/b207/
2025-08-20T21:12:26.0503848Z [00:03:53.008]➜  cat >/tmp/go-build2720400589/b207/importcfg << 'EOF' # internal
2025-08-20T21:12:26.0505882Z [00:03:53.008]➜  # import config
2025-08-20T21:12:26.0506500Z [00:03:53.008]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:26.0507015Z [00:03:53.008]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:26.0507564Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build2720400589/b202/_pkg_.a
2025-08-20T21:12:26.0508201Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build2720400589/b203/_pkg_.a
2025-08-20T21:12:26.0508802Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build2720400589/b208/_pkg_.a
2025-08-20T21:12:26.0509393Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build2720400589/b209/_pkg_.a
2025-08-20T21:12:26.0510066Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/awsdynamodb=/tmp/go-build2720400589/b233/_pkg_.a
2025-08-20T21:12:26.0510785Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azblobstorage=/tmp/go-build2720400589/b326/_pkg_.a
2025-08-20T21:12:26.0511498Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azcosmosdb=/tmp/go-build2720400589/b373/_pkg_.a
2025-08-20T21:12:26.0512196Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/cassandra=/tmp/go-build2720400589/b377/_pkg_.a
2025-08-20T21:12:26.0512874Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/console=/tmp/go-build2720400589/b385/_pkg_.a
2025-08-20T21:12:26.0513756Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/elastic=/tmp/go-build2720400589/b387/_pkg_.a
2025-08-20T21:12:26.0514618Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/gcs=/tmp/go-build2720400589/b1209/_pkg_.a
2025-08-20T21:12:26.0515347Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/http=/tmp/go-build2720400589/b1599/_pkg_.a
2025-08-20T21:12:26.0516011Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build2720400589/b1604/_pkg_.a
2025-08-20T21:12:26.0516695Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/luascript=/tmp/go-build2720400589/b1771/_pkg_.a
2025-08-20T21:12:26.0517486Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/mongodb=/tmp/go-build2720400589/b1900/_pkg_.a
2025-08-20T21:12:26.0518275Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/redis=/tmp/go-build2720400589/b1963/_pkg_.a
2025-08-20T21:12:26.0518925Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/s3=/tmp/go-build2720400589/b1973/_pkg_.a
2025-08-20T21:12:26.0519583Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/server=/tmp/go-build2720400589/b1992/_pkg_.a
2025-08-20T21:12:26.0520246Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wamp=/tmp/go-build2720400589/b1993/_pkg_.a
2025-08-20T21:12:26.0520898Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wasm=/tmp/go-build2720400589/b2005/_pkg_.a
2025-08-20T21:12:26.0521500Z [00:03:53.008]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build2720400589/b386/_pkg_.a
2025-08-20T21:12:26.0522060Z [00:03:53.008]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:26.0522557Z [00:03:53.008]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:26.0522982Z [00:03:53.008]➜  packagefile os/signal=/tmp/go-build2720400589/b1891/_pkg_.a
2025-08-20T21:12:26.0523419Z [00:03:53.008]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:26.0523846Z [00:03:53.008]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:26.0524570Z [00:03:53.008]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:26.0525230Z [00:03:53.008]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:26.0525647Z [00:03:53.008]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:26.0525954Z [00:03:53.008]➜  EOF
2025-08-20T21:12:26.0527846Z [00:03:53.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter=>github.com/jrnd-io/jr/pkg/emitter;$WORK/b207=>" -p github.com/jrnd-io/jr/pkg/emitter -lang=go1.24 -complete -installsuffix shared -buildid vvkJltHFqoNn2kieV7gH/vvkJltHFqoNn2kieV7gH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack ./pkg/emitter/emitter.go ./pkg/emitter/loop.go ./pkg/emitter/throughput.go
2025-08-20T21:12:26.5424049Z [00:03:53.500]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:12:26.5557179Z [00:03:53.514]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/b1/b129b90bf3f16d1d9e2efc0fee52337d03fd9eb15a01ac082d891f93978e0aff-d # internal
2025-08-20T21:12:26.5569257Z [00:03:53.515]➜  github.com/jrnd-io/jr/pkg/cmd
2025-08-20T21:12:26.5569638Z [00:03:53.515]➜  mkdir -p $WORK/b002/
2025-08-20T21:12:26.5575435Z [00:03:53.515]➜  cat >/tmp/go-build2720400589/b002/importcfg << 'EOF' # internal
2025-08-20T21:12:26.5576960Z [00:03:53.515]➜  # import config
2025-08-20T21:12:26.5577363Z [00:03:53.515]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:26.5577801Z [00:03:53.515]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:26.5578244Z [00:03:53.515]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:12:26.5578700Z [00:03:53.515]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:26.5579179Z [00:03:53.515]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:26.5579956Z [00:03:53.516]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:26.5580437Z [00:03:53.516]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build2720400589/b071/_pkg_.a
2025-08-20T21:12:26.5581028Z [00:03:53.516]➜  packagefile github.com/go-chi/chi/v5/middleware=/tmp/go-build2720400589/b187/_pkg_.a
2025-08-20T21:12:26.5581621Z [00:03:53.516]➜  packagefile github.com/gorilla/sessions=/tmp/go-build2720400589/b197/_pkg_.a
2025-08-20T21:12:26.5582237Z [00:03:53.516]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build2720400589/b202/_pkg_.a
2025-08-20T21:12:26.5582866Z [00:03:53.516]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build2720400589/b203/_pkg_.a
2025-08-20T21:12:26.5583600Z [00:03:53.516]➜  packagefile github.com/jrnd-io/jr/pkg/emitter=/tmp/go-build2720400589/b207/_pkg_.a
2025-08-20T21:12:26.5584228Z [00:03:53.516]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build2720400589/b209/_pkg_.a
2025-08-20T21:12:26.5585200Z [00:03:53.516]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build2720400589/b1604/_pkg_.a
2025-08-20T21:12:26.5585791Z [00:03:53.516]➜  packagefile github.com/rs/zerolog=/tmp/go-build2720400589/b216/_pkg_.a
2025-08-20T21:12:26.5586332Z [00:03:53.516]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:26.5586871Z [00:03:53.516]➜  packagefile github.com/spf13/cobra=/tmp/go-build2720400589/b2041/_pkg_.a
2025-08-20T21:12:26.5587401Z [00:03:53.516]➜  packagefile github.com/spf13/pflag=/tmp/go-build2720400589/b2042/_pkg_.a
2025-08-20T21:12:26.5587936Z [00:03:53.516]➜  packagefile github.com/spf13/viper=/tmp/go-build2720400589/b2043/_pkg_.a
2025-08-20T21:12:26.5588423Z [00:03:53.516]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:26.5588841Z [00:03:53.516]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:26.5589253Z [00:03:53.516]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:26.5589705Z [00:03:53.516]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:26.5590150Z [00:03:53.516]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:26.5590854Z [00:03:53.516]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:26.5591283Z [00:03:53.516]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:26.5591697Z [00:03:53.516]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:26.5592231Z [00:03:53.516]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:26.5592744Z [00:03:53.516]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:12:26.5593189Z [00:03:53.516]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:26.5593500Z [00:03:53.516]➜  EOF
2025-08-20T21:12:26.5593829Z [00:03:53.516]➜  cat >/tmp/go-build2720400589/b002/embedcfg << 'EOF' # internal
2025-08-20T21:12:26.5594161Z [00:03:53.516]➜  {
2025-08-20T21:12:26.5594659Z [00:03:53.516]➜  	"Patterns": {
2025-08-20T21:12:26.5594952Z [00:03:53.516]➜  		"html/bs/css/bootstrap.min.css": [
2025-08-20T21:12:26.5595315Z [00:03:53.516]➜  			"html/bs/css/bootstrap.min.css"
2025-08-20T21:12:26.5595590Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5595855Z [00:03:53.516]➜  		"html/bs/css/bootstrap.min.css.map": [
2025-08-20T21:12:26.5596193Z [00:03:53.516]➜  			"html/bs/css/bootstrap.min.css.map"
2025-08-20T21:12:26.5596464Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5596728Z [00:03:53.516]➜  		"html/bs/js/bootstrap.bundle.min.js": [
2025-08-20T21:12:26.5597077Z [00:03:53.516]➜  			"html/bs/js/bootstrap.bundle.min.js"
2025-08-20T21:12:26.5597351Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5597632Z [00:03:53.516]➜  		"html/bs/js/bootstrap.bundle.min.js.map": [
2025-08-20T21:12:26.5597998Z [00:03:53.516]➜  			"html/bs/js/bootstrap.bundle.min.js.map"
2025-08-20T21:12:26.5598282Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5598751Z [00:03:53.516]➜  		"html/images/jr_logo.png": [
2025-08-20T21:12:26.5599053Z [00:03:53.516]➜  			"html/images/jr_logo.png"
2025-08-20T21:12:26.5599306Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5599528Z [00:03:53.516]➜  		"html/index.html": [
2025-08-20T21:12:26.5599797Z [00:03:53.516]➜  			"html/index.html"
2025-08-20T21:12:26.5600030Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5600269Z [00:03:53.516]➜  		"html/js/font-awesome.js": [
2025-08-20T21:12:26.5600565Z [00:03:53.516]➜  			"html/js/font-awesome.js"
2025-08-20T21:12:26.5600813Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5601076Z [00:03:53.516]➜  		"html/js/highlight-11.9.0.min.js": [
2025-08-20T21:12:26.5601403Z [00:03:53.516]➜  			"html/js/highlight-11.9.0.min.js"
2025-08-20T21:12:26.5601670Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5602032Z [00:03:53.516]➜  		"html/js/jquery-3.2.1.slim.min.js": [
2025-08-20T21:12:26.5602428Z [00:03:53.516]➜  			"html/js/jquery-3.2.1.slim.min.js"
2025-08-20T21:12:26.5602695Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5602966Z [00:03:53.516]➜  		"html/stylesheets/hljscss-11.9.0.css": [
2025-08-20T21:12:26.5603308Z [00:03:53.516]➜  			"html/stylesheets/hljscss-11.9.0.css"
2025-08-20T21:12:26.5603581Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5603821Z [00:03:53.516]➜  		"html/stylesheets/main.css": [
2025-08-20T21:12:26.5604130Z [00:03:53.516]➜  			"html/stylesheets/main.css"
2025-08-20T21:12:26.5604659Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5604927Z [00:03:53.516]➜  		"html/stylesheets/ocean.min.css": [
2025-08-20T21:12:26.5605249Z [00:03:53.516]➜  			"html/stylesheets/ocean.min.css"
2025-08-20T21:12:26.5605522Z [00:03:53.516]➜  		],
2025-08-20T21:12:26.5605756Z [00:03:53.516]➜  		"html/templatedev.html": [
2025-08-20T21:12:26.5606045Z [00:03:53.516]➜  			"html/templatedev.html"
2025-08-20T21:12:26.5606301Z [00:03:53.516]➜  		]
2025-08-20T21:12:26.5606490Z [00:03:53.516]➜  	},
2025-08-20T21:12:26.5606697Z [00:03:53.516]➜  	"Files": {
2025-08-20T21:12:26.5607198Z [00:03:53.516]➜  		"html/bs/css/bootstrap.min.css": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css",
2025-08-20T21:12:26.5607980Z [00:03:53.516]➜  		"html/bs/css/bootstrap.min.css.map": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map",
2025-08-20T21:12:26.5609029Z [00:03:53.516]➜  		"html/bs/js/bootstrap.bundle.min.js": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js",
2025-08-20T21:12:26.5609877Z [00:03:53.516]➜  		"html/bs/js/bootstrap.bundle.min.js.map": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js.map",
2025-08-20T21:12:26.5610702Z [00:03:53.516]➜  		"html/images/jr_logo.png": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/images/jr_logo.png",
2025-08-20T21:12:26.5611343Z [00:03:53.516]➜  		"html/index.html": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/index.html",
2025-08-20T21:12:26.5611931Z [00:03:53.516]➜  		"html/js/font-awesome.js": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/font-awesome.js",
2025-08-20T21:12:26.5612624Z [00:03:53.516]➜  		"html/js/highlight-11.9.0.min.js": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/highlight-11.9.0.min.js",
2025-08-20T21:12:26.5613367Z [00:03:53.516]➜  		"html/js/jquery-3.2.1.slim.min.js": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/jquery-3.2.1.slim.min.js",
2025-08-20T21:12:26.5614147Z [00:03:53.516]➜  		"html/stylesheets/hljscss-11.9.0.css": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css",
2025-08-20T21:12:26.5615083Z [00:03:53.516]➜  		"html/stylesheets/main.css": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/main.css",
2025-08-20T21:12:26.5615803Z [00:03:53.516]➜  		"html/stylesheets/ocean.min.css": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css",
2025-08-20T21:12:26.5616482Z [00:03:53.516]➜  		"html/templatedev.html": "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/templatedev.html"
2025-08-20T21:12:26.5616881Z [00:03:53.516]➜  	}
2025-08-20T21:12:26.5617068Z [00:03:53.516]➜  }EOF
2025-08-20T21:12:26.5619998Z [00:03:53.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd=>github.com/jrnd-io/jr/pkg/cmd;$WORK/b002=>" -p github.com/jrnd-io/jr/pkg/cmd -lang=go1.24 -complete -installsuffix shared -buildid FNFHkHV6gyNWRyJK7CPE/FNFHkHV6gyNWRyJK7CPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -embedcfg $WORK/b002/embedcfg -pack ./pkg/cmd/createTopic.go ./pkg/cmd/emitter.go ./pkg/cmd/emitterList.go ./pkg/cmd/emitterRun.go ./pkg/cmd/emitterShow.go ./pkg/cmd/function.go ./pkg/cmd/functionList.go ./pkg/cmd/producer.go ./pkg/cmd/producerList.go ./pkg/cmd/root.go ./pkg/cmd/server.go ./pkg/cmd/template.go ./pkg/cmd/templateList.go ./pkg/cmd/templateRun.go ./pkg/cmd/templateShow.go ./pkg/cmd/version.go
2025-08-20T21:12:26.6928169Z [00:03:53.651]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:12:26.6986385Z [00:03:53.656]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/70/703d77f16c7a51b43a0703043acb3886597c7f0e4669171deec19959f99e7470-d # internal
2025-08-20T21:12:26.6987896Z [00:03:53.657]➜  command-line-arguments
2025-08-20T21:12:26.6988186Z [00:03:53.657]➜  mkdir -p $WORK/b001/
2025-08-20T21:12:26.6991037Z [00:03:53.657]➜  cat >/tmp/go-build2720400589/b001/importcfg << 'EOF' # internal
2025-08-20T21:12:26.6991457Z [00:03:53.657]➜  # import config
2025-08-20T21:12:26.6991890Z [00:03:53.657]➜  packagefile github.com/jrnd-io/jr/pkg/cmd=/tmp/go-build2720400589/b002/_pkg_.a
2025-08-20T21:12:26.6992390Z [00:03:53.657]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:26.6992837Z [00:03:53.657]➜  packagefile runtime/cgo=/tmp/go-build2720400589/b164/_pkg_.a
2025-08-20T21:12:26.6993178Z [00:03:53.657]➜  EOF
2025-08-20T21:12:26.6994643Z [00:03:53.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.hU6mRqrzK8/TEMPREPO=>.;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid MkDSOUwvb38Rh89p4pB6/MkDSOUwvb38Rh89p4pB6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./jr.go
2025-08-20T21:12:26.7192534Z [00:03:53.677]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:12:26.7200796Z [00:03:53.678]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/12/12329d96670d5ffbaaa6330300ff8021a2b0134a69c802d4ac764d5bd108b733-d # internal
2025-08-20T21:12:26.7240634Z [00:03:53.682]➜  cat >/tmp/go-build2720400589/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:12:26.7242074Z [00:03:53.682]➜  packagefile command-line-arguments=/tmp/go-build2720400589/b001/_pkg_.a
2025-08-20T21:12:26.7242850Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/cmd=/tmp/go-build2720400589/b002/_pkg_.a
2025-08-20T21:12:26.7243420Z [00:03:53.682]➜  packagefile runtime=/tmp/go-build2720400589/b010/_pkg_.a
2025-08-20T21:12:26.7245243Z [00:03:53.682]➜  packagefile runtime/cgo=/tmp/go-build2720400589/b164/_pkg_.a
2025-08-20T21:12:26.7245705Z [00:03:53.682]➜  packagefile bytes=/tmp/go-build2720400589/b003/_pkg_.a
2025-08-20T21:12:26.7246128Z [00:03:53.682]➜  packagefile context=/tmp/go-build2720400589/b043/_pkg_.a
2025-08-20T21:12:26.7246556Z [00:03:53.682]➜  packagefile embed=/tmp/go-build2720400589/b052/_pkg_.a
2025-08-20T21:12:26.7247010Z [00:03:53.682]➜  packagefile encoding/base64=/tmp/go-build2720400589/b055/_pkg_.a
2025-08-20T21:12:26.7247493Z [00:03:53.682]➜  packagefile encoding/json=/tmp/go-build2720400589/b058/_pkg_.a
2025-08-20T21:12:26.7247925Z [00:03:53.682]➜  packagefile fmt=/tmp/go-build2720400589/b060/_pkg_.a
2025-08-20T21:12:26.7248398Z [00:03:53.682]➜  packagefile github.com/go-chi/chi/v5=/tmp/go-build2720400589/b071/_pkg_.a
2025-08-20T21:12:26.7248981Z [00:03:53.682]➜  packagefile github.com/go-chi/chi/v5/middleware=/tmp/go-build2720400589/b187/_pkg_.a
2025-08-20T21:12:26.7249577Z [00:03:53.682]➜  packagefile github.com/gorilla/sessions=/tmp/go-build2720400589/b197/_pkg_.a
2025-08-20T21:12:26.7250180Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/configuration=/tmp/go-build2720400589/b202/_pkg_.a
2025-08-20T21:12:26.7250803Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/constants=/tmp/go-build2720400589/b203/_pkg_.a
2025-08-20T21:12:26.7251700Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/emitter=/tmp/go-build2720400589/b207/_pkg_.a
2025-08-20T21:12:26.7252305Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/functions=/tmp/go-build2720400589/b209/_pkg_.a
2025-08-20T21:12:26.7252949Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/kafka=/tmp/go-build2720400589/b1604/_pkg_.a
2025-08-20T21:12:26.7253531Z [00:03:53.682]➜  packagefile github.com/rs/zerolog=/tmp/go-build2720400589/b216/_pkg_.a
2025-08-20T21:12:26.7255083Z [00:03:53.682]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build2720400589/b215/_pkg_.a
2025-08-20T21:12:26.7256156Z [00:03:53.682]➜  packagefile github.com/spf13/cobra=/tmp/go-build2720400589/b2041/_pkg_.a
2025-08-20T21:12:26.7258840Z [00:03:53.682]➜  packagefile github.com/spf13/pflag=/tmp/go-build2720400589/b2042/_pkg_.a
2025-08-20T21:12:26.7259445Z [00:03:53.682]➜  packagefile github.com/spf13/viper=/tmp/go-build2720400589/b2043/_pkg_.a
2025-08-20T21:12:26.7259941Z [00:03:53.682]➜  packagefile net/http=/tmp/go-build2720400589/b072/_pkg_.a
2025-08-20T21:12:26.7260357Z [00:03:53.682]➜  packagefile os=/tmp/go-build2720400589/b063/_pkg_.a
2025-08-20T21:12:26.7260779Z [00:03:53.682]➜  packagefile os/exec=/tmp/go-build2720400589/b269/_pkg_.a
2025-08-20T21:12:26.7261237Z [00:03:53.682]➜  packagefile path/filepath=/tmp/go-build2720400589/b166/_pkg_.a
2025-08-20T21:12:26.7261684Z [00:03:53.682]➜  packagefile regexp=/tmp/go-build2720400589/b185/_pkg_.a
2025-08-20T21:12:26.7262109Z [00:03:53.682]➜  packagefile slices=/tmp/go-build2720400589/b050/_pkg_.a
2025-08-20T21:12:26.7262524Z [00:03:53.682]➜  packagefile sort=/tmp/go-build2720400589/b076/_pkg_.a
2025-08-20T21:12:26.7262947Z [00:03:53.682]➜  packagefile strings=/tmp/go-build2720400589/b069/_pkg_.a
2025-08-20T21:12:26.7263396Z [00:03:53.682]➜  packagefile text/template=/tmp/go-build2720400589/b231/_pkg_.a
2025-08-20T21:12:26.7263834Z [00:03:53.682]➜  packagefile time=/tmp/go-build2720400589/b044/_pkg_.a
2025-08-20T21:12:26.7264561Z [00:03:53.682]➜  packagefile internal/abi=/tmp/go-build2720400589/b006/_pkg_.a
2025-08-20T21:12:26.7265119Z [00:03:53.682]➜  packagefile internal/bytealg=/tmp/go-build2720400589/b011/_pkg_.a
2025-08-20T21:12:26.7265890Z [00:03:53.682]➜  packagefile internal/byteorder=/tmp/go-build2720400589/b013/_pkg_.a
2025-08-20T21:12:26.7266408Z [00:03:53.682]➜  packagefile internal/chacha8rand=/tmp/go-build2720400589/b014/_pkg_.a
2025-08-20T21:12:26.7266936Z [00:03:53.682]➜  packagefile internal/coverage/rtcov=/tmp/go-build2720400589/b015/_pkg_.a
2025-08-20T21:12:26.7267532Z [00:03:53.682]➜  packagefile internal/cpu=/tmp/go-build2720400589/b012/_pkg_.a
2025-08-20T21:12:26.7268128Z [00:03:53.682]➜  packagefile internal/goarch=/tmp/go-build2720400589/b007/_pkg_.a
2025-08-20T21:12:26.7268620Z [00:03:53.682]➜  packagefile internal/godebugs=/tmp/go-build2720400589/b016/_pkg_.a
2025-08-20T21:12:26.7269131Z [00:03:53.682]➜  packagefile internal/goexperiment=/tmp/go-build2720400589/b017/_pkg_.a
2025-08-20T21:12:26.7269631Z [00:03:53.682]➜  packagefile internal/goos=/tmp/go-build2720400589/b018/_pkg_.a
2025-08-20T21:12:26.7270130Z [00:03:53.682]➜  packagefile internal/profilerecord=/tmp/go-build2720400589/b019/_pkg_.a
2025-08-20T21:12:26.7270671Z [00:03:53.682]➜  packagefile internal/runtime/atomic=/tmp/go-build2720400589/b020/_pkg_.a
2025-08-20T21:12:26.7271204Z [00:03:53.682]➜  packagefile internal/runtime/cgroup=/tmp/go-build2720400589/b021/_pkg_.a
2025-08-20T21:12:26.7271748Z [00:03:53.682]➜  packagefile internal/runtime/exithook=/tmp/go-build2720400589/b025/_pkg_.a
2025-08-20T21:12:26.7272283Z [00:03:53.682]➜  packagefile internal/runtime/gc=/tmp/go-build2720400589/b026/_pkg_.a
2025-08-20T21:12:26.7272805Z [00:03:53.682]➜  packagefile internal/runtime/maps=/tmp/go-build2720400589/b027/_pkg_.a
2025-08-20T21:12:26.7290698Z [00:03:53.682]➜  packagefile internal/runtime/math=/tmp/go-build2720400589/b023/_pkg_.a
2025-08-20T21:12:26.7291421Z [00:03:53.682]➜  packagefile internal/runtime/strconv=/tmp/go-build2720400589/b022/_pkg_.a
2025-08-20T21:12:26.7292346Z [00:03:53.682]➜  packagefile internal/runtime/sys=/tmp/go-build2720400589/b031/_pkg_.a
2025-08-20T21:12:26.7292889Z [00:03:53.682]➜  packagefile internal/runtime/syscall=/tmp/go-build2720400589/b024/_pkg_.a
2025-08-20T21:12:26.7293435Z [00:03:53.682]➜  packagefile internal/stringslite=/tmp/go-build2720400589/b032/_pkg_.a
2025-08-20T21:12:26.7293963Z [00:03:53.682]➜  packagefile internal/trace/tracev2=/tmp/go-build2720400589/b033/_pkg_.a
2025-08-20T21:12:26.7294711Z [00:03:53.682]➜  packagefile sync=/tmp/go-build2720400589/b035/_pkg_.a
2025-08-20T21:12:26.7295166Z [00:03:53.682]➜  packagefile sync/atomic=/tmp/go-build2720400589/b037/_pkg_.a
2025-08-20T21:12:26.7295715Z [00:03:53.682]➜  packagefile errors=/tmp/go-build2720400589/b004/_pkg_.a
2025-08-20T21:12:26.7296209Z [00:03:53.682]➜  packagefile io=/tmp/go-build2720400589/b034/_pkg_.a
2025-08-20T21:12:26.7296618Z [00:03:53.682]➜  packagefile iter=/tmp/go-build2720400589/b039/_pkg_.a
2025-08-20T21:12:26.7297050Z [00:03:53.682]➜  packagefile math/bits=/tmp/go-build2720400589/b040/_pkg_.a
2025-08-20T21:12:26.7297484Z [00:03:53.682]➜  packagefile unicode=/tmp/go-build2720400589/b041/_pkg_.a
2025-08-20T21:12:26.7297936Z [00:03:53.682]➜  packagefile unicode/utf8=/tmp/go-build2720400589/b042/_pkg_.a
2025-08-20T21:12:26.7298428Z [00:03:53.682]➜  packagefile internal/reflectlite=/tmp/go-build2720400589/b005/_pkg_.a
2025-08-20T21:12:26.7298891Z [00:03:53.682]➜  packagefile io/fs=/tmp/go-build2720400589/b053/_pkg_.a
2025-08-20T21:12:26.7301558Z [00:03:53.682]➜  packagefile strconv=/tmp/go-build2720400589/b056/_pkg_.a
2025-08-20T21:12:26.7302062Z [00:03:53.682]➜  packagefile cmp=/tmp/go-build2720400589/b051/_pkg_.a
2025-08-20T21:12:26.7302486Z [00:03:53.682]➜  packagefile encoding=/tmp/go-build2720400589/b059/_pkg_.a
2025-08-20T21:12:26.7302935Z [00:03:53.682]➜  packagefile math=/tmp/go-build2720400589/b057/_pkg_.a
2025-08-20T21:12:26.7303353Z [00:03:53.682]➜  packagefile reflect=/tmp/go-build2720400589/b062/_pkg_.a
2025-08-20T21:12:26.7303809Z [00:03:53.682]➜  packagefile unicode/utf16=/tmp/go-build2720400589/b070/_pkg_.a
2025-08-20T21:12:26.7304541Z [00:03:53.682]➜  packagefile internal/fmtsort=/tmp/go-build2720400589/b061/_pkg_.a
2025-08-20T21:12:26.7305242Z [00:03:53.682]➜  packagefile bufio=/tmp/go-build2720400589/b073/_pkg_.a
2025-08-20T21:12:26.7305690Z [00:03:53.682]➜  packagefile compress/flate=/tmp/go-build2720400589/b075/_pkg_.a
2025-08-20T21:12:26.7306163Z [00:03:53.682]➜  packagefile compress/gzip=/tmp/go-build2720400589/b074/_pkg_.a
2025-08-20T21:12:26.7306720Z [00:03:53.682]➜  packagefile crypto/rand=/tmp/go-build2720400589/b081/_pkg_.a
2025-08-20T21:12:26.7307225Z [00:03:53.682]➜  packagefile crypto/subtle=/tmp/go-build2720400589/b105/_pkg_.a
2025-08-20T21:12:26.7307672Z [00:03:53.682]➜  packagefile expvar=/tmp/go-build2720400589/b188/_pkg_.a
2025-08-20T21:12:26.7308102Z [00:03:53.682]➜  packagefile io/ioutil=/tmp/go-build2720400589/b189/_pkg_.a
2025-08-20T21:12:26.7308529Z [00:03:53.682]➜  packagefile log=/tmp/go-build2720400589/b172/_pkg_.a
2025-08-20T21:12:26.7308931Z [00:03:53.682]➜  packagefile net=/tmp/go-build2720400589/b158/_pkg_.a
2025-08-20T21:12:26.7309402Z [00:03:53.682]➜  packagefile net/http/pprof=/tmp/go-build2720400589/b190/_pkg_.a
2025-08-20T21:12:26.7309852Z [00:03:53.682]➜  packagefile path=/tmp/go-build2720400589/b054/_pkg_.a
2025-08-20T21:12:26.7310314Z [00:03:53.682]➜  packagefile runtime/debug=/tmp/go-build2720400589/b196/_pkg_.a
2025-08-20T21:12:26.7310814Z [00:03:53.682]➜  packagefile encoding/base32=/tmp/go-build2720400589/b198/_pkg_.a
2025-08-20T21:12:26.7311302Z [00:03:53.682]➜  packagefile encoding/gob=/tmp/go-build2720400589/b199/_pkg_.a
2025-08-20T21:12:26.7311845Z [00:03:53.682]➜  packagefile github.com/gorilla/securecookie=/tmp/go-build2720400589/b201/_pkg_.a
2025-08-20T21:12:26.7312392Z [00:03:53.682]➜  packagefile github.com/adrg/xdg=/tmp/go-build2720400589/b204/_pkg_.a
2025-08-20T21:12:26.7312933Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/ctx=/tmp/go-build2720400589/b208/_pkg_.a
2025-08-20T21:12:26.7313856Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/awsdynamodb=/tmp/go-build2720400589/b233/_pkg_.a
2025-08-20T21:12:26.7314810Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azblobstorage=/tmp/go-build2720400589/b326/_pkg_.a
2025-08-20T21:12:26.7315548Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/azcosmosdb=/tmp/go-build2720400589/b373/_pkg_.a
2025-08-20T21:12:26.7316241Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/cassandra=/tmp/go-build2720400589/b377/_pkg_.a
2025-08-20T21:12:26.7316925Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/console=/tmp/go-build2720400589/b385/_pkg_.a
2025-08-20T21:12:26.7317702Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/elastic=/tmp/go-build2720400589/b387/_pkg_.a
2025-08-20T21:12:26.7318443Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/gcs=/tmp/go-build2720400589/b1209/_pkg_.a
2025-08-20T21:12:26.7319096Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/http=/tmp/go-build2720400589/b1599/_pkg_.a
2025-08-20T21:12:26.7319772Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/luascript=/tmp/go-build2720400589/b1771/_pkg_.a
2025-08-20T21:12:26.7320460Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/mongodb=/tmp/go-build2720400589/b1900/_pkg_.a
2025-08-20T21:12:26.7321124Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/redis=/tmp/go-build2720400589/b1963/_pkg_.a
2025-08-20T21:12:26.7321775Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/s3=/tmp/go-build2720400589/b1973/_pkg_.a
2025-08-20T21:12:26.7322434Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/server=/tmp/go-build2720400589/b1992/_pkg_.a
2025-08-20T21:12:26.7323096Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wamp=/tmp/go-build2720400589/b1993/_pkg_.a
2025-08-20T21:12:26.7323744Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/producers/wasm=/tmp/go-build2720400589/b2005/_pkg_.a
2025-08-20T21:12:26.7324488Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/tpl=/tmp/go-build2720400589/b386/_pkg_.a
2025-08-20T21:12:26.7325057Z [00:03:53.682]➜  packagefile os/signal=/tmp/go-build2720400589/b1891/_pkg_.a
2025-08-20T21:12:26.7325690Z [00:03:53.682]➜  packagefile encoding/csv=/tmp/go-build2720400589/b210/_pkg_.a
2025-08-20T21:12:26.7326202Z [00:03:53.682]➜  packagefile github.com/cnkei/gospline=/tmp/go-build2720400589/b211/_pkg_.a
2025-08-20T21:12:26.7326823Z [00:03:53.682]➜  packagefile github.com/google/uuid=/tmp/go-build2720400589/b212/_pkg_.a
2025-08-20T21:12:26.7327453Z [00:03:53.682]➜  packagefile github.com/paulmach/go.geojson=/tmp/go-build2720400589/b214/_pkg_.a
2025-08-20T21:12:26.7328085Z [00:03:53.682]➜  packagefile github.com/squeeze69/generacodicefiscale=/tmp/go-build2720400589/b221/_pkg_.a
2025-08-20T21:12:26.7328679Z [00:03:53.682]➜  packagefile golang.org/x/text/cases=/tmp/go-build2720400589/b223/_pkg_.a
2025-08-20T21:12:26.7329230Z [00:03:53.682]➜  packagefile golang.org/x/text/language=/tmp/go-build2720400589/b225/_pkg_.a
2025-08-20T21:12:26.7329726Z [00:03:53.682]➜  packagefile math/rand=/tmp/go-build2720400589/b108/_pkg_.a
2025-08-20T21:12:26.7330185Z [00:03:53.682]➜  packagefile regexp/syntax=/tmp/go-build2720400589/b186/_pkg_.a
2025-08-20T21:12:26.7330800Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka=/tmp/go-build2720400589/b1605/_pkg_.a
2025-08-20T21:12:26.7331590Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry=/tmp/go-build2720400589/b1618/_pkg_.a
2025-08-20T21:12:26.7332488Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption=/tmp/go-build2720400589/b1623/_pkg_.a
2025-08-20T21:12:26.7333472Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/awskms=/tmp/go-build2720400589/b1673/_pkg_.a
2025-08-20T21:12:26.7334759Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/azurekms=/tmp/go-build2720400589/b1677/_pkg_.a
2025-08-20T21:12:26.7335836Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/gcpkms=/tmp/go-build2720400589/b1713/_pkg_.a
2025-08-20T21:12:26.7336854Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/hcvault=/tmp/go-build2720400589/b1716/_pkg_.a
2025-08-20T21:12:26.7337790Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde=/tmp/go-build2720400589/b1625/_pkg_.a
2025-08-20T21:12:26.7338802Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/avrov2=/tmp/go-build2720400589/b1741/_pkg_.a
2025-08-20T21:12:26.7339831Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/serde/jsonschema=/tmp/go-build2720400589/b1747/_pkg_.a
2025-08-20T21:12:26.7340595Z [00:03:53.682]➜  packagefile github.com/jrnd-io/jr/pkg/types=/tmp/go-build2720400589/b1760/_pkg_.a
2025-08-20T21:12:26.7341172Z [00:03:53.682]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build2720400589/b217/_pkg_.a
2025-08-20T21:12:26.7341770Z [00:03:53.682]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build2720400589/b220/_pkg_.a
2025-08-20T21:12:26.7342305Z [00:03:53.682]➜  packagefile encoding/hex=/tmp/go-build2720400589/b155/_pkg_.a
2025-08-20T21:12:26.7342742Z [00:03:53.682]➜  packagefile flag=/tmp/go-build2720400589/b339/_pkg_.a
2025-08-20T21:12:26.7343242Z [00:03:53.682]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build2720400589/b2044/_pkg_.a
2025-08-20T21:12:26.7343845Z [00:03:53.682]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build2720400589/b2046/_pkg_.a
2025-08-20T21:12:26.7344634Z [00:03:53.682]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build2720400589/b2048/_pkg_.a
2025-08-20T21:12:26.7345270Z [00:03:53.682]➜  packagefile github.com/spf13/afero=/tmp/go-build2720400589/b2053/_pkg_.a
2025-08-20T21:12:26.7345797Z [00:03:53.682]➜  packagefile github.com/spf13/cast=/tmp/go-build2720400589/b2057/_pkg_.a
2025-08-20T21:12:26.7346648Z [00:03:53.682]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build2720400589/b2058/_pkg_.a
2025-08-20T21:12:26.7347362Z [00:03:53.682]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build2720400589/b2065/_pkg_.a
2025-08-20T21:12:26.7348144Z [00:03:53.682]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build2720400589/b2066/_pkg_.a
2025-08-20T21:12:26.7348907Z [00:03:53.682]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build2720400589/b2072/_pkg_.a
2025-08-20T21:12:26.7349593Z [00:03:53.682]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build2720400589/b2073/_pkg_.a
2025-08-20T21:12:26.7350139Z [00:03:53.682]➜  packagefile log/slog=/tmp/go-build2720400589/b392/_pkg_.a
2025-08-20T21:12:26.7350603Z [00:03:53.682]➜  packagefile container/list=/tmp/go-build2720400589/b080/_pkg_.a
2025-08-20T21:12:26.7351066Z [00:03:53.682]➜  packagefile crypto/tls=/tmp/go-build2720400589/b109/_pkg_.a
2025-08-20T21:12:26.7351536Z [00:03:53.682]➜  packagefile encoding/binary=/tmp/go-build2720400589/b077/_pkg_.a
2025-08-20T21:12:26.7352101Z [00:03:53.682]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b167/_pkg_.a
2025-08-20T21:12:26.7352738Z [00:03:53.682]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2720400589/b176/_pkg_.a
2025-08-20T21:12:26.7353370Z [00:03:53.682]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b177/_pkg_.a
2025-08-20T21:12:26.7353962Z [00:03:53.682]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2720400589/b168/_pkg_.a
2025-08-20T21:12:26.7354695Z [00:03:53.682]➜  packagefile internal/godebug=/tmp/go-build2720400589/b045/_pkg_.a
2025-08-20T21:12:26.7355154Z [00:03:53.682]➜  packagefile maps=/tmp/go-build2720400589/b157/_pkg_.a
2025-08-20T21:12:26.7355787Z [00:03:53.682]➜  packagefile mime=/tmp/go-build2720400589/b178/_pkg_.a
2025-08-20T21:12:26.7356236Z [00:03:53.682]➜  packagefile mime/multipart=/tmp/go-build2720400589/b179/_pkg_.a
2025-08-20T21:12:26.7356732Z [00:03:53.682]➜  packagefile net/http/httptrace=/tmp/go-build2720400589/b181/_pkg_.a
2025-08-20T21:12:26.7357231Z [00:03:53.682]➜  packagefile net/http/internal=/tmp/go-build2720400589/b182/_pkg_.a
2025-08-20T21:12:26.7357750Z [00:03:53.682]➜  packagefile net/http/internal/ascii=/tmp/go-build2720400589/b183/_pkg_.a
2025-08-20T21:12:26.7358321Z [00:03:53.682]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2720400589/b184/_pkg_.a
2025-08-20T21:12:26.7358942Z [00:03:53.682]➜  packagefile net/textproto=/tmp/go-build2720400589/b175/_pkg_.a
2025-08-20T21:12:26.7359447Z [00:03:53.682]➜  packagefile net/url=/tmp/go-build2720400589/b165/_pkg_.a
2025-08-20T21:12:26.7359928Z [00:03:53.682]➜  packagefile internal/filepathlite=/tmp/go-build2720400589/b064/_pkg_.a
2025-08-20T21:12:26.7360425Z [00:03:53.682]➜  packagefile internal/itoa=/tmp/go-build2720400589/b048/_pkg_.a
2025-08-20T21:12:26.7360894Z [00:03:53.682]➜  packagefile internal/poll=/tmp/go-build2720400589/b065/_pkg_.a
2025-08-20T21:12:26.7361409Z [00:03:53.682]➜  packagefile internal/syscall/execenv=/tmp/go-build2720400589/b067/_pkg_.a
2025-08-20T21:12:26.7361942Z [00:03:53.682]➜  packagefile internal/syscall/unix=/tmp/go-build2720400589/b066/_pkg_.a
2025-08-20T21:12:26.7362450Z [00:03:53.682]➜  packagefile internal/testlog=/tmp/go-build2720400589/b068/_pkg_.a
2025-08-20T21:12:26.7362911Z [00:03:53.682]➜  packagefile syscall=/tmp/go-build2720400589/b047/_pkg_.a
2025-08-20T21:12:26.7363388Z [00:03:53.682]➜  packagefile text/template/parse=/tmp/go-build2720400589/b232/_pkg_.a
2025-08-20T21:12:26.7363878Z [00:03:53.682]➜  packagefile internal/asan=/tmp/go-build2720400589/b028/_pkg_.a
2025-08-20T21:12:26.7364528Z [00:03:53.682]➜  packagefile internal/msan=/tmp/go-build2720400589/b029/_pkg_.a
2025-08-20T21:12:26.7365051Z [00:03:53.682]➜  packagefile internal/race=/tmp/go-build2720400589/b030/_pkg_.a
2025-08-20T21:12:26.7365519Z [00:03:53.682]➜  packagefile internal/sync=/tmp/go-build2720400589/b036/_pkg_.a
2025-08-20T21:12:26.7366182Z [00:03:53.682]➜  packagefile internal/synctest=/tmp/go-build2720400589/b038/_pkg_.a
2025-08-20T21:12:26.7366701Z [00:03:53.682]➜  packagefile internal/unsafeheader=/tmp/go-build2720400589/b009/_pkg_.a
2025-08-20T21:12:26.7367209Z [00:03:53.682]➜  packagefile internal/oserror=/tmp/go-build2720400589/b049/_pkg_.a
2025-08-20T21:12:26.7367760Z [00:03:53.682]➜  packagefile hash/crc32=/tmp/go-build2720400589/b078/_pkg_.a
2025-08-20T21:12:26.7368322Z [00:03:53.682]➜  packagefile crypto/internal/boring=/tmp/go-build2720400589/b082/_pkg_.a
2025-08-20T21:12:26.7368865Z [00:03:53.682]➜  packagefile crypto/internal/fips140=/tmp/go-build2720400589/b086/_pkg_.a
2025-08-20T21:12:26.7369424Z [00:03:53.682]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2720400589/b099/_pkg_.a
2025-08-20T21:12:26.7370002Z [00:03:53.682]➜  packagefile crypto/internal/fips140only=/tmp/go-build2720400589/b104/_pkg_.a
2025-08-20T21:12:26.7370556Z [00:03:53.682]➜  packagefile crypto/internal/randutil=/tmp/go-build2720400589/b102/_pkg_.a
2025-08-20T21:12:26.7371102Z [00:03:53.682]➜  packagefile crypto/internal/sysrand=/tmp/go-build2720400589/b101/_pkg_.a
2025-08-20T21:12:26.7371581Z [00:03:53.682]➜  packagefile math/big=/tmp/go-build2720400589/b107/_pkg_.a
2025-08-20T21:12:26.7372098Z [00:03:53.682]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2720400589/b096/_pkg_.a
2025-08-20T21:12:26.7372621Z [00:03:53.682]➜  packagefile log/internal=/tmp/go-build2720400589/b173/_pkg_.a
2025-08-20T21:12:26.7373274Z [00:03:53.682]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2720400589/b159/_pkg_.a
2025-08-20T21:12:26.7373895Z [00:03:53.682]➜  packagefile internal/nettrace=/tmp/go-build2720400589/b160/_pkg_.a
2025-08-20T21:12:26.7374543Z [00:03:53.682]➜  packagefile internal/singleflight=/tmp/go-build2720400589/b161/_pkg_.a
2025-08-20T21:12:26.7375181Z [00:03:53.682]➜  packagefile net/netip=/tmp/go-build2720400589/b162/_pkg_.a
2025-08-20T21:12:26.7375612Z [00:03:53.682]➜  packagefile html=/tmp/go-build2720400589/b191/_pkg_.a
2025-08-20T21:12:26.7376070Z [00:03:53.682]➜  packagefile internal/profile=/tmp/go-build2720400589/b192/_pkg_.a
2025-08-20T21:12:26.7376549Z [00:03:53.682]➜  packagefile runtime/pprof=/tmp/go-build2720400589/b193/_pkg_.a
2025-08-20T21:12:26.7377016Z [00:03:53.682]➜  packagefile runtime/trace=/tmp/go-build2720400589/b195/_pkg_.a
2025-08-20T21:12:26.7377500Z [00:03:53.682]➜  packagefile internal/saferio=/tmp/go-build2720400589/b200/_pkg_.a
2025-08-20T21:12:26.7377976Z [00:03:53.682]➜  packagefile crypto/aes=/tmp/go-build2720400589/b110/_pkg_.a
2025-08-20T21:12:26.7378439Z [00:03:53.682]➜  packagefile crypto/cipher=/tmp/go-build2720400589/b084/_pkg_.a
2025-08-20T21:12:26.7378903Z [00:03:53.682]➜  packagefile crypto/hmac=/tmp/go-build2720400589/b135/_pkg_.a
2025-08-20T21:12:26.7379369Z [00:03:53.682]➜  packagefile crypto/sha256=/tmp/go-build2720400589/b149/_pkg_.a
2025-08-20T21:12:26.7379806Z [00:03:53.682]➜  packagefile hash=/tmp/go-build2720400589/b079/_pkg_.a
2025-08-20T21:12:26.7380342Z [00:03:53.682]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2720400589/b205/_pkg_.a
2025-08-20T21:12:26.7380985Z [00:03:53.682]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build2720400589/b206/_pkg_.a
2025-08-20T21:12:26.7381608Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2720400589/b234/_pkg_.a
2025-08-20T21:12:26.7382322Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue=/tmp/go-build2720400589/b308/_pkg_.a
2025-08-20T21:12:26.7383059Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb=/tmp/go-build2720400589/b311/_pkg_.a
2025-08-20T21:12:26.7383677Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build2720400589/b318/_pkg_.a
2025-08-20T21:12:26.7384512Z [00:03:53.682]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build2720400589/b327/_pkg_.a
2025-08-20T21:12:26.7385312Z [00:03:53.682]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos=/tmp/go-build2720400589/b374/_pkg_.a
2025-08-20T21:12:26.7386161Z [00:03:53.682]➜  packagefile github.com/gocql/gocql=/tmp/go-build2720400589/b378/_pkg_.a
2025-08-20T21:12:26.7386750Z [00:03:53.682]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build2720400589/b388/_pkg_.a
2025-08-20T21:12:26.7387493Z [00:03:53.682]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build2720400589/b415/_pkg_.a
2025-08-20T21:12:26.7388220Z [00:03:53.682]➜  packagefile cloud.google.com/go/storage=/tmp/go-build2720400589/b1210/_pkg_.a
2025-08-20T21:12:26.7388792Z [00:03:53.682]➜  packagefile github.com/go-resty/resty/v2=/tmp/go-build2720400589/b1600/_pkg_.a
2025-08-20T21:12:26.7389325Z [00:03:53.682]➜  packagefile net/http/cookiejar=/tmp/go-build2720400589/b1603/_pkg_.a
2025-08-20T21:12:26.7389887Z [00:03:53.682]➜  packagefile github.com/vadv/gopher-lua-libs=/tmp/go-build2720400589/b1772/_pkg_.a
2025-08-20T21:12:26.7390484Z [00:03:53.682]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2720400589/b1775/_pkg_.a
2025-08-20T21:12:26.7391077Z [00:03:53.682]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build2720400589/b1777/_pkg_.a
2025-08-20T21:12:26.7391682Z [00:03:53.682]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build2720400589/b1901/_pkg_.a
2025-08-20T21:12:26.7392321Z [00:03:53.682]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build2720400589/b1925/_pkg_.a
2025-08-20T21:12:26.7393025Z [00:03:53.682]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build2720400589/b1964/_pkg_.a
2025-08-20T21:12:26.7393662Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2720400589/b235/_pkg_.a
2025-08-20T21:12:26.7394442Z [00:03:53.682]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build2720400589/b1974/_pkg_.a
2025-08-20T21:12:26.7395240Z [00:03:53.682]➜  packagefile github.com/gammazero/nexus/v3/client=/tmp/go-build2720400589/b1994/_pkg_.a
2025-08-20T21:12:26.7395868Z [00:03:53.682]➜  packagefile github.com/gammazero/nexus/v3/wamp=/tmp/go-build2720400589/b1997/_pkg_.a
2025-08-20T21:12:26.7396472Z [00:03:53.682]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2720400589/b2006/_pkg_.a
2025-08-20T21:12:26.7397071Z [00:03:53.682]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2720400589/b2007/_pkg_.a
2025-08-20T21:12:26.7397798Z [00:03:53.682]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2720400589/b2039/_pkg_.a
2025-08-20T21:12:26.7398423Z [00:03:53.682]➜  packagefile crypto/md5=/tmp/go-build2720400589/b144/_pkg_.a
2025-08-20T21:12:26.7398879Z [00:03:53.682]➜  packagefile crypto/sha1=/tmp/go-build2720400589/b148/_pkg_.a
2025-08-20T21:12:26.7399364Z [00:03:53.682]➜  packagefile database/sql/driver=/tmp/go-build2720400589/b213/_pkg_.a
2025-08-20T21:12:26.7399941Z [00:03:53.682]➜  packagefile github.com/squeeze69/codicefiscale=/tmp/go-build2720400589/b222/_pkg_.a
2025-08-20T21:12:26.7400530Z [00:03:53.682]➜  packagefile golang.org/x/text/internal=/tmp/go-build2720400589/b224/_pkg_.a
2025-08-20T21:12:26.7401096Z [00:03:53.682]➜  packagefile golang.org/x/text/transform=/tmp/go-build2720400589/b229/_pkg_.a
2025-08-20T21:12:26.7401671Z [00:03:53.682]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b230/_pkg_.a
2025-08-20T21:12:26.7402275Z [00:03:53.682]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2720400589/b226/_pkg_.a
2025-08-20T21:12:26.7402937Z [00:03:53.682]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2720400589/b228/_pkg_.a
2025-08-20T21:12:26.7403735Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/kafka/librdkafka_vendor=/tmp/go-build2720400589/b1606/_pkg_.a
2025-08-20T21:12:26.7404549Z [00:03:53.682]➜  packagefile go/types=/tmp/go-build2720400589/b1607/_pkg_.a
2025-08-20T21:12:26.7405285Z [00:03:53.682]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/cache=/tmp/go-build2720400589/b1619/_pkg_.a
2025-08-20T21:12:26.7406160Z [00:03:53.683]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/internal=/tmp/go-build2720400589/b1620/_pkg_.a
2025-08-20T21:12:26.7407018Z [00:03:53.683]➜  packagefile testing=/tmp/go-build2720400589/b375/_pkg_.a
2025-08-20T21:12:26.7407677Z [00:03:53.683]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rest=/tmp/go-build2720400589/b1621/_pkg_.a
2025-08-20T21:12:26.7408693Z [00:03:53.683]➜  packagefile github.com/confluentinc/confluent-kafka-go/v2/schemaregistry/rules/encryption/deks=/tmp/go-build2720400589/b1624/_pkg_.a
2025-08-20T21:12:26.7409567Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead=/tmp/go-build2720400589/b1626/_pkg_.a
2025-08-20T21:12:26.7410240Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/core/registry=/tmp/go-build2720400589/b1630/_pkg_.a
2025-08-20T21:12:26.7410934Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/daead=/tmp/go-build2720400589/b1669/_pkg_.a
2025-08-20T21:12:26.7411622Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/tink_go_proto=/tmp/go-build2720400589/b1631/_pkg_.a
2025-08-20T21:12:26.7412305Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/tink=/tmp/go-build2720400589/b1632/_pkg_.a
2025-08-20T21:12:26.7412938Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2720400589/b256/_pkg_.a
2025-08-20T21:12:26.7413675Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2720400589/b296/_pkg_.a
2025-08-20T21:12:26.7414634Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms=/tmp/go-build2720400589/b1674/_pkg_.a
2025-08-20T21:12:26.7415350Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2720400589/b297/_pkg_.a
2025-08-20T21:12:26.7416151Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build2720400589/b328/_pkg_.a
2025-08-20T21:12:26.7416843Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build2720400589/b1678/_pkg_.a
2025-08-20T21:12:26.7417617Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys=/tmp/go-build2720400589/b1711/_pkg_.a
2025-08-20T21:12:26.7418426Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go-gcpkms/v2/integration/gcpkms=/tmp/go-build2720400589/b1714/_pkg_.a
2025-08-20T21:12:26.7419115Z [00:03:53.683]➜  packagefile google.golang.org/api/option=/tmp/go-build2720400589/b1344/_pkg_.a
2025-08-20T21:12:26.7419703Z [00:03:53.683]➜  packagefile github.com/hashicorp/vault/api=/tmp/go-build2720400589/b1717/_pkg_.a
2025-08-20T21:12:26.7420410Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go-hcvault/v2/integration/hcvault=/tmp/go-build2720400589/b1740/_pkg_.a
2025-08-20T21:12:26.7421076Z [00:03:53.683]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build2720400589/b1742/_pkg_.a
2025-08-20T21:12:26.7421637Z [00:03:53.683]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2720400589/b1746/_pkg_.a
2025-08-20T21:12:26.7422371Z [00:03:53.683]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build2720400589/b1748/_pkg_.a
2025-08-20T21:12:26.7422995Z [00:03:53.683]➜  packagefile github.com/santhosh-tekuri/jsonschema/v5=/tmp/go-build2720400589/b1758/_pkg_.a
2025-08-20T21:12:26.7423675Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/compiler=/tmp/go-build2720400589/b1761/_pkg_.a
2025-08-20T21:12:26.7424533Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/util=/tmp/go-build2720400589/b1767/_pkg_.a
2025-08-20T21:12:26.7425255Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/vm=/tmp/go-build2720400589/b1769/_pkg_.a
2025-08-20T21:12:26.7425920Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/vm/types=/tmp/go-build2720400589/b1770/_pkg_.a
2025-08-20T21:12:26.7426537Z [00:03:53.683]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2720400589/b218/_pkg_.a
2025-08-20T21:12:26.7427138Z [00:03:53.683]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build2720400589/b2045/_pkg_.a
2025-08-20T21:12:26.7427714Z [00:03:53.683]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2720400589/b219/_pkg_.a
2025-08-20T21:12:26.7428354Z [00:03:53.683]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build2720400589/b2047/_pkg_.a
2025-08-20T21:12:26.7429151Z [00:03:53.683]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build2720400589/b2049/_pkg_.a
2025-08-20T21:12:26.7429865Z [00:03:53.683]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build2720400589/b2054/_pkg_.a
2025-08-20T21:12:26.7430472Z [00:03:53.683]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build2720400589/b2055/_pkg_.a
2025-08-20T21:12:26.7431021Z [00:03:53.683]➜  packagefile golang.org/x/text/runes=/tmp/go-build2720400589/b2056/_pkg_.a
2025-08-20T21:12:26.7431530Z [00:03:53.683]➜  packagefile html/template=/tmp/go-build2720400589/b1251/_pkg_.a
2025-08-20T21:12:26.7432051Z [00:03:53.683]➜  packagefile github.com/subosito/gotenv=/tmp/go-build2720400589/b2059/_pkg_.a
2025-08-20T21:12:26.7432634Z [00:03:53.683]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build2720400589/b2067/_pkg_.a
2025-08-20T21:12:26.7433167Z [00:03:53.683]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2720400589/b1754/_pkg_.a
2025-08-20T21:12:26.7433661Z [00:03:53.683]➜  packagefile log/slog/internal=/tmp/go-build2720400589/b393/_pkg_.a
2025-08-20T21:12:26.7434182Z [00:03:53.683]➜  packagefile log/slog/internal/buffer=/tmp/go-build2720400589/b394/_pkg_.a
2025-08-20T21:12:26.7435007Z [00:03:53.683]➜  packagefile crypto=/tmp/go-build2720400589/b083/_pkg_.a
2025-08-20T21:12:26.7435524Z [00:03:53.683]➜  packagefile crypto/des=/tmp/go-build2720400589/b111/_pkg_.a
2025-08-20T21:12:26.7435981Z [00:03:53.683]➜  packagefile crypto/ecdh=/tmp/go-build2720400589/b112/_pkg_.a
2025-08-20T21:12:26.7436592Z [00:03:53.683]➜  packagefile crypto/ecdsa=/tmp/go-build2720400589/b117/_pkg_.a
2025-08-20T21:12:26.7437059Z [00:03:53.683]➜  packagefile crypto/ed25519=/tmp/go-build2720400589/b130/_pkg_.a
2025-08-20T21:12:26.7437539Z [00:03:53.683]➜  packagefile crypto/elliptic=/tmp/go-build2720400589/b118/_pkg_.a
2025-08-20T21:12:26.7438006Z [00:03:53.683]➜  packagefile crypto/hkdf=/tmp/go-build2720400589/b133/_pkg_.a
2025-08-20T21:12:26.7438522Z [00:03:53.683]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2720400589/b085/_pkg_.a
2025-08-20T21:12:26.7439107Z [00:03:53.683]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2720400589/b098/_pkg_.a
2025-08-20T21:12:26.7439703Z [00:03:53.683]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2720400589/b136/_pkg_.a
2025-08-20T21:12:26.7440283Z [00:03:53.683]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2720400589/b137/_pkg_.a
2025-08-20T21:12:26.7440858Z [00:03:53.683]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2720400589/b138/_pkg_.a
2025-08-20T21:12:26.7441406Z [00:03:53.683]➜  packagefile crypto/internal/hpke=/tmp/go-build2720400589/b139/_pkg_.a
2025-08-20T21:12:26.7441887Z [00:03:53.683]➜  packagefile crypto/rc4=/tmp/go-build2720400589/b145/_pkg_.a
2025-08-20T21:12:26.7442548Z [00:03:53.683]➜  packagefile crypto/rsa=/tmp/go-build2720400589/b146/_pkg_.a
2025-08-20T21:12:26.7443008Z [00:03:53.683]➜  packagefile crypto/sha512=/tmp/go-build2720400589/b126/_pkg_.a
2025-08-20T21:12:26.7443653Z [00:03:53.683]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2720400589/b150/_pkg_.a
2025-08-20T21:12:26.7444228Z [00:03:53.683]➜  packagefile crypto/x509=/tmp/go-build2720400589/b152/_pkg_.a
2025-08-20T21:12:26.7444929Z [00:03:53.683]➜  packagefile encoding/pem=/tmp/go-build2720400589/b156/_pkg_.a
2025-08-20T21:12:26.7445520Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b140/_pkg_.a
2025-08-20T21:12:26.7446184Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b127/_pkg_.a
2025-08-20T21:12:26.7446700Z [00:03:53.683]➜  packagefile weak=/tmp/go-build2720400589/b123/_pkg_.a
2025-08-20T21:12:26.7447239Z [00:03:53.683]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2720400589/b169/_pkg_.a
2025-08-20T21:12:26.7447883Z [00:03:53.683]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b171/_pkg_.a
2025-08-20T21:12:26.7448513Z [00:03:53.683]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2720400589/b174/_pkg_.a
2025-08-20T21:12:26.7449063Z [00:03:53.683]➜  packagefile internal/bisect=/tmp/go-build2720400589/b046/_pkg_.a
2025-08-20T21:12:26.7449576Z [00:03:53.683]➜  packagefile mime/quotedprintable=/tmp/go-build2720400589/b180/_pkg_.a
2025-08-20T21:12:26.7450117Z [00:03:53.683]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2720400589/b106/_pkg_.a
2025-08-20T21:12:26.7450715Z [00:03:53.683]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2720400589/b087/_pkg_.a
2025-08-20T21:12:26.7451524Z [00:03:53.683]➜  packagefile crypto/internal/entropy=/tmp/go-build2720400589/b100/_pkg_.a
2025-08-20T21:12:26.7452092Z [00:03:53.683]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2720400589/b089/_pkg_.a
2025-08-20T21:12:26.7452716Z [00:03:53.683]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2720400589/b092/_pkg_.a
2025-08-20T21:12:26.7453329Z [00:03:53.683]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2720400589/b091/_pkg_.a
2025-08-20T21:12:26.7453911Z [00:03:53.683]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2720400589/b095/_pkg_.a
2025-08-20T21:12:26.7454896Z [00:03:53.683]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2720400589/b097/_pkg_.a
2025-08-20T21:12:26.7455495Z [00:03:53.683]➜  packagefile math/rand/v2=/tmp/go-build2720400589/b103/_pkg_.a
2025-08-20T21:12:26.7456026Z [00:03:53.683]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2720400589/b088/_pkg_.a
2025-08-20T21:12:26.7456524Z [00:03:53.683]➜  packagefile unique=/tmp/go-build2720400589/b163/_pkg_.a
2025-08-20T21:12:26.7457000Z [00:03:53.683]➜  packagefile text/tabwriter=/tmp/go-build2720400589/b194/_pkg_.a
2025-08-20T21:12:26.7457537Z [00:03:53.683]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2720400589/b090/_pkg_.a
2025-08-20T21:12:26.7458107Z [00:03:53.683]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2720400589/b124/_pkg_.a
2025-08-20T21:12:26.7459094Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2720400589/b253/_pkg_.a
2025-08-20T21:12:26.7459812Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2720400589/b257/_pkg_.a
2025-08-20T21:12:26.7460554Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2720400589/b265/_pkg_.a
2025-08-20T21:12:26.7461294Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2720400589/b267/_pkg_.a
2025-08-20T21:12:26.7462016Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2720400589/b270/_pkg_.a
2025-08-20T21:12:26.7462697Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2720400589/b258/_pkg_.a
2025-08-20T21:12:26.7463523Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2720400589/b306/_pkg_.a
2025-08-20T21:12:26.7464212Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2720400589/b271/_pkg_.a
2025-08-20T21:12:26.7465444Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2720400589/b273/_pkg_.a
2025-08-20T21:12:26.7466149Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2720400589/b291/_pkg_.a
2025-08-20T21:12:26.7466790Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2720400589/b239/_pkg_.a
2025-08-20T21:12:26.7467396Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2720400589/b243/_pkg_.a
2025-08-20T21:12:26.7467997Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2720400589/b242/_pkg_.a
2025-08-20T21:12:26.7468687Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2720400589/b307/_pkg_.a
2025-08-20T21:12:26.7469419Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/types=/tmp/go-build2720400589/b309/_pkg_.a
2025-08-20T21:12:26.7470183Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types=/tmp/go-build2720400589/b310/_pkg_.a
2025-08-20T21:12:26.7470894Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2720400589/b274/_pkg_.a
2025-08-20T21:12:26.7471545Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2720400589/b254/_pkg_.a
2025-08-20T21:12:26.7472435Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2720400589/b275/_pkg_.a
2025-08-20T21:12:26.7473097Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2720400589/b259/_pkg_.a
2025-08-20T21:12:26.7473733Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2720400589/b276/_pkg_.a
2025-08-20T21:12:26.7474542Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2720400589/b279/_pkg_.a
2025-08-20T21:12:26.7475289Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2720400589/b281/_pkg_.a
2025-08-20T21:12:26.7476085Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build2720400589/b312/_pkg_.a
2025-08-20T21:12:26.7476842Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2720400589/b282/_pkg_.a
2025-08-20T21:12:26.7477545Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2720400589/b283/_pkg_.a
2025-08-20T21:12:26.7478285Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2720400589/b284/_pkg_.a
2025-08-20T21:12:26.7479019Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2720400589/b285/_pkg_.a
2025-08-20T21:12:26.7479810Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/customizations=/tmp/go-build2720400589/b313/_pkg_.a
2025-08-20T21:12:26.7480660Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/dynamodb/internal/endpoints=/tmp/go-build2720400589/b314/_pkg_.a
2025-08-20T21:12:26.7481474Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2720400589/b301/_pkg_.a
2025-08-20T21:12:26.7482283Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery=/tmp/go-build2720400589/b315/_pkg_.a
2025-08-20T21:12:26.7482953Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2720400589/b245/_pkg_.a
2025-08-20T21:12:26.7483508Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2720400589/b246/_pkg_.a
2025-08-20T21:12:26.7484411Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2720400589/b289/_pkg_.a
2025-08-20T21:12:26.7485158Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2720400589/b280/_pkg_.a
2025-08-20T21:12:26.7485908Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2720400589/b294/_pkg_.a
2025-08-20T21:12:26.7486630Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2720400589/b290/_pkg_.a
2025-08-20T21:12:26.7487309Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build2720400589/b316/_pkg_.a
2025-08-20T21:12:26.7487946Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2720400589/b264/_pkg_.a
2025-08-20T21:12:26.7488525Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2720400589/b247/_pkg_.a
2025-08-20T21:12:26.7489099Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2720400589/b252/_pkg_.a
2025-08-20T21:12:26.7489670Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2720400589/b255/_pkg_.a
2025-08-20T21:12:26.7490236Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2720400589/b248/_pkg_.a
2025-08-20T21:12:26.7490816Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2720400589/b249/_pkg_.a
2025-08-20T21:12:26.7491432Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2720400589/b244/_pkg_.a
2025-08-20T21:12:26.7492043Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2720400589/b317/_pkg_.a
2025-08-20T21:12:26.7492642Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build2720400589/b319/_pkg_.a
2025-08-20T21:12:26.7493486Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build2720400589/b320/_pkg_.a
2025-08-20T21:12:26.7494127Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build2720400589/b324/_pkg_.a
2025-08-20T21:12:26.7495046Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build2720400589/b325/_pkg_.a
2025-08-20T21:12:26.7495747Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build2720400589/b338/_pkg_.a
2025-08-20T21:12:26.7496503Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build2720400589/b359/_pkg_.a
2025-08-20T21:12:26.7497398Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build2720400589/b368/_pkg_.a
2025-08-20T21:12:26.7498269Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build2720400589/b369/_pkg_.a
2025-08-20T21:12:26.7499102Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build2720400589/b363/_pkg_.a
2025-08-20T21:12:26.7499964Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build2720400589/b364/_pkg_.a
2025-08-20T21:12:26.7500849Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build2720400589/b361/_pkg_.a
2025-08-20T21:12:26.7501725Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build2720400589/b365/_pkg_.a
2025-08-20T21:12:26.7502538Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build2720400589/b367/_pkg_.a
2025-08-20T21:12:26.7503310Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build2720400589/b372/_pkg_.a
2025-08-20T21:12:26.7504053Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build2720400589/b331/_pkg_.a
2025-08-20T21:12:26.7505042Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build2720400589/b335/_pkg_.a
2025-08-20T21:12:26.7505959Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build2720400589/b347/_pkg_.a
2025-08-20T21:12:26.7506702Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build2720400589/b337/_pkg_.a
2025-08-20T21:12:26.7507519Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build2720400589/b349/_pkg_.a
2025-08-20T21:12:26.7508321Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build2720400589/b332/_pkg_.a
2025-08-20T21:12:26.7509057Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build2720400589/b350/_pkg_.a
2025-08-20T21:12:26.7509792Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build2720400589/b351/_pkg_.a
2025-08-20T21:12:26.7510457Z [00:03:53.683]➜  packagefile github.com/gocql/gocql/internal/lru=/tmp/go-build2720400589/b379/_pkg_.a
2025-08-20T21:12:26.7511087Z [00:03:53.683]➜  packagefile github.com/gocql/gocql/internal/murmur=/tmp/go-build2720400589/b380/_pkg_.a
2025-08-20T21:12:26.7511732Z [00:03:53.683]➜  packagefile github.com/gocql/gocql/internal/streams=/tmp/go-build2720400589/b381/_pkg_.a
2025-08-20T21:12:26.7512326Z [00:03:53.683]➜  packagefile github.com/golang/snappy=/tmp/go-build2720400589/b382/_pkg_.a
2025-08-20T21:12:26.7512891Z [00:03:53.683]➜  packagefile github.com/hailocab/go-hostpool=/tmp/go-build2720400589/b383/_pkg_.a
2025-08-20T21:12:26.7513480Z [00:03:53.683]➜  packagefile gopkg.in/inf.v0=/tmp/go-build2720400589/b384/_pkg_.a
2025-08-20T21:12:26.7514140Z [00:03:53.683]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build2720400589/b389/_pkg_.a
2025-08-20T21:12:26.7515330Z [00:03:53.683]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build2720400589/b414/_pkg_.a
2025-08-20T21:12:26.7516157Z [00:03:53.683]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build2720400589/b416/_pkg_.a
2025-08-20T21:12:26.7516898Z [00:03:53.683]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build2720400589/b417/_pkg_.a
2025-08-20T21:12:26.7517531Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build2720400589/b405/_pkg_.a
2025-08-20T21:12:26.7518143Z [00:03:53.683]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build2720400589/b1211/_pkg_.a
2025-08-20T21:12:26.7518821Z [00:03:53.683]➜  packagefile cloud.google.com/go/iam=/tmp/go-build2720400589/b1212/_pkg_.a
2025-08-20T21:12:26.7519465Z [00:03:53.683]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build2720400589/b1213/_pkg_.a
2025-08-20T21:12:26.7520052Z [00:03:53.683]➜  packagefile cloud.google.com/go/internal=/tmp/go-build2720400589/b1327/_pkg_.a
2025-08-20T21:12:26.7520662Z [00:03:53.683]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build2720400589/b1328/_pkg_.a
2025-08-20T21:12:26.7521277Z [00:03:53.683]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build2720400589/b1329/_pkg_.a
2025-08-20T21:12:26.7521896Z [00:03:53.683]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build2720400589/b1330/_pkg_.a
2025-08-20T21:12:26.7522534Z [00:03:53.683]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build2720400589/b1331/_pkg_.a
2025-08-20T21:12:26.7523176Z [00:03:53.683]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build2720400589/b1332/_pkg_.a
2025-08-20T21:12:26.7523829Z [00:03:53.683]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build2720400589/b1403/_pkg_.a
2025-08-20T21:12:26.7524758Z [00:03:53.683]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build2720400589/b1404/_pkg_.a
2025-08-20T21:12:26.7525643Z [00:03:53.683]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build2720400589/b1434/_pkg_.a
2025-08-20T21:12:26.7526401Z [00:03:53.683]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build2720400589/b1318/_pkg_.a
2025-08-20T21:12:26.7527242Z [00:03:53.683]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build2720400589/b1325/_pkg_.a
2025-08-20T21:12:26.7527901Z [00:03:53.683]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build2720400589/b1449/_pkg_.a
2025-08-20T21:12:26.7528576Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build2720400589/b390/_pkg_.a
2025-08-20T21:12:26.7529219Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build2720400589/b400/_pkg_.a
2025-08-20T21:12:26.7529812Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build2720400589/b403/_pkg_.a
2025-08-20T21:12:26.7530408Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build2720400589/b1333/_pkg_.a
2025-08-20T21:12:26.7531075Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build2720400589/b1339/_pkg_.a
2025-08-20T21:12:26.7531738Z [00:03:53.683]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build2720400589/b1340/_pkg_.a
2025-08-20T21:12:26.7532332Z [00:03:53.683]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build2720400589/b1352/_pkg_.a
2025-08-20T21:12:26.7532907Z [00:03:53.683]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build2720400589/b1322/_pkg_.a
2025-08-20T21:12:26.7533532Z [00:03:53.683]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build2720400589/b1451/_pkg_.a
2025-08-20T21:12:26.7534151Z [00:03:53.683]➜  packagefile google.golang.org/api/iterator=/tmp/go-build2720400589/b1409/_pkg_.a
2025-08-20T21:12:26.7535021Z [00:03:53.683]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build2720400589/b1410/_pkg_.a
2025-08-20T21:12:26.7535868Z [00:03:53.683]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build2720400589/b1462/_pkg_.a
2025-08-20T21:12:26.7536466Z [00:03:53.683]➜  packagefile google.golang.org/api/transport=/tmp/go-build2720400589/b1463/_pkg_.a
2025-08-20T21:12:26.7537084Z [00:03:53.683]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build2720400589/b1453/_pkg_.a
2025-08-20T21:12:26.7537759Z [00:03:53.683]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build2720400589/b1405/_pkg_.a
2025-08-20T21:12:26.7538479Z [00:03:53.683]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build2720400589/b1247/_pkg_.a
2025-08-20T21:12:26.7539097Z [00:03:53.683]➜  packagefile google.golang.org/grpc=/tmp/go-build2720400589/b1248/_pkg_.a
2025-08-20T21:12:26.7539760Z [00:03:53.683]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build2720400589/b1464/_pkg_.a
2025-08-20T21:12:26.7540372Z [00:03:53.683]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build2720400589/b1280/_pkg_.a
2025-08-20T21:12:26.7540960Z [00:03:53.683]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build2720400589/b1282/_pkg_.a
2025-08-20T21:12:26.7541596Z [00:03:53.683]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build2720400589/b1265/_pkg_.a
2025-08-20T21:12:26.7542206Z [00:03:53.683]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build2720400589/b1284/_pkg_.a
2025-08-20T21:12:26.7542781Z [00:03:53.683]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build2720400589/b1267/_pkg_.a
2025-08-20T21:12:26.7543419Z [00:03:53.683]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build2720400589/b1470/_pkg_.a
2025-08-20T21:12:26.7544041Z [00:03:53.683]➜  packagefile google.golang.org/grpc/status=/tmp/go-build2720400589/b1292/_pkg_.a
2025-08-20T21:12:26.7544913Z [00:03:53.683]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build2720400589/b1474/_pkg_.a
2025-08-20T21:12:26.7545616Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2720400589/b1217/_pkg_.a
2025-08-20T21:12:26.7546268Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2720400589/b1234/_pkg_.a
2025-08-20T21:12:26.7546932Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2720400589/b1216/_pkg_.a
2025-08-20T21:12:26.7547890Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build2720400589/b1246/_pkg_.a
2025-08-20T21:12:26.7548638Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build2720400589/b1317/_pkg_.a
2025-08-20T21:12:26.7549456Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build2720400589/b1291/_pkg_.a
2025-08-20T21:12:26.7550165Z [00:03:53.683]➜  packagefile encoding/xml=/tmp/go-build2720400589/b298/_pkg_.a
2025-08-20T21:12:26.7550738Z [00:03:53.683]➜  packagefile github.com/go-resty/resty/v2/shellescape=/tmp/go-build2720400589/b1601/_pkg_.a
2025-08-20T21:12:26.7551356Z [00:03:53.683]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build2720400589/b1602/_pkg_.a
2025-08-20T21:12:26.7551968Z [00:03:53.683]➜  packagefile github.com/vadv/gopher-lua-libs/plugin=/tmp/go-build2720400589/b1773/_pkg_.a
2025-08-20T21:12:26.7552583Z [00:03:53.683]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2720400589/b1776/_pkg_.a
2025-08-20T21:12:26.7553158Z [00:03:53.683]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build2720400589/b1778/_pkg_.a
2025-08-20T21:12:26.7553741Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build2720400589/b1902/_pkg_.a
2025-08-20T21:12:26.7554537Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build2720400589/b1903/_pkg_.a
2025-08-20T21:12:26.7555270Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build2720400589/b1905/_pkg_.a
2025-08-20T21:12:26.7555921Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build2720400589/b1906/_pkg_.a
2025-08-20T21:12:26.7556772Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build2720400589/b1907/_pkg_.a
2025-08-20T21:12:26.7557402Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build2720400589/b1909/_pkg_.a
2025-08-20T21:12:26.7558057Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build2720400589/b1917/_pkg_.a
2025-08-20T21:12:26.7558737Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build2720400589/b1918/_pkg_.a
2025-08-20T21:12:26.7559399Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build2720400589/b1919/_pkg_.a
2025-08-20T21:12:26.7560154Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build2720400589/b1920/_pkg_.a
2025-08-20T21:12:26.7560939Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build2720400589/b1921/_pkg_.a
2025-08-20T21:12:26.7561605Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build2720400589/b1922/_pkg_.a
2025-08-20T21:12:26.7562283Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build2720400589/b1911/_pkg_.a
2025-08-20T21:12:26.7562972Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build2720400589/b1929/_pkg_.a
2025-08-20T21:12:26.7563642Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build2720400589/b1915/_pkg_.a
2025-08-20T21:12:26.7564516Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build2720400589/b1930/_pkg_.a
2025-08-20T21:12:26.7565277Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build2720400589/b1908/_pkg_.a
2025-08-20T21:12:26.7565952Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build2720400589/b1931/_pkg_.a
2025-08-20T21:12:26.7566634Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build2720400589/b1944/_pkg_.a
2025-08-20T21:12:26.7567361Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build2720400589/b1940/_pkg_.a
2025-08-20T21:12:26.7568151Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build2720400589/b1941/_pkg_.a
2025-08-20T21:12:26.7569108Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build2720400589/b1955/_pkg_.a
2025-08-20T21:12:26.7569909Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build2720400589/b1942/_pkg_.a
2025-08-20T21:12:26.7570702Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build2720400589/b1959/_pkg_.a
2025-08-20T21:12:26.7571331Z [00:03:53.683]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build2720400589/b1926/_pkg_.a
2025-08-20T21:12:26.7571896Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build2720400589/b1916/_pkg_.a
2025-08-20T21:12:26.7572572Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build2720400589/b1957/_pkg_.a
2025-08-20T21:12:26.7573327Z [00:03:53.683]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build2720400589/b1943/_pkg_.a
2025-08-20T21:12:26.7573989Z [00:03:53.683]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build2720400589/b1582/_pkg_.a
2025-08-20T21:12:26.7574790Z [00:03:53.683]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build2720400589/b1965/_pkg_.a
2025-08-20T21:12:26.7575422Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build2720400589/b1966/_pkg_.a
2025-08-20T21:12:26.7576085Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build2720400589/b1969/_pkg_.a
2025-08-20T21:12:26.7576765Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build2720400589/b1970/_pkg_.a
2025-08-20T21:12:26.7577612Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build2720400589/b1971/_pkg_.a
2025-08-20T21:12:26.7578283Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build2720400589/b1972/_pkg_.a
2025-08-20T21:12:26.7578949Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build2720400589/b1967/_pkg_.a
2025-08-20T21:12:26.7579608Z [00:03:53.683]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build2720400589/b1968/_pkg_.a
2025-08-20T21:12:26.7580264Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2720400589/b236/_pkg_.a
2025-08-20T21:12:26.7580987Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2720400589/b237/_pkg_.a
2025-08-20T21:12:26.7581765Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2720400589/b238/_pkg_.a
2025-08-20T21:12:26.7582520Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build2720400589/b1975/_pkg_.a
2025-08-20T21:12:26.7583337Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build2720400589/b1976/_pkg_.a
2025-08-20T21:12:26.7584115Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2720400589/b300/_pkg_.a
2025-08-20T21:12:26.7584964Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2720400589/b261/_pkg_.a
2025-08-20T21:12:26.7585630Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build2720400589/b1977/_pkg_.a
2025-08-20T21:12:26.7586333Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build2720400589/b1980/_pkg_.a
2025-08-20T21:12:26.7587104Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2720400589/b302/_pkg_.a
2025-08-20T21:12:26.7587874Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build2720400589/b1981/_pkg_.a
2025-08-20T21:12:26.7588654Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build2720400589/b1984/_pkg_.a
2025-08-20T21:12:26.7589645Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build2720400589/b1985/_pkg_.a
2025-08-20T21:12:26.7590442Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build2720400589/b1987/_pkg_.a
2025-08-20T21:12:26.7591248Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build2720400589/b1988/_pkg_.a
2025-08-20T21:12:26.7592009Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build2720400589/b1989/_pkg_.a
2025-08-20T21:12:26.7592739Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build2720400589/b1990/_pkg_.a
2025-08-20T21:12:26.7593425Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2720400589/b305/_pkg_.a
2025-08-20T21:12:26.7594020Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build2720400589/b1991/_pkg_.a
2025-08-20T21:12:26.7594938Z [00:03:53.683]➜  packagefile github.com/gammazero/nexus/v3/router=/tmp/go-build2720400589/b1995/_pkg_.a
2025-08-20T21:12:26.7595575Z [00:03:53.683]➜  packagefile github.com/gammazero/nexus/v3/stdlog=/tmp/go-build2720400589/b2000/_pkg_.a
2025-08-20T21:12:26.7596229Z [00:03:53.683]➜  packagefile github.com/gammazero/nexus/v3/transport=/tmp/go-build2720400589/b2001/_pkg_.a
2025-08-20T21:12:26.7596933Z [00:03:53.683]➜  packagefile github.com/gammazero/nexus/v3/transport/serialize=/tmp/go-build2720400589/b2002/_pkg_.a
2025-08-20T21:12:26.7597642Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2720400589/b2009/_pkg_.a
2025-08-20T21:12:26.7598346Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2720400589/b2011/_pkg_.a
2025-08-20T21:12:26.7599341Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2720400589/b2013/_pkg_.a
2025-08-20T21:12:26.7600134Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2720400589/b2028/_pkg_.a
2025-08-20T21:12:26.7600883Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2720400589/b2010/_pkg_.a
2025-08-20T21:12:26.7601621Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2720400589/b2014/_pkg_.a
2025-08-20T21:12:26.7602441Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2720400589/b2008/_pkg_.a
2025-08-20T21:12:26.7603198Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2720400589/b2022/_pkg_.a
2025-08-20T21:12:26.7603902Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2720400589/b2023/_pkg_.a
2025-08-20T21:12:26.7604833Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2720400589/b2019/_pkg_.a
2025-08-20T21:12:26.7605528Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2720400589/b2024/_pkg_.a
2025-08-20T21:12:26.7606240Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2720400589/b2037/_pkg_.a
2025-08-20T21:12:26.7606940Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2720400589/b2017/_pkg_.a
2025-08-20T21:12:26.7607662Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2720400589/b2038/_pkg_.a
2025-08-20T21:12:26.7608341Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2720400589/b2012/_pkg_.a
2025-08-20T21:12:26.7609003Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2720400589/b2021/_pkg_.a
2025-08-20T21:12:26.7609709Z [00:03:53.683]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2720400589/b2040/_pkg_.a
2025-08-20T21:12:26.7610313Z [00:03:53.683]➜  packagefile crypto/internal/impl=/tmp/go-build2720400589/b094/_pkg_.a
2025-08-20T21:12:26.7611107Z [00:03:53.683]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2720400589/b227/_pkg_.a
2025-08-20T21:12:26.7611647Z [00:03:53.683]➜  packagefile container/heap=/tmp/go-build2720400589/b1553/_pkg_.a
2025-08-20T21:12:26.7612099Z [00:03:53.683]➜  packagefile go/ast=/tmp/go-build2720400589/b1608/_pkg_.a
2025-08-20T21:12:26.7612631Z [00:03:53.683]➜  packagefile go/constant=/tmp/go-build2720400589/b1610/_pkg_.a
2025-08-20T21:12:26.7613158Z [00:03:53.683]➜  packagefile go/parser=/tmp/go-build2720400589/b1611/_pkg_.a
2025-08-20T21:12:26.7613676Z [00:03:53.683]➜  packagefile go/token=/tmp/go-build2720400589/b1231/_pkg_.a
2025-08-20T21:12:26.7614123Z [00:03:53.683]➜  packagefile go/version=/tmp/go-build2720400589/b1613/_pkg_.a
2025-08-20T21:12:26.7614782Z [00:03:53.683]➜  packagefile internal/buildcfg=/tmp/go-build2720400589/b1615/_pkg_.a
2025-08-20T21:12:26.7615292Z [00:03:53.683]➜  packagefile internal/goversion=/tmp/go-build2720400589/b1616/_pkg_.a
2025-08-20T21:12:26.7615814Z [00:03:53.683]➜  packagefile internal/types/errors=/tmp/go-build2720400589/b1617/_pkg_.a
2025-08-20T21:12:26.7616333Z [00:03:53.683]➜  packagefile golang.org/x/oauth2=/tmp/go-build2720400589/b1350/_pkg_.a
2025-08-20T21:12:26.7616917Z [00:03:53.683]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build2720400589/b1622/_pkg_.a
2025-08-20T21:12:26.7617479Z [00:03:53.683]➜  packagefile internal/sysinfo=/tmp/go-build2720400589/b376/_pkg_.a
2025-08-20T21:12:26.7618104Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesctrhmac=/tmp/go-build2720400589/b1627/_pkg_.a
2025-08-20T21:12:26.7618804Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcm=/tmp/go-build2720400589/b1629/_pkg_.a
2025-08-20T21:12:26.7619698Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/aesgcmsiv=/tmp/go-build2720400589/b1656/_pkg_.a
2025-08-20T21:12:26.7620443Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/chacha20poly1305=/tmp/go-build2720400589/b1658/_pkg_.a
2025-08-20T21:12:26.7621170Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xaesgcm=/tmp/go-build2720400589/b1660/_pkg_.a
2025-08-20T21:12:26.7621905Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/xchacha20poly1305=/tmp/go-build2720400589/b1664/_pkg_.a
2025-08-20T21:12:26.7622643Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/core/cryptofmt=/tmp/go-build2720400589/b1646/_pkg_.a
2025-08-20T21:12:26.7623452Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalapi=/tmp/go-build2720400589/b1636/_pkg_.a
2025-08-20T21:12:26.7624443Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/internalregistry=/tmp/go-build2720400589/b1637/_pkg_.a
2025-08-20T21:12:26.7625278Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/monitoringutil=/tmp/go-build2720400589/b1666/_pkg_.a
2025-08-20T21:12:26.7626053Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/primitiveset=/tmp/go-build2720400589/b1645/_pkg_.a
2025-08-20T21:12:26.7626805Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/tinkerror=/tmp/go-build2720400589/b1667/_pkg_.a
2025-08-20T21:12:26.7627494Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/keyset=/tmp/go-build2720400589/b1643/_pkg_.a
2025-08-20T21:12:26.7628161Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/monitoring=/tmp/go-build2720400589/b1638/_pkg_.a
2025-08-20T21:12:26.7628884Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_go_proto=/tmp/go-build2720400589/b1652/_pkg_.a
2025-08-20T21:12:26.7629663Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build2720400589/b1653/_pkg_.a
2025-08-20T21:12:26.7630439Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_go_proto=/tmp/go-build2720400589/b1647/_pkg_.a
2025-08-20T21:12:26.7631195Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_gcm_siv_go_proto=/tmp/go-build2720400589/b1657/_pkg_.a
2025-08-20T21:12:26.7632115Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/common_go_proto=/tmp/go-build2720400589/b1655/_pkg_.a
2025-08-20T21:12:26.7632923Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/hmac_go_proto=/tmp/go-build2720400589/b1654/_pkg_.a
2025-08-20T21:12:26.7633747Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/kms_envelope_go_proto=/tmp/go-build2720400589/b1668/_pkg_.a
2025-08-20T21:12:26.7634747Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto=/tmp/go-build2720400589/b1663/_pkg_.a
2025-08-20T21:12:26.7635525Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/aessiv=/tmp/go-build2720400589/b1670/_pkg_.a
2025-08-20T21:12:26.7636252Z [00:03:53.683]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/aes_siv_go_proto=/tmp/go-build2720400589/b1672/_pkg_.a
2025-08-20T21:12:26.7636971Z [00:03:53.683]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2720400589/b1222/_pkg_.a
2025-08-20T21:12:26.7637656Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2720400589/b304/_pkg_.a
2025-08-20T21:12:26.7638401Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/internal/endpoints=/tmp/go-build2720400589/b1675/_pkg_.a
2025-08-20T21:12:26.7639139Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/kms/types=/tmp/go-build2720400589/b1676/_pkg_.a
2025-08-20T21:12:26.7639820Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2720400589/b299/_pkg_.a
2025-08-20T21:12:26.7640556Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2720400589/b303/_pkg_.a
2025-08-20T21:12:26.7641568Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build2720400589/b329/_pkg_.a
2025-08-20T21:12:26.7642379Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build2720400589/b333/_pkg_.a
2025-08-20T21:12:26.7643156Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build2720400589/b1679/_pkg_.a
2025-08-20T21:12:26.7643892Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build2720400589/b336/_pkg_.a
2025-08-20T21:12:26.7644967Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build2720400589/b1682/_pkg_.a
2025-08-20T21:12:26.7645917Z [00:03:53.683]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build2720400589/b1684/_pkg_.a
2025-08-20T21:12:26.7646853Z [00:03:53.683]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build2720400589/b1686/_pkg_.a
2025-08-20T21:12:26.7647795Z [00:03:53.683]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build2720400589/b1705/_pkg_.a
2025-08-20T21:12:26.7648739Z [00:03:53.683]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build2720400589/b1706/_pkg_.a
2025-08-20T21:12:26.7649464Z [00:03:53.683]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build2720400589/b1709/_pkg_.a
2025-08-20T21:12:26.7650200Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal=/tmp/go-build2720400589/b1712/_pkg_.a
2025-08-20T21:12:26.7650917Z [00:03:53.683]➜  packagefile google.golang.org/api/cloudkms/v1=/tmp/go-build2720400589/b1715/_pkg_.a
2025-08-20T21:12:26.7651487Z [00:03:53.683]➜  packagefile cloud.google.com/go/auth=/tmp/go-build2720400589/b1345/_pkg_.a
2025-08-20T21:12:26.7652055Z [00:03:53.683]➜  packagefile google.golang.org/api/internal=/tmp/go-build2720400589/b1360/_pkg_.a
2025-08-20T21:12:26.7652686Z [00:03:53.683]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build2720400589/b1402/_pkg_.a
2025-08-20T21:12:26.7653416Z [00:03:53.683]➜  packagefile archive/tar=/tmp/go-build2720400589/b1718/_pkg_.a
2025-08-20T21:12:26.7653949Z [00:03:53.683]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build2720400589/b1719/_pkg_.a
2025-08-20T21:12:26.7654797Z [00:03:53.683]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build2720400589/b1487/_pkg_.a
2025-08-20T21:12:26.7655446Z [00:03:53.683]➜  packagefile github.com/go-jose/go-jose/v4/jwt=/tmp/go-build2720400589/b1720/_pkg_.a
2025-08-20T21:12:26.7656036Z [00:03:53.683]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build2720400589/b1721/_pkg_.a
2025-08-20T21:12:26.7656633Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2720400589/b1722/_pkg_.a
2025-08-20T21:12:26.7657245Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build2720400589/b1723/_pkg_.a
2025-08-20T21:12:26.7657869Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2720400589/b1724/_pkg_.a
2025-08-20T21:12:26.7658487Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-rootcerts=/tmp/go-build2720400589/b1725/_pkg_.a
2025-08-20T21:12:26.7659149Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-secure-stdlib/parseutil=/tmp/go-build2720400589/b1726/_pkg_.a
2025-08-20T21:12:26.7659852Z [00:03:53.683]➜  packagefile github.com/hashicorp/go-secure-stdlib/strutil=/tmp/go-build2720400589/b1727/_pkg_.a
2025-08-20T21:12:26.7660466Z [00:03:53.683]➜  packagefile github.com/hashicorp/hcl=/tmp/go-build2720400589/b1731/_pkg_.a
2025-08-20T21:12:26.7661043Z [00:03:53.683]➜  packagefile github.com/hashicorp/hcl/hcl/ast=/tmp/go-build2720400589/b1732/_pkg_.a
2025-08-20T21:12:26.7661651Z [00:03:53.683]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build2720400589/b1730/_pkg_.a
2025-08-20T21:12:26.7662382Z [00:03:53.683]➜  packagefile golang.org/x/net/http2=/tmp/go-build2720400589/b352/_pkg_.a
2025-08-20T21:12:26.7662911Z [00:03:53.683]➜  packagefile golang.org/x/time/rate=/tmp/go-build2720400589/b1430/_pkg_.a
2025-08-20T21:12:26.7663490Z [00:03:53.683]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build2720400589/b1743/_pkg_.a
2025-08-20T21:12:26.7664077Z [00:03:53.683]➜  packagefile github.com/json-iterator/go=/tmp/go-build2720400589/b1744/_pkg_.a
2025-08-20T21:12:26.7664868Z [00:03:53.683]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build2720400589/b1749/_pkg_.a
2025-08-20T21:12:26.7665371Z [00:03:53.683]➜  packagefile go/doc=/tmp/go-build2720400589/b1755/_pkg_.a
2025-08-20T21:12:26.7665925Z [00:03:53.683]➜  packagefile hash/maphash=/tmp/go-build2720400589/b1759/_pkg_.a
2025-08-20T21:12:26.7666440Z [00:03:53.683]➜  packagefile net/mail=/tmp/go-build2720400589/b1478/_pkg_.a
2025-08-20T21:12:26.7667011Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/parser=/tmp/go-build2720400589/b1762/_pkg_.a
2025-08-20T21:12:26.7667699Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/resolver=/tmp/go-build2720400589/b1768/_pkg_.a
2025-08-20T21:12:26.7668381Z [00:03:53.683]➜  packagefile github.com/actgardner/gogen-avro/v10/schema=/tmp/go-build2720400589/b1763/_pkg_.a
2025-08-20T21:12:26.7668996Z [00:03:53.683]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build2720400589/b2050/_pkg_.a
2025-08-20T21:12:26.7669651Z [00:03:53.683]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build2720400589/b2052/_pkg_.a
2025-08-20T21:12:26.7670323Z [00:03:53.683]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2720400589/b2060/_pkg_.a
2025-08-20T21:12:26.7671010Z [00:03:53.683]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build2720400589/b2068/_pkg_.a
2025-08-20T21:12:26.7671728Z [00:03:53.683]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build2720400589/b2069/_pkg_.a
2025-08-20T21:12:26.7672438Z [00:03:53.683]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build2720400589/b2070/_pkg_.a
2025-08-20T21:12:26.7673118Z [00:03:53.683]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build2720400589/b2071/_pkg_.a
2025-08-20T21:12:26.7673896Z [00:03:53.683]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2720400589/b113/_pkg_.a
2025-08-20T21:12:26.7674771Z [00:03:53.683]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2720400589/b116/_pkg_.a
2025-08-20T21:12:26.7675553Z [00:03:53.683]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2720400589/b119/_pkg_.a
2025-08-20T21:12:26.7676203Z [00:03:53.683]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2720400589/b120/_pkg_.a
2025-08-20T21:12:26.7676786Z [00:03:53.683]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2720400589/b114/_pkg_.a
2025-08-20T21:12:26.7677368Z [00:03:53.683]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2720400589/b122/_pkg_.a
2025-08-20T21:12:26.7678001Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b129/_pkg_.a
2025-08-20T21:12:26.7678629Z [00:03:53.683]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2720400589/b131/_pkg_.a
2025-08-20T21:12:26.7679208Z [00:03:53.683]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2720400589/b134/_pkg_.a
2025-08-20T21:12:26.7679793Z [00:03:53.683]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2720400589/b093/_pkg_.a
2025-08-20T21:12:26.7680387Z [00:03:53.683]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2720400589/b121/_pkg_.a
2025-08-20T21:12:26.7680968Z [00:03:53.683]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2720400589/b147/_pkg_.a
2025-08-20T21:12:26.7681486Z [00:03:53.683]➜  packagefile crypto/fips140=/tmp/go-build2720400589/b151/_pkg_.a
2025-08-20T21:12:26.7681947Z [00:03:53.683]➜  packagefile crypto/dsa=/tmp/go-build2720400589/b153/_pkg_.a
2025-08-20T21:12:26.7682574Z [00:03:53.683]➜  packagefile crypto/x509/pkix=/tmp/go-build2720400589/b154/_pkg_.a
2025-08-20T21:12:26.7683056Z [00:03:53.683]➜  packagefile encoding/asn1=/tmp/go-build2720400589/b128/_pkg_.a
2025-08-20T21:12:26.7683610Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2720400589/b141/_pkg_.a
2025-08-20T21:12:26.7684397Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b142/_pkg_.a
2025-08-20T21:12:26.7685139Z [00:03:53.683]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2720400589/b143/_pkg_.a
2025-08-20T21:12:26.7685867Z [00:03:53.683]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2720400589/b170/_pkg_.a
2025-08-20T21:12:26.7686465Z [00:03:53.683]➜  packagefile crypto/sha3=/tmp/go-build2720400589/b125/_pkg_.a
2025-08-20T21:12:26.7687161Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2720400589/b266/_pkg_.a
2025-08-20T21:12:26.7687924Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2720400589/b268/_pkg_.a
2025-08-20T21:12:26.7688656Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2720400589/b263/_pkg_.a
2025-08-20T21:12:26.7689257Z [00:03:53.683]➜  packagefile os/user=/tmp/go-build2720400589/b272/_pkg_.a
2025-08-20T21:12:26.7689876Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2720400589/b286/_pkg_.a
2025-08-20T21:12:26.7690606Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2720400589/b288/_pkg_.a
2025-08-20T21:12:26.7691366Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2720400589/b292/_pkg_.a
2025-08-20T21:12:26.7692126Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2720400589/b293/_pkg_.a
2025-08-20T21:12:26.7692772Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2720400589/b240/_pkg_.a
2025-08-20T21:12:26.7693441Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2720400589/b241/_pkg_.a
2025-08-20T21:12:26.7694445Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2720400589/b260/_pkg_.a
2025-08-20T21:12:26.7695176Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2720400589/b262/_pkg_.a
2025-08-20T21:12:26.7695965Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2720400589/b277/_pkg_.a
2025-08-20T21:12:26.7696741Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2720400589/b287/_pkg_.a
2025-08-20T21:12:26.7697389Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2720400589/b295/_pkg_.a
2025-08-20T21:12:26.7698062Z [00:03:53.683]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2720400589/b250/_pkg_.a
2025-08-20T21:12:26.7698667Z [00:03:53.683]➜  packagefile net/http/httputil=/tmp/go-build2720400589/b251/_pkg_.a
2025-08-20T21:12:26.7699237Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build2720400589/b321/_pkg_.a
2025-08-20T21:12:26.7699905Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build2720400589/b322/_pkg_.a
2025-08-20T21:12:26.7700630Z [00:03:53.683]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build2720400589/b323/_pkg_.a
2025-08-20T21:12:26.7701381Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build2720400589/b330/_pkg_.a
2025-08-20T21:12:26.7702167Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build2720400589/b340/_pkg_.a
2025-08-20T21:12:26.7702993Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build2720400589/b342/_pkg_.a
2025-08-20T21:12:26.7704001Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build2720400589/b343/_pkg_.a
2025-08-20T21:12:26.7705096Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build2720400589/b344/_pkg_.a
2025-08-20T21:12:26.7705943Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build2720400589/b345/_pkg_.a
2025-08-20T21:12:26.7706781Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build2720400589/b346/_pkg_.a
2025-08-20T21:12:26.7707646Z [00:03:53.683]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build2720400589/b348/_pkg_.a
2025-08-20T21:12:26.7708459Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build2720400589/b334/_pkg_.a
2025-08-20T21:12:26.7709210Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build2720400589/b341/_pkg_.a
2025-08-20T21:12:26.7709979Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build2720400589/b360/_pkg_.a
2025-08-20T21:12:26.7710727Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build2720400589/b362/_pkg_.a
2025-08-20T21:12:26.7711489Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build2720400589/b370/_pkg_.a
2025-08-20T21:12:26.7712300Z [00:03:53.684]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build2720400589/b371/_pkg_.a
2025-08-20T21:12:26.7712912Z [00:03:53.684]➜  packagefile hash/crc64=/tmp/go-build2720400589/b366/_pkg_.a
2025-08-20T21:12:26.7713638Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build2720400589/b418/_pkg_.a
2025-08-20T21:12:26.7714613Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build2720400589/b625/_pkg_.a
2025-08-20T21:12:26.7715514Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build2720400589/b626/_pkg_.a
2025-08-20T21:12:26.7716537Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build2720400589/b627/_pkg_.a
2025-08-20T21:12:26.7717545Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build2720400589/b628/_pkg_.a
2025-08-20T21:12:26.7718608Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build2720400589/b629/_pkg_.a
2025-08-20T21:12:26.7719594Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build2720400589/b630/_pkg_.a
2025-08-20T21:12:26.7720579Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build2720400589/b631/_pkg_.a
2025-08-20T21:12:26.7721468Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build2720400589/b632/_pkg_.a
2025-08-20T21:12:26.7722269Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build2720400589/b633/_pkg_.a
2025-08-20T21:12:26.7723079Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build2720400589/b634/_pkg_.a
2025-08-20T21:12:26.7724013Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build2720400589/b636/_pkg_.a
2025-08-20T21:12:26.7725080Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build2720400589/b637/_pkg_.a
2025-08-20T21:12:26.7726070Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build2720400589/b638/_pkg_.a
2025-08-20T21:12:26.7726874Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build2720400589/b639/_pkg_.a
2025-08-20T21:12:26.7727654Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build2720400589/b641/_pkg_.a
2025-08-20T21:12:26.7728436Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build2720400589/b642/_pkg_.a
2025-08-20T21:12:26.7729229Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build2720400589/b643/_pkg_.a
2025-08-20T21:12:26.7730039Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build2720400589/b644/_pkg_.a
2025-08-20T21:12:26.7730916Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build2720400589/b645/_pkg_.a
2025-08-20T21:12:26.7731762Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build2720400589/b646/_pkg_.a
2025-08-20T21:12:26.7732589Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build2720400589/b647/_pkg_.a
2025-08-20T21:12:26.7733429Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build2720400589/b648/_pkg_.a
2025-08-20T21:12:26.7734220Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build2720400589/b649/_pkg_.a
2025-08-20T21:12:26.7735225Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build2720400589/b650/_pkg_.a
2025-08-20T21:12:26.7736047Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build2720400589/b651/_pkg_.a
2025-08-20T21:12:26.7736847Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build2720400589/b652/_pkg_.a
2025-08-20T21:12:26.7737664Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build2720400589/b653/_pkg_.a
2025-08-20T21:12:26.7738719Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build2720400589/b654/_pkg_.a
2025-08-20T21:12:26.7739518Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build2720400589/b655/_pkg_.a
2025-08-20T21:12:26.7740412Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build2720400589/b656/_pkg_.a
2025-08-20T21:12:26.7741331Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build2720400589/b657/_pkg_.a
2025-08-20T21:12:26.7742136Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build2720400589/b658/_pkg_.a
2025-08-20T21:12:26.7742954Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build2720400589/b659/_pkg_.a
2025-08-20T21:12:26.7743771Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build2720400589/b660/_pkg_.a
2025-08-20T21:12:26.7744804Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build2720400589/b661/_pkg_.a
2025-08-20T21:12:26.7745686Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build2720400589/b662/_pkg_.a
2025-08-20T21:12:26.7746595Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build2720400589/b663/_pkg_.a
2025-08-20T21:12:26.7747517Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build2720400589/b664/_pkg_.a
2025-08-20T21:12:26.7748496Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build2720400589/b665/_pkg_.a
2025-08-20T21:12:26.7749385Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build2720400589/b666/_pkg_.a
2025-08-20T21:12:26.7750312Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build2720400589/b667/_pkg_.a
2025-08-20T21:12:26.7751189Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build2720400589/b668/_pkg_.a
2025-08-20T21:12:26.7752068Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build2720400589/b669/_pkg_.a
2025-08-20T21:12:26.7752990Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build2720400589/b670/_pkg_.a
2025-08-20T21:12:26.7753874Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build2720400589/b671/_pkg_.a
2025-08-20T21:12:26.7754880Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build2720400589/b672/_pkg_.a
2025-08-20T21:12:26.7755699Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build2720400589/b673/_pkg_.a
2025-08-20T21:12:26.7756564Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build2720400589/b674/_pkg_.a
2025-08-20T21:12:26.7757518Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build2720400589/b675/_pkg_.a
2025-08-20T21:12:26.7758518Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build2720400589/b676/_pkg_.a
2025-08-20T21:12:26.7759511Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build2720400589/b677/_pkg_.a
2025-08-20T21:12:26.7760472Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build2720400589/b678/_pkg_.a
2025-08-20T21:12:26.7761577Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build2720400589/b679/_pkg_.a
2025-08-20T21:12:26.7762422Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build2720400589/b680/_pkg_.a
2025-08-20T21:12:26.7763302Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build2720400589/b683/_pkg_.a
2025-08-20T21:12:26.7764208Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build2720400589/b684/_pkg_.a
2025-08-20T21:12:26.7765383Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build2720400589/b685/_pkg_.a
2025-08-20T21:12:26.7766365Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build2720400589/b686/_pkg_.a
2025-08-20T21:12:26.7767270Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build2720400589/b687/_pkg_.a
2025-08-20T21:12:26.7768130Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build2720400589/b688/_pkg_.a
2025-08-20T21:12:26.7768971Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build2720400589/b689/_pkg_.a
2025-08-20T21:12:26.7769877Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build2720400589/b690/_pkg_.a
2025-08-20T21:12:26.7770784Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build2720400589/b691/_pkg_.a
2025-08-20T21:12:26.7771778Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build2720400589/b692/_pkg_.a
2025-08-20T21:12:26.7772615Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build2720400589/b693/_pkg_.a
2025-08-20T21:12:26.7773435Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build2720400589/b694/_pkg_.a
2025-08-20T21:12:26.7774445Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build2720400589/b695/_pkg_.a
2025-08-20T21:12:26.7775332Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build2720400589/b696/_pkg_.a
2025-08-20T21:12:26.7776152Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build2720400589/b697/_pkg_.a
2025-08-20T21:12:26.7776967Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build2720400589/b698/_pkg_.a
2025-08-20T21:12:26.7777813Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build2720400589/b699/_pkg_.a
2025-08-20T21:12:26.7778699Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build2720400589/b700/_pkg_.a
2025-08-20T21:12:26.7779598Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcheckin=/tmp/go-build2720400589/b701/_pkg_.a
2025-08-20T21:12:26.7780495Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobclaim=/tmp/go-build2720400589/b702/_pkg_.a
2025-08-20T21:12:26.7781391Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build2720400589/b703/_pkg_.a
2025-08-20T21:12:26.7782285Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoberror=/tmp/go-build2720400589/b704/_pkg_.a
2025-08-20T21:12:26.7783168Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build2720400589/b705/_pkg_.a
2025-08-20T21:12:26.7784365Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build2720400589/b706/_pkg_.a
2025-08-20T21:12:26.7785320Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build2720400589/b707/_pkg_.a
2025-08-20T21:12:26.7786322Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobupdatestats=/tmp/go-build2720400589/b708/_pkg_.a
2025-08-20T21:12:26.7787350Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build2720400589/b709/_pkg_.a
2025-08-20T21:12:26.7788285Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build2720400589/b710/_pkg_.a
2025-08-20T21:12:26.7789221Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build2720400589/b711/_pkg_.a
2025-08-20T21:12:26.7790139Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build2720400589/b712/_pkg_.a
2025-08-20T21:12:26.7791035Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefeatures=/tmp/go-build2720400589/b713/_pkg_.a
2025-08-20T21:12:26.7791951Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build2720400589/b714/_pkg_.a
2025-08-20T21:12:26.7792996Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build2720400589/b715/_pkg_.a
2025-08-20T21:12:26.7794075Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build2720400589/b716/_pkg_.a
2025-08-20T21:12:26.7795307Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build2720400589/b717/_pkg_.a
2025-08-20T21:12:26.7796198Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build2720400589/b718/_pkg_.a
2025-08-20T21:12:26.7797099Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build2720400589/b719/_pkg_.a
2025-08-20T21:12:26.7798016Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build2720400589/b720/_pkg_.a
2025-08-20T21:12:26.7798956Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build2720400589/b721/_pkg_.a
2025-08-20T21:12:26.7799870Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build2720400589/b722/_pkg_.a
2025-08-20T21:12:26.7800704Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build2720400589/b723/_pkg_.a
2025-08-20T21:12:26.7801513Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build2720400589/b725/_pkg_.a
2025-08-20T21:12:26.7802555Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build2720400589/b726/_pkg_.a
2025-08-20T21:12:26.7803397Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build2720400589/b727/_pkg_.a
2025-08-20T21:12:26.7804196Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build2720400589/b728/_pkg_.a
2025-08-20T21:12:26.7805223Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build2720400589/b729/_pkg_.a
2025-08-20T21:12:26.7806057Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build2720400589/b730/_pkg_.a
2025-08-20T21:12:26.7806968Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build2720400589/b732/_pkg_.a
2025-08-20T21:12:26.7807868Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build2720400589/b733/_pkg_.a
2025-08-20T21:12:26.7808688Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build2720400589/b734/_pkg_.a
2025-08-20T21:12:26.7809633Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build2720400589/b735/_pkg_.a
2025-08-20T21:12:26.7810528Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build2720400589/b736/_pkg_.a
2025-08-20T21:12:26.7811346Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build2720400589/b737/_pkg_.a
2025-08-20T21:12:26.7812149Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build2720400589/b738/_pkg_.a
2025-08-20T21:12:26.7812942Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build2720400589/b739/_pkg_.a
2025-08-20T21:12:26.7813844Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build2720400589/b740/_pkg_.a
2025-08-20T21:12:26.7814900Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build2720400589/b741/_pkg_.a
2025-08-20T21:12:26.7815868Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build2720400589/b742/_pkg_.a
2025-08-20T21:12:26.7816764Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build2720400589/b743/_pkg_.a
2025-08-20T21:12:26.7817702Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build2720400589/b744/_pkg_.a
2025-08-20T21:12:26.7818488Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build2720400589/b745/_pkg_.a
2025-08-20T21:12:26.7819291Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build2720400589/b746/_pkg_.a
2025-08-20T21:12:26.7820085Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build2720400589/b747/_pkg_.a
2025-08-20T21:12:26.7820876Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build2720400589/b748/_pkg_.a
2025-08-20T21:12:26.7821725Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build2720400589/b749/_pkg_.a
2025-08-20T21:12:26.7822589Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build2720400589/b750/_pkg_.a
2025-08-20T21:12:26.7823457Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build2720400589/b751/_pkg_.a
2025-08-20T21:12:26.7824542Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build2720400589/b752/_pkg_.a
2025-08-20T21:12:26.7825402Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build2720400589/b753/_pkg_.a
2025-08-20T21:12:26.7826220Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build2720400589/b754/_pkg_.a
2025-08-20T21:12:26.7827028Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build2720400589/b755/_pkg_.a
2025-08-20T21:12:26.7827880Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build2720400589/b756/_pkg_.a
2025-08-20T21:12:26.7828789Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build2720400589/b757/_pkg_.a
2025-08-20T21:12:26.7829718Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build2720400589/b758/_pkg_.a
2025-08-20T21:12:26.7830587Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build2720400589/b760/_pkg_.a
2025-08-20T21:12:26.7831488Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build2720400589/b761/_pkg_.a
2025-08-20T21:12:26.7832373Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build2720400589/b762/_pkg_.a
2025-08-20T21:12:26.7833208Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build2720400589/b765/_pkg_.a
2025-08-20T21:12:26.7834065Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build2720400589/b766/_pkg_.a
2025-08-20T21:12:26.7835288Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build2720400589/b767/_pkg_.a
2025-08-20T21:12:26.7836132Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build2720400589/b768/_pkg_.a
2025-08-20T21:12:26.7836944Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build2720400589/b769/_pkg_.a
2025-08-20T21:12:26.7837779Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build2720400589/b770/_pkg_.a
2025-08-20T21:12:26.7838781Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build2720400589/b771/_pkg_.a
2025-08-20T21:12:26.7839868Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build2720400589/b772/_pkg_.a
2025-08-20T21:12:26.7840881Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build2720400589/b773/_pkg_.a
2025-08-20T21:12:26.7841888Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build2720400589/b774/_pkg_.a
2025-08-20T21:12:26.7842819Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build2720400589/b775/_pkg_.a
2025-08-20T21:12:26.7843691Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build2720400589/b776/_pkg_.a
2025-08-20T21:12:26.7844678Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build2720400589/b777/_pkg_.a
2025-08-20T21:12:26.7845577Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build2720400589/b778/_pkg_.a
2025-08-20T21:12:26.7846410Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build2720400589/b779/_pkg_.a
2025-08-20T21:12:26.7847200Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build2720400589/b780/_pkg_.a
2025-08-20T21:12:26.7848193Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build2720400589/b781/_pkg_.a
2025-08-20T21:12:26.7849067Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build2720400589/b782/_pkg_.a
2025-08-20T21:12:26.7849935Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build2720400589/b783/_pkg_.a
2025-08-20T21:12:26.7850746Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build2720400589/b785/_pkg_.a
2025-08-20T21:12:26.7851602Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerydelete=/tmp/go-build2720400589/b787/_pkg_.a
2025-08-20T21:12:26.7852472Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncqueryget=/tmp/go-build2720400589/b788/_pkg_.a
2025-08-20T21:12:26.7853332Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquerystop=/tmp/go-build2720400589/b789/_pkg_.a
2025-08-20T21:12:26.7854156Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build2720400589/b790/_pkg_.a
2025-08-20T21:12:26.7855206Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build2720400589/b791/_pkg_.a
2025-08-20T21:12:26.7856108Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build2720400589/b792/_pkg_.a
2025-08-20T21:12:26.7857000Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build2720400589/b793/_pkg_.a
2025-08-20T21:12:26.7858019Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build2720400589/b794/_pkg_.a
2025-08-20T21:12:26.7858852Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build2720400589/b795/_pkg_.a
2025-08-20T21:12:26.7859670Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build2720400589/b796/_pkg_.a
2025-08-20T21:12:26.7860477Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build2720400589/b797/_pkg_.a
2025-08-20T21:12:26.7861395Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build2720400589/b798/_pkg_.a
2025-08-20T21:12:26.7862331Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build2720400589/b799/_pkg_.a
2025-08-20T21:12:26.7863192Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build2720400589/b800/_pkg_.a
2025-08-20T21:12:26.7864014Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build2720400589/b801/_pkg_.a
2025-08-20T21:12:26.7865074Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build2720400589/b802/_pkg_.a
2025-08-20T21:12:26.7865941Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build2720400589/b803/_pkg_.a
2025-08-20T21:12:26.7866776Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build2720400589/b804/_pkg_.a
2025-08-20T21:12:26.7867615Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build2720400589/b805/_pkg_.a
2025-08-20T21:12:26.7868417Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build2720400589/b806/_pkg_.a
2025-08-20T21:12:26.7869202Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build2720400589/b807/_pkg_.a
2025-08-20T21:12:26.7870189Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build2720400589/b808/_pkg_.a
2025-08-20T21:12:26.7871001Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build2720400589/b809/_pkg_.a
2025-08-20T21:12:26.7871911Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build2720400589/b810/_pkg_.a
2025-08-20T21:12:26.7872920Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/cancelmigratereindex=/tmp/go-build2720400589/b811/_pkg_.a
2025-08-20T21:12:26.7873818Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build2720400589/b812/_pkg_.a
2025-08-20T21:12:26.7874861Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build2720400589/b813/_pkg_.a
2025-08-20T21:12:26.7875670Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build2720400589/b814/_pkg_.a
2025-08-20T21:12:26.7876486Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build2720400589/b815/_pkg_.a
2025-08-20T21:12:26.7877355Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build2720400589/b816/_pkg_.a
2025-08-20T21:12:26.7878241Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createfrom=/tmp/go-build2720400589/b817/_pkg_.a
2025-08-20T21:12:26.7879123Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build2720400589/b818/_pkg_.a
2025-08-20T21:12:26.7880194Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build2720400589/b819/_pkg_.a
2025-08-20T21:12:26.7881040Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build2720400589/b820/_pkg_.a
2025-08-20T21:12:26.7881946Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build2720400589/b821/_pkg_.a
2025-08-20T21:12:26.7882863Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build2720400589/b822/_pkg_.a
2025-08-20T21:12:26.7883870Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build2720400589/b823/_pkg_.a
2025-08-20T21:12:26.7885062Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build2720400589/b824/_pkg_.a
2025-08-20T21:12:26.7885939Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build2720400589/b825/_pkg_.a
2025-08-20T21:12:26.7886798Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build2720400589/b826/_pkg_.a
2025-08-20T21:12:26.7887642Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build2720400589/b827/_pkg_.a
2025-08-20T21:12:26.7888482Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build2720400589/b828/_pkg_.a
2025-08-20T21:12:26.7889391Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build2720400589/b829/_pkg_.a
2025-08-20T21:12:26.7890310Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build2720400589/b830/_pkg_.a
2025-08-20T21:12:26.7891232Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build2720400589/b831/_pkg_.a
2025-08-20T21:12:26.7892152Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build2720400589/b832/_pkg_.a
2025-08-20T21:12:26.7893181Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build2720400589/b833/_pkg_.a
2025-08-20T21:12:26.7894011Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build2720400589/b834/_pkg_.a
2025-08-20T21:12:26.7895128Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build2720400589/b835/_pkg_.a
2025-08-20T21:12:26.7896008Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build2720400589/b836/_pkg_.a
2025-08-20T21:12:26.7896880Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build2720400589/b837/_pkg_.a
2025-08-20T21:12:26.7897815Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecyclestats=/tmp/go-build2720400589/b838/_pkg_.a
2025-08-20T21:12:26.7898729Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build2720400589/b839/_pkg_.a
2025-08-20T21:12:26.7899626Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build2720400589/b840/_pkg_.a
2025-08-20T21:12:26.7900530Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build2720400589/b841/_pkg_.a
2025-08-20T21:12:26.7901416Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build2720400589/b842/_pkg_.a
2025-08-20T21:12:26.7902335Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmigratereindexstatus=/tmp/go-build2720400589/b843/_pkg_.a
2025-08-20T21:12:26.7903402Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build2720400589/b844/_pkg_.a
2025-08-20T21:12:26.7904385Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build2720400589/b845/_pkg_.a
2025-08-20T21:12:26.7905324Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratereindex=/tmp/go-build2720400589/b846/_pkg_.a
2025-08-20T21:12:26.7906244Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build2720400589/b847/_pkg_.a
2025-08-20T21:12:26.7907252Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build2720400589/b848/_pkg_.a
2025-08-20T21:12:26.7908162Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build2720400589/b849/_pkg_.a
2025-08-20T21:12:26.7909028Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build2720400589/b850/_pkg_.a
2025-08-20T21:12:26.7909905Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build2720400589/b851/_pkg_.a
2025-08-20T21:12:26.7910784Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build2720400589/b852/_pkg_.a
2025-08-20T21:12:26.7911690Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build2720400589/b853/_pkg_.a
2025-08-20T21:12:26.7912571Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build2720400589/b854/_pkg_.a
2025-08-20T21:12:26.7913438Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build2720400589/b855/_pkg_.a
2025-08-20T21:12:26.7914513Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build2720400589/b856/_pkg_.a
2025-08-20T21:12:26.7915414Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build2720400589/b857/_pkg_.a
2025-08-20T21:12:26.7916425Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build2720400589/b858/_pkg_.a
2025-08-20T21:12:26.7917329Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build2720400589/b859/_pkg_.a
2025-08-20T21:12:26.7918322Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build2720400589/b860/_pkg_.a
2025-08-20T21:12:26.7919314Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build2720400589/b861/_pkg_.a
2025-08-20T21:12:26.7920182Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build2720400589/b862/_pkg_.a
2025-08-20T21:12:26.7921026Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build2720400589/b863/_pkg_.a
2025-08-20T21:12:26.7921871Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build2720400589/b864/_pkg_.a
2025-08-20T21:12:26.7922710Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build2720400589/b866/_pkg_.a
2025-08-20T21:12:26.7923601Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build2720400589/b867/_pkg_.a
2025-08-20T21:12:26.7924694Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build2720400589/b868/_pkg_.a
2025-08-20T21:12:26.7925612Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build2720400589/b869/_pkg_.a
2025-08-20T21:12:26.7926639Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build2720400589/b870/_pkg_.a
2025-08-20T21:12:26.7927474Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build2720400589/b871/_pkg_.a
2025-08-20T21:12:26.7928343Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build2720400589/b872/_pkg_.a
2025-08-20T21:12:26.7929225Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build2720400589/b873/_pkg_.a
2025-08-20T21:12:26.7929794Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/chatcompletionunified=/tmp/go-build2720400589/b874/_pkg_.a
2025-08-20T21:12:26.7930297Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/completion=/tmp/go-build2720400589/b875/_pkg_.a
2025-08-20T21:12:26.7930733Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build2720400589/b876/_pkg_.a
2025-08-20T21:12:26.7931140Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build2720400589/b877/_pkg_.a
2025-08-20T21:12:26.7931585Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build2720400589/b878/_pkg_.a
2025-08-20T21:12:26.7931995Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build2720400589/b879/_pkg_.a
2025-08-20T21:12:26.7932468Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putalibabacloud=/tmp/go-build2720400589/b880/_pkg_.a
2025-08-20T21:12:26.7932941Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putamazonbedrock=/tmp/go-build2720400589/b882/_pkg_.a
2025-08-20T21:12:26.7933396Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putanthropic=/tmp/go-build2720400589/b884/_pkg_.a
2025-08-20T21:12:26.7933871Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureaistudio=/tmp/go-build2720400589/b886/_pkg_.a
2025-08-20T21:12:26.7934544Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putazureopenai=/tmp/go-build2720400589/b888/_pkg_.a
2025-08-20T21:12:26.7935034Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putcohere=/tmp/go-build2720400589/b890/_pkg_.a
2025-08-20T21:12:26.7935590Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelasticsearch=/tmp/go-build2720400589/b892/_pkg_.a
2025-08-20T21:12:26.7936055Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putelser=/tmp/go-build2720400589/b894/_pkg_.a
2025-08-20T21:12:26.7936538Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgoogleaistudio=/tmp/go-build2720400589/b896/_pkg_.a
2025-08-20T21:12:26.7937016Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putgooglevertexai=/tmp/go-build2720400589/b898/_pkg_.a
2025-08-20T21:12:26.7937486Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/puthuggingface=/tmp/go-build2720400589/b900/_pkg_.a
2025-08-20T21:12:26.7937927Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putjinaai=/tmp/go-build2720400589/b902/_pkg_.a
2025-08-20T21:12:26.7938373Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putmistral=/tmp/go-build2720400589/b904/_pkg_.a
2025-08-20T21:12:26.7938820Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putopenai=/tmp/go-build2720400589/b906/_pkg_.a
2025-08-20T21:12:26.7939268Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putvoyageai=/tmp/go-build2720400589/b908/_pkg_.a
2025-08-20T21:12:26.7939921Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/putwatsonx=/tmp/go-build2720400589/b910/_pkg_.a
2025-08-20T21:12:26.7940353Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/rerank=/tmp/go-build2720400589/b912/_pkg_.a
2025-08-20T21:12:26.7940831Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/sparseembedding=/tmp/go-build2720400589/b913/_pkg_.a
2025-08-20T21:12:26.7941303Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/streamcompletion=/tmp/go-build2720400589/b914/_pkg_.a
2025-08-20T21:12:26.7941832Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/textembedding=/tmp/go-build2720400589/b915/_pkg_.a
2025-08-20T21:12:26.7942262Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/update=/tmp/go-build2720400589/b916/_pkg_.a
2025-08-20T21:12:26.7942739Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build2720400589/b917/_pkg_.a
2025-08-20T21:12:26.7943232Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deleteiplocationdatabase=/tmp/go-build2720400589/b918/_pkg_.a
2025-08-20T21:12:26.7943688Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build2720400589/b919/_pkg_.a
2025-08-20T21:12:26.7944119Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build2720400589/b920/_pkg_.a
2025-08-20T21:12:26.7944792Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build2720400589/b921/_pkg_.a
2025-08-20T21:12:26.7945322Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getiplocationdatabase=/tmp/go-build2720400589/b922/_pkg_.a
2025-08-20T21:12:26.7945767Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build2720400589/b923/_pkg_.a
2025-08-20T21:12:26.7946208Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build2720400589/b924/_pkg_.a
2025-08-20T21:12:26.7946889Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build2720400589/b925/_pkg_.a
2025-08-20T21:12:26.7947450Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putiplocationdatabase=/tmp/go-build2720400589/b926/_pkg_.a
2025-08-20T21:12:26.7947939Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build2720400589/b927/_pkg_.a
2025-08-20T21:12:26.7948386Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build2720400589/b928/_pkg_.a
2025-08-20T21:12:26.7948800Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build2720400589/b929/_pkg_.a
2025-08-20T21:12:26.7949207Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build2720400589/b930/_pkg_.a
2025-08-20T21:12:26.7949665Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build2720400589/b931/_pkg_.a
2025-08-20T21:12:26.7950120Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build2720400589/b932/_pkg_.a
2025-08-20T21:12:26.7950531Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build2720400589/b933/_pkg_.a
2025-08-20T21:12:26.7950990Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build2720400589/b934/_pkg_.a
2025-08-20T21:12:26.7951438Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build2720400589/b935/_pkg_.a
2025-08-20T21:12:26.7952039Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build2720400589/b936/_pkg_.a
2025-08-20T21:12:26.7952493Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build2720400589/b937/_pkg_.a
2025-08-20T21:12:26.7952940Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build2720400589/b938/_pkg_.a
2025-08-20T21:12:26.7953392Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build2720400589/b939/_pkg_.a
2025-08-20T21:12:26.7953974Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build2720400589/b940/_pkg_.a
2025-08-20T21:12:26.7954584Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build2720400589/b941/_pkg_.a
2025-08-20T21:12:26.7955149Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build2720400589/b942/_pkg_.a
2025-08-20T21:12:26.7955553Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build2720400589/b943/_pkg_.a
2025-08-20T21:12:26.7955982Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build2720400589/b944/_pkg_.a
2025-08-20T21:12:26.7956436Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build2720400589/b945/_pkg_.a
2025-08-20T21:12:26.7956884Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build2720400589/b946/_pkg_.a
2025-08-20T21:12:26.7957315Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build2720400589/b947/_pkg_.a
2025-08-20T21:12:26.7957798Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build2720400589/b948/_pkg_.a
2025-08-20T21:12:26.7958244Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build2720400589/b949/_pkg_.a
2025-08-20T21:12:26.7958810Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build2720400589/b950/_pkg_.a
2025-08-20T21:12:26.7959315Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build2720400589/b951/_pkg_.a
2025-08-20T21:12:26.7959828Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build2720400589/b952/_pkg_.a
2025-08-20T21:12:26.7960288Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build2720400589/b953/_pkg_.a
2025-08-20T21:12:26.7960740Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build2720400589/b954/_pkg_.a
2025-08-20T21:12:26.7961221Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build2720400589/b955/_pkg_.a
2025-08-20T21:12:26.7961675Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build2720400589/b956/_pkg_.a
2025-08-20T21:12:26.7962120Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build2720400589/b957/_pkg_.a
2025-08-20T21:12:26.7962608Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build2720400589/b958/_pkg_.a
2025-08-20T21:12:26.7963013Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build2720400589/b959/_pkg_.a
2025-08-20T21:12:26.7963413Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build2720400589/b960/_pkg_.a
2025-08-20T21:12:26.7963974Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build2720400589/b961/_pkg_.a
2025-08-20T21:12:26.7964533Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build2720400589/b962/_pkg_.a
2025-08-20T21:12:26.7965008Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build2720400589/b963/_pkg_.a
2025-08-20T21:12:26.7965435Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build2720400589/b964/_pkg_.a
2025-08-20T21:12:26.7965937Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build2720400589/b965/_pkg_.a
2025-08-20T21:12:26.7966381Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build2720400589/b966/_pkg_.a
2025-08-20T21:12:26.7966849Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build2720400589/b967/_pkg_.a
2025-08-20T21:12:26.7967339Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build2720400589/b968/_pkg_.a
2025-08-20T21:12:26.7967752Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build2720400589/b969/_pkg_.a
2025-08-20T21:12:26.7968185Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build2720400589/b970/_pkg_.a
2025-08-20T21:12:26.7968587Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build2720400589/b971/_pkg_.a
2025-08-20T21:12:26.7969005Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build2720400589/b972/_pkg_.a
2025-08-20T21:12:26.7969435Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build2720400589/b973/_pkg_.a
2025-08-20T21:12:26.7969883Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build2720400589/b974/_pkg_.a
2025-08-20T21:12:26.7970520Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build2720400589/b975/_pkg_.a
2025-08-20T21:12:26.7970972Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build2720400589/b976/_pkg_.a
2025-08-20T21:12:26.7971451Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build2720400589/b977/_pkg_.a
2025-08-20T21:12:26.7971979Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build2720400589/b978/_pkg_.a
2025-08-20T21:12:26.7972444Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build2720400589/b980/_pkg_.a
2025-08-20T21:12:26.7972892Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build2720400589/b981/_pkg_.a
2025-08-20T21:12:26.7973276Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build2720400589/b982/_pkg_.a
2025-08-20T21:12:26.7973678Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build2720400589/b983/_pkg_.a
2025-08-20T21:12:26.7974130Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build2720400589/b984/_pkg_.a
2025-08-20T21:12:26.7974661Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build2720400589/b985/_pkg_.a
2025-08-20T21:12:26.7975151Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build2720400589/b986/_pkg_.a
2025-08-20T21:12:26.7975744Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build2720400589/b987/_pkg_.a
2025-08-20T21:12:26.7976164Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build2720400589/b988/_pkg_.a
2025-08-20T21:12:26.7976601Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build2720400589/b989/_pkg_.a
2025-08-20T21:12:26.7977018Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build2720400589/b990/_pkg_.a
2025-08-20T21:12:26.7977550Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build2720400589/b991/_pkg_.a
2025-08-20T21:12:26.7978010Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build2720400589/b992/_pkg_.a
2025-08-20T21:12:26.7978408Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build2720400589/b993/_pkg_.a
2025-08-20T21:12:26.7978847Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build2720400589/b994/_pkg_.a
2025-08-20T21:12:26.7979308Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build2720400589/b995/_pkg_.a
2025-08-20T21:12:26.7979816Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build2720400589/b996/_pkg_.a
2025-08-20T21:12:26.7980306Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build2720400589/b997/_pkg_.a
2025-08-20T21:12:26.7980711Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build2720400589/b998/_pkg_.a
2025-08-20T21:12:26.7981164Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build2720400589/b999/_pkg_.a
2025-08-20T21:12:26.7981605Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build2720400589/b1000/_pkg_.a
2025-08-20T21:12:26.7982146Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build2720400589/b1001/_pkg_.a
2025-08-20T21:12:26.7982629Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build2720400589/b1002/_pkg_.a
2025-08-20T21:12:26.7983188Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build2720400589/b1003/_pkg_.a
2025-08-20T21:12:26.7983705Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build2720400589/b1004/_pkg_.a
2025-08-20T21:12:26.7984184Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build2720400589/b1005/_pkg_.a
2025-08-20T21:12:26.7984937Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build2720400589/b1006/_pkg_.a
2025-08-20T21:12:26.7985393Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build2720400589/b1007/_pkg_.a
2025-08-20T21:12:26.7985885Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build2720400589/b1008/_pkg_.a
2025-08-20T21:12:26.7986315Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build2720400589/b1009/_pkg_.a
2025-08-20T21:12:26.7986726Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build2720400589/b1010/_pkg_.a
2025-08-20T21:12:26.7987184Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build2720400589/b1011/_pkg_.a
2025-08-20T21:12:26.7987790Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build2720400589/b1012/_pkg_.a
2025-08-20T21:12:26.7988245Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build2720400589/b1013/_pkg_.a
2025-08-20T21:12:26.7988656Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build2720400589/b1014/_pkg_.a
2025-08-20T21:12:26.7989101Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build2720400589/b1015/_pkg_.a
2025-08-20T21:12:26.7989594Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build2720400589/b1016/_pkg_.a
2025-08-20T21:12:26.7990143Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build2720400589/b1017/_pkg_.a
2025-08-20T21:12:26.7990656Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build2720400589/b1018/_pkg_.a
2025-08-20T21:12:26.7991085Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build2720400589/b1019/_pkg_.a
2025-08-20T21:12:26.7991488Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build2720400589/b1021/_pkg_.a
2025-08-20T21:12:26.7991971Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build2720400589/b1022/_pkg_.a
2025-08-20T21:12:26.7992378Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build2720400589/b1023/_pkg_.a
2025-08-20T21:12:26.7992786Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build2720400589/b1024/_pkg_.a
2025-08-20T21:12:26.7993236Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build2720400589/b1025/_pkg_.a
2025-08-20T21:12:26.7993688Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build2720400589/b1026/_pkg_.a
2025-08-20T21:12:26.7994408Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build2720400589/b1027/_pkg_.a
2025-08-20T21:12:26.7995013Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build2720400589/b1028/_pkg_.a
2025-08-20T21:12:26.7995526Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build2720400589/b1029/_pkg_.a
2025-08-20T21:12:26.7996002Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build2720400589/b1030/_pkg_.a
2025-08-20T21:12:26.7996444Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build2720400589/b1031/_pkg_.a
2025-08-20T21:12:26.7996896Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build2720400589/b1032/_pkg_.a
2025-08-20T21:12:26.7997361Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build2720400589/b1033/_pkg_.a
2025-08-20T21:12:26.7997797Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build2720400589/b1034/_pkg_.a
2025-08-20T21:12:26.7998253Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build2720400589/b1035/_pkg_.a
2025-08-20T21:12:26.7998678Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build2720400589/b1036/_pkg_.a
2025-08-20T21:12:26.7999108Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build2720400589/b1037/_pkg_.a
2025-08-20T21:12:26.7999644Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build2720400589/b1038/_pkg_.a
2025-08-20T21:12:26.8000100Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build2720400589/b1039/_pkg_.a
2025-08-20T21:12:26.8000574Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build2720400589/b1040/_pkg_.a
2025-08-20T21:12:26.8000999Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build2720400589/b1041/_pkg_.a
2025-08-20T21:12:26.8001510Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build2720400589/b1042/_pkg_.a
2025-08-20T21:12:26.8001993Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build2720400589/b1043/_pkg_.a
2025-08-20T21:12:26.8002426Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build2720400589/b1044/_pkg_.a
2025-08-20T21:12:26.8002920Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build2720400589/b1045/_pkg_.a
2025-08-20T21:12:26.8003416Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build2720400589/b1046/_pkg_.a
2025-08-20T21:12:26.8003893Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build2720400589/b1047/_pkg_.a
2025-08-20T21:12:26.8004500Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build2720400589/b1048/_pkg_.a
2025-08-20T21:12:26.8005027Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build2720400589/b1050/_pkg_.a
2025-08-20T21:12:26.8005597Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build2720400589/b1051/_pkg_.a
2025-08-20T21:12:26.8006046Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build2720400589/b1052/_pkg_.a
2025-08-20T21:12:26.8006778Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build2720400589/b1053/_pkg_.a
2025-08-20T21:12:26.8007299Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build2720400589/b1054/_pkg_.a
2025-08-20T21:12:26.8007889Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/postbehavioralanalyticsevent=/tmp/go-build2720400589/b1055/_pkg_.a
2025-08-20T21:12:26.8008340Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build2720400589/b1056/_pkg_.a
2025-08-20T21:12:26.8008889Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build2720400589/b1057/_pkg_.a
2025-08-20T21:12:26.8009382Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/renderquery=/tmp/go-build2720400589/b1058/_pkg_.a
2025-08-20T21:12:26.8009850Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build2720400589/b1059/_pkg_.a
2025-08-20T21:12:26.8010336Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build2720400589/b1060/_pkg_.a
2025-08-20T21:12:26.8010798Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build2720400589/b1062/_pkg_.a
2025-08-20T21:12:26.8011256Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build2720400589/b1063/_pkg_.a
2025-08-20T21:12:26.8011836Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build2720400589/b1064/_pkg_.a
2025-08-20T21:12:26.8012318Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build2720400589/b1065/_pkg_.a
2025-08-20T21:12:26.8012780Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build2720400589/b1066/_pkg_.a
2025-08-20T21:12:26.8013253Z [00:03:53.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build2720400589/b1067/_pkg_.a
2025-08-20T21:12:26.8013874Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build2720400589/b1068/_pkg_.a
2025-08-20T21:12:26.8014517Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build2720400589/b1069/_pkg_.a
2025-08-20T21:12:26.8015044Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build2720400589/b1070/_pkg_.a
2025-08-20T21:12:26.8015564Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build2720400589/b1071/_pkg_.a
2025-08-20T21:12:26.8016012Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build2720400589/b1072/_pkg_.a
2025-08-20T21:12:26.8016524Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build2720400589/b1073/_pkg_.a
2025-08-20T21:12:26.8017005Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build2720400589/b1074/_pkg_.a
2025-08-20T21:12:26.8017458Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/delegatepki=/tmp/go-build2720400589/b1075/_pkg_.a
2025-08-20T21:12:26.8017930Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build2720400589/b1076/_pkg_.a
2025-08-20T21:12:26.8018514Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build2720400589/b1077/_pkg_.a
2025-08-20T21:12:26.8018993Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build2720400589/b1078/_pkg_.a
2025-08-20T21:12:26.8019544Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build2720400589/b1079/_pkg_.a
2025-08-20T21:12:26.8020096Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build2720400589/b1080/_pkg_.a
2025-08-20T21:12:26.8020555Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build2720400589/b1081/_pkg_.a
2025-08-20T21:12:26.8021042Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build2720400589/b1082/_pkg_.a
2025-08-20T21:12:26.8021492Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build2720400589/b1083/_pkg_.a
2025-08-20T21:12:26.8021966Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build2720400589/b1084/_pkg_.a
2025-08-20T21:12:26.8022420Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build2720400589/b1085/_pkg_.a
2025-08-20T21:12:26.8022861Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build2720400589/b1086/_pkg_.a
2025-08-20T21:12:26.8023302Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build2720400589/b1087/_pkg_.a
2025-08-20T21:12:26.8023929Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build2720400589/b1088/_pkg_.a
2025-08-20T21:12:26.8024497Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build2720400589/b1089/_pkg_.a
2025-08-20T21:12:26.8024995Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build2720400589/b1090/_pkg_.a
2025-08-20T21:12:26.8025470Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build2720400589/b1091/_pkg_.a
2025-08-20T21:12:26.8026028Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build2720400589/b1092/_pkg_.a
2025-08-20T21:12:26.8026555Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build2720400589/b1093/_pkg_.a
2025-08-20T21:12:26.8027014Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build2720400589/b1094/_pkg_.a
2025-08-20T21:12:26.8027445Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build2720400589/b1095/_pkg_.a
2025-08-20T21:12:26.8027879Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build2720400589/b1097/_pkg_.a
2025-08-20T21:12:26.8028356Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build2720400589/b1098/_pkg_.a
2025-08-20T21:12:26.8028822Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build2720400589/b1099/_pkg_.a
2025-08-20T21:12:26.8029270Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build2720400589/b1100/_pkg_.a
2025-08-20T21:12:26.8029731Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build2720400589/b1102/_pkg_.a
2025-08-20T21:12:26.8030237Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build2720400589/b1103/_pkg_.a
2025-08-20T21:12:26.8030844Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build2720400589/b1104/_pkg_.a
2025-08-20T21:12:26.8031442Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build2720400589/b1105/_pkg_.a
2025-08-20T21:12:26.8031927Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build2720400589/b1106/_pkg_.a
2025-08-20T21:12:26.8032368Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build2720400589/b1107/_pkg_.a
2025-08-20T21:12:26.8032887Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build2720400589/b1108/_pkg_.a
2025-08-20T21:12:26.8033343Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build2720400589/b1109/_pkg_.a
2025-08-20T21:12:26.8033776Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build2720400589/b1110/_pkg_.a
2025-08-20T21:12:26.8034346Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build2720400589/b1111/_pkg_.a
2025-08-20T21:12:26.8034812Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build2720400589/b1112/_pkg_.a
2025-08-20T21:12:26.8035270Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build2720400589/b1113/_pkg_.a
2025-08-20T21:12:26.8035706Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build2720400589/b1114/_pkg_.a
2025-08-20T21:12:26.8036327Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build2720400589/b1115/_pkg_.a
2025-08-20T21:12:26.8036810Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build2720400589/b1116/_pkg_.a
2025-08-20T21:12:26.8037293Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build2720400589/b1117/_pkg_.a
2025-08-20T21:12:26.8037755Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build2720400589/b1118/_pkg_.a
2025-08-20T21:12:26.8038268Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build2720400589/b1119/_pkg_.a
2025-08-20T21:12:26.8038839Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build2720400589/b1120/_pkg_.a
2025-08-20T21:12:26.8039371Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build2720400589/b1121/_pkg_.a
2025-08-20T21:12:26.8039860Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build2720400589/b1122/_pkg_.a
2025-08-20T21:12:26.8040315Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build2720400589/b1123/_pkg_.a
2025-08-20T21:12:26.8040830Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build2720400589/b1124/_pkg_.a
2025-08-20T21:12:26.8041293Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build2720400589/b1125/_pkg_.a
2025-08-20T21:12:26.8041789Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build2720400589/b1126/_pkg_.a
2025-08-20T21:12:26.8042232Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build2720400589/b1127/_pkg_.a
2025-08-20T21:12:26.8042764Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build2720400589/b1128/_pkg_.a
2025-08-20T21:12:26.8043194Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build2720400589/b1129/_pkg_.a
2025-08-20T21:12:26.8043683Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/simulate/ingest=/tmp/go-build2720400589/b1131/_pkg_.a
2025-08-20T21:12:26.8044151Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build2720400589/b1132/_pkg_.a
2025-08-20T21:12:26.8044730Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build2720400589/b1133/_pkg_.a
2025-08-20T21:12:26.8045195Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build2720400589/b1134/_pkg_.a
2025-08-20T21:12:26.8045633Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build2720400589/b1135/_pkg_.a
2025-08-20T21:12:26.8046041Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build2720400589/b1136/_pkg_.a
2025-08-20T21:12:26.8046462Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build2720400589/b1137/_pkg_.a
2025-08-20T21:12:26.8046892Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build2720400589/b1138/_pkg_.a
2025-08-20T21:12:26.8047288Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build2720400589/b1139/_pkg_.a
2025-08-20T21:12:26.8047779Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build2720400589/b1140/_pkg_.a
2025-08-20T21:12:26.8048262Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build2720400589/b1141/_pkg_.a
2025-08-20T21:12:26.8048684Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build2720400589/b1142/_pkg_.a
2025-08-20T21:12:26.8049114Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build2720400589/b1143/_pkg_.a
2025-08-20T21:12:26.8049650Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build2720400589/b1144/_pkg_.a
2025-08-20T21:12:26.8050130Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build2720400589/b1145/_pkg_.a
2025-08-20T21:12:26.8050606Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build2720400589/b1146/_pkg_.a
2025-08-20T21:12:26.8051023Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build2720400589/b1147/_pkg_.a
2025-08-20T21:12:26.8051486Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build2720400589/b1149/_pkg_.a
2025-08-20T21:12:26.8051960Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryanalyze=/tmp/go-build2720400589/b1150/_pkg_.a
2025-08-20T21:12:26.8052487Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build2720400589/b1151/_pkg_.a
2025-08-20T21:12:26.8052913Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build2720400589/b1152/_pkg_.a
2025-08-20T21:12:26.8053339Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build2720400589/b1153/_pkg_.a
2025-08-20T21:12:26.8053812Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build2720400589/b1154/_pkg_.a
2025-08-20T21:12:26.8054511Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build2720400589/b1155/_pkg_.a
2025-08-20T21:12:26.8054993Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build2720400589/b1156/_pkg_.a
2025-08-20T21:12:26.8055478Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build2720400589/b1157/_pkg_.a
2025-08-20T21:12:26.8055936Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build2720400589/b1158/_pkg_.a
2025-08-20T21:12:26.8056340Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build2720400589/b1159/_pkg_.a
2025-08-20T21:12:26.8056756Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build2720400589/b1161/_pkg_.a
2025-08-20T21:12:26.8057187Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build2720400589/b1162/_pkg_.a
2025-08-20T21:12:26.8057646Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build2720400589/b1163/_pkg_.a
2025-08-20T21:12:26.8058129Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build2720400589/b1164/_pkg_.a
2025-08-20T21:12:26.8058573Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build2720400589/b1165/_pkg_.a
2025-08-20T21:12:26.8059034Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build2720400589/b1166/_pkg_.a
2025-08-20T21:12:26.8059672Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build2720400589/b1167/_pkg_.a
2025-08-20T21:12:26.8060120Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build2720400589/b1168/_pkg_.a
2025-08-20T21:12:26.8060587Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build2720400589/b1169/_pkg_.a
2025-08-20T21:12:26.8061003Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build2720400589/b1170/_pkg_.a
2025-08-20T21:12:26.8061504Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build2720400589/b1171/_pkg_.a
2025-08-20T21:12:26.8061965Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build2720400589/b1172/_pkg_.a
2025-08-20T21:12:26.8062479Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build2720400589/b1174/_pkg_.a
2025-08-20T21:12:26.8062997Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build2720400589/b1177/_pkg_.a
2025-08-20T21:12:26.8063481Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build2720400589/b1178/_pkg_.a
2025-08-20T21:12:26.8063971Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build2720400589/b1179/_pkg_.a
2025-08-20T21:12:26.8064666Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build2720400589/b1180/_pkg_.a
2025-08-20T21:12:26.8065172Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build2720400589/b1181/_pkg_.a
2025-08-20T21:12:26.8065633Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build2720400589/b1182/_pkg_.a
2025-08-20T21:12:26.8066119Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build2720400589/b1183/_pkg_.a
2025-08-20T21:12:26.8066768Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build2720400589/b1184/_pkg_.a
2025-08-20T21:12:26.8067292Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build2720400589/b1185/_pkg_.a
2025-08-20T21:12:26.8067781Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build2720400589/b1186/_pkg_.a
2025-08-20T21:12:26.8068275Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build2720400589/b1187/_pkg_.a
2025-08-20T21:12:26.8068744Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build2720400589/b1188/_pkg_.a
2025-08-20T21:12:26.8069206Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build2720400589/b1189/_pkg_.a
2025-08-20T21:12:26.8069683Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build2720400589/b1190/_pkg_.a
2025-08-20T21:12:26.8070162Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build2720400589/b1191/_pkg_.a
2025-08-20T21:12:26.8070659Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build2720400589/b1192/_pkg_.a
2025-08-20T21:12:26.8071119Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build2720400589/b1193/_pkg_.a
2025-08-20T21:12:26.8071581Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build2720400589/b1194/_pkg_.a
2025-08-20T21:12:26.8072101Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build2720400589/b1195/_pkg_.a
2025-08-20T21:12:26.8072554Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build2720400589/b1196/_pkg_.a
2025-08-20T21:12:26.8072997Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build2720400589/b1198/_pkg_.a
2025-08-20T21:12:26.8073426Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build2720400589/b1199/_pkg_.a
2025-08-20T21:12:26.8073860Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build2720400589/b1200/_pkg_.a
2025-08-20T21:12:26.8074445Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build2720400589/b1201/_pkg_.a
2025-08-20T21:12:26.8074928Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build2720400589/b1202/_pkg_.a
2025-08-20T21:12:26.8075347Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build2720400589/b1203/_pkg_.a
2025-08-20T21:12:26.8075756Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build2720400589/b1204/_pkg_.a
2025-08-20T21:12:26.8076214Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build2720400589/b1205/_pkg_.a
2025-08-20T21:12:26.8076622Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build2720400589/b1206/_pkg_.a
2025-08-20T21:12:26.8077025Z [00:03:53.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build2720400589/b1208/_pkg_.a
2025-08-20T21:12:26.8077360Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build2720400589/b404/_pkg_.a
2025-08-20T21:12:26.8077677Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build2720400589/b406/_pkg_.a
2025-08-20T21:12:26.8078243Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build2720400589/b407/_pkg_.a
2025-08-20T21:12:26.8078633Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build2720400589/b1214/_pkg_.a
2025-08-20T21:12:26.8079068Z [00:03:53.685]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build2720400589/b1407/_pkg_.a
2025-08-20T21:12:26.8079439Z [00:03:53.685]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build2720400589/b1408/_pkg_.a
2025-08-20T21:12:26.8079755Z [00:03:53.685]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build2720400589/b1411/_pkg_.a
2025-08-20T21:12:26.8080117Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build2720400589/b1293/_pkg_.a
2025-08-20T21:12:26.8080478Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build2720400589/b1406/_pkg_.a
2025-08-20T21:12:26.8080801Z [00:03:53.685]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build2720400589/b1435/_pkg_.a
2025-08-20T21:12:26.8081182Z [00:03:53.685]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build2720400589/b1436/_pkg_.a
2025-08-20T21:12:26.8081713Z [00:03:53.685]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build2720400589/b1446/_pkg_.a
2025-08-20T21:12:26.8082129Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build2720400589/b1335/_pkg_.a
2025-08-20T21:12:26.8082506Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build2720400589/b1447/_pkg_.a
2025-08-20T21:12:26.8082907Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build2720400589/b1437/_pkg_.a
2025-08-20T21:12:26.8083360Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build2720400589/b1438/_pkg_.a
2025-08-20T21:12:26.8083733Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build2720400589/b1439/_pkg_.a
2025-08-20T21:12:26.8084135Z [00:03:53.685]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build2720400589/b1440/_pkg_.a
2025-08-20T21:12:26.8084676Z [00:03:53.685]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build2720400589/b1448/_pkg_.a
2025-08-20T21:12:26.8085086Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build2720400589/b1294/_pkg_.a
2025-08-20T21:12:26.8085414Z [00:03:53.685]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build2720400589/b1319/_pkg_.a
2025-08-20T21:12:26.8085747Z [00:03:53.685]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build2720400589/b1326/_pkg_.a
2025-08-20T21:12:26.8086101Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2720400589/b1275/_pkg_.a
2025-08-20T21:12:26.8086577Z [00:03:53.685]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build2720400589/b1450/_pkg_.a
2025-08-20T21:12:26.8086841Z [00:03:53.685]➜  packagefile github.com/go-logr/logr=/tmp/go-build2720400589/b391/_pkg_.a
2025-08-20T21:12:26.8087172Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build2720400589/b395/_pkg_.a
2025-08-20T21:12:26.8087461Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build2720400589/b409/_pkg_.a
2025-08-20T21:12:26.8087777Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build2720400589/b411/_pkg_.a
2025-08-20T21:12:26.8088070Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build2720400589/b401/_pkg_.a
2025-08-20T21:12:26.8088411Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build2720400589/b402/_pkg_.a
2025-08-20T21:12:26.8088733Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build2720400589/b410/_pkg_.a
2025-08-20T21:12:26.8089200Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build2720400589/b1334/_pkg_.a
2025-08-20T21:12:26.8089542Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build2720400589/b1336/_pkg_.a
2025-08-20T21:12:26.8089954Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build2720400589/b1337/_pkg_.a
2025-08-20T21:12:26.8090402Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build2720400589/b1338/_pkg_.a
2025-08-20T21:12:26.8090756Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build2720400589/b1343/_pkg_.a
2025-08-20T21:12:26.8091042Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build2720400589/b1341/_pkg_.a
2025-08-20T21:12:26.8091365Z [00:03:53.685]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build2720400589/b1342/_pkg_.a
2025-08-20T21:12:26.8091663Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build2720400589/b1353/_pkg_.a
2025-08-20T21:12:26.8092010Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build2720400589/b1354/_pkg_.a
2025-08-20T21:12:26.8092468Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build2720400589/b1357/_pkg_.a
2025-08-20T21:12:26.8092934Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build2720400589/b1355/_pkg_.a
2025-08-20T21:12:26.8093273Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2720400589/b1351/_pkg_.a
2025-08-20T21:12:26.8093539Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build2720400589/b1358/_pkg_.a
2025-08-20T21:12:26.8093939Z [00:03:53.685]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build2720400589/b1359/_pkg_.a
2025-08-20T21:12:26.8094470Z [00:03:53.685]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build2720400589/b1323/_pkg_.a
2025-08-20T21:12:26.8094882Z [00:03:53.685]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build2720400589/b1348/_pkg_.a
2025-08-20T21:12:26.8095222Z [00:03:53.685]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build2720400589/b1452/_pkg_.a
2025-08-20T21:12:26.8095535Z [00:03:53.685]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build2720400589/b1361/_pkg_.a
2025-08-20T21:12:26.8095862Z [00:03:53.685]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build2720400589/b1454/_pkg_.a
2025-08-20T21:12:26.8096172Z [00:03:53.685]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build2720400589/b1372/_pkg_.a
2025-08-20T21:12:26.8096604Z [00:03:53.685]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build2720400589/b1455/_pkg_.a
2025-08-20T21:12:26.8114586Z [00:03:53.685]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build2720400589/b1461/_pkg_.a
2025-08-20T21:12:26.8115445Z [00:03:53.685]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build2720400589/b1401/_pkg_.a
2025-08-20T21:12:26.8115729Z [00:03:53.685]➜  packagefile golang.org/x/net/trace=/tmp/go-build2720400589/b1249/_pkg_.a
2025-08-20T21:12:26.8116023Z [00:03:53.685]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build2720400589/b1252/_pkg_.a
2025-08-20T21:12:26.8116326Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build2720400589/b1253/_pkg_.a
2025-08-20T21:12:26.8116643Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build2720400589/b1269/_pkg_.a
2025-08-20T21:12:26.8116979Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build2720400589/b1270/_pkg_.a
2025-08-20T21:12:26.8117322Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build2720400589/b1278/_pkg_.a
2025-08-20T21:12:26.8117616Z [00:03:53.685]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build2720400589/b1254/_pkg_.a
2025-08-20T21:12:26.8117926Z [00:03:53.685]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build2720400589/b1256/_pkg_.a
2025-08-20T21:12:26.8118231Z [00:03:53.685]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build2720400589/b1259/_pkg_.a
2025-08-20T21:12:26.8118680Z [00:03:53.685]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build2720400589/b1281/_pkg_.a
2025-08-20T21:12:26.8119047Z [00:03:53.685]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build2720400589/b1285/_pkg_.a
2025-08-20T21:12:26.8119337Z [00:03:53.685]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build2720400589/b1257/_pkg_.a
2025-08-20T21:12:26.8119630Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build2720400589/b1263/_pkg_.a
2025-08-20T21:12:26.8119958Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build2720400589/b1286/_pkg_.a
2025-08-20T21:12:26.8120359Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build2720400589/b1287/_pkg_.a
2025-08-20T21:12:26.8120707Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build2720400589/b1288/_pkg_.a
2025-08-20T21:12:26.8121043Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build2720400589/b1289/_pkg_.a
2025-08-20T21:12:26.8121372Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build2720400589/b1255/_pkg_.a
2025-08-20T21:12:26.8121790Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build2720400589/b1296/_pkg_.a
2025-08-20T21:12:26.8122126Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build2720400589/b1283/_pkg_.a
2025-08-20T21:12:26.8122541Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build2720400589/b1298/_pkg_.a
2025-08-20T21:12:26.8122869Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build2720400589/b1299/_pkg_.a
2025-08-20T21:12:26.8123197Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build2720400589/b1274/_pkg_.a
2025-08-20T21:12:26.8123518Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build2720400589/b1300/_pkg_.a
2025-08-20T21:12:26.8123941Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build2720400589/b1302/_pkg_.a
2025-08-20T21:12:26.8124543Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build2720400589/b1304/_pkg_.a
2025-08-20T21:12:26.8124987Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build2720400589/b1305/_pkg_.a
2025-08-20T21:12:26.8125347Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build2720400589/b1301/_pkg_.a
2025-08-20T21:12:26.8125666Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build2720400589/b1307/_pkg_.a
2025-08-20T21:12:26.8126086Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build2720400589/b1295/_pkg_.a
2025-08-20T21:12:26.8126417Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build2720400589/b1308/_pkg_.a
2025-08-20T21:12:26.8126717Z [00:03:53.685]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build2720400589/b1310/_pkg_.a
2025-08-20T21:12:26.8126996Z [00:03:53.685]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build2720400589/b1311/_pkg_.a
2025-08-20T21:12:26.8127291Z [00:03:53.685]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build2720400589/b1268/_pkg_.a
2025-08-20T21:12:26.8127598Z [00:03:53.685]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build2720400589/b1313/_pkg_.a
2025-08-20T21:12:26.8127915Z [00:03:53.685]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build2720400589/b1264/_pkg_.a
2025-08-20T21:12:26.8128192Z [00:03:53.685]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build2720400589/b1266/_pkg_.a
2025-08-20T21:12:26.8128472Z [00:03:53.685]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build2720400589/b1312/_pkg_.a
2025-08-20T21:12:26.8128857Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build2720400589/b1465/_pkg_.a
2025-08-20T21:12:26.8129301Z [00:03:53.685]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build2720400589/b1466/_pkg_.a
2025-08-20T21:12:26.8129754Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build2720400589/b1468/_pkg_.a
2025-08-20T21:12:26.8130078Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build2720400589/b1297/_pkg_.a
2025-08-20T21:12:26.8130401Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build2720400589/b1273/_pkg_.a
2025-08-20T21:12:26.8130860Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build2720400589/b1467/_pkg_.a
2025-08-20T21:12:26.8131229Z [00:03:53.685]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build2720400589/b1471/_pkg_.a
2025-08-20T21:12:26.8131614Z [00:03:53.685]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build2720400589/b1472/_pkg_.a
2025-08-20T21:12:26.8132025Z [00:03:53.685]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build2720400589/b1473/_pkg_.a
2025-08-20T21:12:26.8132363Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build2720400589/b1262/_pkg_.a
2025-08-20T21:12:26.8132766Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build2720400589/b1427/_pkg_.a
2025-08-20T21:12:26.8133172Z [00:03:53.685]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build2720400589/b1475/_pkg_.a
2025-08-20T21:12:26.8133452Z [00:03:53.685]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build2720400589/b1504/_pkg_.a
2025-08-20T21:12:26.8133803Z [00:03:53.685]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build2720400589/b1528/_pkg_.a
2025-08-20T21:12:26.8134141Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2720400589/b1218/_pkg_.a
2025-08-20T21:12:26.8134687Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2720400589/b1232/_pkg_.a
2025-08-20T21:12:26.8135073Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2720400589/b1229/_pkg_.a
2025-08-20T21:12:26.8135412Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2720400589/b1233/_pkg_.a
2025-08-20T21:12:26.8135742Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2720400589/b1235/_pkg_.a
2025-08-20T21:12:26.8136085Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2720400589/b1221/_pkg_.a
2025-08-20T21:12:26.8138779Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2720400589/b1230/_pkg_.a
2025-08-20T21:12:26.8139418Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2720400589/b1236/_pkg_.a
2025-08-20T21:12:26.8139797Z [00:03:53.685]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2720400589/b1237/_pkg_.a
2025-08-20T21:12:26.8140214Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/argparse=/tmp/go-build2720400589/b1774/_pkg_.a
2025-08-20T21:12:26.8140580Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/aws/cloudwatch=/tmp/go-build2720400589/b1779/_pkg_.a
2025-08-20T21:12:26.8140897Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/base64=/tmp/go-build2720400589/b1819/_pkg_.a
2025-08-20T21:12:26.8141229Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/cert_util=/tmp/go-build2720400589/b1821/_pkg_.a
2025-08-20T21:12:26.8141543Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/chef=/tmp/go-build2720400589/b1822/_pkg_.a
2025-08-20T21:12:26.8141891Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/cmd=/tmp/go-build2720400589/b1825/_pkg_.a
2025-08-20T21:12:26.8142212Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/crypto=/tmp/go-build2720400589/b1826/_pkg_.a
2025-08-20T21:12:26.8142513Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/db=/tmp/go-build2720400589/b1827/_pkg_.a
2025-08-20T21:12:26.8142842Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/filepath=/tmp/go-build2720400589/b1837/_pkg_.a
2025-08-20T21:12:26.8143152Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/goos=/tmp/go-build2720400589/b1838/_pkg_.a
2025-08-20T21:12:26.8143457Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/http=/tmp/go-build2720400589/b1839/_pkg_.a
2025-08-20T21:12:26.8143894Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/humanize=/tmp/go-build2720400589/b1843/_pkg_.a
2025-08-20T21:12:26.8144213Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/inspect=/tmp/go-build2720400589/b1845/_pkg_.a
2025-08-20T21:12:26.8144816Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/ioutil=/tmp/go-build2720400589/b1846/_pkg_.a
2025-08-20T21:12:26.8145134Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/json=/tmp/go-build2720400589/b1824/_pkg_.a
2025-08-20T21:12:26.8145447Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/log=/tmp/go-build2720400589/b1847/_pkg_.a
2025-08-20T21:12:26.8145747Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/pb=/tmp/go-build2720400589/b1887/_pkg_.a
2025-08-20T21:12:26.8146061Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/pprof=/tmp/go-build2720400589/b1895/_pkg_.a
2025-08-20T21:12:26.8146425Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/prometheus/client=/tmp/go-build2720400589/b1848/_pkg_.a
2025-08-20T21:12:26.8146747Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/regexp=/tmp/go-build2720400589/b1865/_pkg_.a
2025-08-20T21:12:26.8147069Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/runtime=/tmp/go-build2720400589/b1866/_pkg_.a
2025-08-20T21:12:26.8147414Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/shellescape=/tmp/go-build2720400589/b1896/_pkg_.a
2025-08-20T21:12:26.8147721Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/stats=/tmp/go-build2720400589/b1898/_pkg_.a
2025-08-20T21:12:26.8148043Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/storage=/tmp/go-build2720400589/b1867/_pkg_.a
2025-08-20T21:12:26.8148360Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/strings=/tmp/go-build2720400589/b1871/_pkg_.a
2025-08-20T21:12:26.8148665Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/tac=/tmp/go-build2720400589/b1872/_pkg_.a
2025-08-20T21:12:26.8148969Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/tcp=/tmp/go-build2720400589/b1873/_pkg_.a
2025-08-20T21:12:26.8149293Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/telegram=/tmp/go-build2720400589/b1874/_pkg_.a
2025-08-20T21:12:26.8149937Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/template=/tmp/go-build2720400589/b1876/_pkg_.a
2025-08-20T21:12:26.8150263Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/time=/tmp/go-build2720400589/b1879/_pkg_.a
2025-08-20T21:12:26.8150644Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/xmlpath=/tmp/go-build2720400589/b1880/_pkg_.a
2025-08-20T21:12:26.8150989Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/yaml=/tmp/go-build2720400589/b1884/_pkg_.a
2025-08-20T21:12:26.8151304Z [00:03:53.685]➜  packagefile github.com/vadv/gopher-lua-libs/zabbix=/tmp/go-build2720400589/b1886/_pkg_.a
2025-08-20T21:12:26.8151647Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build2720400589/b1904/_pkg_.a
2025-08-20T21:12:26.8151980Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build2720400589/b1910/_pkg_.a
2025-08-20T21:12:26.8152331Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build2720400589/b1923/_pkg_.a
2025-08-20T21:12:26.8152675Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build2720400589/b1912/_pkg_.a
2025-08-20T21:12:26.8153026Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build2720400589/b1913/_pkg_.a
2025-08-20T21:12:26.8153371Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build2720400589/b1914/_pkg_.a
2025-08-20T21:12:26.8153604Z [00:03:53.685]➜  packagefile compress/zlib=/tmp/go-build2720400589/b1830/_pkg_.a
2025-08-20T21:12:26.8153909Z [00:03:53.685]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2720400589/b1932/_pkg_.a
2025-08-20T21:12:26.8154606Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build2720400589/b1939/_pkg_.a
2025-08-20T21:12:26.8154921Z [00:03:53.685]➜  packagefile github.com/xdg-go/scram=/tmp/go-build2720400589/b1945/_pkg_.a
2025-08-20T21:12:26.8155217Z [00:03:53.685]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build2720400589/b1947/_pkg_.a
2025-08-20T21:12:26.8155590Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build2720400589/b1948/_pkg_.a
2025-08-20T21:12:26.8155959Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build2720400589/b1951/_pkg_.a
2025-08-20T21:12:26.8156322Z [00:03:53.685]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build2720400589/b1953/_pkg_.a
2025-08-20T21:12:26.8156702Z [00:03:53.686]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build2720400589/b1954/_pkg_.a
2025-08-20T21:12:26.8157003Z [00:03:53.686]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build2720400589/b1956/_pkg_.a
2025-08-20T21:12:26.8157296Z [00:03:53.686]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build2720400589/b1899/_pkg_.a
2025-08-20T21:12:26.8157646Z [00:03:53.686]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build2720400589/b1958/_pkg_.a
2025-08-20T21:12:26.8158001Z [00:03:53.686]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build2720400589/b1960/_pkg_.a
2025-08-20T21:12:26.8158277Z [00:03:53.686]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build2720400589/b1927/_pkg_.a
2025-08-20T21:12:26.8158553Z [00:03:53.686]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build2720400589/b1928/_pkg_.a
2025-08-20T21:12:26.8158948Z [00:03:53.686]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build2720400589/b1978/_pkg_.a
2025-08-20T21:12:26.8159316Z [00:03:53.686]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build2720400589/b1979/_pkg_.a
2025-08-20T21:12:26.8159621Z [00:03:53.686]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2720400589/b1982/_pkg_.a
2025-08-20T21:12:26.8160136Z [00:03:53.686]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build2720400589/b1983/_pkg_.a
2025-08-20T21:12:26.8160590Z [00:03:53.686]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build2720400589/b1986/_pkg_.a
2025-08-20T21:12:26.8160928Z [00:03:53.686]➜  packagefile github.com/gammazero/nexus/v3/router/auth=/tmp/go-build2720400589/b1996/_pkg_.a
2025-08-20T21:12:26.8161288Z [00:03:53.686]➜  packagefile github.com/gorilla/websocket=/tmp/go-build2720400589/b2004/_pkg_.a
2025-08-20T21:12:26.8161573Z [00:03:53.686]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build2720400589/b2003/_pkg_.a
2025-08-20T21:12:26.8161927Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2720400589/b2015/_pkg_.a
2025-08-20T21:12:26.8162288Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2720400589/b2016/_pkg_.a
2025-08-20T21:12:26.8162661Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2720400589/b2025/_pkg_.a
2025-08-20T21:12:26.8163045Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2720400589/b2027/_pkg_.a
2025-08-20T21:12:26.8163467Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2720400589/b2029/_pkg_.a
2025-08-20T21:12:26.8163934Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2720400589/b2033/_pkg_.a
2025-08-20T21:12:26.8164531Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2720400589/b2034/_pkg_.a
2025-08-20T21:12:26.8164989Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2720400589/b2031/_pkg_.a
2025-08-20T21:12:26.8165528Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2720400589/b2032/_pkg_.a
2025-08-20T21:12:26.8165872Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2720400589/b2035/_pkg_.a
2025-08-20T21:12:26.8166219Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2720400589/b2036/_pkg_.a
2025-08-20T21:12:26.8166587Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2720400589/b2020/_pkg_.a
2025-08-20T21:12:26.8166950Z [00:03:53.687]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2720400589/b2018/_pkg_.a
2025-08-20T21:12:26.8167173Z [00:03:53.687]➜  packagefile debug/dwarf=/tmp/go-build2720400589/b2026/_pkg_.a
2025-08-20T21:12:26.8167394Z [00:03:53.687]➜  packagefile go/scanner=/tmp/go-build2720400589/b1609/_pkg_.a
2025-08-20T21:12:26.8167643Z [00:03:53.687]➜  packagefile go/build/constraint=/tmp/go-build2720400589/b1612/_pkg_.a
2025-08-20T21:12:26.8167881Z [00:03:53.687]➜  packagefile internal/gover=/tmp/go-build2720400589/b1614/_pkg_.a
2025-08-20T21:12:26.8168225Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/aead/subtle=/tmp/go-build2720400589/b1628/_pkg_.a
2025-08-20T21:12:26.8168642Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/insecuresecretdataaccess=/tmp/go-build2720400589/b1633/_pkg_.a
2025-08-20T21:12:26.8168990Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/aead=/tmp/go-build2720400589/b1634/_pkg_.a
2025-08-20T21:12:26.8169361Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/hmac=/tmp/go-build2720400589/b1649/_pkg_.a
2025-08-20T21:12:26.8169744Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/outputprefix=/tmp/go-build2720400589/b1639/_pkg_.a
2025-08-20T21:12:26.8170160Z [00:03:53.687]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/protoserialization=/tmp/go-build2720400589/b1640/_pkg_.a
2025-08-20T21:12:26.8170559Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/registryconfig=/tmp/go-build2720400589/b1642/_pkg_.a
2025-08-20T21:12:26.8170955Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/key=/tmp/go-build2720400589/b1641/_pkg_.a
2025-08-20T21:12:26.8171397Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/secretdata=/tmp/go-build2720400589/b1648/_pkg_.a
2025-08-20T21:12:26.8171751Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle/random=/tmp/go-build2720400589/b1635/_pkg_.a
2025-08-20T21:12:26.8172246Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/chacha20_poly1305_go_proto=/tmp/go-build2720400589/b1659/_pkg_.a
2025-08-20T21:12:26.8172586Z [00:03:53.688]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build2720400589/b1384/_pkg_.a
2025-08-20T21:12:26.8172931Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/prf/subtle=/tmp/go-build2720400589/b1661/_pkg_.a
2025-08-20T21:12:26.8173359Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/proto/xchacha20_poly1305_go_proto=/tmp/go-build2720400589/b1665/_pkg_.a
2025-08-20T21:12:26.8173696Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/internal=/tmp/go-build2720400589/b1644/_pkg_.a
2025-08-20T21:12:26.8174047Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2720400589/b1240/_pkg_.a
2025-08-20T21:12:26.8174547Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/daead/subtle=/tmp/go-build2720400589/b1671/_pkg_.a
2025-08-20T21:12:26.8174951Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2720400589/b1223/_pkg_.a
2025-08-20T21:12:26.8175301Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2720400589/b1238/_pkg_.a
2025-08-20T21:12:26.8175630Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2720400589/b1239/_pkg_.a
2025-08-20T21:12:26.8176069Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2720400589/b1243/_pkg_.a
2025-08-20T21:12:26.8176409Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2720400589/b1244/_pkg_.a
2025-08-20T21:12:26.8176855Z [00:03:53.688]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build2720400589/b1680/_pkg_.a
2025-08-20T21:12:26.8177234Z [00:03:53.688]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build2720400589/b1681/_pkg_.a
2025-08-20T21:12:26.8177696Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build2720400589/b1683/_pkg_.a
2025-08-20T21:12:26.8178183Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build2720400589/b1685/_pkg_.a
2025-08-20T21:12:26.8178691Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build2720400589/b1693/_pkg_.a
2025-08-20T21:12:26.8179185Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build2720400589/b1692/_pkg_.a
2025-08-20T21:12:26.8179705Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build2720400589/b1694/_pkg_.a
2025-08-20T21:12:26.8180269Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build2720400589/b1695/_pkg_.a
2025-08-20T21:12:26.8180825Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build2720400589/b1696/_pkg_.a
2025-08-20T21:12:26.8181325Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build2720400589/b1704/_pkg_.a
2025-08-20T21:12:26.8181827Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build2720400589/b1700/_pkg_.a
2025-08-20T21:12:26.8182147Z [00:03:53.688]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build2720400589/b1687/_pkg_.a
2025-08-20T21:12:26.8182872Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build2720400589/b1689/_pkg_.a
2025-08-20T21:12:26.8183382Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build2720400589/b1707/_pkg_.a
2025-08-20T21:12:26.8183734Z [00:03:53.688]➜  packagefile github.com/pkg/browser=/tmp/go-build2720400589/b1708/_pkg_.a
2025-08-20T21:12:26.8184089Z [00:03:53.688]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build2720400589/b1710/_pkg_.a
2025-08-20T21:12:26.8184511Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build2720400589/b1346/_pkg_.a
2025-08-20T21:12:26.8184846Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build2720400589/b1347/_pkg_.a
2025-08-20T21:12:26.8185111Z [00:03:53.688]➜  packagefile github.com/google/s2a-go=/tmp/go-build2720400589/b1373/_pkg_.a
2025-08-20T21:12:26.8185419Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build2720400589/b1374/_pkg_.a
2025-08-20T21:12:26.8185647Z [00:03:53.688]➜  packagefile crypto/pbkdf2=/tmp/go-build2720400589/b1488/_pkg_.a
2025-08-20T21:12:26.8185953Z [00:03:53.688]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build2720400589/b1490/_pkg_.a
2025-08-20T21:12:26.8186250Z [00:03:53.688]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build2720400589/b1491/_pkg_.a
2025-08-20T21:12:26.8186550Z [00:03:53.688]➜  packagefile github.com/hashicorp/go-sockaddr=/tmp/go-build2720400589/b1729/_pkg_.a
2025-08-20T21:12:26.8186824Z [00:03:53.688]➜  packagefile github.com/ryanuber/go-glob=/tmp/go-build2720400589/b1728/_pkg_.a
2025-08-20T21:12:26.8187246Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/hcl/parser=/tmp/go-build2720400589/b1735/_pkg_.a
2025-08-20T21:12:26.8187551Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/hcl/token=/tmp/go-build2720400589/b1733/_pkg_.a
2025-08-20T21:12:26.8187877Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/json/parser=/tmp/go-build2720400589/b1737/_pkg_.a
2025-08-20T21:12:26.8188160Z [00:03:53.688]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build2720400589/b353/_pkg_.a
2025-08-20T21:12:26.8188442Z [00:03:53.688]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build2720400589/b357/_pkg_.a
2025-08-20T21:12:26.8188693Z [00:03:53.688]➜  packagefile golang.org/x/net/idna=/tmp/go-build2720400589/b354/_pkg_.a
2025-08-20T21:12:26.8189008Z [00:03:53.688]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build2720400589/b358/_pkg_.a
2025-08-20T21:12:26.8189297Z [00:03:53.688]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build2720400589/b1745/_pkg_.a
2025-08-20T21:12:26.8189594Z [00:03:53.688]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build2720400589/b1750/_pkg_.a
2025-08-20T21:12:26.8189877Z [00:03:53.688]➜  packagefile github.com/buger/jsonparser=/tmp/go-build2720400589/b1751/_pkg_.a
2025-08-20T21:12:26.8190189Z [00:03:53.688]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build2720400589/b1752/_pkg_.a
2025-08-20T21:12:26.8190423Z [00:03:53.688]➜  packagefile go/doc/comment=/tmp/go-build2720400589/b1756/_pkg_.a
2025-08-20T21:12:26.8190678Z [00:03:53.688]➜  packagefile internal/lazyregexp=/tmp/go-build2720400589/b1757/_pkg_.a
2025-08-20T21:12:26.8191034Z [00:03:53.688]➜  packagefile github.com/actgardner/gogen-avro/v10/generator=/tmp/go-build2720400589/b1764/_pkg_.a
2025-08-20T21:12:26.8191343Z [00:03:53.688]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build2720400589/b2051/_pkg_.a
2025-08-20T21:12:26.8191615Z [00:03:53.688]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2720400589/b2061/_pkg_.a
2025-08-20T21:12:26.8191927Z [00:03:53.688]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2720400589/b2063/_pkg_.a
2025-08-20T21:12:26.8192291Z [00:03:53.688]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2720400589/b2062/_pkg_.a
2025-08-20T21:12:26.8192830Z [00:03:53.688]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2720400589/b2064/_pkg_.a
2025-08-20T21:12:26.8193198Z [00:03:53.688]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2720400589/b115/_pkg_.a
2025-08-20T21:12:26.8193520Z [00:03:53.688]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2720400589/b132/_pkg_.a
2025-08-20T21:12:26.8193969Z [00:03:53.688]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2720400589/b278/_pkg_.a
2025-08-20T21:12:26.8194659Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build2720400589/b419/_pkg_.a
2025-08-20T21:12:26.8195184Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build2720400589/b477/_pkg_.a
2025-08-20T21:12:26.8195639Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build2720400589/b553/_pkg_.a
2025-08-20T21:12:26.8196099Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build2720400589/b579/_pkg_.a
2025-08-20T21:12:26.8196555Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build2720400589/b598/_pkg_.a
2025-08-20T21:12:26.8196984Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build2720400589/b635/_pkg_.a
2025-08-20T21:12:26.8197430Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build2720400589/b640/_pkg_.a
2025-08-20T21:12:26.8197891Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build2720400589/b500/_pkg_.a
2025-08-20T21:12:26.8198530Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build2720400589/b430/_pkg_.a
2025-08-20T21:12:26.8199001Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build2720400589/b431/_pkg_.a
2025-08-20T21:12:26.8199524Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build2720400589/b429/_pkg_.a
2025-08-20T21:12:26.8200039Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build2720400589/b433/_pkg_.a
2025-08-20T21:12:26.8200525Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build2720400589/b434/_pkg_.a
2025-08-20T21:12:26.8200968Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build2720400589/b457/_pkg_.a
2025-08-20T21:12:26.8201398Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build2720400589/b681/_pkg_.a
2025-08-20T21:12:26.8201869Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build2720400589/b682/_pkg_.a
2025-08-20T21:12:26.8202299Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build2720400589/b571/_pkg_.a
2025-08-20T21:12:26.8202781Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build2720400589/b451/_pkg_.a
2025-08-20T21:12:26.8203232Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build2720400589/b602/_pkg_.a
2025-08-20T21:12:26.8203732Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build2720400589/b600/_pkg_.a
2025-08-20T21:12:26.8204192Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build2720400589/b601/_pkg_.a
2025-08-20T21:12:26.8204957Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build2720400589/b724/_pkg_.a
2025-08-20T21:12:26.8205534Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build2720400589/b567/_pkg_.a
2025-08-20T21:12:26.8206032Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build2720400589/b554/_pkg_.a
2025-08-20T21:12:26.8206540Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build2720400589/b622/_pkg_.a
2025-08-20T21:12:26.8206990Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build2720400589/b731/_pkg_.a
2025-08-20T21:12:26.8207503Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build2720400589/b525/_pkg_.a
2025-08-20T21:12:26.8207981Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/painlesscontext=/tmp/go-build2720400589/b759/_pkg_.a
2025-08-20T21:12:26.8208481Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build2720400589/b763/_pkg_.a
2025-08-20T21:12:26.8208925Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build2720400589/b764/_pkg_.a
2025-08-20T21:12:26.8209398Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build2720400589/b784/_pkg_.a
2025-08-20T21:12:26.8209846Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build2720400589/b786/_pkg_.a
2025-08-20T21:12:26.8210511Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build2720400589/b536/_pkg_.a
2025-08-20T21:12:26.8210964Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build2720400589/b479/_pkg_.a
2025-08-20T21:12:26.8211414Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/modeenum=/tmp/go-build2720400589/b544/_pkg_.a
2025-08-20T21:12:26.8211885Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build2720400589/b470/_pkg_.a
2025-08-20T21:12:26.8212381Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build2720400589/b518/_pkg_.a
2025-08-20T21:12:26.8212859Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build2720400589/b865/_pkg_.a
2025-08-20T21:12:26.8213306Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build2720400589/b605/_pkg_.a
2025-08-20T21:12:26.8213883Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/alibabacloudservicetype=/tmp/go-build2720400589/b881/_pkg_.a
2025-08-20T21:12:26.8214517Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/amazonbedrockservicetype=/tmp/go-build2720400589/b883/_pkg_.a
2025-08-20T21:12:26.8215050Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/anthropicservicetype=/tmp/go-build2720400589/b885/_pkg_.a
2025-08-20T21:12:26.8215572Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureaistudioservicetype=/tmp/go-build2720400589/b887/_pkg_.a
2025-08-20T21:12:26.8216082Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/azureopenaiservicetype=/tmp/go-build2720400589/b889/_pkg_.a
2025-08-20T21:12:26.8216567Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereservicetype=/tmp/go-build2720400589/b891/_pkg_.a
2025-08-20T21:12:26.8217175Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elasticsearchservicetype=/tmp/go-build2720400589/b893/_pkg_.a
2025-08-20T21:12:26.8217729Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/elserservicetype=/tmp/go-build2720400589/b895/_pkg_.a
2025-08-20T21:12:26.8218298Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googleaiservicetype=/tmp/go-build2720400589/b897/_pkg_.a
2025-08-20T21:12:26.8218830Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/googlevertexaiservicetype=/tmp/go-build2720400589/b899/_pkg_.a
2025-08-20T21:12:26.8219338Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/huggingfaceservicetype=/tmp/go-build2720400589/b901/_pkg_.a
2025-08-20T21:12:26.8219826Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaiservicetype=/tmp/go-build2720400589/b903/_pkg_.a
2025-08-20T21:12:26.8220323Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/mistralservicetype=/tmp/go-build2720400589/b905/_pkg_.a
2025-08-20T21:12:26.8220805Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/openaiservicetype=/tmp/go-build2720400589/b907/_pkg_.a
2025-08-20T21:12:26.8221302Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/voyageaiservicetype=/tmp/go-build2720400589/b909/_pkg_.a
2025-08-20T21:12:26.8221785Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watsonxservicetype=/tmp/go-build2720400589/b911/_pkg_.a
2025-08-20T21:12:26.8222252Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build2720400589/b534/_pkg_.a
2025-08-20T21:12:26.8222828Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build2720400589/b535/_pkg_.a
2025-08-20T21:12:26.8223320Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build2720400589/b541/_pkg_.a
2025-08-20T21:12:26.8223754Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build2720400589/b979/_pkg_.a
2025-08-20T21:12:26.8224411Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build2720400589/b615/_pkg_.a
2025-08-20T21:12:26.8225026Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build2720400589/b462/_pkg_.a
2025-08-20T21:12:26.8225505Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build2720400589/b616/_pkg_.a
2025-08-20T21:12:26.8225986Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build2720400589/b474/_pkg_.a
2025-08-20T21:12:26.8226445Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build2720400589/b1020/_pkg_.a
2025-08-20T21:12:26.8226909Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build2720400589/b564/_pkg_.a
2025-08-20T21:12:26.8227361Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build2720400589/b1049/_pkg_.a
2025-08-20T21:12:26.8227811Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build2720400589/b1061/_pkg_.a
2025-08-20T21:12:26.8228289Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build2720400589/b438/_pkg_.a
2025-08-20T21:12:26.8228801Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build2720400589/b568/_pkg_.a
2025-08-20T21:12:26.8229506Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build2720400589/b1096/_pkg_.a
2025-08-20T21:12:26.8230050Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build2720400589/b1101/_pkg_.a
2025-08-20T21:12:26.8230550Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build2720400589/b1130/_pkg_.a
2025-08-20T21:12:26.8231022Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build2720400589/b1148/_pkg_.a
2025-08-20T21:12:26.8231470Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build2720400589/b592/_pkg_.a
2025-08-20T21:12:26.8231926Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build2720400589/b1160/_pkg_.a
2025-08-20T21:12:26.8232372Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build2720400589/b1173/_pkg_.a
2025-08-20T21:12:26.8232877Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ecscompatibilitytype=/tmp/go-build2720400589/b1175/_pkg_.a
2025-08-20T21:12:26.8233333Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/formattype=/tmp/go-build2720400589/b1176/_pkg_.a
2025-08-20T21:12:26.8233829Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build2720400589/b1197/_pkg_.a
2025-08-20T21:12:26.8234523Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build2720400589/b1207/_pkg_.a
2025-08-20T21:12:26.8235025Z [00:03:53.688]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build2720400589/b1215/_pkg_.a
2025-08-20T21:12:26.8235389Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build2720400589/b1245/_pkg_.a
2025-08-20T21:12:26.8235708Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build2720400589/b1412/_pkg_.a
2025-08-20T21:12:26.8236186Z [00:03:53.688]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build2720400589/b1415/_pkg_.a
2025-08-20T21:12:26.8236508Z [00:03:53.688]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build2720400589/b1431/_pkg_.a
2025-08-20T21:12:26.8236843Z [00:03:53.688]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build2720400589/b1418/_pkg_.a
2025-08-20T21:12:26.8237169Z [00:03:53.688]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build2720400589/b1428/_pkg_.a
2025-08-20T21:12:26.8237498Z [00:03:53.688]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build2720400589/b1445/_pkg_.a
2025-08-20T21:12:26.8237907Z [00:03:53.688]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build2720400589/b1442/_pkg_.a
2025-08-20T21:12:26.8238296Z [00:03:53.688]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build2720400589/b1443/_pkg_.a
2025-08-20T21:12:26.8238664Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build2720400589/b1444/_pkg_.a
2025-08-20T21:12:26.8239027Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build2720400589/b1441/_pkg_.a
2025-08-20T21:12:26.8239416Z [00:03:53.688]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build2720400589/b1320/_pkg_.a
2025-08-20T21:12:26.8239800Z [00:03:53.688]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build2720400589/b1324/_pkg_.a
2025-08-20T21:12:26.8240166Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2720400589/b1276/_pkg_.a
2025-08-20T21:12:26.8240578Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2720400589/b1241/_pkg_.a
2025-08-20T21:12:26.8241002Z [00:03:53.688]➜  packagefile github.com/go-logr/stdr=/tmp/go-build2720400589/b396/_pkg_.a
2025-08-20T21:12:26.8241286Z [00:03:53.688]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build2720400589/b398/_pkg_.a
2025-08-20T21:12:26.8241643Z [00:03:53.688]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build2720400589/b412/_pkg_.a
2025-08-20T21:12:26.8242077Z [00:03:53.688]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build2720400589/b1356/_pkg_.a
2025-08-20T21:12:26.8242460Z [00:03:53.688]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build2720400589/b1349/_pkg_.a
2025-08-20T21:12:26.8242885Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build2720400589/b1362/_pkg_.a
2025-08-20T21:12:26.8243330Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build2720400589/b1370/_pkg_.a
2025-08-20T21:12:26.8243712Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build2720400589/b1371/_pkg_.a
2025-08-20T21:12:26.8244111Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build2720400589/b1363/_pkg_.a
2025-08-20T21:12:26.8244630Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build2720400589/b1365/_pkg_.a
2025-08-20T21:12:26.8245035Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build2720400589/b1414/_pkg_.a
2025-08-20T21:12:26.8245405Z [00:03:53.688]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build2720400589/b1366/_pkg_.a
2025-08-20T21:12:26.8245812Z [00:03:53.688]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build2720400589/b1456/_pkg_.a
2025-08-20T21:12:26.8246328Z [00:03:53.688]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build2720400589/b1457/_pkg_.a
2025-08-20T21:12:26.8246831Z [00:03:53.688]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build2720400589/b1458/_pkg_.a
2025-08-20T21:12:26.8247235Z [00:03:53.688]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build2720400589/b1367/_pkg_.a
2025-08-20T21:12:26.8247553Z [00:03:53.688]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build2720400589/b1250/_pkg_.a
2025-08-20T21:12:26.8247926Z [00:03:53.688]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build2720400589/b1271/_pkg_.a
2025-08-20T21:12:26.8248326Z [00:03:53.688]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build2720400589/b1272/_pkg_.a
2025-08-20T21:12:26.8248695Z [00:03:53.688]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build2720400589/b1279/_pkg_.a
2025-08-20T21:12:26.8249001Z [00:03:53.688]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build2720400589/b1260/_pkg_.a
2025-08-20T21:12:26.8249346Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build2720400589/b1261/_pkg_.a
2025-08-20T21:12:26.8249664Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build2720400589/b1277/_pkg_.a
2025-08-20T21:12:26.8249991Z [00:03:53.688]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build2720400589/b1258/_pkg_.a
2025-08-20T21:12:26.8250353Z [00:03:53.688]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build2720400589/b1290/_pkg_.a
2025-08-20T21:12:26.8250716Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build2720400589/b1303/_pkg_.a
2025-08-20T21:12:26.8251104Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build2720400589/b1306/_pkg_.a
2025-08-20T21:12:26.8251430Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build2720400589/b1309/_pkg_.a
2025-08-20T21:12:26.8251986Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build2720400589/b1314/_pkg_.a
2025-08-20T21:12:26.8252309Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build2720400589/b1469/_pkg_.a
2025-08-20T21:12:26.8252779Z [00:03:53.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build2720400589/b1476/_pkg_.a
2025-08-20T21:12:26.8253163Z [00:03:53.688]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build2720400589/b1485/_pkg_.a
2025-08-20T21:12:26.8253477Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build2720400589/b1500/_pkg_.a
2025-08-20T21:12:26.8253895Z [00:03:53.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build2720400589/b1505/_pkg_.a
2025-08-20T21:12:26.8254477Z [00:03:53.688]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build2720400589/b1502/_pkg_.a
2025-08-20T21:12:26.8254850Z [00:03:53.688]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build2720400589/b1526/_pkg_.a
2025-08-20T21:12:26.8255142Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build2720400589/b1527/_pkg_.a
2025-08-20T21:12:26.8255489Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build2720400589/b1548/_pkg_.a
2025-08-20T21:12:26.8255896Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build2720400589/b1568/_pkg_.a
2025-08-20T21:12:26.8256274Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build2720400589/b1569/_pkg_.a
2025-08-20T21:12:26.8256652Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build2720400589/b1572/_pkg_.a
2025-08-20T21:12:26.8257191Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build2720400589/b1579/_pkg_.a
2025-08-20T21:12:26.8257559Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build2720400589/b1581/_pkg_.a
2025-08-20T21:12:26.8257893Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build2720400589/b1586/_pkg_.a
2025-08-20T21:12:26.8258357Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build2720400589/b1587/_pkg_.a
2025-08-20T21:12:26.8258757Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build2720400589/b1534/_pkg_.a
2025-08-20T21:12:26.8259136Z [00:03:53.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build2720400589/b1506/_pkg_.a
2025-08-20T21:12:26.8259526Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build2720400589/b1529/_pkg_.a
2025-08-20T21:12:26.8259899Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build2720400589/b1530/_pkg_.a
2025-08-20T21:12:26.8260300Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build2720400589/b1531/_pkg_.a
2025-08-20T21:12:26.8260705Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build2720400589/b1532/_pkg_.a
2025-08-20T21:12:26.8261168Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build2720400589/b1545/_pkg_.a
2025-08-20T21:12:26.8261576Z [00:03:53.688]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build2720400589/b1547/_pkg_.a
2025-08-20T21:12:26.8261920Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2720400589/b1219/_pkg_.a
2025-08-20T21:12:26.8262230Z [00:03:53.688]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build2720400589/b1780/_pkg_.a
2025-08-20T21:12:26.8262657Z [00:03:53.688]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatch=/tmp/go-build2720400589/b1814/_pkg_.a
2025-08-20T21:12:26.8263149Z [00:03:53.688]➜  packagefile github.com/aws/aws-sdk-go/service/cloudwatchlogs=/tmp/go-build2720400589/b1816/_pkg_.a
2025-08-20T21:12:26.8263462Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/io=/tmp/go-build2720400589/b1820/_pkg_.a
2025-08-20T21:12:26.8263907Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/http/client/interface=/tmp/go-build2720400589/b1823/_pkg_.a
2025-08-20T21:12:26.8264165Z [00:03:53.688]➜  packagefile database/sql=/tmp/go-build2720400589/b1828/_pkg_.a
2025-08-20T21:12:26.8264583Z [00:03:53.688]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build2720400589/b1829/_pkg_.a
2025-08-20T21:12:26.8264846Z [00:03:53.688]➜  packagefile github.com/lib/pq=/tmp/go-build2720400589/b1834/_pkg_.a
2025-08-20T21:12:26.8265189Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/http/client=/tmp/go-build2720400589/b1840/_pkg_.a
2025-08-20T21:12:26.8265530Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/http/server=/tmp/go-build2720400589/b1841/_pkg_.a
2025-08-20T21:12:26.8265858Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/http/util=/tmp/go-build2720400589/b1842/_pkg_.a
2025-08-20T21:12:26.8266145Z [00:03:53.688]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2720400589/b1844/_pkg_.a
2025-08-20T21:12:26.8266418Z [00:03:53.688]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build2720400589/b1888/_pkg_.a
2025-08-20T21:12:26.8266775Z [00:03:53.688]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build2720400589/b1849/_pkg_.a
2025-08-20T21:12:26.8267162Z [00:03:53.688]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build2720400589/b1861/_pkg_.a
2025-08-20T21:12:26.8267598Z [00:03:53.688]➜  packagefile github.com/alessio/shellescape=/tmp/go-build2720400589/b1897/_pkg_.a
2025-08-20T21:12:26.8267951Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers=/tmp/go-build2720400589/b1868/_pkg_.a
2025-08-20T21:12:26.8268364Z [00:03:53.688]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/interfaces=/tmp/go-build2720400589/b1869/_pkg_.a
2025-08-20T21:12:26.8268702Z [00:03:53.688]➜  packagefile github.com/technoweenie/multipartstreamer=/tmp/go-build2720400589/b1875/_pkg_.a
2025-08-20T21:12:26.8268992Z [00:03:53.688]➜  packagefile github.com/cbroglie/mustache=/tmp/go-build2720400589/b1877/_pkg_.a
2025-08-20T21:12:26.8269265Z [00:03:53.688]➜  packagefile github.com/yuin/gluamapper=/tmp/go-build2720400589/b1878/_pkg_.a
2025-08-20T21:12:26.8269516Z [00:03:53.688]➜  packagefile gopkg.in/xmlpath.v2=/tmp/go-build2720400589/b1881/_pkg_.a
2025-08-20T21:12:26.8269752Z [00:03:53.688]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2720400589/b1885/_pkg_.a
2025-08-20T21:12:26.8270088Z [00:03:53.688]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build2720400589/b1924/_pkg_.a
2025-08-20T21:12:26.8270309Z [00:03:53.688]➜  packagefile hash/adler32=/tmp/go-build2720400589/b1831/_pkg_.a
2025-08-20T21:12:26.8270607Z [00:03:53.688]➜  packagefile github.com/klauspost/compress=/tmp/go-build2720400589/b1933/_pkg_.a
2025-08-20T21:12:26.8270917Z [00:03:53.688]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2720400589/b1934/_pkg_.a
2025-08-20T21:12:26.8271257Z [00:03:53.688]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build2720400589/b1936/_pkg_.a
2025-08-20T21:12:26.8271618Z [00:03:53.688]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2720400589/b1937/_pkg_.a
2025-08-20T21:12:26.8271995Z [00:03:53.688]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2720400589/b1938/_pkg_.a
2025-08-20T21:12:26.8272258Z [00:03:53.688]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build2720400589/b1946/_pkg_.a
2025-08-20T21:12:26.8272618Z [00:03:53.688]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build2720400589/b1949/_pkg_.a
2025-08-20T21:12:26.8272993Z [00:03:53.688]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2720400589/b1950/_pkg_.a
2025-08-20T21:12:26.8273417Z [00:03:53.688]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build2720400589/b1952/_pkg_.a
2025-08-20T21:12:26.8273682Z [00:03:53.688]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build2720400589/b1961/_pkg_.a
2025-08-20T21:12:26.8274021Z [00:03:53.688]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2720400589/b1962/_pkg_.a
2025-08-20T21:12:26.8274634Z [00:03:53.688]➜  packagefile github.com/gammazero/nexus/v3/wamp/crsign=/tmp/go-build2720400589/b1998/_pkg_.a
2025-08-20T21:12:26.8274971Z [00:03:53.688]➜  packagefile golang.org/x/crypto/nacl/sign=/tmp/go-build2720400589/b1999/_pkg_.a
2025-08-20T21:12:26.8275184Z [00:03:53.688]➜  packagefile net/rpc=/tmp/go-build2720400589/b1369/_pkg_.a
2025-08-20T21:12:26.8275646Z [00:03:53.688]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2720400589/b2030/_pkg_.a
2025-08-20T21:12:26.8275980Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/subtle=/tmp/go-build2720400589/b1650/_pkg_.a
2025-08-20T21:12:26.8276262Z [00:03:53.688]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2720400589/b1385/_pkg_.a
2025-08-20T21:12:26.8276569Z [00:03:53.688]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2720400589/b1386/_pkg_.a
2025-08-20T21:12:26.8276885Z [00:03:53.688]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2720400589/b1387/_pkg_.a
2025-08-20T21:12:26.8277265Z [00:03:53.688]➜  packagefile github.com/tink-crypto/tink-go/v2/internal/mac/aescmac=/tmp/go-build2720400589/b1662/_pkg_.a
2025-08-20T21:12:26.8277534Z [00:03:53.688]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2720400589/b1390/_pkg_.a
2025-08-20T21:12:26.8277906Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2720400589/b1228/_pkg_.a
2025-08-20T21:12:26.8278391Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2720400589/b1224/_pkg_.a
2025-08-20T21:12:26.8278750Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2720400589/b1225/_pkg_.a
2025-08-20T21:12:26.8279127Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2720400589/b1226/_pkg_.a
2025-08-20T21:12:26.8279508Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2720400589/b1227/_pkg_.a
2025-08-20T21:12:26.8279867Z [00:03:53.688]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2720400589/b1242/_pkg_.a
2025-08-20T21:12:26.8280407Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build2720400589/b1691/_pkg_.a
2025-08-20T21:12:26.8280954Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build2720400589/b1698/_pkg_.a
2025-08-20T21:12:26.8281524Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build2720400589/b1699/_pkg_.a
2025-08-20T21:12:26.8282094Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build2720400589/b1702/_pkg_.a
2025-08-20T21:12:26.8282674Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build2720400589/b1697/_pkg_.a
2025-08-20T21:12:26.8282952Z [00:03:53.688]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build2720400589/b1701/_pkg_.a
2025-08-20T21:12:26.8283259Z [00:03:53.688]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build2720400589/b1688/_pkg_.a
2025-08-20T21:12:26.8283751Z [00:03:53.688]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build2720400589/b1690/_pkg_.a
2025-08-20T21:12:26.8284187Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build2720400589/b1375/_pkg_.a
2025-08-20T21:12:26.8284942Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build2720400589/b1381/_pkg_.a
2025-08-20T21:12:26.8285331Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build2720400589/b1377/_pkg_.a
2025-08-20T21:12:26.8285815Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build2720400589/b1392/_pkg_.a
2025-08-20T21:12:26.8286259Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build2720400589/b1393/_pkg_.a
2025-08-20T21:12:26.8286619Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build2720400589/b1391/_pkg_.a
2025-08-20T21:12:26.8286932Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build2720400589/b1395/_pkg_.a
2025-08-20T21:12:26.8287224Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build2720400589/b1400/_pkg_.a
2025-08-20T21:12:26.8287516Z [00:03:53.688]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build2720400589/b1398/_pkg_.a
2025-08-20T21:12:26.8287808Z [00:03:53.688]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build2720400589/b1489/_pkg_.a
2025-08-20T21:12:26.8288123Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/hcl/scanner=/tmp/go-build2720400589/b1736/_pkg_.a
2025-08-20T21:12:26.8288436Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/hcl/strconv=/tmp/go-build2720400589/b1734/_pkg_.a
2025-08-20T21:12:26.8288750Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/json/scanner=/tmp/go-build2720400589/b1738/_pkg_.a
2025-08-20T21:12:26.8289059Z [00:03:53.688]➜  packagefile github.com/hashicorp/hcl/json/token=/tmp/go-build2720400589/b1739/_pkg_.a
2025-08-20T21:12:26.8289492Z [00:03:53.688]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build2720400589/b355/_pkg_.a
2025-08-20T21:12:26.8289795Z [00:03:53.688]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build2720400589/b356/_pkg_.a
2025-08-20T21:12:26.8290100Z [00:03:53.688]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build2720400589/b1753/_pkg_.a
2025-08-20T21:12:26.8290317Z [00:03:53.688]➜  packagefile go/format=/tmp/go-build2720400589/b1765/_pkg_.a
2025-08-20T21:12:26.8290836Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build2720400589/b420/_pkg_.a
2025-08-20T21:12:26.8291333Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build2720400589/b421/_pkg_.a
2025-08-20T21:12:26.8291780Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build2720400589/b422/_pkg_.a
2025-08-20T21:12:26.8292311Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build2720400589/b423/_pkg_.a
2025-08-20T21:12:26.8292763Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build2720400589/b424/_pkg_.a
2025-08-20T21:12:26.8293213Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build2720400589/b425/_pkg_.a
2025-08-20T21:12:26.8293691Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build2720400589/b426/_pkg_.a
2025-08-20T21:12:26.8294173Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build2720400589/b427/_pkg_.a
2025-08-20T21:12:26.8294845Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build2720400589/b428/_pkg_.a
2025-08-20T21:12:26.8295401Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build2720400589/b432/_pkg_.a
2025-08-20T21:12:26.8295973Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build2720400589/b435/_pkg_.a
2025-08-20T21:12:26.8296553Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build2720400589/b436/_pkg_.a
2025-08-20T21:12:26.8297104Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build2720400589/b437/_pkg_.a
2025-08-20T21:12:26.8297605Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build2720400589/b439/_pkg_.a
2025-08-20T21:12:26.8298100Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereembeddingtype=/tmp/go-build2720400589/b440/_pkg_.a
2025-08-20T21:12:26.8298579Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cohereinputtype=/tmp/go-build2720400589/b441/_pkg_.a
2025-08-20T21:12:26.8299086Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheresimilaritytype=/tmp/go-build2720400589/b442/_pkg_.a
2025-08-20T21:12:26.8299571Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/coheretruncatetype=/tmp/go-build2720400589/b443/_pkg_.a
2025-08-20T21:12:26.8300088Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build2720400589/b444/_pkg_.a
2025-08-20T21:12:26.8300600Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build2720400589/b445/_pkg_.a
2025-08-20T21:12:26.8301060Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build2720400589/b446/_pkg_.a
2025-08-20T21:12:26.8301639Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build2720400589/b447/_pkg_.a
2025-08-20T21:12:26.8302113Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build2720400589/b448/_pkg_.a
2025-08-20T21:12:26.8302592Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build2720400589/b449/_pkg_.a
2025-08-20T21:12:26.8303084Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build2720400589/b450/_pkg_.a
2025-08-20T21:12:26.8303536Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build2720400589/b452/_pkg_.a
2025-08-20T21:12:26.8304038Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build2720400589/b453/_pkg_.a
2025-08-20T21:12:26.8304682Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build2720400589/b454/_pkg_.a
2025-08-20T21:12:26.8305208Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build2720400589/b455/_pkg_.a
2025-08-20T21:12:26.8305628Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build2720400589/b456/_pkg_.a
2025-08-20T21:12:26.8306152Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build2720400589/b458/_pkg_.a
2025-08-20T21:12:26.8306664Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorelementtype=/tmp/go-build2720400589/b459/_pkg_.a
2025-08-20T21:12:26.8307197Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorindexoptionstype=/tmp/go-build2720400589/b460/_pkg_.a
2025-08-20T21:12:26.8307705Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/densevectorsimilarity=/tmp/go-build2720400589/b461/_pkg_.a
2025-08-20T21:12:26.8308416Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build2720400589/b463/_pkg_.a
2025-08-20T21:12:26.8308912Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build2720400589/b464/_pkg_.a
2025-08-20T21:12:26.8309486Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build2720400589/b465/_pkg_.a
2025-08-20T21:12:26.8310041Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build2720400589/b466/_pkg_.a
2025-08-20T21:12:26.8310505Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build2720400589/b467/_pkg_.a
2025-08-20T21:12:26.8310972Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build2720400589/b468/_pkg_.a
2025-08-20T21:12:26.8311431Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build2720400589/b469/_pkg_.a
2025-08-20T21:12:26.8311898Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build2720400589/b471/_pkg_.a
2025-08-20T21:12:26.8312364Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build2720400589/b472/_pkg_.a
2025-08-20T21:12:26.8312852Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build2720400589/b473/_pkg_.a
2025-08-20T21:12:26.8313318Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build2720400589/b475/_pkg_.a
2025-08-20T21:12:26.8314013Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build2720400589/b476/_pkg_.a
2025-08-20T21:12:26.8314639Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/failurestorestatus=/tmp/go-build2720400589/b478/_pkg_.a
2025-08-20T21:12:26.8315205Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build2720400589/b480/_pkg_.a
2025-08-20T21:12:26.8315665Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build2720400589/b481/_pkg_.a
2025-08-20T21:12:26.8316183Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build2720400589/b482/_pkg_.a
2025-08-20T21:12:26.8316660Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build2720400589/b483/_pkg_.a
2025-08-20T21:12:26.8317150Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build2720400589/b484/_pkg_.a
2025-08-20T21:12:26.8317674Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build2720400589/b485/_pkg_.a
2025-08-20T21:12:26.8318127Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build2720400589/b486/_pkg_.a
2025-08-20T21:12:26.8318613Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build2720400589/b487/_pkg_.a
2025-08-20T21:12:26.8319102Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build2720400589/b488/_pkg_.a
2025-08-20T21:12:26.8319591Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build2720400589/b489/_pkg_.a
2025-08-20T21:12:26.8320170Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build2720400589/b490/_pkg_.a
2025-08-20T21:12:26.8320731Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build2720400589/b491/_pkg_.a
2025-08-20T21:12:26.8321276Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build2720400589/b492/_pkg_.a
2025-08-20T21:12:26.8321791Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build2720400589/b493/_pkg_.a
2025-08-20T21:12:26.8322285Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build2720400589/b494/_pkg_.a
2025-08-20T21:12:26.8322768Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build2720400589/b495/_pkg_.a
2025-08-20T21:12:26.8323238Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build2720400589/b496/_pkg_.a
2025-08-20T21:12:26.8323723Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build2720400589/b497/_pkg_.a
2025-08-20T21:12:26.8324182Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build2720400589/b498/_pkg_.a
2025-08-20T21:12:26.8324876Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build2720400589/b499/_pkg_.a
2025-08-20T21:12:26.8325386Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build2720400589/b501/_pkg_.a
2025-08-20T21:12:26.8326031Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build2720400589/b502/_pkg_.a
2025-08-20T21:12:26.8326522Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build2720400589/b503/_pkg_.a
2025-08-20T21:12:26.8327030Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build2720400589/b504/_pkg_.a
2025-08-20T21:12:26.8327515Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build2720400589/b505/_pkg_.a
2025-08-20T21:12:26.8327988Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build2720400589/b506/_pkg_.a
2025-08-20T21:12:26.8328466Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build2720400589/b507/_pkg_.a
2025-08-20T21:12:26.8328935Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build2720400589/b508/_pkg_.a
2025-08-20T21:12:26.8329387Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build2720400589/b509/_pkg_.a
2025-08-20T21:12:26.8329997Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build2720400589/b510/_pkg_.a
2025-08-20T21:12:26.8330509Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build2720400589/b511/_pkg_.a
2025-08-20T21:12:26.8331033Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build2720400589/b512/_pkg_.a
2025-08-20T21:12:26.8331531Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build2720400589/b513/_pkg_.a
2025-08-20T21:12:26.8332031Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build2720400589/b514/_pkg_.a
2025-08-20T21:12:26.8332600Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build2720400589/b515/_pkg_.a
2025-08-20T21:12:26.8333127Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build2720400589/b516/_pkg_.a
2025-08-20T21:12:26.8333642Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build2720400589/b517/_pkg_.a
2025-08-20T21:12:26.8334131Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build2720400589/b519/_pkg_.a
2025-08-20T21:12:26.8334727Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build2720400589/b520/_pkg_.a
2025-08-20T21:12:26.8335233Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build2720400589/b521/_pkg_.a
2025-08-20T21:12:26.8335713Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build2720400589/b522/_pkg_.a
2025-08-20T21:12:26.8336268Z [00:03:53.688]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build2720400589/b523/_pkg_.a
2025-08-20T21:12:26.8336812Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build2720400589/b524/_pkg_.a
2025-08-20T21:12:26.8337263Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build2720400589/b526/_pkg_.a
2025-08-20T21:12:26.8337760Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaisimilaritytype=/tmp/go-build2720400589/b527/_pkg_.a
2025-08-20T21:12:26.8338421Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jinaaitextembeddingtask=/tmp/go-build2720400589/b528/_pkg_.a
2025-08-20T21:12:26.8338925Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build2720400589/b529/_pkg_.a
2025-08-20T21:12:26.8339373Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build2720400589/b530/_pkg_.a
2025-08-20T21:12:26.8339923Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build2720400589/b531/_pkg_.a
2025-08-20T21:12:26.8340393Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build2720400589/b532/_pkg_.a
2025-08-20T21:12:26.8340909Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build2720400589/b533/_pkg_.a
2025-08-20T21:12:26.8341364Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build2720400589/b537/_pkg_.a
2025-08-20T21:12:26.8341938Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build2720400589/b538/_pkg_.a
2025-08-20T21:12:26.8342398Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build2720400589/b539/_pkg_.a
2025-08-20T21:12:26.8342833Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build2720400589/b540/_pkg_.a
2025-08-20T21:12:26.8343305Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build2720400589/b542/_pkg_.a
2025-08-20T21:12:26.8343765Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build2720400589/b543/_pkg_.a
2025-08-20T21:12:26.8344195Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build2720400589/b545/_pkg_.a
2025-08-20T21:12:26.8344931Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build2720400589/b546/_pkg_.a
2025-08-20T21:12:26.8345423Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build2720400589/b547/_pkg_.a
2025-08-20T21:12:26.8345980Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build2720400589/b548/_pkg_.a
2025-08-20T21:12:26.8346473Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build2720400589/b549/_pkg_.a
2025-08-20T21:12:26.8346953Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build2720400589/b550/_pkg_.a
2025-08-20T21:12:26.8347466Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build2720400589/b551/_pkg_.a
2025-08-20T21:12:26.8347938Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build2720400589/b552/_pkg_.a
2025-08-20T21:12:26.8348441Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build2720400589/b555/_pkg_.a
2025-08-20T21:12:26.8348935Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build2720400589/b556/_pkg_.a
2025-08-20T21:12:26.8349408Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build2720400589/b557/_pkg_.a
2025-08-20T21:12:26.8349886Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build2720400589/b558/_pkg_.a
2025-08-20T21:12:26.8350488Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build2720400589/b559/_pkg_.a
2025-08-20T21:12:26.8350978Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build2720400589/b560/_pkg_.a
2025-08-20T21:12:26.8351432Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build2720400589/b561/_pkg_.a
2025-08-20T21:12:26.8351882Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build2720400589/b562/_pkg_.a
2025-08-20T21:12:26.8352386Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build2720400589/b563/_pkg_.a
2025-08-20T21:12:26.8352848Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build2720400589/b565/_pkg_.a
2025-08-20T21:12:26.8353294Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build2720400589/b566/_pkg_.a
2025-08-20T21:12:26.8353789Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build2720400589/b569/_pkg_.a
2025-08-20T21:12:26.8354537Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build2720400589/b570/_pkg_.a
2025-08-20T21:12:26.8355121Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build2720400589/b572/_pkg_.a
2025-08-20T21:12:26.8355632Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build2720400589/b573/_pkg_.a
2025-08-20T21:12:26.8356112Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build2720400589/b574/_pkg_.a
2025-08-20T21:12:26.8356677Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build2720400589/b575/_pkg_.a
2025-08-20T21:12:26.8357191Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build2720400589/b576/_pkg_.a
2025-08-20T21:12:26.8357720Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build2720400589/b577/_pkg_.a
2025-08-20T21:12:26.8358195Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build2720400589/b578/_pkg_.a
2025-08-20T21:12:26.8358687Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build2720400589/b580/_pkg_.a
2025-08-20T21:12:26.8359160Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build2720400589/b581/_pkg_.a
2025-08-20T21:12:26.8359769Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build2720400589/b582/_pkg_.a
2025-08-20T21:12:26.8360230Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build2720400589/b583/_pkg_.a
2025-08-20T21:12:26.8360715Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build2720400589/b584/_pkg_.a
2025-08-20T21:12:26.8361195Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build2720400589/b585/_pkg_.a
2025-08-20T21:12:26.8361692Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build2720400589/b586/_pkg_.a
2025-08-20T21:12:26.8362164Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build2720400589/b587/_pkg_.a
2025-08-20T21:12:26.8362624Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build2720400589/b588/_pkg_.a
2025-08-20T21:12:26.8363130Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build2720400589/b589/_pkg_.a
2025-08-20T21:12:26.8363605Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build2720400589/b590/_pkg_.a
2025-08-20T21:12:26.8364052Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build2720400589/b591/_pkg_.a
2025-08-20T21:12:26.8364642Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build2720400589/b593/_pkg_.a
2025-08-20T21:12:26.8365133Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcemode=/tmp/go-build2720400589/b594/_pkg_.a
2025-08-20T21:12:26.8365592Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build2720400589/b595/_pkg_.a
2025-08-20T21:12:26.8366250Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build2720400589/b596/_pkg_.a
2025-08-20T21:12:26.8366753Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/subobjects=/tmp/go-build2720400589/b597/_pkg_.a
2025-08-20T21:12:26.8367279Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build2720400589/b599/_pkg_.a
2025-08-20T21:12:26.8367806Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build2720400589/b603/_pkg_.a
2025-08-20T21:12:26.8368326Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syntheticsourcekeepenum=/tmp/go-build2720400589/b604/_pkg_.a
2025-08-20T21:12:26.8368802Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build2720400589/b606/_pkg_.a
2025-08-20T21:12:26.8369341Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build2720400589/b607/_pkg_.a
2025-08-20T21:12:26.8369891Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build2720400589/b608/_pkg_.a
2025-08-20T21:12:26.8370373Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build2720400589/b609/_pkg_.a
2025-08-20T21:12:26.8370844Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build2720400589/b610/_pkg_.a
2025-08-20T21:12:26.8371341Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build2720400589/b611/_pkg_.a
2025-08-20T21:12:26.8371891Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build2720400589/b612/_pkg_.a
2025-08-20T21:12:26.8372402Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build2720400589/b613/_pkg_.a
2025-08-20T21:12:26.8372887Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build2720400589/b614/_pkg_.a
2025-08-20T21:12:26.8373378Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build2720400589/b617/_pkg_.a
2025-08-20T21:12:26.8373826Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build2720400589/b618/_pkg_.a
2025-08-20T21:12:26.8374496Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build2720400589/b619/_pkg_.a
2025-08-20T21:12:26.8375070Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build2720400589/b620/_pkg_.a
2025-08-20T21:12:26.8375528Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build2720400589/b621/_pkg_.a
2025-08-20T21:12:26.8375991Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build2720400589/b623/_pkg_.a
2025-08-20T21:12:26.8376464Z [00:03:53.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build2720400589/b624/_pkg_.a
2025-08-20T21:12:26.8376798Z [00:03:53.689]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build2720400589/b1413/_pkg_.a
2025-08-20T21:12:26.8377306Z [00:03:53.689]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build2720400589/b1416/_pkg_.a
2025-08-20T21:12:26.8377638Z [00:03:53.689]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build2720400589/b1417/_pkg_.a
2025-08-20T21:12:26.8378170Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build2720400589/b1432/_pkg_.a
2025-08-20T21:12:26.8378616Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build2720400589/b1315/_pkg_.a
2025-08-20T21:12:26.8378939Z [00:03:53.689]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build2720400589/b1433/_pkg_.a
2025-08-20T21:12:26.8379315Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build2720400589/b1419/_pkg_.a
2025-08-20T21:12:26.8379676Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build2720400589/b1429/_pkg_.a
2025-08-20T21:12:26.8380029Z [00:03:53.689]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build2720400589/b1321/_pkg_.a
2025-08-20T21:12:26.8380315Z [00:03:53.689]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build2720400589/b397/_pkg_.a
2025-08-20T21:12:26.8380674Z [00:03:53.689]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build2720400589/b399/_pkg_.a
2025-08-20T21:12:26.8380986Z [00:03:53.689]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build2720400589/b408/_pkg_.a
2025-08-20T21:12:26.8381311Z [00:03:53.689]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build2720400589/b413/_pkg_.a
2025-08-20T21:12:26.8381720Z [00:03:53.689]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build2720400589/b1364/_pkg_.a
2025-08-20T21:12:26.8382146Z [00:03:53.689]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build2720400589/b1368/_pkg_.a
2025-08-20T21:12:26.8382662Z [00:03:53.689]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build2720400589/b1459/_pkg_.a
2025-08-20T21:12:26.8383119Z [00:03:53.689]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build2720400589/b1460/_pkg_.a
2025-08-20T21:12:26.8383516Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build2720400589/b1316/_pkg_.a
2025-08-20T21:12:26.8383843Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build2720400589/b1477/_pkg_.a
2025-08-20T21:12:26.8384176Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build2720400589/b1479/_pkg_.a
2025-08-20T21:12:26.8384687Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build2720400589/b1480/_pkg_.a
2025-08-20T21:12:26.8385103Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build2720400589/b1482/_pkg_.a
2025-08-20T21:12:26.8385512Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build2720400589/b1483/_pkg_.a
2025-08-20T21:12:26.8385894Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build2720400589/b1484/_pkg_.a
2025-08-20T21:12:26.8386268Z [00:03:53.689]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build2720400589/b1481/_pkg_.a
2025-08-20T21:12:26.8386641Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build2720400589/b1486/_pkg_.a
2025-08-20T21:12:26.8387030Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build2720400589/b1501/_pkg_.a
2025-08-20T21:12:26.8387408Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build2720400589/b1503/_pkg_.a
2025-08-20T21:12:26.8387751Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build2720400589/b1549/_pkg_.a
2025-08-20T21:12:26.8388108Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build2720400589/b1550/_pkg_.a
2025-08-20T21:12:26.8388507Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build2720400589/b1555/_pkg_.a
2025-08-20T21:12:26.8389010Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build2720400589/b1561/_pkg_.a
2025-08-20T21:12:26.8389530Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build2720400589/b1567/_pkg_.a
2025-08-20T21:12:26.8389950Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build2720400589/b1558/_pkg_.a
2025-08-20T21:12:26.8390440Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build2720400589/b1564/_pkg_.a
2025-08-20T21:12:26.8390889Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build2720400589/b1565/_pkg_.a
2025-08-20T21:12:26.8391276Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build2720400589/b1541/_pkg_.a
2025-08-20T21:12:26.8391777Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build2720400589/b1570/_pkg_.a
2025-08-20T21:12:26.8392263Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build2720400589/b1571/_pkg_.a
2025-08-20T21:12:26.8392619Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build2720400589/b1542/_pkg_.a
2025-08-20T21:12:26.8393026Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build2720400589/b1573/_pkg_.a
2025-08-20T21:12:26.8393507Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build2720400589/b1574/_pkg_.a
2025-08-20T21:12:26.8393833Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build2720400589/b1575/_pkg_.a
2025-08-20T21:12:26.8394544Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build2720400589/b1580/_pkg_.a
2025-08-20T21:12:26.8394888Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build2720400589/b1552/_pkg_.a
2025-08-20T21:12:26.8395279Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build2720400589/b1583/_pkg_.a
2025-08-20T21:12:26.8395663Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build2720400589/b1585/_pkg_.a
2025-08-20T21:12:26.8396026Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build2720400589/b1557/_pkg_.a
2025-08-20T21:12:26.8396335Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build2720400589/b1535/_pkg_.a
2025-08-20T21:12:26.8396637Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build2720400589/b1511/_pkg_.a
2025-08-20T21:12:26.8397266Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build2720400589/b1588/_pkg_.a
2025-08-20T21:12:26.8397822Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build2720400589/b1589/_pkg_.a
2025-08-20T21:12:26.8398362Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build2720400589/b1591/_pkg_.a
2025-08-20T21:12:26.8398893Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build2720400589/b1592/_pkg_.a
2025-08-20T21:12:26.8399437Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build2720400589/b1593/_pkg_.a
2025-08-20T21:12:26.8399814Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build2720400589/b1594/_pkg_.a
2025-08-20T21:12:26.8400217Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build2720400589/b1566/_pkg_.a
2025-08-20T21:12:26.8400831Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build2720400589/b1543/_pkg_.a
2025-08-20T21:12:26.8401260Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build2720400589/b1517/_pkg_.a
2025-08-20T21:12:26.8401750Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build2720400589/b1518/_pkg_.a
2025-08-20T21:12:26.8402243Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build2720400589/b1519/_pkg_.a
2025-08-20T21:12:26.8402658Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build2720400589/b1509/_pkg_.a
2025-08-20T21:12:26.8403161Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build2720400589/b1536/_pkg_.a
2025-08-20T21:12:26.8403738Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build2720400589/b1537/_pkg_.a
2025-08-20T21:12:26.8404235Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build2720400589/b1523/_pkg_.a
2025-08-20T21:12:26.8404837Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build2720400589/b1533/_pkg_.a
2025-08-20T21:12:26.8405190Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build2720400589/b1539/_pkg_.a
2025-08-20T21:12:26.8405495Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build2720400589/b1540/_pkg_.a
2025-08-20T21:12:26.8405935Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build2720400589/b1544/_pkg_.a
2025-08-20T21:12:26.8406511Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build2720400589/b1507/_pkg_.a
2025-08-20T21:12:26.8406927Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build2720400589/b1524/_pkg_.a
2025-08-20T21:12:26.8407356Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build2720400589/b1546/_pkg_.a
2025-08-20T21:12:26.8407570Z [00:03:53.689]➜  packagefile hash/fnv=/tmp/go-build2720400589/b1220/_pkg_.a
2025-08-20T21:12:26.8407875Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build2720400589/b1781/_pkg_.a
2025-08-20T21:12:26.8408211Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build2720400589/b1787/_pkg_.a
2025-08-20T21:12:26.8408591Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build2720400589/b1788/_pkg_.a
2025-08-20T21:12:26.8408960Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build2720400589/b1789/_pkg_.a
2025-08-20T21:12:26.8409331Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build2720400589/b1802/_pkg_.a
2025-08-20T21:12:26.8409626Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build2720400589/b1808/_pkg_.a
2025-08-20T21:12:26.8409941Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build2720400589/b1809/_pkg_.a
2025-08-20T21:12:26.8410251Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build2720400589/b1783/_pkg_.a
2025-08-20T21:12:26.8410577Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build2720400589/b1801/_pkg_.a
2025-08-20T21:12:26.8410885Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build2720400589/b1803/_pkg_.a
2025-08-20T21:12:26.8411191Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build2720400589/b1784/_pkg_.a
2025-08-20T21:12:26.8411647Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build2720400589/b1782/_pkg_.a
2025-08-20T21:12:26.8412078Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build2720400589/b1792/_pkg_.a
2025-08-20T21:12:26.8412443Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/internal/encoding/gzip=/tmp/go-build2720400589/b1815/_pkg_.a
2025-08-20T21:12:26.8412840Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build2720400589/b1795/_pkg_.a
2025-08-20T21:12:26.8413214Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build2720400589/b1804/_pkg_.a
2025-08-20T21:12:26.8413597Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build2720400589/b1817/_pkg_.a
2025-08-20T21:12:26.8414110Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build2720400589/b1818/_pkg_.a
2025-08-20T21:12:26.8414604Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build2720400589/b1799/_pkg_.a
2025-08-20T21:12:26.8415003Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build2720400589/b1794/_pkg_.a
2025-08-20T21:12:26.8415266Z [00:03:53.689]➜  packagefile filippo.io/edwards25519=/tmp/go-build2720400589/b1832/_pkg_.a
2025-08-20T21:12:26.8415523Z [00:03:53.689]➜  packagefile github.com/lib/pq/oid=/tmp/go-build2720400589/b1835/_pkg_.a
2025-08-20T21:12:26.8415781Z [00:03:53.689]➜  packagefile github.com/lib/pq/scram=/tmp/go-build2720400589/b1836/_pkg_.a
2025-08-20T21:12:26.8416060Z [00:03:53.689]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build2720400589/b1889/_pkg_.a
2025-08-20T21:12:26.8416366Z [00:03:53.689]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build2720400589/b1890/_pkg_.a
2025-08-20T21:12:26.8416773Z [00:03:53.689]➜  packagefile github.com/fatih/color=/tmp/go-build2720400589/b1892/_pkg_.a
2025-08-20T21:12:26.8417063Z [00:03:53.689]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2720400589/b1893/_pkg_.a
2025-08-20T21:12:26.8417368Z [00:03:53.689]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build2720400589/b1850/_pkg_.a
2025-08-20T21:12:26.8417761Z [00:03:53.689]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build2720400589/b1851/_pkg_.a
2025-08-20T21:12:26.8418078Z [00:03:53.689]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build2720400589/b1852/_pkg_.a
2025-08-20T21:12:26.8418391Z [00:03:53.689]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build2720400589/b1855/_pkg_.a
2025-08-20T21:12:26.8418693Z [00:03:53.689]➜  packagefile github.com/prometheus/common/model=/tmp/go-build2720400589/b1853/_pkg_.a
2025-08-20T21:12:26.8418977Z [00:03:53.689]➜  packagefile github.com/prometheus/procfs=/tmp/go-build2720400589/b1858/_pkg_.a
2025-08-20T21:12:26.8419218Z [00:03:53.689]➜  packagefile runtime/metrics=/tmp/go-build2720400589/b1854/_pkg_.a
2025-08-20T21:12:26.8419696Z [00:03:53.689]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build2720400589/b1862/_pkg_.a
2025-08-20T21:12:26.8420126Z [00:03:53.689]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build2720400589/b1864/_pkg_.a
2025-08-20T21:12:26.8420516Z [00:03:53.689]➜  packagefile github.com/vadv/gopher-lua-libs/storage/drivers/memory=/tmp/go-build2720400589/b1870/_pkg_.a
2025-08-20T21:12:26.8420771Z [00:03:53.689]➜  packagefile golang.org/x/net/html=/tmp/go-build2720400589/b1882/_pkg_.a
2025-08-20T21:12:26.8421074Z [00:03:53.689]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2720400589/b1935/_pkg_.a
2025-08-20T21:12:26.8421359Z [00:03:53.689]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2720400589/b1651/_pkg_.a
2025-08-20T21:12:26.8421875Z [00:03:53.689]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build2720400589/b1703/_pkg_.a
2025-08-20T21:12:26.8422295Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build2720400589/b1376/_pkg_.a
2025-08-20T21:12:26.8422778Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build2720400589/b1379/_pkg_.a
2025-08-20T21:12:26.8423102Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build2720400589/b1380/_pkg_.a
2025-08-20T21:12:26.8423586Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build2720400589/b1394/_pkg_.a
2025-08-20T21:12:26.8423997Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build2720400589/b1396/_pkg_.a
2025-08-20T21:12:26.8424223Z [00:03:53.689]➜  packagefile go/printer=/tmp/go-build2720400589/b1766/_pkg_.a
2025-08-20T21:12:26.8424757Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build2720400589/b1420/_pkg_.a
2025-08-20T21:12:26.8425184Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build2720400589/b1421/_pkg_.a
2025-08-20T21:12:26.8425637Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build2720400589/b1426/_pkg_.a
2025-08-20T21:12:26.8426069Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build2720400589/b1424/_pkg_.a
2025-08-20T21:12:26.8426423Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build2720400589/b1492/_pkg_.a
2025-08-20T21:12:26.8426781Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build2720400589/b1497/_pkg_.a
2025-08-20T21:12:26.8427133Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build2720400589/b1493/_pkg_.a
2025-08-20T21:12:26.8427589Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build2720400589/b1499/_pkg_.a
2025-08-20T21:12:26.8427918Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build2720400589/b1495/_pkg_.a
2025-08-20T21:12:26.8428178Z [00:03:53.689]➜  packagefile github.com/zeebo/errs=/tmp/go-build2720400589/b1496/_pkg_.a
2025-08-20T21:12:26.8428619Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build2720400589/b1551/_pkg_.a
2025-08-20T21:12:26.8428956Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build2720400589/b1554/_pkg_.a
2025-08-20T21:12:26.8429299Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build2720400589/b1556/_pkg_.a
2025-08-20T21:12:26.8429622Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build2720400589/b1562/_pkg_.a
2025-08-20T21:12:26.8430015Z [00:03:53.689]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build2720400589/b1563/_pkg_.a
2025-08-20T21:12:26.8430380Z [00:03:53.689]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build2720400589/b1559/_pkg_.a
2025-08-20T21:12:26.8430711Z [00:03:53.689]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build2720400589/b1560/_pkg_.a
2025-08-20T21:12:26.8431103Z [00:03:53.689]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build2720400589/b1513/_pkg_.a
2025-08-20T21:12:26.8431444Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build2720400589/b1510/_pkg_.a
2025-08-20T21:12:26.8431952Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build2720400589/b1576/_pkg_.a
2025-08-20T21:12:26.8432256Z [00:03:53.689]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build2720400589/b1577/_pkg_.a
2025-08-20T21:12:26.8432587Z [00:03:53.689]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build2720400589/b1578/_pkg_.a
2025-08-20T21:12:26.8433100Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build2720400589/b1508/_pkg_.a
2025-08-20T21:12:26.8433500Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build2720400589/b1584/_pkg_.a
2025-08-20T21:12:26.8433735Z [00:03:53.689]➜  packagefile cel.dev/expr=/tmp/go-build2720400589/b1512/_pkg_.a
2025-08-20T21:12:26.8434459Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build2720400589/b1590/_pkg_.a
2025-08-20T21:12:26.8434901Z [00:03:53.689]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build2720400589/b1595/_pkg_.a
2025-08-20T21:12:26.8435178Z [00:03:53.689]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build2720400589/b1596/_pkg_.a
2025-08-20T21:12:26.8435601Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build2720400589/b1514/_pkg_.a
2025-08-20T21:12:26.8436011Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build2720400589/b1515/_pkg_.a
2025-08-20T21:12:26.8436425Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build2720400589/b1522/_pkg_.a
2025-08-20T21:12:26.8436817Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build2720400589/b1538/_pkg_.a
2025-08-20T21:12:26.8437240Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build2720400589/b1520/_pkg_.a
2025-08-20T21:12:26.8437661Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build2720400589/b1521/_pkg_.a
2025-08-20T21:12:26.8438109Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build2720400589/b1525/_pkg_.a
2025-08-20T21:12:26.8438568Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build2720400589/b1786/_pkg_.a
2025-08-20T21:12:26.8438905Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build2720400589/b1790/_pkg_.a
2025-08-20T21:12:26.8439215Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build2720400589/b1791/_pkg_.a
2025-08-20T21:12:26.8439560Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build2720400589/b1800/_pkg_.a
2025-08-20T21:12:26.8439905Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build2720400589/b1807/_pkg_.a
2025-08-20T21:12:26.8440286Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build2720400589/b1810/_pkg_.a
2025-08-20T21:12:26.8440669Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build2720400589/b1813/_pkg_.a
2025-08-20T21:12:26.8440996Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build2720400589/b1811/_pkg_.a
2025-08-20T21:12:26.8441368Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build2720400589/b1797/_pkg_.a
2025-08-20T21:12:26.8441671Z [00:03:53.689]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build2720400589/b1785/_pkg_.a
2025-08-20T21:12:26.8441996Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build2720400589/b1793/_pkg_.a
2025-08-20T21:12:26.8442331Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build2720400589/b1796/_pkg_.a
2025-08-20T21:12:26.8442734Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build2720400589/b1805/_pkg_.a
2025-08-20T21:12:26.8443110Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build2720400589/b1806/_pkg_.a
2025-08-20T21:12:26.8443504Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build2720400589/b1798/_pkg_.a
2025-08-20T21:12:26.8443877Z [00:03:53.689]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build2720400589/b1833/_pkg_.a
2025-08-20T21:12:26.8444215Z [00:03:53.689]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2720400589/b1894/_pkg_.a
2025-08-20T21:12:26.8444739Z [00:03:53.689]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build2720400589/b1856/_pkg_.a
2025-08-20T21:12:26.8445186Z [00:03:53.689]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build2720400589/b1857/_pkg_.a
2025-08-20T21:12:26.8445526Z [00:03:53.689]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build2720400589/b1859/_pkg_.a
2025-08-20T21:12:26.8445869Z [00:03:53.689]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build2720400589/b1860/_pkg_.a
2025-08-20T21:12:26.8446367Z [00:03:53.689]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build2720400589/b1863/_pkg_.a
2025-08-20T21:12:26.8446645Z [00:03:53.689]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build2720400589/b1883/_pkg_.a
2025-08-20T21:12:26.8447048Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build2720400589/b1378/_pkg_.a
2025-08-20T21:12:26.8447450Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build2720400589/b1382/_pkg_.a
2025-08-20T21:12:26.8447812Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build2720400589/b1397/_pkg_.a
2025-08-20T21:12:26.8448177Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build2720400589/b1399/_pkg_.a
2025-08-20T21:12:26.8448452Z [00:03:53.689]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build2720400589/b1422/_pkg_.a
2025-08-20T21:12:26.8448855Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build2720400589/b1423/_pkg_.a
2025-08-20T21:12:26.8449380Z [00:03:53.689]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build2720400589/b1425/_pkg_.a
2025-08-20T21:12:26.8449758Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build2720400589/b1498/_pkg_.a
2025-08-20T21:12:26.8450123Z [00:03:53.689]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build2720400589/b1494/_pkg_.a
2025-08-20T21:12:26.8450547Z [00:03:53.689]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build2720400589/b1516/_pkg_.a
2025-08-20T21:12:26.8450881Z [00:03:53.689]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build2720400589/b1597/_pkg_.a
2025-08-20T21:12:26.8451193Z [00:03:53.689]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build2720400589/b1598/_pkg_.a
2025-08-20T21:12:26.8451515Z [00:03:53.689]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build2720400589/b1812/_pkg_.a
2025-08-20T21:12:26.8451935Z [00:03:53.689]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build2720400589/b1383/_pkg_.a
2025-08-20T21:12:26.8452232Z [00:03:53.689]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2720400589/b1388/_pkg_.a
2025-08-20T21:12:26.8452546Z [00:03:53.689]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2720400589/b1389/_pkg_.a
2025-08-20T21:12:26.8522829Z [00:03:53.689]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tcommand-line-arguments\ndep\tcel.dev/expr\tv0.23.1\th1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg=\ndep\tcloud.google.com/go\tv0.120.1\th1:Z+5V7yd383+9617XDCyszmK5E4wJRJL+tquMfDj9hLM=\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/compute/metadata\tv0.6.0\th1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I=\ndep\tcloud.google.com/go/iam\tv1.5.2\th1:qgFRAGEmd8z6dJ/qyEchAuL9jpswyODjA2lS+w234g8=\ndep\tcloud.google.com/go/monitoring\tv1.24.2\th1:5OTsoJ1dXYIiMiuL+sYscLc9BumrL3CarVLL7dd7lHM=\ndep\tcloud.google.com/go/storage\tv1.52.0\th1:ROpzMW/IwipKtatA69ikxibdzQSiXJrY9f6IgBa9AlA=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\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.9.0\th1:OVoM452qUFBrX+URdH3VpR299ma4kfom0yB0URYky9g=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/data/azcosmos\tv1.3.0\th1:RGcdpSElvcXCwxydI0xzOBu1Gvp88OoiTGfbtO/z1m0=\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/security/keyvault/azkeys\tv1.3.1\th1:Wgf5rZba3YZqeTNJPtvqZoBu1sBN/L4sry+u2U3Y75w=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal\tv1.1.1\th1:bFWuoEKg+gImo7pvkiQEFAc8ocibADgXeiLAxWhWmkI=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/storage/azblob\tv1.6.1\th1:lhZdRq7TIx0GJQvSyX2Si406vrYsov2FXGp/RnSEtcs=\ndep\tgithub.com/AzureAD/microsoft-authentication-library-for-go\tv1.4.2\th1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=\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/VividCortex/ewma\tv1.2.0\th1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=\ndep\tgithub.com/actgardner/gogen-avro/v10\tv10.2.1\th1:z3pOGblRjAJCYpkIJ8CmbMJdksi4rAhaygw0dyXZ930=\ndep\tgithub.com/adrg/xdg\tv0.5.3\th1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=\ndep\tgithub.com/alessio/shellescape\tv1.4.2\th1:MHPfaU+ddJ0/bYWpgIeUnQUqKrlJ1S7BfEYPM4uEoM0=\ndep\tgithub.com/aws/aws-sdk-go\tv1.55.7\th1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.3\th1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=\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.14\th1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.67\th1:9KxtdcIA/5xPNQyZRgUSpYOE6j9Bc4+D7nZua0KGYOM=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue\tv1.18.13\th1:i4Ynl6Y/HhNajB3E5UStwNpJjqopr+6TDU+YpZLJkuo=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.34\th1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.34\th1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=\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.34\th1:ZNTqv4nIdE/DiBfUUfXcLZ/Spcuz+RjeziUtNJackkM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/dynamodb\tv1.43.0\th1:w0Evr7ssE6gP/EjN6UpAvLyWEdv9NGPbW6awu5OGQc0=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/dynamodbstreams\tv1.25.3\th1:GHC1WTF3ZBZy+gvz2qtYB6ttALVx35hlwc4IzOIUY7g=\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.0\th1:lguz0bmOoGzozP9XfRJR1QIayEYo+2vP/No3OfLF0pU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery\tv1.10.15\th1:M1R1rud7HzDrfCdlBQ7NjnRsDNEhXO/vGhuD189Ggmk=\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/kms\tv1.38.3\th1:RivOtUH3eEu6SWnUMFHKAW4MqDOzWn1vGQ3S38Y5QMg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/s3\tv1.79.2\th1:tWUG+4wZqdMl/znThEk9tcCy8tTMxq8dW0JTgamohrY=\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.19\th1:1XuUZ8mYJw9B6lzAkXhqHlJd/XvaX32evhproijJEZY=\ndep\tgithub.com/aws/smithy-go\tv1.22.3\th1:Z//5NuZCSW6R4PhQ93hShNbyBbn8BWCmCVCt+Q8Io5k=\ndep\tgithub.com/bahlo/generic-list-go\tv0.2.0\th1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/buger/jsonparser\tv1.1.1\th1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=\ndep\tgithub.com/cbroglie/mustache\tv1.4.0\th1:Azg0dVhxTml5me+7PsZ7WPrQq1Gkf3WApcHMjMprYoU=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/cheggaaa/pb/v3\tv3.1.7\th1:2FsIW307kt7A/rz/ZI2lvPO+v3wKazzE4K/0LtTWsOI=\ndep\tgithub.com/cncf/xds/go\tv0.0.0-20250326154945-ae57f3c0d45f\th1:C5bqEmzEPLsHm9Mv73lSE9e9bKV23aB1vxOsmZrkl3k=\ndep\tgithub.com/cnkei/gospline\tv0.0.0-20191204052713-d67fac29a294\th1:zIFcK9T9qytnmXuKt5Z7jG66C8c8FJjy8rtxOmVVm0o=\ndep\tgithub.com/confluentinc/confluent-kafka-go/v2\tv2.10.0\th1:TK5CH5RbIj/aVfmJFEsDUT6vD2izac2zmA5BUfAOxC0=\ndep\tgithub.com/dgryski/go-rendezvous\tv0.0.0-20200823014737-9f7001d12a5f\th1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/elastic/elastic-transport-go/v8\tv8.7.0\th1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=\ndep\tgithub.com/elastic/go-elasticsearch/v8\tv8.18.0\th1:ANNq1h7DEiPUaALb8+5w3baQzaS08WfHV0DNzp0VG4M=\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/fatih/color\tv1.18.0\th1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/fsnotify/fsnotify\tv1.9.0\th1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=\ndep\tgithub.com/gammazero/nexus/v3\tv3.2.2\th1:uEBe4rKIcbBcbdP6XuyKUhnWBXxT0BnJrecG9+yZSTs=\ndep\tgithub.com/go-chi/chi/v5\tv5.2.1\th1:KOIHODQj58PmL80G2Eak4WdvUzjSJSm0vG72crDCqb8=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.1.0\th1:cYSYxd3pw5zd2FSXk2vGdn9igQU2PS8MuxrCOCl0FdY=\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-resty/resty/v2\tv2.16.5\th1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM=\ndep\tgithub.com/go-sql-driver/mysql\tv1.9.2\th1:4cNKDYQ1I84SXslGddlsrMhc8k4LeDVj6Ad6WRjiHuU=\ndep\tgithub.com/go-viper/mapstructure/v2\tv2.2.1\th1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=\ndep\tgithub.com/gocql/gocql\tv1.7.0\th1:O+7U7/1gSN7QTEAaMEsJc1Oq2QHXvCWoF3DFK9HDHus=\ndep\tgithub.com/golang-jwt/jwt/v5\tv5.2.2\th1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=\ndep\tgithub.com/golang/snappy\tv1.0.0\th1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=\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/googleapis/enterprise-certificate-proxy\tv0.3.6\th1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.14.1\th1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=\ndep\tgithub.com/gorilla/securecookie\tv1.1.2\th1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=\ndep\tgithub.com/gorilla/sessions\tv1.4.0\th1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=\ndep\tgithub.com/gorilla/websocket\tv1.5.3\th1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=\ndep\tgithub.com/hailocab/go-hostpool\tv0.0.0-20160125115350-e80d13ce29ed\th1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=\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-rootcerts\tv1.0.2\th1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=\ndep\tgithub.com/hashicorp/go-secure-stdlib/parseutil\tv0.2.0\th1:U+kC2dOhMFQctRfhK0gRctKAPTloZdMU5ZJxaesJ/VM=\ndep\tgithub.com/hashicorp/go-secure-stdlib/strutil\tv0.1.2\th1:kes8mmyCpxJsI7FTwtzRqEy9CdjCtrXrXGuOpxEA7Ts=\ndep\tgithub.com/hashicorp/go-sockaddr\tv1.0.7\th1:G+pTkSO01HpR5qCxg7lxfsFEZaG+C0VssTy/9dbT+Fw=\ndep\tgithub.com/hashicorp/hcl\tv1.0.0\th1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=\ndep\tgithub.com/hashicorp/vault/api\tv1.16.0\th1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=\ndep\tgithub.com/invopop/jsonschema\tv0.13.0\th1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/jrnd-io/jr\t(devel)\t\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/kylelemons/godebug\tv1.1.0\th1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=\ndep\tgithub.com/lib/pq\tv1.10.9\th1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=\ndep\tgithub.com/mailru/easyjson\tv0.9.0\th1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=\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/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/montanaflynn/stats\tv0.7.1\th1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/paulmach/go.geojson\tv1.5.0\th1:7mhpMK89SQdHFcEGomT7/LuJhwhEgfmpWYVlVmLEdQw=\ndep\tgithub.com/pelletier/go-toml/v2\tv2.2.4\th1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=\ndep\tgithub.com/pkg/browser\tv0.0.0-20240102092130-5ac0b6a4141c\th1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=\ndep\tgithub.com/prometheus/client_golang\tv1.22.0\th1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=\ndep\tgithub.com/prometheus/client_model\tv0.6.2\th1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=\ndep\tgithub.com/prometheus/common\tv0.63.0\th1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k=\ndep\tgithub.com/prometheus/procfs\tv0.16.1\th1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=\ndep\tgithub.com/redis/go-redis/v9\tv9.7.3\th1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0wM=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rs/zerolog\tv1.34.0\th1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=\ndep\tgithub.com/ryanuber/go-glob\tv1.0.0\th1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=\ndep\tgithub.com/sagikazarmark/locafero\tv0.9.0\th1:GbgQGNtTrEmddYDSAH9QLRyfAHY12md+8YFTqyMTC9k=\ndep\tgithub.com/santhosh-tekuri/jsonschema/v5\tv5.3.1\th1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4=\ndep\tgithub.com/sourcegraph/conc\tv0.3.0\th1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=\ndep\tgithub.com/spf13/afero\tv1.14.0\th1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=\ndep\tgithub.com/spf13/cast\tv1.7.1\th1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.6\th1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=\ndep\tgithub.com/spf13/viper\tv1.20.1\th1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=\ndep\tgithub.com/spiffe/go-spiffe/v2\tv2.5.0\th1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=\ndep\tgithub.com/squeeze69/codicefiscale\tv1.0.4\th1:XBIQ56ka+20tkbutgSafWWpoBXVOmCUNDDrhxr5dpUs=\ndep\tgithub.com/squeeze69/generacodicefiscale\tv1.0.5\th1:e9XBJICtTPzl2AoDxhMYHKAI7xvuR7IwJuqoq3u9jsw=\ndep\tgithub.com/subosito/gotenv\tv1.6.0\th1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=\ndep\tgithub.com/technoweenie/multipartstreamer\tv1.0.1\th1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=\ndep\tgithub.com/tetratelabs/wazero\tv1.9.0\th1:IcZ56OuxrtaEz8UYNRHBrUa9bYeX9oVY93KspZZBf/I=\ndep\tgithub.com/tink-crypto/tink-go-gcpkms/v2\tv2.2.0\th1:3B9i6XBXNTRspfkTC0asN5W0K6GhOSgcujNiECNRNb0=\ndep\tgithub.com/tink-crypto/tink-go-hcvault/v2\tv2.2.0\th1:ZBmqbV/TENyy2z+MQxwZDqPKLKi8wa/cDMQWNwyVAys=\ndep\tgithub.com/tink-crypto/tink-go/v2\tv2.4.0\th1:8VPZeZI4EeZ8P/vB6SIkhlStrJfivTJn+cQ4dtyHNh0=\ndep\tgithub.com/ugorji/go/codec\tv1.2.12\th1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=\ndep\tgithub.com/vadv/gopher-lua-libs\tv0.5.0\th1:m0hhWia1A1U3PIRmtdHWBj88ogzuIjm6HUBmtUa0Tz4=\ndep\tgithub.com/wk8/go-ordered-map/v2\tv2.1.8\th1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=\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/youmark/pkcs8\tv0.0.0-20240726163527-a2c0da244d78\th1:ilQV1hzziu+LLM3zUTJ0trRztfwgjqKnBWNtSRkbmwM=\ndep\tgithub.com/yuin/gluamapper\tv0.0.0-20150323120927-d836955830e7\th1:noHsffKZsNfU38DwcXWEPldrTjIZ8FPNKx8mYMGnqjs=\ndep\tgithub.com/yuin/gopher-lua\tv1.1.1\th1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=\ndep\tgithub.com/zeebo/errs\tv1.4.0\th1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=\ndep\tgo.mongodb.org/mongo-driver\tv1.17.3\th1:TQyXhnsWfWtgAhMtOgtYHMTkZIfBTpMTsMnd9ZBeHxQ=\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\tgolang.org/x/crypto\tv0.37.0\th1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=\ndep\tgolang.org/x/net\tv0.39.0\th1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=\ndep\tgolang.org/x/oauth2\tv0.29.0\th1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=\ndep\tgolang.org/x/sync\tv0.13.0\th1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=\ndep\tgolang.org/x/sys\tv0.32.0\th1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgoogle.golang.org/api\tv0.230.0\th1:2u1hni3E+UXAXrONrrkfWpi/V6cyKVAbfGVeGtC3OxM=\ndep\tgoogle.golang.org/genproto\tv0.0.0-20250422160041-2d3770c4ea7f\th1:iZiXS7qm4saaCcdK7S/i1Qx9ZHO2oa16HQqwYc1tPKY=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250422160041-2d3770c4ea7f\th1:tjZsroqekhC63+WMqzmWyW5Twj/ZfR5HAlpd5YQ1Vs0=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250422160041-2d3770c4ea7f\th1:N/PrbTw4kdkqNRzVfWPrBekzLuarFREcbFOiOLkXon4=\ndep\tgoogle.golang.org/grpc\tv1.72.0\th1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/inf.v0\tv0.9.1\th1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=\ndep\tgopkg.in/xmlpath.v2\tv2.0.0-20150820204837-860cbeca3ebc\th1:LMEBgNcZUqXaP7evD1PZcL6EcDVa2QOFuI+cqM3+AJM=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\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\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:12:26.8523339Z [00:03:53.689]➜  EOF
2025-08-20T21:12:26.8523489Z [00:03:53.689]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:12:26.8523586Z [00:03:53.689]➜  cd .
2025-08-20T21:12:26.8525453Z [00:03:53.689]➜  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=cCjQJKAa9X1g-cr1PggH/MkDSOUwvb38Rh89p4pB6/M82yX21HAMsr1ufNysOa/cCjQJKAa9X1g-cr1PggH -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:12:30.6598482Z [00:03:57.618]➜  # command-line-arguments
2025-08-20T21:12:30.6598998Z [00:03:57.618]➜  /root/.go/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
2025-08-20T21:12:30.6610194Z [00:03:57.618]➜  /usr/bin/gcc -s -Wl,-z,relro -pie -o $WORK/b001/exe/a.out -Wl,--export-dynamic-symbol=_cgo_panic -Wl,--export-dynamic-symbol=_cgo_topofstack -Wl,--export-dynamic-symbol=crosscall2 -Wl,--compress-debug-sections=zlib /tmp/go-link-1818311504/go.o /tmp/go-link-1818311504/000000.o /tmp/go-link-1818311504/000001.o /tmp/go-link-1818311504/000002.o /tmp/go-link-1818311504/000003.o /tmp/go-link-1818311504/000004.o /tmp/go-link-1818311504/000005.o /tmp/go-link-1818311504/000006.o /tmp/go-link-1818311504/000007.o /tmp/go-link-1818311504/000008.o /tmp/go-link-1818311504/000009.o /tmp/go-link-1818311504/000010.o /tmp/go-link-1818311504/000011.o /tmp/go-link-1818311504/000012.o /tmp/go-link-1818311504/000013.o /tmp/go-link-1818311504/000014.o /tmp/go-link-1818311504/000015.o /tmp/go-link-1818311504/000016.o /tmp/go-link-1818311504/000017.o /tmp/go-link-1818311504/000018.o /tmp/go-link-1818311504/000019.o /tmp/go-link-1818311504/000020.o /tmp/go-link-1818311504/000021.o /tmp/go-link-1818311504/000022.o /tmp/go-link-1818311504/000023.o /tmp/go-link-1818311504/000024.o /tmp/go-link-1818311504/000025.o /tmp/go-link-1818311504/000026.o /tmp/go-link-1818311504/000027.o /tmp/go-link-1818311504/000028.o /tmp/go-link-1818311504/000029.o /tmp/go-link-1818311504/000030.o /tmp/go-link-1818311504/000031.o /tmp/go-link-1818311504/000032.o /tmp/go-link-1818311504/000033.o /tmp/go-link-1818311504/000034.o /tmp/go-link-1818311504/000035.o /tmp/go-link-1818311504/000036.o /tmp/go-link-1818311504/000037.o /tmp/go-link-1818311504/000038.o /tmp/go-link-1818311504/000039.o /tmp/go-link-1818311504/000040.o /tmp/go-link-1818311504/000041.o /tmp/go-link-1818311504/000042.o /tmp/go-link-1818311504/000043.o /tmp/go-link-1818311504/000044.o -O2 -g /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a -lm -ldl -lpthread -lrt -lpthread -lrt -O2 -g -lresolv -O2 -g -lpthread -O2 -g -s -w -static-pie -Wl,--build-id=none
2025-08-20T21:12:30.6617680Z [00:03:57.618]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a(libcrypto-lib-async.o): in function `async_fibre_swapcontext.constprop.0':
2025-08-20T21:12:30.6618979Z [00:03:57.618]➜  (.text+0x138): undefined reference to `setcontext'
2025-08-20T21:12:30.6620310Z [00:03:57.618]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a(libcrypto-lib-async_posix.o): in function `ASYNC_is_capable':
2025-08-20T21:12:30.6621468Z [00:03:57.618]➜  (.text+0x14): undefined reference to `getcontext'
2025-08-20T21:12:30.6622704Z [00:03:57.618]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a(libcrypto-lib-async_posix.o): in function `async_fibre_makecontext':
2025-08-20T21:12:30.6623804Z [00:03:57.618]➜  (.text+0x44): undefined reference to `getcontext'
2025-08-20T21:12:30.6624659Z [00:03:57.618]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: (.text+0x9c): undefined reference to `makecontext'
2025-08-20T21:12:30.6626188Z [00:03:57.618]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /root/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/v2@v2.10.0/kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a(libcrypto-lib-o_fopen.o): in function `openssl_fopen':
2025-08-20T21:12:30.6627230Z [00:03:57.618]➜  (.text+0x0): undefined reference to `fopen64'
2025-08-20T21:12:30.6627591Z [00:03:57.618]➜  collect2: error: ld returned 1 exit status
2025-08-20T21:12:30.6627866Z [00:03:57.618]➜  
2025-08-20T21:12:31.8644624Z [00:03:58.822]➜  '/tmp/tmp.hU6mRqrzK8/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:12:31.8775851Z [00:03:58.835]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:12:31.8808910Z [00:03:58.839]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:12:31.8811319Z [00:03:58.839]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:12:32.1425141Z [00:03:59.100]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:12:32.1446610Z [00:03:59.103]➜  
2025-08-20T21:12:32.1459505Z [00:03:59.104]➜  /build-bins/LICENSE
2025-08-20T21:12:32.1492689Z [00:03:59.107]➜  + file /build-bins/LICENSE
2025-08-20T21:12:32.1630533Z [00:03:59.121]➜  /build-bins/LICENSE: Unicode text, UTF-8 text
2025-08-20T21:12:32.1636507Z [00:03:59.122]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:12:32.1651456Z [00:03:59.123]➜  /build-bins/LICENSE:         1068 Bytes
2025-08-20T21:12:32.1653429Z [00:03:59.123]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:12:32.1665877Z [00:03:59.124]➜  1.1K	2025-08-20 21:12:31.862865762 +0000	/build-bins/LICENSE
2025-08-20T21:12:32.1670718Z [00:03:59.125]➜  + popd
2025-08-20T21:12:34.6879286Z [00:04:01.646]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:12:34.7116349Z [00:04:01.669]➜  + '[' -s /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:12:34.7117312Z [00:04:01.669]➜  + cp -fv /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:12:34.7145043Z [00:04:01.672]➜  '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:12:34.7150037Z [00:04:01.673]➜  + find /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:12:34.7156100Z [00:04:01.673]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:12:34.7156976Z [00:04:01.674]➜  + cut -d: -f1
2025-08-20T21:12:34.7157911Z [00:04:01.674]➜  + xargs realpath --no-symlinks
2025-08-20T21:12:34.7158919Z [00:04:01.674]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:34.8000827Z [00:04:01.758]➜  realpath: missing operand
2025-08-20T21:12:34.8001281Z [00:04:01.758]➜  Try 'realpath --help' for more information.
2025-08-20T21:12:34.8009992Z [00:04:01.759]➜  
2025-08-20T21:12:36.8178280Z [00:04:03.776]➜  
2025-08-20T21:12:36.8270249Z [00:04:03.785]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:12:36.8271277Z [00:04:03.785]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:12:36.8272359Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/Dockerfile' from root:root to runner:runner
2025-08-20T21:12:36.8273579Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/README.md' from root:root to runner:runner
2025-08-20T21:12:36.8274981Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/k8s-test.yaml' from root:root to runner:runner
2025-08-20T21:12:36.8276185Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec' from root:root to runner:runner
2025-08-20T21:12:36.8277579Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6' from root:root to runner:runner
2025-08-20T21:12:36.8278748Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile.alpine' from root:root to runner:runner
2025-08-20T21:12:36.8279980Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/siem_log.go' from root:root to runner:runner
2025-08-20T21:12:36.8281210Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/store.go' from root:root to runner:runner
2025-08-20T21:12:36.8282461Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users_array_map.go' from root:root to runner:runner
2025-08-20T21:12:36.8283776Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_dumb_schema.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8285279Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_customer.go' from root:root to runner:runner
2025-08-20T21:12:36.8286634Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_completed.go' from root:root to runner:runner
2025-08-20T21:12:36.8287992Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/iot_device_information.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8289323Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_customer.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8290803Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_order.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8292840Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_user.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8294445Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_bytes.go' from root:root to runner:runner
2025-08-20T21:12:36.8295861Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_description.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8297173Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/orderline.go' from root:root to runner:runner
2025-08-20T21:12:36.8298502Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/iot_device_information.go' from root:root to runner:runner
2025-08-20T21:12:36.8299793Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_user.go' from root:root to runner:runner
2025-08-20T21:12:36.8301137Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/destination.go' from root:root to runner:runner
2025-08-20T21:12:36.8302423Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer.go' from root:root to runner:runner
2025-08-20T21:12:36.8303846Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/user.go' from root:root to runner:runner
2025-08-20T21:12:36.8305315Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_cancelled.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8306647Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/array_string.go' from root:root to runner:runner
2025-08-20T21:12:36.8307916Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player.go' from root:root to runner:runner
2025-08-20T21:12:36.8309233Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_page_view.go' from root:root to runner:runner
2025-08-20T21:12:36.8310665Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/source.go' from root:root to runner:runner
2025-08-20T21:12:36.8311974Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_product.go' from root:root to runner:runner
2025-08-20T21:12:36.8313260Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_bool.go' from root:root to runner:runner
2025-08-20T21:12:36.8314585Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/purchase.go' from root:root to runner:runner
2025-08-20T21:12:36.8316025Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/store.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8317464Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer_activity.go' from root:root to runner:runner
2025-08-20T21:12:36.8318922Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_clickstream.go' from root:root to runner:runner
2025-08-20T21:12:36.8320353Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee.go' from root:root to runner:runner
2025-08-20T21:12:36.8321655Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_shoe.go' from root:root to runner:runner
2025-08-20T21:12:36.8322980Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/genericstore_purchase.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8324465Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_rating.go' from root:root to runner:runner
2025-08-20T21:12:36.8325814Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_bonus.go' from root:root to runner:runner
2025-08-20T21:12:36.8327134Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_inventory.go' from root:root to runner:runner
2025-08-20T21:12:36.8328731Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_clickstream.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8330260Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users.go' from root:root to runner:runner
2025-08-20T21:12:36.8331635Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_cancelled.go' from root:root to runner:runner
2025-08-20T21:12:36.8332944Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_game.go' from root:root to runner:runner
2025-08-20T21:12:36.8334212Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/net_device.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8335659Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/siem_log.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8336942Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_order.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8338239Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order.go' from root:root to runner:runner
2025-08-20T21:12:36.8339497Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8340919Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users_array_map.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8342314Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/net_device.go' from root:root to runner:runner
2025-08-20T21:12:36.8343640Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_product.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8345175Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee_location.go' from root:root to runner:runner
2025-08-20T21:12:36.8346487Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_float.go' from root:root to runner:runner
2025-08-20T21:12:36.8347778Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_transaction.go' from root:root to runner:runner
2025-08-20T21:12:36.8349095Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_user.go' from root:root to runner:runner
2025-08-20T21:12:36.8350401Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_rating.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8351904Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/user.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8353338Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_int.go' from root:root to runner:runner
2025-08-20T21:12:36.8354721Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_game.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8356102Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player_activity.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8357441Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_credit_card.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8358781Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_clickstream.go' from root:root to runner:runner
2025-08-20T21:12:36.8360134Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/marketing_campaign_finance.go' from root:root to runner:runner
2025-08-20T21:12:36.8361465Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/my_map_test_record.go' from root:root to runner:runner
2025-08-20T21:12:36.8362772Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_code.go' from root:root to runner:runner
2025-08-20T21:12:36.8364081Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_location.go' from root:root to runner:runner
2025-08-20T21:12:36.8365627Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/syslog_log.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8367130Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player_activity.go' from root:root to runner:runner
2025-08-20T21:12:36.8368512Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8369813Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_offer.go' from root:root to runner:runner
2025-08-20T21:12:36.8371118Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_credit_card.go' from root:root to runner:runner
2025-08-20T21:12:36.8372440Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/finance_stock_trade.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8374093Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer_activity.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8375651Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_clickstream.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8377135Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/registry.go' from root:root to runner:runner
2025-08-20T21:12:36.8378429Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8379724Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_user.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8381044Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee_location.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8382384Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/finance_stock_trade.go' from root:root to runner:runner
2025-08-20T21:12:36.8383670Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_product.go' from root:root to runner:runner
2025-08-20T21:12:36.8385100Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/location.go' from root:root to runner:runner
2025-08-20T21:12:36.8386382Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_shoe.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8387713Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_page_view.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8389063Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_description.go' from root:root to runner:runner
2025-08-20T21:12:36.8390670Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_completed.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8392082Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/address.go' from root:root to runner:runner
2025-08-20T21:12:36.8393585Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_offer.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8395154Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_inventory.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8396498Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_long.go' from root:root to runner:runner
2025-08-20T21:12:36.8397794Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_transaction.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8399123Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_location.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8400426Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8401906Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_bonus.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8403219Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_sensor.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8404681Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_code.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8406060Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_sensor.go' from root:root to runner:runner
2025-08-20T21:12:36.8407367Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8408714Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_product.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8410042Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_order.go' from root:root to runner:runner
2025-08-20T21:12:36.8411316Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/syslog_log.go' from root:root to runner:runner
2025-08-20T21:12:36.8412581Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/array_orderline.go' from root:root to runner:runner
2025-08-20T21:12:36.8414040Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/bytes.go' from root:root to runner:runner
2025-08-20T21:12:36.8415682Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_order.go' from root:root to runner:runner
2025-08-20T21:12:36.8417147Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/marketing_campaign_finance.avsc' from root:root to runner:runner
2025-08-20T21:12:36.8418502Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_string.go' from root:root to runner:runner
2025-08-20T21:12:36.8419692Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types' from root:root to runner:runner
2025-08-20T21:12:36.8420911Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/generator/generate.go' from root:root to runner:runner
2025-08-20T21:12:36.8422226Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/generator/generateRegistry.go' from root:root to runner:runner
2025-08-20T21:12:36.8423482Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/generator' from root:root to runner:runner
2025-08-20T21:12:36.8424812Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/loop.go' from root:root to runner:runner
2025-08-20T21:12:36.8426233Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/throughput.go' from root:root to runner:runner
2025-08-20T21:12:36.8427497Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/emitter.go' from root:root to runner:runner
2025-08-20T21:12:36.8428702Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter' from root:root to runner:runner
2025-08-20T21:12:36.8429931Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/constants/constants.go' from root:root to runner:runner
2025-08-20T21:12:36.8431152Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/constants' from root:root to runner:runner
2025-08-20T21:12:36.8432373Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/people.go' from root:root to runner:runner
2025-08-20T21:12:36.8433833Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/functions.go' from root:root to runner:runner
2025-08-20T21:12:36.8435268Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/helper.go' from root:root to runner:runner
2025-08-20T21:12:36.8436552Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/timeAndDates.go' from root:root to runner:runner
2025-08-20T21:12:36.8437836Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/finance.go' from root:root to runner:runner
2025-08-20T21:12:36.8439244Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/phone.go' from root:root to runner:runner
2025-08-20T21:12:36.8440606Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/regex.go' from root:root to runner:runner
2025-08-20T21:12:36.8441928Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/utilities.go' from root:root to runner:runner
2025-08-20T21:12:36.8443259Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/address.go' from root:root to runner:runner
2025-08-20T21:12:36.8444658Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/nonsense.go' from root:root to runner:runner
2025-08-20T21:12:36.8446050Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/networking.go' from root:root to runner:runner
2025-08-20T21:12:36.8447394Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/functionsDescription.go' from root:root to runner:runner
2025-08-20T21:12:36.8448668Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions' from root:root to runner:runner
2025-08-20T21:12:36.8449936Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/test/TestProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8451388Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/test' from root:root to runner:runner
2025-08-20T21:12:36.8452707Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/redisProducer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8454354Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/jsonWriter_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8455858Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8457230Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/jsonWriter.go' from root:root to runner:runner
2025-08-20T21:12:36.8458591Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/redisProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8459885Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis' from root:root to runner:runner
2025-08-20T21:12:36.8461173Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8462560Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8464140Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8465755Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb' from root:root to runner:runner
2025-08-20T21:12:36.8467227Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.wasm' from root:root to runner:runner
2025-08-20T21:12:36.8468739Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.go' from root:root to runner:runner
2025-08-20T21:12:36.8470155Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8471509Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_config.go' from root:root to runner:runner
2025-08-20T21:12:36.8472847Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8474125Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm' from root:root to runner:runner
2025-08-20T21:12:36.8475872Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8477298Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3/s3Producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8478566Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3' from root:root to runner:runner
2025-08-20T21:12:36.8479867Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8481250Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/wampProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8482625Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/wampProducer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8483920Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp' from root:root to runner:runner
2025-08-20T21:12:36.8485409Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8486832Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic/elasticProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8488149Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic' from root:root to runner:runner
2025-08-20T21:12:36.8489730Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8491228Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8492659Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/producer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8493982Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript' from root:root to runner:runner
2025-08-20T21:12:36.8495690Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/kafkaProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8497187Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/registry.properties.example' from root:root to runner:runner
2025-08-20T21:12:36.8498642Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/config.properties.example' from root:root to runner:runner
2025-08-20T21:12:36.8499966Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka' from root:root to runner:runner
2025-08-20T21:12:36.8501444Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8502848Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8504412Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8505836Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb' from root:root to runner:runner
2025-08-20T21:12:36.8507175Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8508526Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs/gcsProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8509800Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs' from root:root to runner:runner
2025-08-20T21:12:36.8511057Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8512389Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8513851Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8515594Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/producer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8517044Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http' from root:root to runner:runner
2025-08-20T21:12:36.8518428Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/console/ConsoleProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8519750Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/console' from root:root to runner:runner
2025-08-20T21:12:36.8521064Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8522488Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8523909Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8525402Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage' from root:root to runner:runner
2025-08-20T21:12:36.8526896Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/server/JsonProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8528194Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/server' from root:root to runner:runner
2025-08-20T21:12:36.8529517Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8530904Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/mongoProducer.go' from root:root to runner:runner
2025-08-20T21:12:36.8532325Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/config-atlas.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8533901Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/mongoProducer_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8535376Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb' from root:root to runner:runner
2025-08-20T21:12:36.8536672Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/config.go' from root:root to runner:runner
2025-08-20T21:12:36.8538216Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/config.json.example' from root:root to runner:runner
2025-08-20T21:12:36.8539782Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8541202Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra' from root:root to runner:runner
2025-08-20T21:12:36.8542479Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers' from root:root to runner:runner
2025-08-20T21:12:36.8543669Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/ctx/context.go' from root:root to runner:runner
2025-08-20T21:12:36.8544983Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/ctx' from root:root to runner:runner
2025-08-20T21:12:36.8546231Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/regex_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8547549Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/finance_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8548884Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/functions_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8550225Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/templates_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8551671Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test' from root:root to runner:runner
2025-08-20T21:12:36.8552875Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/tpl/tpl.go' from root:root to runner:runner
2025-08-20T21:12:36.8554030Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/tpl' from root:root to runner:runner
2025-08-20T21:12:36.8555439Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/configuration/configuration.go' from root:root to runner:runner
2025-08-20T21:12:36.8556723Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/configuration' from root:root to runner:runner
2025-08-20T21:12:36.8558250Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/template.go' from root:root to runner:runner
2025-08-20T21:12:36.8559551Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterShow.go' from root:root to runner:runner
2025-08-20T21:12:36.8560788Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/function.go' from root:root to runner:runner
2025-08-20T21:12:36.8562023Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/producerList.go' from root:root to runner:runner
2025-08-20T21:12:36.8563398Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateList_test.go' from root:root to runner:runner
2025-08-20T21:12:36.8564812Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterList.go' from root:root to runner:runner
2025-08-20T21:12:36.8566174Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterRun.go' from root:root to runner:runner
2025-08-20T21:12:36.8567473Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/producer.go' from root:root to runner:runner
2025-08-20T21:12:36.8568744Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/templatedev.html' from root:root to runner:runner
2025-08-20T21:12:36.8570057Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/images/jr_logo.png' from root:root to runner:runner
2025-08-20T21:12:36.8571317Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/images' from root:root to runner:runner
2025-08-20T21:12:36.8572596Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/javascript.min.js' from root:root to runner:runner
2025-08-20T21:12:36.8573952Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/jquery-3.2.1.slim.min.js' from root:root to runner:runner
2025-08-20T21:12:36.8575547Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/font-awesome.js' from root:root to runner:runner
2025-08-20T21:12:36.8576899Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/highlight-11.9.0.min.js' from root:root to runner:runner
2025-08-20T21:12:36.8578176Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js' from root:root to runner:runner
2025-08-20T21:12:36.8579687Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/main.css' from root:root to runner:runner
2025-08-20T21:12:36.8581059Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css' from root:root to runner:runner
2025-08-20T21:12:36.8582462Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css' from root:root to runner:runner
2025-08-20T21:12:36.8584061Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets' from root:root to runner:runner
2025-08-20T21:12:36.8585482Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/index.html' from root:root to runner:runner
2025-08-20T21:12:36.8586814Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js.map' from root:root to runner:runner
2025-08-20T21:12:36.8588265Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js.map' from root:root to runner:runner
2025-08-20T21:12:36.8589712Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js' from root:root to runner:runner
2025-08-20T21:12:36.8591096Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js' from root:root to runner:runner
2025-08-20T21:12:36.8592465Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js.map' from root:root to runner:runner
2025-08-20T21:12:36.8593957Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js' from root:root to runner:runner
2025-08-20T21:12:36.8595456Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js.map' from root:root to runner:runner
2025-08-20T21:12:36.8596828Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js' from root:root to runner:runner
2025-08-20T21:12:36.8598081Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js' from root:root to runner:runner
2025-08-20T21:12:36.8599381Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css' from root:root to runner:runner
2025-08-20T21:12:36.8600985Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8602433Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8603858Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8605377Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8606923Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8608409Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css' from root:root to runner:runner
2025-08-20T21:12:36.8609837Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css' from root:root to runner:runner
2025-08-20T21:12:36.8611266Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css' from root:root to runner:runner
2025-08-20T21:12:36.8612654Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css' from root:root to runner:runner
2025-08-20T21:12:36.8614069Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css' from root:root to runner:runner
2025-08-20T21:12:36.8615672Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css.map' from root:root to runner:runner
2025-08-20T21:12:36.8616997Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css' from root:root to runner:runner
2025-08-20T21:12:36.8618198Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs' from root:root to runner:runner
2025-08-20T21:12:36.8619518Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html' from root:root to runner:runner
2025-08-20T21:12:36.8620696Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/root.go' from root:root to runner:runner
2025-08-20T21:12:36.8622113Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/server.go' from root:root to runner:runner
2025-08-20T21:12:36.8623324Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/version.go' from root:root to runner:runner
2025-08-20T21:12:36.8624656Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateRun.go' from root:root to runner:runner
2025-08-20T21:12:36.8625973Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateList.go' from root:root to runner:runner
2025-08-20T21:12:36.8627233Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateShow.go' from root:root to runner:runner
2025-08-20T21:12:36.8628460Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitter.go' from root:root to runner:runner
2025-08-20T21:12:36.8629686Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/createTopic.go' from root:root to runner:runner
2025-08-20T21:12:36.8631075Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/functionList.go' from root:root to runner:runner
2025-08-20T21:12:36.8632377Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd' from root:root to runner:runner
2025-08-20T21:12:36.8633561Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:12:36.8634888Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:12:36.8636097Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/images/goreport.png' from root:root to runner:runner
2025-08-20T21:12:36.8637286Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/images' from root:root to runner:runner
2025-08-20T21:12:36.8638414Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Readme.md' from root:root to runner:runner
2025-08-20T21:12:36.8639567Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/jr.py' from root:root to runner:runner
2025-08-20T21:12:36.8640755Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/Dockerfile' from root:root to runner:runner
2025-08-20T21:12:36.8641953Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/README.md' from root:root to runner:runner
2025-08-20T21:12:36.8643496Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust' from root:root to runner:runner
2025-08-20T21:12:36.8644711Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:12:36.8645923Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:12:36.8647130Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/config/jrconfig.json' from root:root to runner:runner
2025-08-20T21:12:36.8648375Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/config' from root:root to runner:runner
2025-08-20T21:12:36.8649562Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T21:12:36.8650747Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:12:36.8652002Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/publish-manual.yml' from root:root to runner:runner
2025-08-20T21:12:36.8653315Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-linux.yml' from root:root to runner:runner
2025-08-20T21:12:36.8654680Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/snap.yml' from root:root to runner:runner
2025-08-20T21:12:36.8656236Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/homebrew.yml' from root:root to runner:runner
2025-08-20T21:12:36.8657678Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac-m1-release.yml' from root:root to runner:runner
2025-08-20T21:12:36.8659094Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac-x64-release.yml' from root:root to runner:runner
2025-08-20T21:12:36.8660422Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/snap-arm64.yml' from root:root to runner:runner
2025-08-20T21:12:36.8661724Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/publish.yml' from root:root to runner:runner
2025-08-20T21:12:36.8663010Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac.yml' from root:root to runner:runner
2025-08-20T21:12:36.8664670Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:12:36.8665895Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:12:36.8667209Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:12:36.8668339Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/jr.go' from root:root to runner:runner
2025-08-20T21:12:36.8669506Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile.scratch' from root:root to runner:runner
2025-08-20T21:12:36.8670705Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testRest.http' from root:root to runner:runner
2025-08-20T21:12:36.8671869Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.go-version' from root:root to runner:runner
2025-08-20T21:12:36.8673048Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/ReleaseNotes.md' from root:root to runner:runner
2025-08-20T21:12:36.8674364Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/snap/snapcraft.yaml' from root:root to runner:runner
2025-08-20T21:12:36.8675594Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/snap' from root:root to runner:runner
2025-08-20T21:12:36.8676713Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:12:36.8677833Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:12:36.8679182Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_sensor.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8680576Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/store.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8681923Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_purchase.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8683297Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_rating.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8684967Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/users_array_map.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8686304Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/finance_stock_trade.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8687634Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_location.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8688941Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_order.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8690222Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/syslog_log.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8691688Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_player.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8693014Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_page_view.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8694530Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/marketing_campaign_finance.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8695974Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/inventorymgmt_inventory.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8697309Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_util.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8698643Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_player_activity.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8699951Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/user_with_key.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8701278Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_clickstream.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8702588Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/csv_user.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8703976Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_bonus.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8705728Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_employee_location.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8707171Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_user.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8708561Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_offer.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8709897Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_customer.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8711221Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_code.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8712571Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order_cancelled.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8713886Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/csv_product.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8715272Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/net_device.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8716710Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_order.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8718031Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payment_transaction.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8719358Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payment_credit_card.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8720682Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_customer.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8721961Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/siem_log.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8723223Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/util_userid.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8724603Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8726086Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/wine' from root:root to runner:runner
2025-08-20T21:12:36.8727332Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/beer' from root:root to runner:runner
2025-08-20T21:12:36.8728734Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8730117Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/director' from root:root to runner:runner
2025-08-20T21:12:36.8731448Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/actor' from root:root to runner:runner
2025-08-20T21:12:36.8732763Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/film' from root:root to runner:runner
2025-08-20T21:12:36.8734007Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/zip' from root:root to runner:runner
2025-08-20T21:12:36.8735368Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/phone' from root:root to runner:runner
2025-08-20T21:12:36.8736621Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/city' from root:root to runner:runner
2025-08-20T21:12:36.8737876Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/surname' from root:root to runner:runner
2025-08-20T21:12:36.8739132Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/movie' from root:root to runner:runner
2025-08-20T21:12:36.8740535Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/street' from root:root to runner:runner
2025-08-20T21:12:36.8741788Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8743014Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk' from root:root to runner:runner
2025-08-20T21:12:36.8744237Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/wine' from root:root to runner:runner
2025-08-20T21:12:36.8745611Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/beer' from root:root to runner:runner
2025-08-20T21:12:36.8747045Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8748380Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/regione' from root:root to runner:runner
2025-08-20T21:12:36.8749653Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/director' from root:root to runner:runner
2025-08-20T21:12:36.8750913Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/actor' from root:root to runner:runner
2025-08-20T21:12:36.8752158Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/film' from root:root to runner:runner
2025-08-20T21:12:36.8753693Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/zip' from root:root to runner:runner
2025-08-20T21:12:36.8755181Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/phone' from root:root to runner:runner
2025-08-20T21:12:36.8756493Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/city' from root:root to runner:runner
2025-08-20T21:12:36.8757749Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/surname' from root:root to runner:runner
2025-08-20T21:12:36.8759027Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/capital' from root:root to runner:runner
2025-08-20T21:12:36.8760291Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/movie' from root:root to runner:runner
2025-08-20T21:12:36.8761551Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/street' from root:root to runner:runner
2025-08-20T21:12:36.8762800Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8764166Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it' from root:root to runner:runner
2025-08-20T21:12:36.8765489Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/wine' from root:root to runner:runner
2025-08-20T21:12:36.8766740Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/beer' from root:root to runner:runner
2025-08-20T21:12:36.8768147Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8769476Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/director' from root:root to runner:runner
2025-08-20T21:12:36.8770748Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/actor' from root:root to runner:runner
2025-08-20T21:12:36.8771998Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/film' from root:root to runner:runner
2025-08-20T21:12:36.8773235Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/zip' from root:root to runner:runner
2025-08-20T21:12:36.8774589Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/phone' from root:root to runner:runner
2025-08-20T21:12:36.8775896Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/city' from root:root to runner:runner
2025-08-20T21:12:36.8777307Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/surname' from root:root to runner:runner
2025-08-20T21:12:36.8778693Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/movie' from root:root to runner:runner
2025-08-20T21:12:36.8780037Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/street' from root:root to runner:runner
2025-08-20T21:12:36.8781348Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8782576Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de' from root:root to runner:runner
2025-08-20T21:12:36.8783804Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/wine' from root:root to runner:runner
2025-08-20T21:12:36.8785215Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/beer' from root:root to runner:runner
2025-08-20T21:12:36.8786457Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/tag' from root:root to runner:runner
2025-08-20T21:12:36.8787714Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/cool_name' from root:root to runner:runner
2025-08-20T21:12:36.8789351Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/sport_brand' from root:root to runner:runner
2025-08-20T21:12:36.8790695Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8791982Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/mail_provider' from root:root to runner:runner
2025-08-20T21:12:36.8793268Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/company' from root:root to runner:runner
2025-08-20T21:12:36.8794631Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/director' from root:root to runner:runner
2025-08-20T21:12:36.8795954Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/actor' from root:root to runner:runner
2025-08-20T21:12:36.8797241Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/mobile_phone' from root:root to runner:runner
2025-08-20T21:12:36.8798530Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/country' from root:root to runner:runner
2025-08-20T21:12:36.8799786Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/state' from root:root to runner:runner
2025-08-20T21:12:36.8801163Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/zip' from root:root to runner:runner
2025-08-20T21:12:36.8802540Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/state_short' from root:root to runner:runner
2025-08-20T21:12:36.8803865Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/phone' from root:root to runner:runner
2025-08-20T21:12:36.8805374Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/country_code' from root:root to runner:runner
2025-08-20T21:12:36.8806645Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/city' from root:root to runner:runner
2025-08-20T21:12:36.8807905Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/surname' from root:root to runner:runner
2025-08-20T21:12:36.8809192Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/stock_symbol' from root:root to runner:runner
2025-08-20T21:12:36.8810634Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/capital' from root:root to runner:runner
2025-08-20T21:12:36.8811958Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/movie' from root:root to runner:runner
2025-08-20T21:12:36.8813393Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/street' from root:root to runner:runner
2025-08-20T21:12:36.8814763Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8816059Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us' from root:root to runner:runner
2025-08-20T21:12:36.8817286Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/wine' from root:root to runner:runner
2025-08-20T21:12:36.8818527Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/beer' from root:root to runner:runner
2025-08-20T21:12:36.8819778Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8821052Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/director' from root:root to runner:runner
2025-08-20T21:12:36.8822313Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/actor' from root:root to runner:runner
2025-08-20T21:12:36.8823555Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/film' from root:root to runner:runner
2025-08-20T21:12:36.8824885Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/zip' from root:root to runner:runner
2025-08-20T21:12:36.8826261Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/phone' from root:root to runner:runner
2025-08-20T21:12:36.8827738Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/city' from root:root to runner:runner
2025-08-20T21:12:36.8829050Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/surname' from root:root to runner:runner
2025-08-20T21:12:36.8830308Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/movie' from root:root to runner:runner
2025-08-20T21:12:36.8831844Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/street' from root:root to runner:runner
2025-08-20T21:12:36.8833111Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8834513Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es' from root:root to runner:runner
2025-08-20T21:12:36.8835820Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/wine' from root:root to runner:runner
2025-08-20T21:12:36.8837064Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/beer' from root:root to runner:runner
2025-08-20T21:12:36.8838500Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/nameM' from root:root to runner:runner
2025-08-20T21:12:36.8839766Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/director' from root:root to runner:runner
2025-08-20T21:12:36.8841024Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/actor' from root:root to runner:runner
2025-08-20T21:12:36.8842262Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/film' from root:root to runner:runner
2025-08-20T21:12:36.8843501Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/zip' from root:root to runner:runner
2025-08-20T21:12:36.8844861Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/phone' from root:root to runner:runner
2025-08-20T21:12:36.8846172Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/city' from root:root to runner:runner
2025-08-20T21:12:36.8847423Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/surname' from root:root to runner:runner
2025-08-20T21:12:36.8848681Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/movie' from root:root to runner:runner
2025-08-20T21:12:36.8850048Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/street' from root:root to runner:runner
2025-08-20T21:12:36.8851618Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/nameF' from root:root to runner:runner
2025-08-20T21:12:36.8852979Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr' from root:root to runner:runner
2025-08-20T21:12:36.8854395Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data' from root:root to runner:runner
2025-08-20T21:12:36.8855713Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_shoe.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8857050Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_description.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8858402Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/iot_device_information.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8859730Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_employee.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8861184Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleet_mgmt_sensors.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8862655Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_game.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8863998Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_customer_activity.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8865531Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/util_ip.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8866834Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/inventorymgmt_product.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8868119Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/users.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8869412Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_clickstream.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8870696Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/user.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8871994Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order_completed.tpl' from root:root to runner:runner
2025-08-20T21:12:36.8873245Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates' from root:root to runner:runner
2025-08-20T21:12:36.8874699Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install_offline.sh' from root:root to runner:runner
2025-08-20T21:12:36.8876126Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.localci/lint/golangci.yml' from root:root to runner:runner
2025-08-20T21:12:36.8877428Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.localci/lint' from root:root to runner:runner
2025-08-20T21:12:36.8878877Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.localci' from root:root to runner:runner
2025-08-20T21:12:36.8880125Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/test3.csv' from root:root to runner:runner
2025-08-20T21:12:36.8881360Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/test2.csv' from root:root to runner:runner
2025-08-20T21:12:36.8882607Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/polygon.geojson' from root:root to runner:runner
2025-08-20T21:12:36.8883868Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/products.csv' from root:root to runner:runner
2025-08-20T21:12:36.8885261Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles' from root:root to runner:runner
2025-08-20T21:12:36.8886589Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install.sh' from root:root to runner:runner
2025-08-20T21:12:36.8887800Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install_race.sh' from root:root to runner:runner
2025-08-20T21:12:36.8888989Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/rpm/jr.spec' from root:root to runner:runner
2025-08-20T21:12:36.8890151Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/rpm' from root:root to runner:runner
2025-08-20T21:12:36.8891308Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:12:36.8892588Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:12:36.8893938Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:12:36.8895404Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:12:36.8896698Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:12:36.8897981Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:12:36.8899370Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:12:36.8900762Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:12:36.8902368Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:12:36.8903739Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:12:36.8905191Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:12:36.8906507Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:12:36.8907812Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:12:36.8909087Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:12:36.8910395Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:12:36.8911849Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:12:36.8912998Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:12:36.8914146Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:12:36.8915748Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.rev' from root:root to runner:runner
2025-08-20T21:12:36.8917376Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.pack' from root:root to runner:runner
2025-08-20T21:12:36.8918978Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.idx' from root:root to runner:runner
2025-08-20T21:12:36.8920565Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.rev' from root:root to runner:runner
2025-08-20T21:12:36.8922345Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.idx' from root:root to runner:runner
2025-08-20T21:12:36.8924093Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.pack' from root:root to runner:runner
2025-08-20T21:12:36.8925923Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.promisor' from root:root to runner:runner
2025-08-20T21:12:36.8927640Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.promisor' from root:root to runner:runner
2025-08-20T21:12:36.8929110Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:12:36.8930318Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:12:36.8931496Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:12:36.8932678Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:12:36.8933862Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:12:36.8935247Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:12:36.8936645Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:12:36.8937870Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:12:36.8939103Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:12:36.8940380Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:12:36.8941946Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:12:36.8943217Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:12:36.8944522Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:12:36.8945747Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:12:36.8946888Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:12:36.8948045Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:12:36.8949514Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:12:36.8950848Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:12:36.8952153Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:12:36.8953416Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:12:36.8954753Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:12:36.8955988Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:12:36.8957106Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:12:36.8958187Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO' from root:root to runner:runner
2025-08-20T21:12:36.8959221Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8' from root:root to runner:runner
2025-08-20T21:12:36.8960317Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:12:36.8961133Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:12:36.8961888Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:12:36.8962674Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.version' retained as runner:runner
2025-08-20T21:12:36.8963451Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:12:36.8964202Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.version' retained as runner:runner
2025-08-20T21:12:36.8965096Z [00:04:03.791]➜  ownership of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:12:36.8965956Z [00:04:03.797]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8966925Z [00:04:03.803]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8968028Z [00:04:03.808]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8969263Z [00:04:03.814]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8970494Z [00:04:03.819]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/k6/exec/k8s-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8972142Z [00:04:03.825]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile.alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8973517Z [00:04:03.830]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/siem_log.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8975034Z [00:04:03.836]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/store.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8976365Z [00:04:03.841]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users_array_map.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8977673Z [00:04:03.847]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_dumb_schema.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8978995Z [00:04:03.852]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_customer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.8999961Z [00:04:03.858]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_completed.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9054798Z [00:04:03.863]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/iot_device_information.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9109694Z [00:04:03.869]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_customer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9166964Z [00:04:03.875]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9221510Z [00:04:03.880]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9278455Z [00:04:03.886]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_bytes.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9334093Z [00:04:03.891]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_description.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9388638Z [00:04:03.897]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/orderline.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9444370Z [00:04:03.902]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/iot_device_information.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9500535Z [00:04:03.908]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9557164Z [00:04:03.914]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/destination.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9613555Z [00:04:03.919]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9669626Z [00:04:03.925]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9726654Z [00:04:03.930]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_cancelled.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9782935Z [00:04:03.936]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/array_string.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9838435Z [00:04:03.942]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9892640Z [00:04:03.947]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_page_view.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:36.9947536Z [00:04:03.953]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/source.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0001190Z [00:04:03.958]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_product.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0057819Z [00:04:03.964]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_bool.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0112738Z [00:04:03.969]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/purchase.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0167961Z [00:04:03.975]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/store.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0221860Z [00:04:03.980]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer_activity.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0278163Z [00:04:03.986]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_clickstream.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0331861Z [00:04:03.991]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0387927Z [00:04:03.997]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_shoe.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0443655Z [00:04:04.002]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/genericstore_purchase.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0499853Z [00:04:04.008]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_rating.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0555133Z [00:04:04.013]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_bonus.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0611005Z [00:04:04.019]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_inventory.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0665200Z [00:04:04.024]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_clickstream.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0720497Z [00:04:04.030]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0774802Z [00:04:04.035]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_cancelled.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0830467Z [00:04:04.041]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_game.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0884365Z [00:04:04.046]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/net_device.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0939396Z [00:04:04.052]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/siem_log.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.0993520Z [00:04:04.057]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1048361Z [00:04:04.063]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1102080Z [00:04:04.068]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1156504Z [00:04:04.073]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/users_array_map.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1210982Z [00:04:04.079]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/net_device.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1266117Z [00:04:04.084]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_product.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1320016Z [00:04:04.090]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee_location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1373474Z [00:04:04.095]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_float.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1427483Z [00:04:04.101]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_transaction.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1481008Z [00:04:04.106]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_user.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1535796Z [00:04:04.111]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_rating.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1588572Z [00:04:04.117]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1641455Z [00:04:04.122]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_int.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1693514Z [00:04:04.127]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_game.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1745309Z [00:04:04.132]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player_activity.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1798047Z [00:04:04.138]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_credit_card.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1849902Z [00:04:04.143]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_clickstream.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1902836Z [00:04:04.148]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/marketing_campaign_finance.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.1955107Z [00:04:04.153]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/my_map_test_record.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2008264Z [00:04:04.159]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_code.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2061216Z [00:04:04.164]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2116016Z [00:04:04.169]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/syslog_log.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2169770Z [00:04:04.175]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player_activity.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2223620Z [00:04:04.180]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2276650Z [00:04:04.185]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_offer.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2329338Z [00:04:04.191]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_credit_card.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2382823Z [00:04:04.196]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/finance_stock_trade.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2437798Z [00:04:04.202]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer_activity.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2489495Z [00:04:04.207]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_clickstream.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2541566Z [00:04:04.212]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/registry.go' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2594703Z [00:04:04.217]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_customer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2648791Z [00:04:04.223]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_user.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2705783Z [00:04:04.228]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_employee_location.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2760374Z [00:04:04.234]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/finance_stock_trade.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2818189Z [00:04:04.240]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/csv_product.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2874941Z [00:04:04.245]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/location.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2933047Z [00:04:04.251]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_shoe.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.2992567Z [00:04:04.257]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_page_view.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3051818Z [00:04:04.263]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_description.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3107351Z [00:04:04.269]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order_completed.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3164911Z [00:04:04.274]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/address.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3221037Z [00:04:04.280]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/insurance_offer.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3276109Z [00:04:04.285]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_inventory.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3329677Z [00:04:04.291]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_long.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3383547Z [00:04:04.296]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payment_transaction.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3436763Z [00:04:04.302]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_location.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3490785Z [00:04:04.307]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/gaming_player.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3542811Z [00:04:04.312]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/payroll_bonus.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3596815Z [00:04:04.317]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_sensor.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3652697Z [00:04:04.323]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/webanalytics_code.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3708173Z [00:04:04.329]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/fleetmgmt_sensor.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3761617Z [00:04:04.334]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/pizzastore_order.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3817130Z [00:04:04.340]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/inventorymgmt_product.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3870705Z [00:04:04.345]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shoestore_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3923534Z [00:04:04.350]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/syslog_log.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.3979379Z [00:04:04.356]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/array_orderline.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4034574Z [00:04:04.361]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/bytes.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4089816Z [00:04:04.367]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/shopping_order.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4143562Z [00:04:04.372]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/marketing_campaign_finance.avsc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4199588Z [00:04:04.378]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/types/map_string.go' changed from 0640 (rw-r-----) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4255163Z [00:04:04.383]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/generator/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4308156Z [00:04:04.389]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/generator/generateRegistry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4362313Z [00:04:04.394]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/loop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4415012Z [00:04:04.399]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/throughput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4470896Z [00:04:04.405]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/emitter/emitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4525473Z [00:04:04.410]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/constants/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4580004Z [00:04:04.416]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/people.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4631803Z [00:04:04.421]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/functions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4684643Z [00:04:04.426]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4738587Z [00:04:04.432]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/timeAndDates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4791810Z [00:04:04.437]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/finance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4851567Z [00:04:04.443]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/phone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4905321Z [00:04:04.448]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/regex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.4964860Z [00:04:04.454]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/utilities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5026011Z [00:04:04.460]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/address.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5080892Z [00:04:04.466]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/nonsense.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5135284Z [00:04:04.471]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/networking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5188751Z [00:04:04.477]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions/functionsDescription.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5242373Z [00:04:04.482]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/test/TestProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5297037Z [00:04:04.488]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/redisProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5351917Z [00:04:04.493]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/jsonWriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5406992Z [00:04:04.498]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5459608Z [00:04:04.504]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/jsonWriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5513340Z [00:04:04.509]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/redis/redisProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5565395Z [00:04:04.514]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5615098Z [00:04:04.519]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5668756Z [00:04:04.525]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azcosmosdb/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5721190Z [00:04:04.530]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.wasm' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5773423Z [00:04:04.535]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test_function.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5827480Z [00:04:04.541]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5881271Z [00:04:04.546]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5932961Z [00:04:04.551]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wasm/wasm_producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.5984854Z [00:04:04.556]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6038000Z [00:04:04.562]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/s3/s3Producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6090420Z [00:04:04.567]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6142078Z [00:04:04.572]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/wampProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6194107Z [00:04:04.577]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/wamp/wampProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6246093Z [00:04:04.582]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6299222Z [00:04:04.588]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/elastic/elasticProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6349977Z [00:04:04.593]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6402533Z [00:04:04.598]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6453861Z [00:04:04.603]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/luascript/producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6507353Z [00:04:04.609]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/kafkaProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6558979Z [00:04:04.614]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/registry.properties.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6613145Z [00:04:04.619]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/kafka/config.properties.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6666083Z [00:04:04.624]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6718872Z [00:04:04.630]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6771371Z [00:04:04.635]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/awsdynamodb/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6823304Z [00:04:04.640]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6883478Z [00:04:04.646]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/gcs/gcsProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6936581Z [00:04:04.651]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.6989986Z [00:04:04.657]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7050566Z [00:04:04.663]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7105368Z [00:04:04.668]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/http/producer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7159722Z [00:04:04.674]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/console/ConsoleProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7214111Z [00:04:04.679]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7268593Z [00:04:04.685]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7321524Z [00:04:04.690]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/azblobstorage/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7378108Z [00:04:04.696]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/server/JsonProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7431670Z [00:04:04.701]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7486231Z [00:04:04.706]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/mongoProducer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7540307Z [00:04:04.712]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/config-atlas.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7596119Z [00:04:04.717]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/mongodb/mongoProducer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7649942Z [00:04:04.723]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7708314Z [00:04:04.729]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/config.json.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7761510Z [00:04:04.734]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/producers/cassandra/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7815415Z [00:04:04.739]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/ctx/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7869509Z [00:04:04.745]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/regex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7922164Z [00:04:04.750]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/finance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.7977283Z [00:04:04.756]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/functions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8030331Z [00:04:04.761]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/functions_test/templates_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8085300Z [00:04:04.766]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/tpl/tpl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8141442Z [00:04:04.772]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/configuration/configuration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8194694Z [00:04:04.777]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8247477Z [00:04:04.783]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterShow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8299915Z [00:04:04.788]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/function.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8354493Z [00:04:04.793]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/producerList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8408139Z [00:04:04.799]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateList_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8460133Z [00:04:04.804]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8511696Z [00:04:04.809]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitterRun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8564362Z [00:04:04.814]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/producer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8618132Z [00:04:04.820]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/templatedev.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8672635Z [00:04:04.825]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/images/jr_logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8727522Z [00:04:04.831]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/javascript.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8781426Z [00:04:04.836]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/jquery-3.2.1.slim.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8834934Z [00:04:04.841]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/font-awesome.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8889737Z [00:04:04.847]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/js/highlight-11.9.0.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.8945077Z [00:04:04.852]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/main.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9001552Z [00:04:04.858]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/ocean.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9056835Z [00:04:04.864]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/stylesheets/hljscss-11.9.0.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9113246Z [00:04:04.869]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9172734Z [00:04:04.875]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9230304Z [00:04:04.881]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9289613Z [00:04:04.887]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9349333Z [00:04:04.893]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9407677Z [00:04:04.899]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9464933Z [00:04:04.904]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9523731Z [00:04:04.910]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.bundle.min.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9579333Z [00:04:04.916]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/js/bootstrap.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9638539Z [00:04:04.922]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9696365Z [00:04:04.927]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9755197Z [00:04:04.933]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9812400Z [00:04:04.939]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9868757Z [00:04:04.945]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9922957Z [00:04:04.950]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:37.9979210Z [00:04:04.956]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0034180Z [00:04:04.961]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0090714Z [00:04:04.967]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0146585Z [00:04:04.972]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0203632Z [00:04:04.978]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-reboot.min.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0260912Z [00:04:04.984]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/html/bs/css/bootstrap-grid.min.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0315919Z [00:04:04.989]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0370496Z [00:04:04.995]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0429052Z [00:04:05.001]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0483051Z [00:04:05.006]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateRun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0539232Z [00:04:05.012]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0596236Z [00:04:05.017]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/templateShow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0652037Z [00:04:05.023]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/emitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0708116Z [00:04:05.029]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/createTopic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0762912Z [00:04:05.034]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/pkg/cmd/functionList.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0817618Z [00:04:05.040]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0871871Z [00:04:05.045]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/images/goreport.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0926100Z [00:04:05.050]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.0980839Z [00:04:05.056]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/jr.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1035642Z [00:04:05.061]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1090041Z [00:04:05.067]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/locust/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1144576Z [00:04:05.072]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1198447Z [00:04:05.078]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1252469Z [00:04:05.083]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/config/jrconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1306497Z [00:04:05.088]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1360774Z [00:04:05.094]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1415313Z [00:04:05.099]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/publish-manual.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1469828Z [00:04:05.105]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-linux.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1523309Z [00:04:05.110]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/snap.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1577742Z [00:04:05.116]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/homebrew.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1632288Z [00:04:05.121]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac-m1-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1688581Z [00:04:05.127]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac-x64-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1745342Z [00:04:05.132]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/snap-arm64.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1800548Z [00:04:05.138]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/publish.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1856780Z [00:04:05.144]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.github/workflows/go-mac.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1911165Z [00:04:05.149]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.1967392Z [00:04:05.155]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/jr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2022390Z [00:04:05.160]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/Dockerfile.scratch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2078064Z [00:04:05.166]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testRest.http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2132620Z [00:04:05.171]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.go-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2188129Z [00:04:05.177]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/ReleaseNotes.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2242440Z [00:04:05.182]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/snap/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2297395Z [00:04:05.188]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2350945Z [00:04:05.193]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2404763Z [00:04:05.198]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_sensor.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2458637Z [00:04:05.204]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/store.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2512627Z [00:04:05.209]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_purchase.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2569165Z [00:04:05.215]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_rating.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2625196Z [00:04:05.220]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/users_array_map.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2680174Z [00:04:05.226]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/finance_stock_trade.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2736826Z [00:04:05.231]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_location.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2794440Z [00:04:05.237]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2850976Z [00:04:05.243]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/syslog_log.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2907894Z [00:04:05.249]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_player.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.2962491Z [00:04:05.254]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_page_view.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3018131Z [00:04:05.260]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/marketing_campaign_finance.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3072918Z [00:04:05.265]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/inventorymgmt_inventory.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3129758Z [00:04:05.271]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_util.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3185589Z [00:04:05.276]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_player_activity.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3241417Z [00:04:05.282]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/user_with_key.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3296772Z [00:04:05.287]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_clickstream.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3351193Z [00:04:05.293]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/csv_user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3406734Z [00:04:05.298]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_bonus.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3460565Z [00:04:05.304]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_employee_location.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3514493Z [00:04:05.309]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3567923Z [00:04:05.315]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_offer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3621404Z [00:04:05.320]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_customer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3675726Z [00:04:05.325]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/webanalytics_code.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3730619Z [00:04:05.331]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order_cancelled.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3783910Z [00:04:05.336]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/csv_product.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3837573Z [00:04:05.342]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/net_device.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3892086Z [00:04:05.347]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shopping_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.3947241Z [00:04:05.353]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payment_transaction.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4002006Z [00:04:05.358]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payment_credit_card.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4057324Z [00:04:05.364]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_customer.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4111915Z [00:04:05.369]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/siem_log.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4166116Z [00:04:05.374]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/util_userid.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4220310Z [00:04:05.380]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4272650Z [00:04:05.385]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4327050Z [00:04:05.391]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4380681Z [00:04:05.396]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4433737Z [00:04:05.401]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4488201Z [00:04:05.407]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4541649Z [00:04:05.412]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4594197Z [00:04:05.417]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4647533Z [00:04:05.423]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4702262Z [00:04:05.428]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4765422Z [00:04:05.434]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4811832Z [00:04:05.439]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4867506Z [00:04:05.445]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4922511Z [00:04:05.450]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/uk/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.4977965Z [00:04:05.456]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5032471Z [00:04:05.461]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5086652Z [00:04:05.466]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5140435Z [00:04:05.472]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/regione' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5194009Z [00:04:05.477]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5247646Z [00:04:05.483]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5300615Z [00:04:05.488]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5355151Z [00:04:05.493]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5409738Z [00:04:05.499]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5463035Z [00:04:05.504]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5518210Z [00:04:05.510]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5573020Z [00:04:05.515]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/capital' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5627927Z [00:04:05.521]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5682543Z [00:04:05.526]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5738752Z [00:04:05.532]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/it/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5795290Z [00:04:05.537]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5851489Z [00:04:05.543]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5908252Z [00:04:05.549]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.5963613Z [00:04:05.554]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6019653Z [00:04:05.560]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6076982Z [00:04:05.566]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6132295Z [00:04:05.571]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6189869Z [00:04:05.577]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6247447Z [00:04:05.583]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6304497Z [00:04:05.588]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6360774Z [00:04:05.594]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6416439Z [00:04:05.599]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6470898Z [00:04:05.605]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/de/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6527137Z [00:04:05.611]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6581522Z [00:04:05.616]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6635239Z [00:04:05.621]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/tag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6689890Z [00:04:05.627]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/cool_name' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6745773Z [00:04:05.632]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/sport_brand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6802291Z [00:04:05.638]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6857059Z [00:04:05.644]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/mail_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6911509Z [00:04:05.649]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/company' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.6965511Z [00:04:05.654]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7020440Z [00:04:05.660]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7074382Z [00:04:05.665]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/mobile_phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7128331Z [00:04:05.671]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/country' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7181860Z [00:04:05.676]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7237179Z [00:04:05.682]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7290313Z [00:04:05.687]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/state_short' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7343478Z [00:04:05.692]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7397832Z [00:04:05.698]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/country_code' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7453529Z [00:04:05.703]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7509097Z [00:04:05.709]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7562962Z [00:04:05.714]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/stock_symbol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7618509Z [00:04:05.720]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/capital' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7673845Z [00:04:05.725]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7727714Z [00:04:05.731]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7781745Z [00:04:05.736]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/us/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7838004Z [00:04:05.742]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7892353Z [00:04:05.747]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.7947669Z [00:04:05.753]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8003327Z [00:04:05.758]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8056526Z [00:04:05.763]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8109692Z [00:04:05.769]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8163371Z [00:04:05.774]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8217075Z [00:04:05.779]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8270408Z [00:04:05.785]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8323020Z [00:04:05.790]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8380143Z [00:04:05.796]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8432469Z [00:04:05.801]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8485520Z [00:04:05.806]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/es/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8539785Z [00:04:05.812]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/wine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8592624Z [00:04:05.817]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/beer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8646923Z [00:04:05.823]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/nameM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8703023Z [00:04:05.828]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/director' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8757486Z [00:04:05.834]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8810599Z [00:04:05.839]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/film' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8864706Z [00:04:05.844]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8918785Z [00:04:05.850]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/phone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.8972227Z [00:04:05.855]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/city' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9027131Z [00:04:05.861]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/surname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9080488Z [00:04:05.866]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/movie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9135436Z [00:04:05.871]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/street' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9189201Z [00:04:05.877]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/data/fr/nameF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9245015Z [00:04:05.882]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_shoe.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9301080Z [00:04:05.888]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleetmgmt_description.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9355310Z [00:04:05.893]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/iot_device_information.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9409785Z [00:04:05.899]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/payroll_employee.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9462435Z [00:04:05.904]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/fleet_mgmt_sensors.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9516166Z [00:04:05.909]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/gaming_game.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9568400Z [00:04:05.915]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/insurance_customer_activity.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9621804Z [00:04:05.920]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/util_ip.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9675037Z [00:04:05.925]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/inventorymgmt_product.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9729351Z [00:04:05.931]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/users.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9782313Z [00:04:05.936]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/shoestore_clickstream.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9837557Z [00:04:05.942]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/user.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9890892Z [00:04:05.947]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/templates/pizzastore_order_completed.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9945359Z [00:04:05.952]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install_offline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:38.9999820Z [00:04:05.958]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.localci/lint/golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0054604Z [00:04:05.963]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/test3.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0109817Z [00:04:05.969]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/test2.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0163461Z [00:04:05.974]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/polygon.geojson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0219749Z [00:04:05.980]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/testfiles/products.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0275612Z [00:04:05.985]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0329996Z [00:04:05.991]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/make_install_race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0386150Z [00:04:05.996]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/rpm/jr.spec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0442745Z [00:04:06.002]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0498142Z [00:04:06.008]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0552914Z [00:04:06.013]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0608029Z [00:04:06.019]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0661977Z [00:04:06.024]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0716947Z [00:04:06.029]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0771080Z [00:04:06.035]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0825361Z [00:04:06.040]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0879339Z [00:04:06.046]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0933279Z [00:04:06.051]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.0987117Z [00:04:06.057]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1039805Z [00:04:06.062]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1092833Z [00:04:06.067]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1147090Z [00:04:06.073]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1200845Z [00:04:06.078]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1254709Z [00:04:06.083]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1309295Z [00:04:06.089]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1366289Z [00:04:06.094]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1420514Z [00:04:06.100]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1474546Z [00:04:06.105]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1529994Z [00:04:06.111]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1585358Z [00:04:06.116]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1640430Z [00:04:06.122]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1694480Z [00:04:06.127]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-0489aef8a7a5fa50f7d1a403e65a929b63acb383.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1748974Z [00:04:06.133]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/objects/pack/pack-fb2fa2745af74123bb7a36b3bf93b431257250e2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1802727Z [00:04:06.138]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1857900Z [00:04:06.144]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1912296Z [00:04:06.149]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.1967547Z [00:04:06.155]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2021512Z [00:04:06.160]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2074402Z [00:04:06.165]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2127592Z [00:04:06.171]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2182805Z [00:04:06.176]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hU6mRqrzK8/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2237832Z [00:04:06.182]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2291523Z [00:04:06.187]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2346586Z [00:04:06.193]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2400175Z [00:04:06.198]➜  mode of '/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:12:39.2644173Z [00:04:06.222]➜  realpath: missing operand
2025-08-20T21:12:39.2644780Z [00:04:06.222]➜  Try 'realpath --help' for more information.
2025-08-20T21:12:39.2722046Z [00:04:06.230]➜  
2025-08-20T21:12:39.2722528Z [00:04:06.230]➜  [+] Found LICENSE ==> [/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:12:39.2722932Z [00:04:06.230]➜  
2025-08-20T21:12:39.2723117Z [00:04:06.230]➜  
2025-08-20T21:12:39.2730614Z [00:04:06.231]➜  The MIT License (MIT)
2025-08-20T21:12:39.2731266Z [00:04:06.231]➜  
2025-08-20T21:12:39.2733122Z [00:04:06.231]➜  Copyright © JR team
2025-08-20T21:12:39.2733371Z [00:04:06.231]➜  
2025-08-20T21:12:39.2733752Z [00:04:06.231]➜  Permission is hereby granted, free of charge, to any person obtaining a copy
2025-08-20T21:12:39.2734894Z [00:04:06.231]➜  of this software and associated documentation files (the "Software"), to deal
2025-08-20T21:12:39.2735520Z [00:04:06.231]➜  in the Software without restriction, including without limitation the rights
2025-08-20T21:12:39.2736058Z [00:04:06.231]➜  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2025-08-20T21:12:39.2736662Z [00:04:06.231]➜  copies of the Software, and to permit persons to whom the Software is
2025-08-20T21:12:39.2737177Z [00:04:06.231]➜  furnished to do so, subject to the following conditions:
2025-08-20T21:12:39.2737493Z [00:04:06.231]➜  
2025-08-20T21:12:39.2737872Z [00:04:06.231]➜  The above copyright notice and this permission notice shall be included in
2025-08-20T21:12:39.2738346Z [00:04:06.231]➜  all copies or substantial portions of the Software.
2025-08-20T21:12:39.2738649Z [00:04:06.231]➜  
2025-08-20T21:12:39.2739001Z [00:04:06.231]➜  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2025-08-20T21:12:39.2739533Z [00:04:06.231]➜  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025-08-20T21:12:39.2740073Z [00:04:06.231]➜  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2025-08-20T21:12:39.2740598Z [00:04:06.231]➜  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2025-08-20T21:12:39.2741133Z [00:04:06.231]➜  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2025-08-20T21:12:39.2741651Z [00:04:06.231]➜  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2025-08-20T21:12:39.2742015Z [00:04:06.231]➜  THE SOFTWARE.
2025-08-20T21:12:39.2742234Z [00:04:06.231]➜  
2025-08-20T21:12:39.2742422Z [00:04:06.231]➜  
2025-08-20T21:12:39.6773585Z [00:04:06.635]➜  
2025-08-20T21:12:39.6773921Z [00:04:06.635]➜  File: LICENSE
2025-08-20T21:12:39.6774213Z [00:04:06.635]➜    Type: Unicode text, UTF-8 text
2025-08-20T21:12:39.6774941Z [00:04:06.635]➜    B3sum: 3d8d7d05aebf32edb72dc7a8b0a6b9cf6a6c5e27b66869ede41f5fd197330cce
2025-08-20T21:12:39.6775551Z [00:04:06.635]➜    SHA256sum: ba950e21929f3017d66da3cd2a8acc8b6aec65f6b2418e0d3bace145bb64d08a
2025-08-20T21:12:39.6775955Z [00:04:06.635]➜    Size: 4.0K
2025-08-20T21:12:39.6877203Z [00:04:06.646]➜  
2025-08-20T21:12:39.6877485Z [00:04:06.646]➜  File: SBUILD
2025-08-20T21:12:39.6877871Z [00:04:06.646]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:12:39.6878381Z [00:04:06.646]➜    B3sum: 685044641bcde4b2dc9072b50190a5cc545f07134c6a060b374b5a798709f6bc
2025-08-20T21:12:39.6878941Z [00:04:06.646]➜    SHA256sum: 9e4352957203c03892f21a8c5eef1d016dfd86b6459c1796ab73af3c2c6ff29a
2025-08-20T21:12:39.6879332Z [00:04:06.646]➜    Size: 4.0K
2025-08-20T21:12:39.6965555Z [00:04:06.654]➜  
2025-08-20T21:12:39.6965885Z [00:04:06.654]➜  File: jr.static.version
2025-08-20T21:12:39.6966222Z [00:04:06.654]➜    Type: ASCII text, with no line terminators
2025-08-20T21:12:39.6966707Z [00:04:06.654]➜    B3sum: bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:12:39.6967276Z [00:04:06.654]➜    SHA256sum: 108b296d9120713191f347633d1f6fd001260ad8ef46d7da47539cea7c165f47
2025-08-20T21:12:39.6967660Z [00:04:06.654]➜    Size: 4.0K
2025-08-20T21:12:39.7052963Z [00:04:06.663]➜  
2025-08-20T21:12:39.7053269Z [00:04:06.663]➜  File: jr.version
2025-08-20T21:12:39.7053602Z [00:04:06.663]➜    Type: ASCII text, with no line terminators
2025-08-20T21:12:39.7054076Z [00:04:06.663]➜    B3sum: bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:12:39.7054853Z [00:04:06.663]➜    SHA256sum: 108b296d9120713191f347633d1f6fd001260ad8ef46d7da47539cea7c165f47
2025-08-20T21:12:39.7055246Z [00:04:06.663]➜    Size: 4.0K
2025-08-20T21:12:39.7055467Z [00:04:06.663]➜  
2025-08-20T21:12:39.7057089Z [00:04:06.664]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:12:39.7081079Z [00:04:06.666]➜  SBUILD:685044641bcde4b2dc9072b50190a5cc545f07134c6a060b374b5a798709f6bc
2025-08-20T21:12:39.7082617Z [00:04:06.666]➜  jr.static.version:bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:12:39.7083325Z [00:04:06.666]➜  LICENSE:3d8d7d05aebf32edb72dc7a8b0a6b9cf6a6c5e27b66869ede41f5fd197330cce
2025-08-20T21:12:39.7083913Z [00:04:06.666]➜  jr.version:bbe5d35b96e5c24fc7574e5537a22b42056d81fdfb41fde7fba6440c8b575879
2025-08-20T21:12:39.7099112Z [00:04:06.668]➜  
2025-08-20T21:12:39.7099757Z [00:04:06.668]➜  [+] Signing jr.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:12:39.7191845Z [00:04:06.677]➜  
2025-08-20T21:12:39.7192663Z [00:04:06.677]➜  [✓] SuccessFully Built jr.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/jr/static.official.source.yaml [Wednesday, 2025-08-20 (09:12:39 PM) UTC]
2025-08-20T21:12:39.7193360Z [00:04:06.677]➜  
2025-08-20T21:12:39.7223941Z [00:04:06.680]➜  [+] Total Size: 8.8M (Includes DUPES+TMPFILES)
2025-08-20T21:12:39.7224566Z [00:04:06.680]➜  [+] LOGPATH='/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.log'
2025-08-20T21:12:39.7237318Z [00:04:06.682]➜  [+] ENVPATH=/tmp/pkgforge/uOnZmmQFZ_SBUILD/ENVPATH
2025-08-20T21:12:39.7377827Z 
2025-08-20T21:12:39.7378532Z [+] Sanitizing /tmp/pkgforge/uOnZmmQFZ_SBUILD/BUILD.log ==> /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/jr.static.log
2025-08-20T21:12:43.5651903Z 
2025-08-20T21:12:43.5652819Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/jr/official]
2025-08-20T21:12:43.5653316Z [+] LOGS (Build Dir): /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:43.5653581Z 
2025-08-20T21:12:43.5811866Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:12:43.6241365Z ./BUILD_ARTIFACTS.tar : 26.31%   (  12.4 MiB =>   3.25 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:12:43.6285018Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:12:43.6317567Z 
2025-08-20T21:12:43.6318544Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml :: 00(Hr):04(Min):11(Sec)
2025-08-20T21:12:43.6319181Z 
2025-08-20T21:12:43.6330946Z 
2025-08-20T21:12:43.6331192Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:12:43 PM) UTC
2025-08-20T21:12:43.6331432Z 
2025-08-20T21:12:44.8971634Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:12:44.9038569Z ##[group]Run ##Presets
2025-08-20T21:12:44.9038914Z [36;1m##Presets[0m
2025-08-20T21:12:44.9039092Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:44.9039281Z [36;1m#-------------#[0m
2025-08-20T21:12:44.9039459Z [36;1m##Debug?[0m
2025-08-20T21:12:44.9039672Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:44.9039955Z [36;1m  set -x[0m
2025-08-20T21:12:44.9040118Z [36;1mfi[0m
2025-08-20T21:12:44.9040275Z [36;1m#-------------#[0m
2025-08-20T21:12:44.9040454Z [36;1m##Set ENV[0m
2025-08-20T21:12:44.9040663Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:12:44.9041069Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:12:44.9041441Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:12:44.9041789Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-"[0m
2025-08-20T21:12:44.9042231Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:12:44.9042610Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:12:44.9043040Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:12:44.9043358Z [36;1m fi[0m
2025-08-20T21:12:44.9043513Z [36;1m##Push[0m
2025-08-20T21:12:44.9043714Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:12:44.9043968Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:12:44.9044595Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:12:44.9045280Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:12:44.9045703Z [36;1m     ls -sh "/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:12:44.9046025Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:12:44.9046217Z [36;1m       {[0m
2025-08-20T21:12:44.9046391Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:12:44.9046708Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:12:44.9047130Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:12:44.9047540Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:12:44.9047950Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:12:44.9048345Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:12:44.9048713Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:12:44.9049081Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:12:44.9049454Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:12:44.9049822Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:12:44.9050206Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:12:44.9050662Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:12:44.9051146Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:12:44.9051710Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:12:44.9052125Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:12:44.9052530Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:12:44.9052958Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-jr")[0m
2025-08-20T21:12:44.9053378Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:12:44.9053954Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:12:44.9054567Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:12:44.9054965Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:12:44.9055447Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:12:44.9055866Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:12:44.9056096Z [36;1m         #Check[0m
2025-08-20T21:12:44.9056622Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T21:12:44.9057302Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:12:44.9057633Z [36;1m            break[0m
2025-08-20T21:12:44.9057821Z [36;1m          else[0m
2025-08-20T21:12:44.9058200Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:12:44.9058607Z [36;1m          fi[0m
2025-08-20T21:12:44.9058804Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:12:44.9059040Z [36;1m        done[0m
2025-08-20T21:12:44.9059208Z [36;1m       }[0m
2025-08-20T21:12:44.9059390Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:12:44.9059614Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:12:44.9060146Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:12:44.9061046Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:12:44.9061437Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:12:44.9061679Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:12:44.9062233Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:12:44.9062914Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:12:44.9063403Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:12:44.9063783Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:12:44.9063998Z [36;1m           fi[0m
2025-08-20T21:12:44.9064175Z [36;1m       fi[0m
2025-08-20T21:12:44.9064463Z [36;1m   fi[0m
2025-08-20T21:12:44.9064622Z [36;1m fi[0m
2025-08-20T21:12:44.9064785Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:12:44.9412778Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:44.9413009Z env:
2025-08-20T21:12:44.9413168Z   CROSS_COMPILING: NO
2025-08-20T21:12:44.9413365Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:44.9413594Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:44.9413796Z   ON_QEMU: NO
2025-08-20T21:12:44.9413948Z   DEBUG: 0
2025-08-20T21:12:44.9414108Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:44.9414540Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:44.9414798Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:44.9415063Z   KEEP_LOGS: YES
2025-08-20T21:12:44.9415409Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:44.9415598Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:44.9415777Z   SBUILD_REBUILD: false
2025-08-20T21:12:44.9416258Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:44.9416777Z   BUILD_SYS: docker://go
2025-08-20T21:12:44.9416965Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:44.9417141Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:44.9417322Z   SYSTMP: /tmp
2025-08-20T21:12:44.9417485Z   GHA_MODE: MATRIX
2025-08-20T21:12:44.9418036Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:44.9418538Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:44.9418840Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:44.9419201Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:44.9419665Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:44.9420021Z   PKG_TYPE: static
2025-08-20T21:12:44.9420195Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:44.9420383Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:44.9420897Z   GHCR_TOKEN: ***
2025-08-20T21:12:44.9421218Z   GITHUB_TOKEN: ***
2025-08-20T21:12:44.9421422Z   GITLAB_TOKEN: ***
2025-08-20T21:12:44.9422503Z   MINISIGN_KEY: ***
2025-08-20T21:12:44.9422675Z ##[endgroup]
2025-08-20T21:12:44.9489453Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:12:44.9497816Z 3.3M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:12:44.9508073Z total 4.7M
2025-08-20T21:12:44.9508251Z 4.0K CHECKSUM
2025-08-20T21:12:44.9508420Z 4.0K CHECKSUM.sig
2025-08-20T21:12:44.9508583Z 4.0K LICENSE
2025-08-20T21:12:44.9508739Z 4.0K LICENSE.sig
2025-08-20T21:12:44.9508902Z 4.0K SBUILD
2025-08-20T21:12:44.9509052Z 4.0K SBUILD.sig
2025-08-20T21:12:44.9509213Z 4.0K SBUILD_TEMP
2025-08-20T21:12:44.9509386Z 4.7M jr.static.log
2025-08-20T21:12:44.9509558Z 4.0K jr.static.version
2025-08-20T21:12:44.9509753Z 4.0K jr.static.version.sig
2025-08-20T21:12:44.9509941Z 4.0K jr.version
2025-08-20T21:12:44.9510103Z 4.0K jr.version.sig
2025-08-20T21:12:44.9797181Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:12:44.9798518Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:12:49.9853187Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:12:49.9853984Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:12:49.9862043Z 
2025-08-20T21:12:49.9862567Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:49.9862891Z 
2025-08-20T21:12:49.9893640Z Error: "ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/jr/official/jr-srcbuild-"
2025-08-20T21:12:49.9894495Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:12:49.9930934Z ##[group]Run ##Presets
2025-08-20T21:12:49.9931206Z [36;1m##Presets[0m
2025-08-20T21:12:49.9931381Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:49.9931565Z [36;1m#-------------#[0m
2025-08-20T21:12:49.9931744Z [36;1m##Debug?[0m
2025-08-20T21:12:49.9931957Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:49.9932224Z [36;1m  set -x[0m
2025-08-20T21:12:49.9932391Z [36;1mfi[0m
2025-08-20T21:12:49.9932548Z [36;1m#-------------#[0m
2025-08-20T21:12:49.9932783Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:12:49.9933089Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:12:49.9965529Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:49.9965737Z env:
2025-08-20T21:12:49.9965892Z   CROSS_COMPILING: NO
2025-08-20T21:12:49.9966286Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:49.9966501Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:49.9966697Z   ON_QEMU: NO
2025-08-20T21:12:49.9966913Z   DEBUG: 0
2025-08-20T21:12:49.9967078Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:49.9967294Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:49.9967544Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:49.9967801Z   KEEP_LOGS: YES
2025-08-20T21:12:49.9967968Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:49.9968156Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:49.9968336Z   SBUILD_REBUILD: false
2025-08-20T21:12:49.9968819Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:49.9969337Z   BUILD_SYS: docker://go
2025-08-20T21:12:49.9969526Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:49.9969706Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:49.9969882Z   SYSTMP: /tmp
2025-08-20T21:12:49.9970044Z   GHA_MODE: MATRIX
2025-08-20T21:12:49.9970445Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:49.9970933Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:49.9971242Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:49.9971604Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:49.9972063Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:49.9972424Z   PKG_TYPE: static
2025-08-20T21:12:49.9972601Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:49.9972788Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:49.9973041Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:49.9973335Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:49.9973651Z ##[endgroup]
2025-08-20T21:12:50.0100236Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:12:50.0100550Z with:
2025-08-20T21:12:50.0100733Z   name: Bincache_jr_aarch64-Linux
2025-08-20T21:12:50.0101021Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:12:50.0101275Z   compression-level: 0
2025-08-20T21:12:50.0101460Z   retention-days: 30
2025-08-20T21:12:50.0101826Z   overwrite: true
2025-08-20T21:12:50.0102002Z   if-no-files-found: warn
2025-08-20T21:12:50.0102205Z   include-hidden-files: false
2025-08-20T21:12:50.0102396Z env:
2025-08-20T21:12:50.0102544Z   CROSS_COMPILING: NO
2025-08-20T21:12:50.0102730Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:50.0102936Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:50.0103130Z   ON_QEMU: NO
2025-08-20T21:12:50.0103281Z   DEBUG: 0
2025-08-20T21:12:50.0103437Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:50.0103643Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:50.0103896Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:50.0104216Z   KEEP_LOGS: YES
2025-08-20T21:12:50.0104680Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:50.0104885Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:50.0105074Z   SBUILD_REBUILD: false
2025-08-20T21:12:50.0105553Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:50.0106067Z   BUILD_SYS: docker://go
2025-08-20T21:12:50.0106261Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:50.0106440Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:50.0106616Z   SYSTMP: /tmp
2025-08-20T21:12:50.0106777Z   GHA_MODE: MATRIX
2025-08-20T21:12:50.0107172Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:50.0107656Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:50.0107955Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:50.0108320Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:50.0108782Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:50.0109375Z   PKG_TYPE: static
2025-08-20T21:12:50.0109550Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:50.0109740Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:50.0109924Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:50.0110217Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:50.0110552Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:50.0110750Z ##[endgroup]
2025-08-20T21:12:50.6504395Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:12:50.6509269Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:12:50.6509690Z With the provided path, there will be 2 files uploaded
2025-08-20T21:12:50.9887501Z Artifact name is valid!
2025-08-20T21:12:50.9891491Z Root directory input is valid!
2025-08-20T21:12:51.0904034Z Beginning upload of artifact content to blob storage
2025-08-20T21:12:52.1932845Z Uploaded bytes 8388608
2025-08-20T21:12:52.3312636Z Uploaded bytes 8628676
2025-08-20T21:12:52.4123511Z Finished uploading artifact content to blob storage!
2025-08-20T21:12:52.4135999Z SHA256 digest of uploaded artifact zip is 3778da385ba856a2429e18f42afedc0dc1f1b288f67e154dc99b23cbd99dc342
2025-08-20T21:12:52.4136461Z Finalizing artifact upload
2025-08-20T21:12:52.5761830Z Artifact Bincache_jr_aarch64-Linux.zip successfully finalized. Artifact ID 3813275319
2025-08-20T21:12:52.5762461Z Artifact Bincache_jr_aarch64-Linux has been successfully uploaded! Final size is 8628676 bytes. Artifact ID is 3813275319
2025-08-20T21:12:52.5783282Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108180126/artifacts/3813275319
2025-08-20T21:12:52.6005701Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:12:52.6006022Z with:
2025-08-20T21:12:52.6006189Z   subject-name: jr--
2025-08-20T21:12:52.6006855Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:12:52.6007563Z   show-summary: true
2025-08-20T21:12:52.6007754Z   push-to-registry: false
2025-08-20T21:12:52.6008085Z   github-token: ***
2025-08-20T21:12:52.6008260Z env:
2025-08-20T21:12:52.6008413Z   CROSS_COMPILING: NO
2025-08-20T21:12:52.6008796Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:52.6009011Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:52.6009214Z   ON_QEMU: NO
2025-08-20T21:12:52.6009368Z   DEBUG: 0
2025-08-20T21:12:52.6009533Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:52.6009746Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:52.6010038Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:52.6010304Z   KEEP_LOGS: YES
2025-08-20T21:12:52.6010477Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:52.6010738Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:52.6010925Z   SBUILD_REBUILD: false
2025-08-20T21:12:52.6011407Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:52.6011931Z   BUILD_SYS: docker://go
2025-08-20T21:12:52.6012125Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:52.6012309Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:52.6012494Z   SYSTMP: /tmp
2025-08-20T21:12:52.6012661Z   GHA_MODE: MATRIX
2025-08-20T21:12:52.6013068Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:52.6013563Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:52.6013873Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:52.6014568Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:52.6015064Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:52.6015430Z   PKG_TYPE: static
2025-08-20T21:12:52.6015608Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:52.6015804Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:52.6015993Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:52.6016463Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:52.6016797Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:52.6017003Z ##[endgroup]
2025-08-20T21:12:52.6091947Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:12:52.6092394Z env:
2025-08-20T21:12:52.6092608Z   CROSS_COMPILING: NO
2025-08-20T21:12:52.6092804Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:52.6093021Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:52.6093230Z   ON_QEMU: NO
2025-08-20T21:12:52.6093387Z   DEBUG: 0
2025-08-20T21:12:52.6093560Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:52.6093775Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:52.6094033Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:52.6094473Z   KEEP_LOGS: YES
2025-08-20T21:12:52.6094667Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:52.6094862Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:52.6095050Z   SBUILD_REBUILD: false
2025-08-20T21:12:52.6095546Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:52.6096067Z   BUILD_SYS: docker://go
2025-08-20T21:12:52.6096261Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:52.6096451Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:52.6096633Z   SYSTMP: /tmp
2025-08-20T21:12:52.6096798Z   GHA_MODE: MATRIX
2025-08-20T21:12:52.6097207Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:52.6097700Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:52.6098265Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:52.6098661Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:52.6099125Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:52.6099487Z   PKG_TYPE: static
2025-08-20T21:12:52.6099667Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:52.6099859Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:52.6100047Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:52.6100347Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:52.6100779Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:52.6100991Z ##[endgroup]
2025-08-20T21:12:53.3623096Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:12:53.3623420Z with:
2025-08-20T21:12:53.3624078Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:12:53.3624981Z   subject-name: jr--
2025-08-20T21:12:53.3625221Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:12:53.3627751Z   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/17108180126/attempts/1"}}}
2025-08-20T21:12:53.3630261Z   push-to-registry: false
2025-08-20T21:12:53.3630460Z   show-summary: true
2025-08-20T21:12:53.3630848Z   github-token: ***
2025-08-20T21:12:53.3631033Z env:
2025-08-20T21:12:53.3631185Z   CROSS_COMPILING: NO
2025-08-20T21:12:53.3631379Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:53.3631597Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:53.3632021Z   ON_QEMU: NO
2025-08-20T21:12:53.3632179Z   DEBUG: 0
2025-08-20T21:12:53.3632341Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:53.3632565Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:53.3632826Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:53.3633098Z   KEEP_LOGS: YES
2025-08-20T21:12:53.3633276Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:53.3633470Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:53.3633659Z   SBUILD_REBUILD: false
2025-08-20T21:12:53.3634138Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:53.3634848Z   BUILD_SYS: docker://go
2025-08-20T21:12:53.3635049Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:53.3635233Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:53.3635415Z   SYSTMP: /tmp
2025-08-20T21:12:53.3635581Z   GHA_MODE: MATRIX
2025-08-20T21:12:53.3635988Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:53.3636486Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:53.3636798Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:53.3637174Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:53.3637644Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:53.3638010Z   PKG_TYPE: static
2025-08-20T21:12:53.3638190Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:53.3638386Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:53.3638577Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:53.3639111Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:53.3639471Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:53.3639678Z ##[endgroup]
2025-08-20T21:12:54.8141685Z Attestation created for 12 subjects
2025-08-20T21:12:54.8145611Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:12:54.8146081Z -----BEGIN CERTIFICATE-----
2025-08-20T21:12:54.8146443Z MIIG8DCCBnWgAwIBAgIUDCbpAZ70/1dna0WtTrVL4W/XDvowCgYIKoZIzj0EAwMw
2025-08-20T21:12:54.8146890Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:12:54.8147357Z cm1lZGlhdGUwHhcNMjUwODIwMjExMjUzWhcNMjUwODIwMjEyMjUzWjAAMFkwEwYH
2025-08-20T21:12:54.8148121Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE5G6VDxtqSvF7/oNxo9jF0H3X1r6k0XXGRkU2
2025-08-20T21:12:54.8148555Z QQ9FTmSn8LQx74buEl824z4kDf13zfwbu5+LzGyxbyGHjpkAYKOCBZQwggWQMA4G
2025-08-20T21:12:54.8149009Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUijr+
2025-08-20T21:12:54.8149458Z +dQV895ltqA8ibeOOE1X/4swHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:12:54.8149881Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:12:54.8150321Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:12:54.8150771Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:12:54.8151210Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:12:54.8151644Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:12:54.8152097Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:12:54.8152559Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:12:54.8153018Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:12:54.8153474Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:12:54.8153916Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:12:54.8154530Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:12:54.8155009Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:12:54.8155456Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:12:54.8155906Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:12:54.8156371Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:12:54.8157023Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:12:54.8157513Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:12:54.8157970Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:12:54.8158420Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:12:54.8158869Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:12:54.8159329Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:12:54.8159798Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:12:54.8160258Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:12:54.8160706Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MTgwMTI2L2F0
2025-08-20T21:12:54.8161161Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:12:54.8161630Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJU9/h
2025-08-20T21:12:54.8162083Z AAAEAwBHMEUCIFpduTIGhpw5X1PMtUNbKs6p1ioe7o+/vzhxZoK3KdOeAiEA64e7
2025-08-20T21:12:54.8162532Z 78rtmUR30Rrm+GWRJ+lXnpQTjA9DHJQRvrIQj98wCgYIKoZIzj0EAwMDaQAwZgIx
2025-08-20T21:12:54.8162969Z AMnH9106zlEFC4/sm12VHPDHL70kemplKO/4kwISWnCBOapwIPx0E7+0PTVaaRqT
2025-08-20T21:12:54.8163404Z CQIxALaNptevUIu+pyjnZiiTnbnxIX0HPiRtIKbTOCp4aKBjzPEbu36dQDl9axnG
2025-08-20T21:12:54.8163742Z 7U/k5Q==
2025-08-20T21:12:54.8163907Z -----END CERTIFICATE-----
2025-08-20T21:12:54.8164046Z 
2025-08-20T21:12:54.8164688Z ##[endgroup]
2025-08-20T21:12:54.8165305Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:12:54.8165762Z https://search.sigstore.dev?logIndex=414367011
2025-08-20T21:12:54.8166149Z [36mAttestation uploaded to repository[39m
2025-08-20T21:12:54.8166461Z https://github.com/pkgforge/bincache/attestations/9873694
2025-08-20T21:12:54.9102349Z ##[group]Run ##Presets
2025-08-20T21:12:54.9102618Z [36;1m##Presets[0m
2025-08-20T21:12:54.9102815Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:54.9103009Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9103194Z [36;1m##Debug?[0m
2025-08-20T21:12:54.9103417Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:54.9103871Z [36;1m  set -x[0m
2025-08-20T21:12:54.9104044Z [36;1mfi[0m
2025-08-20T21:12:54.9104204Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9104712Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:12:54.9105191Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/jr/official"[0m
2025-08-20T21:12:54.9105563Z [36;1m exit 1[0m
2025-08-20T21:12:54.9105727Z [36;1mfi[0m
2025-08-20T21:12:54.9137703Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:54.9137923Z env:
2025-08-20T21:12:54.9138082Z   CROSS_COMPILING: NO
2025-08-20T21:12:54.9138323Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:54.9138545Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:54.9138760Z   ON_QEMU: NO
2025-08-20T21:12:54.9138918Z   DEBUG: 0
2025-08-20T21:12:54.9139087Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:54.9139304Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:54.9139571Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:54.9139845Z   KEEP_LOGS: YES
2025-08-20T21:12:54.9140022Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:54.9140225Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:54.9140417Z   SBUILD_REBUILD: false
2025-08-20T21:12:54.9140911Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:54.9141437Z   BUILD_SYS: docker://go
2025-08-20T21:12:54.9141640Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:54.9141829Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:54.9142012Z   SYSTMP: /tmp
2025-08-20T21:12:54.9142182Z   GHA_MODE: MATRIX
2025-08-20T21:12:54.9142593Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:54.9143308Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9143616Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9143991Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:54.9144689Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:54.9145056Z   PKG_TYPE: static
2025-08-20T21:12:54.9145235Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:54.9145432Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:54.9145621Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:54.9145924Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:54.9146264Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:54.9146473Z ##[endgroup]
2025-08-20T21:12:54.9231345Z ##[group]Run ##Presets
2025-08-20T21:12:54.9231625Z [36;1m##Presets[0m
2025-08-20T21:12:54.9231808Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:54.9232001Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9232197Z [36;1m##Debug?[0m
2025-08-20T21:12:54.9232426Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:54.9232700Z [36;1m  set -x[0m
2025-08-20T21:12:54.9232869Z [36;1mfi[0m
2025-08-20T21:12:54.9233037Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9233257Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:12:54.9233666Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/jr/official"[0m
2025-08-20T21:12:54.9234040Z [36;1m exit 1[0m
2025-08-20T21:12:54.9234208Z [36;1mfi[0m
2025-08-20T21:12:54.9260002Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:54.9260222Z env:
2025-08-20T21:12:54.9260384Z   CROSS_COMPILING: NO
2025-08-20T21:12:54.9260582Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:54.9260850Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:54.9261055Z   ON_QEMU: NO
2025-08-20T21:12:54.9261215Z   DEBUG: 0
2025-08-20T21:12:54.9261378Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:54.9261601Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:54.9261858Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:54.9262125Z   KEEP_LOGS: YES
2025-08-20T21:12:54.9262305Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:54.9262693Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:54.9262880Z   SBUILD_REBUILD: false
2025-08-20T21:12:54.9263373Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:54.9263892Z   BUILD_SYS: docker://go
2025-08-20T21:12:54.9264088Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:54.9264610Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:54.9264810Z   SYSTMP: /tmp
2025-08-20T21:12:54.9264979Z   GHA_MODE: MATRIX
2025-08-20T21:12:54.9265391Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:54.9265881Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9266193Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9266562Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:54.9267029Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:54.9267395Z   PKG_TYPE: static
2025-08-20T21:12:54.9267574Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:54.9267768Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:54.9267957Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:54.9268259Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:54.9268593Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:54.9268800Z ##[endgroup]
2025-08-20T21:12:54.9309633Z 
2025-08-20T21:12:54.9310096Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:54.9321086Z ##[error]Process completed with exit code 1.
2025-08-20T21:12:54.9361931Z ##[group]Run ##Presets
2025-08-20T21:12:54.9362199Z [36;1m##Presets[0m
2025-08-20T21:12:54.9362530Z [36;1mset +x ; set +e[0m
2025-08-20T21:12:54.9362725Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9362918Z [36;1m##Debug?[0m
2025-08-20T21:12:54.9363140Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:12:54.9363421Z [36;1m  set -x[0m
2025-08-20T21:12:54.9363591Z [36;1mfi[0m
2025-08-20T21:12:54.9363752Z [36;1m#-------------#[0m
2025-08-20T21:12:54.9364066Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:12:54.9364694Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:12:54.9364976Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:12:54.9365222Z [36;1mfi[0m
2025-08-20T21:12:54.9390543Z shell: /usr/bin/bash -e {0}
2025-08-20T21:12:54.9390761Z env:
2025-08-20T21:12:54.9390922Z   CROSS_COMPILING: NO
2025-08-20T21:12:54.9391163Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:12:54.9391387Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:12:54.9391599Z   ON_QEMU: NO
2025-08-20T21:12:54.9391759Z   DEBUG: 0
2025-08-20T21:12:54.9391927Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:12:54.9392146Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:12:54.9392412Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/jr/official
2025-08-20T21:12:54.9392686Z   KEEP_LOGS: YES
2025-08-20T21:12:54.9392866Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:12:54.9393063Z   PKG_FAMILY_LOCAL: jr
2025-08-20T21:12:54.9393253Z   SBUILD_REBUILD: false
2025-08-20T21:12:54.9393745Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/jr/static.official.source.yaml
2025-08-20T21:12:54.9394578Z   BUILD_SYS: docker://go
2025-08-20T21:12:54.9394799Z   BUILD_ON_HOST: FALSE
2025-08-20T21:12:54.9394989Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:12:54.9395174Z   SYSTMP: /tmp
2025-08-20T21:12:54.9395341Z   GHA_MODE: MATRIX
2025-08-20T21:12:54.9395753Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:12:54.9396243Z   INPUT_SBUILD: /tmp/pkgforge/dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9396550Z   BUILD_DIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml
2025-08-20T21:12:54.9396922Z   SBUILD_OUTDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR
2025-08-20T21:12:54.9397680Z   SBUILD_TMPDIR: /tmp/pkgforge/bIprQsW_dIEVoPs1T_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:12:54.9398048Z   PKG_TYPE: static
2025-08-20T21:12:54.9398228Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:12:54.9398421Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:12:54.9398610Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:12:54.9398912Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/jr/official/jr-srcbuild-
2025-08-20T21:12:54.9399250Z   UTC_TIME: 2025_08_20T09_12_50_PM
2025-08-20T21:12:54.9399459Z ##[endgroup]
2025-08-20T21:12:54.9450714Z EXITED
2025-08-20T21:12:54.9496214Z Cleaning up orphan processes
